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.vcxproj149
1 files changed, 149 insertions, 0 deletions
diff --git a/w32/VS2017/libmicrohttpd.vcxproj b/w32/VS2017/libmicrohttpd.vcxproj
new file mode 100644
index 00000000..1ea6df2c
--- /dev/null
+++ b/w32/VS2017/libmicrohttpd.vcxproj
@@ -0,0 +1,149 @@
1<?xml version="1.0" encoding="utf-8"?>
2<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <Import Project="$(SolutionDir)..\common\vs_dirs.props" />
4 <ItemGroup Label="ProjectConfigurations">
5 <ProjectConfiguration Include="Debug-dll-xp|Win32">
6 <Configuration>Debug-dll-xp</Configuration>
7 <Platform>Win32</Platform>
8 </ProjectConfiguration>
9 <ProjectConfiguration Include="Debug-dll-xp|x64">
10 <Configuration>Debug-dll-xp</Configuration>
11 <Platform>x64</Platform>
12 </ProjectConfiguration>
13 <ProjectConfiguration Include="Debug-dll|Win32">
14 <Configuration>Debug-dll</Configuration>
15 <Platform>Win32</Platform>
16 </ProjectConfiguration>
17 <ProjectConfiguration Include="Debug-dll|x64">
18 <Configuration>Debug-dll</Configuration>
19 <Platform>x64</Platform>
20 </ProjectConfiguration>
21 <ProjectConfiguration Include="Debug-static-xp|Win32">
22 <Configuration>Debug-static-xp</Configuration>
23 <Platform>Win32</Platform>
24 </ProjectConfiguration>
25 <ProjectConfiguration Include="Debug-static-xp|x64">
26 <Configuration>Debug-static-xp</Configuration>
27 <Platform>x64</Platform>
28 </ProjectConfiguration>
29 <ProjectConfiguration Include="Debug-static|Win32">
30 <Configuration>Debug-static</Configuration>
31 <Platform>Win32</Platform>
32 </ProjectConfiguration>
33 <ProjectConfiguration Include="Debug-static|x64">
34 <Configuration>Debug-static</Configuration>
35 <Platform>x64</Platform>
36 </ProjectConfiguration>
37 <ProjectConfiguration Include="Release-dll-xp|Win32">
38 <Configuration>Release-dll-xp</Configuration>
39 <Platform>Win32</Platform>
40 </ProjectConfiguration>
41 <ProjectConfiguration Include="Release-dll-xp|x64">
42 <Configuration>Release-dll-xp</Configuration>
43 <Platform>x64</Platform>
44 </ProjectConfiguration>
45 <ProjectConfiguration Include="Release-dll|Win32">
46 <Configuration>Release-dll</Configuration>
47 <Platform>Win32</Platform>
48 </ProjectConfiguration>
49 <ProjectConfiguration Include="Release-dll|x64">
50 <Configuration>Release-dll</Configuration>
51 <Platform>x64</Platform>
52 </ProjectConfiguration>
53 <ProjectConfiguration Include="Release-static-xp|Win32">
54 <Configuration>Release-static-xp</Configuration>
55 <Platform>Win32</Platform>
56 </ProjectConfiguration>
57 <ProjectConfiguration Include="Release-static-xp|x64">
58 <Configuration>Release-static-xp</Configuration>
59 <Platform>x64</Platform>
60 </ProjectConfiguration>
61 <ProjectConfiguration Include="Release-static|Win32">
62 <Configuration>Release-static</Configuration>
63 <Platform>Win32</Platform>
64 </ProjectConfiguration>
65 <ProjectConfiguration Include="Release-static|x64">
66 <Configuration>Release-static</Configuration>
67 <Platform>x64</Platform>
68 </ProjectConfiguration>
69 </ItemGroup>
70 <Import Project="$(MhdW32Common)\libmicrohttpd-files.vcxproj" />
71 <PropertyGroup Label="Globals">
72 <ProjectGuid>{9CFB0342-A9E7-483E-BEE5-A1DE22584C5A}</ProjectGuid>
73 <Keyword>Win32Proj</Keyword>
74 <RootNamespace>libmicrohttpd</RootNamespace>
75 </PropertyGroup>
76 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
77 <PropertyGroup>
78 <PreferredToolArchitecture>x64</PreferredToolArchitecture>
79 </PropertyGroup>
80 <PropertyGroup Condition="'$(Configuration)'=='Debug-static'" Label="Configuration">
81 <ConfigurationType>StaticLibrary</ConfigurationType>
82 <UseDebugLibraries>true</UseDebugLibraries>
83 <PlatformToolset>v141</PlatformToolset>
84 <CharacterSet>Unicode</CharacterSet>
85 </PropertyGroup>
86 <PropertyGroup Condition="'$(Configuration)'=='Debug-static-xp'" Label="Configuration">
87 <ConfigurationType>StaticLibrary</ConfigurationType>
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>
131 </PropertyGroup>
132 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
133 <ImportGroup Label="ExtensionSettings">
134 </ImportGroup>
135 <ImportGroup Label="PropertySheets">
136 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
137 </ImportGroup>
138 <Import Project="$(MhdW32Common)common-build-settings.vcxproj" />
139 <Import Project="$(MhdW32Common)libmicrohttpd-build-settings.vcxproj" />
140 <PropertyGroup />
141 <ItemDefinitionGroup>
142 <ClCompile />
143 <Link />
144 <Lib />
145 </ItemDefinitionGroup>
146 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
147 <ImportGroup Label="ExtensionTargets">
148 </ImportGroup>
149</Project> \ No newline at end of file