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 /plugins/wmpa | |
parent | 9fd15ec9904fce62e6b5fea6c67cde06c37d2185 (diff) |
Revert to VS2010 part4
Diffstat (limited to 'plugins/wmpa')
-rw-r--r-- | plugins/wmpa/wmpa.vcxproj | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/wmpa/wmpa.vcxproj b/plugins/wmpa/wmpa.vcxproj index 8a082ddc..17490d1d 100644 --- a/plugins/wmpa/wmpa.vcxproj +++ b/plugins/wmpa/wmpa.vcxproj @@ -21,7 +21,6 @@ <UseDebugLibraries>false</UseDebugLibraries> <WholeProgramOptimization>false</WholeProgramOptimization> <CharacterSet>MultiByte</CharacterSet> - <PlatformToolset>v110</PlatformToolset> <UseOfMfc>Dynamic</UseOfMfc> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> @@ -29,7 +28,6 @@ <UseDebugLibraries>false</UseDebugLibraries> <WholeProgramOptimization>false</WholeProgramOptimization> <CharacterSet>MultiByte</CharacterSet> - <PlatformToolset>v110</PlatformToolset> <UseOfMfc>Dynamic</UseOfMfc> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |