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/reader/CDXAReader/CDXAReader.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/reader/CDXAReader/CDXAReader.vcxproj')
-rw-r--r--src/filters/reader/CDXAReader/CDXAReader.vcxproj9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/filters/reader/CDXAReader/CDXAReader.vcxproj b/src/filters/reader/CDXAReader/CDXAReader.vcxproj
index 7aaac5475..adc420b7a 100644
--- a/src/filters/reader/CDXAReader/CDXAReader.vcxproj
+++ b/src/filters/reader/CDXAReader/CDXAReader.vcxproj
@@ -198,15 +198,6 @@
</ClCompile>
</ItemDefinitionGroup>
<ItemGroup>
- <ClCompile Include="..\..\..\thirdparty\mfc\afxctrlcontainer.cpp">
- <ExcludedFromBuild Condition="'$(Configuration)'=='Debug' or '$(Configuration)'=='Release' or '$(PlatformToolsetVersion)'=='110'">true</ExcludedFromBuild>
- </ClCompile>
- <ClCompile Include="..\..\..\thirdparty\mfc\afxglobals.cpp">
- <ExcludedFromBuild Condition="'$(Configuration)'=='Debug' or '$(Configuration)'=='Release' or '$(PlatformToolsetVersion)'=='110'">true</ExcludedFromBuild>
- </ClCompile>
- <ClCompile Include="..\..\..\thirdparty\mfc\winmdi.cpp">
- <ExcludedFromBuild Condition="'$(Configuration)'=='Debug' or '$(Configuration)'=='Release' or '$(PlatformToolsetVersion)'=='110'">true</ExcludedFromBuild>
- </ClCompile>
<ClCompile Include="CDXAReader.cpp" />
<ClCompile Include="stdafx.cpp">
<PrecompiledHeader>Create</PrecompiledHeader>