summary refs log tree commit diff stats
path: root/src/common/common.vcxproj
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2012-10-02 16:05:20 +0200
committerBerke Viktor <bviktor@hexchat.org>2012-10-02 16:05:20 +0200
commitab2d0b736cd07ad3905d0beb72ee170ad823088d (patch)
tree6152d39657efe920ad71de575e91d596af0beec4 /src/common/common.vcxproj
parenta57a7d3f88f602d3c7ef16a4ae49fd7d2c197e0b (diff)
Change platform toolset to Visual Studio 2012
Diffstat (limited to 'src/common/common.vcxproj')
-rw-r--r--src/common/common.vcxproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/common.vcxproj b/src/common/common.vcxproj
index 4cfb13ed..7a531fc2 100644
--- a/src/common/common.vcxproj
+++ b/src/common/common.vcxproj
@@ -86,14 +86,14 @@
     <UseDebugLibraries>false</UseDebugLibraries>

     <WholeProgramOptimization>true</WholeProgramOptimization>

     <CharacterSet>MultiByte</CharacterSet>

-    <PlatformToolset>WDK7</PlatformToolset>

+    <PlatformToolset>v110</PlatformToolset>

   </PropertyGroup>

   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">

     <ConfigurationType>StaticLibrary</ConfigurationType>

     <UseDebugLibraries>false</UseDebugLibraries>

     <WholeProgramOptimization>true</WholeProgramOptimization>

     <CharacterSet>MultiByte</CharacterSet>

-    <PlatformToolset>WDK7</PlatformToolset>

+    <PlatformToolset>v110</PlatformToolset>

   </PropertyGroup>

   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />

   <ImportGroup Label="ExtensionSettings">