aboutsummaryrefslogtreecommitdiff
path: root/w32
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
parent8fa8f78307a64650e608b55701ea58a7230ab6be (diff)
downloadlibmicrohttpd-325ddd08f4458cbe8f82b17b3a95f5895d28b319.tar.gz
libmicrohttpd-325ddd08f4458cbe8f82b17b3a95f5895d28b319.zip
Simplified VS projects files
Diffstat (limited to 'w32')
-rw-r--r--w32/VS2017/hellobrowser.vcxproj26
-rw-r--r--w32/VS2017/largepost.vcxproj26
-rw-r--r--w32/VS2017/libmicrohttpd.vcxproj58
-rw-r--r--w32/VS2017/simplepost.vcxproj26
-rw-r--r--w32/common/common-build-settings.vcxproj4
5 files changed, 22 insertions, 118 deletions
diff --git a/w32/VS2017/hellobrowser.vcxproj b/w32/VS2017/hellobrowser.vcxproj
index 4f39659f..ed29e613 100644
--- a/w32/VS2017/hellobrowser.vcxproj
+++ b/w32/VS2017/hellobrowser.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" />
diff --git a/w32/VS2017/largepost.vcxproj b/w32/VS2017/largepost.vcxproj
index 11cadd08..c9141f82 100644
--- a/w32/VS2017/largepost.vcxproj
+++ b/w32/VS2017/largepost.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" />
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" />
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" />
diff --git a/w32/common/common-build-settings.vcxproj b/w32/common/common-build-settings.vcxproj
index f2e512a4..362340c6 100644
--- a/w32/common/common-build-settings.vcxproj
+++ b/w32/common/common-build-settings.vcxproj
@@ -3,8 +3,8 @@
3 <PropertyGroup Label="UserMacros"> 3 <PropertyGroup Label="UserMacros">
4 <!-- WinXP = 0; Vista = 1; Win7 = 2; Win8 = 3... 4 <!-- WinXP = 0; Vista = 1; Win7 = 2; Win8 = 3...
5 Only 0 and 1 are used currently --> 5 Only 0 and 1 are used currently -->
6 <TargetOSLevel Condition="'$(PlatformToolset)'=='v120_xp' Or '$(PlatformToolset)'=='v140_xp' Or '$(PlatformToolset)'=='v141_xp'">0</TargetOSLevel> 6 <TargetOSLevel Condition="$(PlatformToolset.EndsWith('_xp'))">0</TargetOSLevel>
7 <TargetOSLevel Condition="'$(PlatformToolset)'!='v120_xp' And '$(PlatformToolset)'!='v140_xp' And '$(PlatformToolset)'!='v141_xp'">1</TargetOSLevel> 7 <TargetOSLevel Condition="! $(PlatformToolset.EndsWith('_xp'))">1</TargetOSLevel>
8 </PropertyGroup> 8 </PropertyGroup>
9 <PropertyGroup> 9 <PropertyGroup>
10 <IncludePath>$(SolutionDir);$(MhdW32Common);$(MhdSrc)include;$(IncludePath)</IncludePath> 10 <IncludePath>$(SolutionDir);$(MhdW32Common);$(MhdSrc)include;$(IncludePath)</IncludePath>