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 /src/fe-text | |
parent | 9fd15ec9904fce62e6b5fea6c67cde06c37d2185 (diff) |
Revert to VS2010 part4
Diffstat (limited to 'src/fe-text')
-rw-r--r-- | src/fe-text/fe-text.vcxproj | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/fe-text/fe-text.vcxproj b/src/fe-text/fe-text.vcxproj index ff902925..0346138c 100644 --- a/src/fe-text/fe-text.vcxproj +++ b/src/fe-text/fe-text.vcxproj @@ -21,14 +21,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"> |