Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkasper93 <kasper93@gmail.com>2014-05-04 04:05:35 +0400
committerkasper93 <kasper93@gmail.com>2014-05-11 20:16:02 +0400
commit0796a6294294162f688ed3b431c5e8e7620c897a (patch)
tree432b92274759c28cb6f677e52bc73e08dba08445 /src/filters/transform/VSFilter/VSFilter.vcxproj
parentc883a4b1a8a151c6c3bd837f0e217d9070f1db92 (diff)
Sync code of the subtitle editor between VSFilter and MPC-HC
Diffstat (limited to 'src/filters/transform/VSFilter/VSFilter.vcxproj')
-rw-r--r--src/filters/transform/VSFilter/VSFilter.vcxproj2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/filters/transform/VSFilter/VSFilter.vcxproj b/src/filters/transform/VSFilter/VSFilter.vcxproj
index 380ac9d54..ff7c49aaa 100644
--- a/src/filters/transform/VSFilter/VSFilter.vcxproj
+++ b/src/filters/transform/VSFilter/VSFilter.vcxproj
@@ -135,6 +135,7 @@
<ItemGroup>
<ClCompile Include="AvgLines.cpp" />
<ClCompile Include="Copy.cpp" />
+ <ClCompile Include="..\..\..\mpc-hc\ColorButton.cpp" />
<ClCompile Include="csriapi.cpp" />
<ClCompile Include="DirectVobSub.cpp" />
<ClCompile Include="DirectVobSubFilter.cpp" />
@@ -160,6 +161,7 @@
<ItemGroup>
<ClInclude Include="AvgLines.h" />
<ClInclude Include="csri.h" />
+ <ClInclude Include="..\..\..\mpc-hc\ColorButton.h" />
<ClInclude Include="DirectVobSub.h" />
<ClInclude Include="DirectVobSubFilter.h" />
<ClInclude Include="DirectVobSubPropPage.h" />