aboutsummaryrefslogtreecommitdiff
path: root/w32/VS2017/libmicrohttpd.vcxproj
diff options
context:
space:
mode:
Diffstat (limited to 'w32/VS2017/libmicrohttpd.vcxproj')
-rw-r--r--w32/VS2017/libmicrohttpd.vcxproj58
1 files changed, 8 insertions, 50 deletions
diff --git a/w32/VS2017/libmicrohttpd.vcxproj b/w32/VS2017/libmicrohttpd.vcxproj
index 1ea6df2c..004004df 100644
--- a/w32/VS2017/libmicrohttpd.vcxproj
+++ b/w32/VS2017/libmicrohttpd.vcxproj
@@ -77,56 +77,14 @@
77 <PropertyGroup> 77 <PropertyGroup>
78 <PreferredToolArchitecture>x64</PreferredToolArchitecture> 78 <PreferredToolArchitecture>x64</PreferredToolArchitecture>
79 </PropertyGroup> 79 </PropertyGroup>
80 <PropertyGroup Condition="'$(Configuration)'=='Debug-static'" Label="Configuration"> 80 <PropertyGroup Label="Configuration">
81 <ConfigurationType>StaticLibrary</ConfigurationType> 81 <ConfigurationType Condition="$(Configuration.Contains('-static'))">StaticLibrary</ConfigurationType>
82 <UseDebugLibraries>true</UseDebugLibraries> 82 <ConfigurationType Condition="! $(Configuration.Contains('-static'))">DynamicLibrary</ConfigurationType>
83 <PlatformToolset>v141</PlatformToolset> 83 <UseDebugLibraries Condition="$(Configuration.StartsWith('Debug'))">true</UseDebugLibraries>
84 <CharacterSet>Unicode</CharacterSet> 84 <UseDebugLibraries Condition="! $(Configuration.StartsWith('Debug'))">false</UseDebugLibraries>
85 </PropertyGroup> 85 <PlatformToolset Condition="! $(Configuration.EndsWith('-xp'))">v141</PlatformToolset>
86 <PropertyGroup Condition="'$(Configuration)'=='Debug-static-xp'" Label="Configuration"> 86 <PlatformToolset Condition="$(Configuration.EndsWith('-xp'))">v141_xp</PlatformToolset>
87 <ConfigurationType>StaticLibrary</ConfigurationType> 87 <WholeProgramOptimization Condition="! $(Configuration.StartsWith('Debug'))">true</WholeProgramOptimization>
88 <UseDebugLibraries>true</UseDebugLibraries>
89 <PlatformToolset>v141_xp</PlatformToolset>
90 <CharacterSet>Unicode</CharacterSet>
91 </PropertyGroup>
92 <PropertyGroup Condition="'$(Configuration)'=='Debug-dll'" Label="Configuration">
93 <ConfigurationType>DynamicLibrary</ConfigurationType>
94 <UseDebugLibraries>true</UseDebugLibraries>
95 <PlatformToolset>v141</PlatformToolset>
96 <CharacterSet>Unicode</CharacterSet>
97 </PropertyGroup>
98 <PropertyGroup Condition="'$(Configuration)'=='Debug-dll-xp'" Label="Configuration">
99 <ConfigurationType>DynamicLibrary</ConfigurationType>
100 <UseDebugLibraries>true</UseDebugLibraries>
101 <PlatformToolset>v141_xp</PlatformToolset>
102 <CharacterSet>Unicode</CharacterSet>
103 </PropertyGroup>
104 <PropertyGroup Condition="'$(Configuration)'=='Release-static'" Label="Configuration">
105 <ConfigurationType>StaticLibrary</ConfigurationType>
106 <UseDebugLibraries>false</UseDebugLibraries>
107 <PlatformToolset>v141</PlatformToolset>
108 <WholeProgramOptimization>true</WholeProgramOptimization>
109 <CharacterSet>Unicode</CharacterSet>
110 </PropertyGroup>
111 <PropertyGroup Condition="'$(Configuration)'=='Release-static-xp'" Label="Configuration">
112 <ConfigurationType>StaticLibrary</ConfigurationType>
113 <UseDebugLibraries>false</UseDebugLibraries>
114 <PlatformToolset>v141_xp</PlatformToolset>
115 <WholeProgramOptimization>true</WholeProgramOptimization>
116 <CharacterSet>Unicode</CharacterSet>
117 </PropertyGroup>
118 <PropertyGroup Condition="'$(Configuration)'=='Release-dll'" Label="Configuration">
119 <ConfigurationType>DynamicLibrary</ConfigurationType>
120 <UseDebugLibraries>false</UseDebugLibraries>
121 <PlatformToolset>v141</PlatformToolset>
122 <WholeProgramOptimization>true</WholeProgramOptimization>
123 <CharacterSet>Unicode</CharacterSet>
124 </PropertyGroup>
125 <PropertyGroup Condition="'$(Configuration)'=='Release-dll-xp'" Label="Configuration">
126 <ConfigurationType>DynamicLibrary</ConfigurationType>
127 <UseDebugLibraries>false</UseDebugLibraries>
128 <PlatformToolset>v141_xp</PlatformToolset>
129 <WholeProgramOptimization>true</WholeProgramOptimization>
130 <CharacterSet>Unicode</CharacterSet> 88 <CharacterSet>Unicode</CharacterSet>
131 </PropertyGroup> 89 </PropertyGroup>
132 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> 90 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />