aboutsummaryrefslogtreecommitdiff
path: root/w32/VS2019/libmicrohttpd.vcxproj
diff options
context:
space:
mode:
Diffstat (limited to 'w32/VS2019/libmicrohttpd.vcxproj')
-rw-r--r--w32/VS2019/libmicrohttpd.vcxproj74
1 files changed, 74 insertions, 0 deletions
diff --git a/w32/VS2019/libmicrohttpd.vcxproj b/w32/VS2019/libmicrohttpd.vcxproj
new file mode 100644
index 00000000..fb4bf80d
--- /dev/null
+++ b/w32/VS2019/libmicrohttpd.vcxproj
@@ -0,0 +1,74 @@
1<?xml version="1.0" encoding="utf-8"?>
2<Project DefaultTargets="Build" 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|Win32">
6 <Configuration>Debug-dll</Configuration>
7 <Platform>Win32</Platform>
8 </ProjectConfiguration>
9 <ProjectConfiguration Include="Debug-dll|x64">
10 <Configuration>Debug-dll</Configuration>
11 <Platform>x64</Platform>
12 </ProjectConfiguration>
13 <ProjectConfiguration Include="Debug-static|Win32">
14 <Configuration>Debug-static</Configuration>
15 <Platform>Win32</Platform>
16 </ProjectConfiguration>
17 <ProjectConfiguration Include="Debug-static|x64">
18 <Configuration>Debug-static</Configuration>
19 <Platform>x64</Platform>
20 </ProjectConfiguration>
21 <ProjectConfiguration Include="Release-dll|Win32">
22 <Configuration>Release-dll</Configuration>
23 <Platform>Win32</Platform>
24 </ProjectConfiguration>
25 <ProjectConfiguration Include="Release-dll|x64">
26 <Configuration>Release-dll</Configuration>
27 <Platform>x64</Platform>
28 </ProjectConfiguration>
29 <ProjectConfiguration Include="Release-static|Win32">
30 <Configuration>Release-static</Configuration>
31 <Platform>Win32</Platform>
32 </ProjectConfiguration>
33 <ProjectConfiguration Include="Release-static|x64">
34 <Configuration>Release-static</Configuration>
35 <Platform>x64</Platform>
36 </ProjectConfiguration>
37 </ItemGroup>
38 <Import Project="$(MhdW32Common)\libmicrohttpd-files.vcxproj" />
39 <PropertyGroup Label="Globals">
40 <ProjectGuid>{9CFB0342-A9E7-483E-BEE5-A1DE22584C5A}</ProjectGuid>
41 <Keyword>Win32Proj</Keyword>
42 <RootNamespace>libmicrohttpd</RootNamespace>
43 </PropertyGroup>
44 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
45 <PropertyGroup>
46 <PreferredToolArchitecture>x64</PreferredToolArchitecture>
47 </PropertyGroup>
48 <PropertyGroup Label="Configuration">
49 <ConfigurationType Condition="$(Configuration.EndsWith('-static'))">StaticLibrary</ConfigurationType>
50 <ConfigurationType Condition="! $(Configuration.EndsWith('-static'))">DynamicLibrary</ConfigurationType>
51 <UseDebugLibraries Condition="$(Configuration.StartsWith('Debug'))">true</UseDebugLibraries>
52 <UseDebugLibraries Condition="! $(Configuration.StartsWith('Debug'))">false</UseDebugLibraries>
53 <PlatformToolset>v142</PlatformToolset>
54 <WholeProgramOptimization Condition="! $(Configuration.StartsWith('Debug'))">true</WholeProgramOptimization>
55 <CharacterSet>Unicode</CharacterSet>
56 </PropertyGroup>
57 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
58 <ImportGroup Label="ExtensionSettings">
59 </ImportGroup>
60 <ImportGroup Label="PropertySheets">
61 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
62 </ImportGroup>
63 <Import Project="$(MhdW32Common)common-build-settings.vcxproj" />
64 <Import Project="$(MhdW32Common)libmicrohttpd-build-settings.vcxproj" />
65 <PropertyGroup />
66 <ItemDefinitionGroup>
67 <ClCompile />
68 <Link />
69 <Lib />
70 </ItemDefinitionGroup>
71 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
72 <ImportGroup Label="ExtensionTargets">
73 </ImportGroup>
74</Project> \ No newline at end of file