diff options
author | Berke Viktor <bviktor@hexchat.org> | 2012-10-03 13:50:31 +0200 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2012-10-03 13:50:31 +0200 |
commit | da46225034b71dbb96eaa0a4c65b6c16bce2239b (patch) | |
tree | 08d27a45328b941eb3d9742f69a576819012a6b1 /win32/copy | |
parent | 9fd15ec9904fce62e6b5fea6c67cde06c37d2185 (diff) |
Revert to VS2010 part4
Diffstat (limited to 'win32/copy')
-rw-r--r-- | win32/copy/copy.vcxproj | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/win32/copy/copy.vcxproj b/win32/copy/copy.vcxproj index 6e31064a..7fcdec2b 100644 --- a/win32/copy/copy.vcxproj +++ b/win32/copy/copy.vcxproj @@ -20,14 +20,12 @@ <UseDebugLibraries>false</UseDebugLibraries> <WholeProgramOptimization>true</WholeProgramOptimization> <CharacterSet>MultiByte</CharacterSet> - <PlatformToolset>v110</PlatformToolset> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> <ConfigurationType>Application</ConfigurationType> <UseDebugLibraries>false</UseDebugLibraries> <WholeProgramOptimization>true</WholeProgramOptimization> <CharacterSet>MultiByte</CharacterSet> - <PlatformToolset>v110</PlatformToolset> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> <ImportGroup Label="ExtensionSettings"> |