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:
authorXhmikosR <xhmikosr@users.sourceforge.net>2013-09-22 11:25:33 +0400
committerXhmikosR <xhmikosr@users.sourceforge.net>2013-09-29 19:19:07 +0400
commit56cc28fb555f5ff6dcb2bf1df1b8a9042a40c403 (patch)
tree269f554c87fadfe4a1f474bb32264806d00bdf13 /src/filters/transform/VSFilter/VSFilter.vcxproj
parent27bb09712f18edd3eeb92c1cead2a70ab82cd149 (diff)
Remove VS2010 support.
Also remove the MFC hacks we used for VS2010 to reduce the executable's size.
Diffstat (limited to 'src/filters/transform/VSFilter/VSFilter.vcxproj')
-rw-r--r--src/filters/transform/VSFilter/VSFilter.vcxproj9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/filters/transform/VSFilter/VSFilter.vcxproj b/src/filters/transform/VSFilter/VSFilter.vcxproj
index 41d3a13d5..c5d9f17da 100644
--- a/src/filters/transform/VSFilter/VSFilter.vcxproj
+++ b/src/filters/transform/VSFilter/VSFilter.vcxproj
@@ -126,15 +126,6 @@
</Link>
</ItemDefinitionGroup>
<ItemGroup>
- <ClCompile Include="..\..\..\thirdparty\mfc\afxctrlcontainer.cpp">
- <ExcludedFromBuild Condition="'$(PlatformToolsetVersion)'=='110'">true</ExcludedFromBuild>
- </ClCompile>
- <ClCompile Include="..\..\..\thirdparty\mfc\afxglobals.cpp">
- <ExcludedFromBuild Condition="'$(PlatformToolsetVersion)'=='110'">true</ExcludedFromBuild>
- </ClCompile>
- <ClCompile Include="..\..\..\thirdparty\mfc\winmdi.cpp">
- <ExcludedFromBuild Condition="'$(PlatformToolsetVersion)'=='110'">true</ExcludedFromBuild>
- </ClCompile>
<ClCompile Include="AvgLines.cpp" />
<ClCompile Include="Copy.cpp" />
<ClCompile Include="csriapi.cpp" />