summary refs log tree commit diff stats
path: root/src/dirent
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2012-10-03 13:52:31 +0200
committerBerke Viktor <bviktor@hexchat.org>2012-10-03 13:52:31 +0200
commit5b8491846d8f4fcc5a089a4993c7d8c2a8cecd0c (patch)
tree36f0f148f5cdd749c1fcea662420bef5d7395afc /src/dirent
parentda46225034b71dbb96eaa0a4c65b6c16bce2239b (diff)
Fix platform toolset for certain projects in legacy solution
Diffstat (limited to 'src/dirent')
-rw-r--r--src/dirent/dirent-xp.vcxproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dirent/dirent-xp.vcxproj b/src/dirent/dirent-xp.vcxproj
index ea7aed2a..1f54ecb5 100644
--- a/src/dirent/dirent-xp.vcxproj
+++ b/src/dirent/dirent-xp.vcxproj
@@ -28,7 +28,7 @@
     <UseDebugLibraries>false</UseDebugLibraries>

     <WholeProgramOptimization>true</WholeProgramOptimization>

     <CharacterSet>MultiByte</CharacterSet>

-    <PlatformToolset>v110</PlatformToolset>

+    <PlatformToolset>WDK7</PlatformToolset>

   </PropertyGroup>

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

     <ConfigurationType>StaticLibrary</ConfigurationType>