aboutsummaryrefslogtreecommitdiff
path: root/w32/VS2017/simplepost.vcxproj
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2017-03-27 16:05:25 +0300
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2017-03-27 16:05:25 +0300
commit325ddd08f4458cbe8f82b17b3a95f5895d28b319 (patch)
treebc092b7cb094e43a5cc05a3e543915348b94210f /w32/VS2017/simplepost.vcxproj
parent8fa8f78307a64650e608b55701ea58a7230ab6be (diff)
downloadlibmicrohttpd-325ddd08f4458cbe8f82b17b3a95f5895d28b319.tar.gz
libmicrohttpd-325ddd08f4458cbe8f82b17b3a95f5895d28b319.zip
Simplified VS projects files
Diffstat (limited to 'w32/VS2017/simplepost.vcxproj')
-rw-r--r--w32/VS2017/simplepost.vcxproj26
1 files changed, 4 insertions, 22 deletions
diff --git a/w32/VS2017/simplepost.vcxproj b/w32/VS2017/simplepost.vcxproj
index 51f48c02..cfd12aa1 100644
--- a/w32/VS2017/simplepost.vcxproj
+++ b/w32/VS2017/simplepost.vcxproj
@@ -45,30 +45,12 @@
45 <PropertyGroup> 45 <PropertyGroup>
46 <PreferredToolArchitecture>x64</PreferredToolArchitecture> 46 <PreferredToolArchitecture>x64</PreferredToolArchitecture>
47 </PropertyGroup> 47 </PropertyGroup>
48 <PropertyGroup Condition="'$(Configuration)'=='Debug-static'" Label="Configuration"> 48 <PropertyGroup Label="Configuration">
49 <ConfigurationType>Application</ConfigurationType> 49 <ConfigurationType>Application</ConfigurationType>
50 <UseDebugLibraries>true</UseDebugLibraries> 50 <UseDebugLibraries Condition="$(Configuration.StartsWith('Debug'))">true</UseDebugLibraries>
51 <UseDebugLibraries Condition="! $(Configuration.StartsWith('Debug'))">false</UseDebugLibraries>
51 <PlatformToolset>v141</PlatformToolset> 52 <PlatformToolset>v141</PlatformToolset>
52 <CharacterSet>Unicode</CharacterSet> 53 <WholeProgramOptimization Condition="! $(Configuration.StartsWith('Debug'))">true</WholeProgramOptimization>
53 </PropertyGroup>
54 <PropertyGroup Condition="'$(Configuration)'=='Debug-dll'" Label="Configuration">
55 <ConfigurationType>Application</ConfigurationType>
56 <UseDebugLibraries>true</UseDebugLibraries>
57 <PlatformToolset>v141</PlatformToolset>
58 <CharacterSet>Unicode</CharacterSet>
59 </PropertyGroup>
60 <PropertyGroup Condition="'$(Configuration)'=='Release-static'" Label="Configuration">
61 <ConfigurationType>Application</ConfigurationType>
62 <UseDebugLibraries>false</UseDebugLibraries>
63 <PlatformToolset>v141</PlatformToolset>
64 <WholeProgramOptimization>true</WholeProgramOptimization>
65 <CharacterSet>Unicode</CharacterSet>
66 </PropertyGroup>
67 <PropertyGroup Condition="'$(Configuration)'=='Release-dll'" Label="Configuration">
68 <ConfigurationType>Application</ConfigurationType>
69 <UseDebugLibraries>false</UseDebugLibraries>
70 <PlatformToolset>v141</PlatformToolset>
71 <WholeProgramOptimization>true</WholeProgramOptimization>
72 <CharacterSet>Unicode</CharacterSet> 54 <CharacterSet>Unicode</CharacterSet>
73 </PropertyGroup> 55 </PropertyGroup>
74 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> 56 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />