aboutsummaryrefslogtreecommitdiff
path: root/w32
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2021-10-25 18:39:57 +0300
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2021-10-25 18:39:57 +0300
commit6ef0c39eb76d21a4a099840464a8b56d2fca0436 (patch)
tree04bf427c640b24a20c80da7f31b48f6675206d61 /w32
parentcc0d92b9b2d8d668a07b5da14dfb98ec7bd705d0 (diff)
downloadlibmicrohttpd-6ef0c39eb76d21a4a099840464a8b56d2fca0436.tar.gz
libmicrohttpd-6ef0c39eb76d21a4a099840464a8b56d2fca0436.zip
W32: added VS project files for the latest installed toolset
Diffstat (limited to 'w32')
-rw-r--r--w32/VS-Any-Version/.gitignore6
-rw-r--r--w32/VS-Any-Version/hellobrowser.vcxproj74
-rw-r--r--w32/VS-Any-Version/hellobrowser.vcxproj.filters5
-rw-r--r--w32/VS-Any-Version/largepost.vcxproj73
-rw-r--r--w32/VS-Any-Version/libmicrohttpd.sln102
-rw-r--r--w32/VS-Any-Version/libmicrohttpd.vcxproj75
-rw-r--r--w32/VS-Any-Version/libmicrohttpd.vcxproj.filters5
-rw-r--r--w32/VS-Any-Version/simplepost.vcxproj73
8 files changed, 413 insertions, 0 deletions
diff --git a/w32/VS-Any-Version/.gitignore b/w32/VS-Any-Version/.gitignore
new file mode 100644
index 00000000..c9144d0a
--- /dev/null
+++ b/w32/VS-Any-Version/.gitignore
@@ -0,0 +1,6 @@
1/Output
2/libmicrohttpd
3/hellobrowser
4/largepost
5/simplepost
6/.vs
diff --git a/w32/VS-Any-Version/hellobrowser.vcxproj b/w32/VS-Any-Version/hellobrowser.vcxproj
new file mode 100644
index 00000000..5c76d939
--- /dev/null
+++ b/w32/VS-Any-Version/hellobrowser.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)\hellobrowser-files.vcxproj" />
39 <PropertyGroup Label="Globals">
40 <VCProjectVersion>16.0</VCProjectVersion>
41 <ProjectGuid>{310F39BD-A2D6-44FF-8344-37ADD0524CBD}</ProjectGuid>
42 <Keyword>Win32Proj</Keyword>
43 <RootNamespace>hellobrowser</RootNamespace>
44 </PropertyGroup>
45 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
46 <PropertyGroup>
47 <PreferredToolArchitecture>x64</PreferredToolArchitecture>
48 </PropertyGroup>
49 <PropertyGroup Label="Configuration">
50 <ConfigurationType>Application</ConfigurationType>
51 <UseDebugLibraries Condition="$(Configuration.StartsWith('Debug'))">true</UseDebugLibraries>
52 <UseDebugLibraries Condition="! $(Configuration.StartsWith('Debug'))">false</UseDebugLibraries>
53 <PlatformToolset>$(DefaultPlatformToolset)</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)apps-build-settings.vcxproj" />
65 <PropertyGroup />
66 <ItemDefinitionGroup>
67 <ClCompile />
68 <Link />
69 <ProjectReference />
70 </ItemDefinitionGroup>
71 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
72 <ImportGroup Label="ExtensionTargets">
73 </ImportGroup>
74</Project> \ No newline at end of file
diff --git a/w32/VS-Any-Version/hellobrowser.vcxproj.filters b/w32/VS-Any-Version/hellobrowser.vcxproj.filters
new file mode 100644
index 00000000..ef5a1fdf
--- /dev/null
+++ b/w32/VS-Any-Version/hellobrowser.vcxproj.filters
@@ -0,0 +1,5 @@
1<?xml version="1.0" encoding="utf-8"?>
2<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <Import Project="$(SolutionDir)..\common\vs_dirs.props" />
4 <Import Project="$(MhdW32Common)hellobrowser-filters.vcxproj" />
5</Project> \ No newline at end of file
diff --git a/w32/VS-Any-Version/largepost.vcxproj b/w32/VS-Any-Version/largepost.vcxproj
new file mode 100644
index 00000000..e97163fd
--- /dev/null
+++ b/w32/VS-Any-Version/largepost.vcxproj
@@ -0,0 +1,73 @@
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|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)\largepost-files.vcxproj" />
39 <PropertyGroup Label="Globals">
40 <ProjectGuid>{77A27E6D-9A39-40B8-961B-40E63DB7FA65}</ProjectGuid>
41 <Keyword>Win32Proj</Keyword>
42 <RootNamespace>largepost</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>Application</ConfigurationType>
50 <UseDebugLibraries Condition="$(Configuration.StartsWith('Debug'))">true</UseDebugLibraries>
51 <UseDebugLibraries Condition="! $(Configuration.StartsWith('Debug'))">false</UseDebugLibraries>
52 <PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
53 <WholeProgramOptimization Condition="! $(Configuration.StartsWith('Debug'))">true</WholeProgramOptimization>
54 <CharacterSet>Unicode</CharacterSet>
55 </PropertyGroup>
56 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
57 <ImportGroup Label="ExtensionSettings">
58 </ImportGroup>
59 <ImportGroup Label="PropertySheets">
60 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
61 </ImportGroup>
62 <Import Project="$(MhdW32Common)common-build-settings.vcxproj" />
63 <Import Project="$(MhdW32Common)apps-build-settings.vcxproj" />
64 <PropertyGroup />
65 <ItemDefinitionGroup>
66 <ClCompile />
67 <Link />
68 <ProjectReference />
69 </ItemDefinitionGroup>
70 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
71 <ImportGroup Label="ExtensionTargets">
72 </ImportGroup>
73</Project> \ No newline at end of file
diff --git a/w32/VS-Any-Version/libmicrohttpd.sln b/w32/VS-Any-Version/libmicrohttpd.sln
new file mode 100644
index 00000000..b119e9f5
--- /dev/null
+++ b/w32/VS-Any-Version/libmicrohttpd.sln
@@ -0,0 +1,102 @@
1
2Microsoft Visual Studio Solution File, Format Version 12.00
3MinimumVisualStudioVersion = 10.0.40219.1
4
5Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "hellobrowser", "hellobrowser.vcxproj", "{310F39BD-A2D6-44FF-8344-37ADD0524CBD}"
6 ProjectSection(ProjectDependencies) = postProject
7 {9CFB0342-A9E7-483E-BEE5-A1DE22584C5A} = {9CFB0342-A9E7-483E-BEE5-A1DE22584C5A}
8 EndProjectSection
9EndProject
10Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libmicrohttpd", "libmicrohttpd.vcxproj", "{9CFB0342-A9E7-483E-BEE5-A1DE22584C5A}"
11EndProject
12Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "simplepost", "simplepost.vcxproj", "{294D5317-E983-4682-8DB5-678EA4645E11}"
13 ProjectSection(ProjectDependencies) = postProject
14 {9CFB0342-A9E7-483E-BEE5-A1DE22584C5A} = {9CFB0342-A9E7-483E-BEE5-A1DE22584C5A}
15 EndProjectSection
16EndProject
17Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "largepost", "largepost.vcxproj", "{77A27E6D-9A39-40B8-961B-40E63DB7FA65}"
18 ProjectSection(ProjectDependencies) = postProject
19 {9CFB0342-A9E7-483E-BEE5-A1DE22584C5A} = {9CFB0342-A9E7-483E-BEE5-A1DE22584C5A}
20 EndProjectSection
21EndProject
22Global
23 GlobalSection(SolutionConfigurationPlatforms) = preSolution
24 Debug-dll|Win32 = Debug-dll|Win32
25 Debug-dll|x64 = Debug-dll|x64
26 Debug-static|Win32 = Debug-static|Win32
27 Debug-static|x64 = Debug-static|x64
28 Release-dll|Win32 = Release-dll|Win32
29 Release-dll|x64 = Release-dll|x64
30 Release-static|Win32 = Release-static|Win32
31 Release-static|x64 = Release-static|x64
32 EndGlobalSection
33 GlobalSection(ProjectConfigurationPlatforms) = postSolution
34 {9CFB0342-A9E7-483E-BEE5-A1DE22584C5A}.Debug-dll|Win32.ActiveCfg = Debug-dll|Win32
35 {9CFB0342-A9E7-483E-BEE5-A1DE22584C5A}.Debug-dll|Win32.Build.0 = Debug-dll|Win32
36 {9CFB0342-A9E7-483E-BEE5-A1DE22584C5A}.Debug-dll|x64.ActiveCfg = Debug-dll|x64
37 {9CFB0342-A9E7-483E-BEE5-A1DE22584C5A}.Debug-dll|x64.Build.0 = Debug-dll|x64
38 {9CFB0342-A9E7-483E-BEE5-A1DE22584C5A}.Debug-static|Win32.ActiveCfg = Debug-static|Win32
39 {9CFB0342-A9E7-483E-BEE5-A1DE22584C5A}.Debug-static|Win32.Build.0 = Debug-static|Win32
40 {9CFB0342-A9E7-483E-BEE5-A1DE22584C5A}.Debug-static|x64.ActiveCfg = Debug-static|x64
41 {9CFB0342-A9E7-483E-BEE5-A1DE22584C5A}.Debug-static|x64.Build.0 = Debug-static|x64
42 {9CFB0342-A9E7-483E-BEE5-A1DE22584C5A}.Release-dll|Win32.ActiveCfg = Release-dll|Win32
43 {9CFB0342-A9E7-483E-BEE5-A1DE22584C5A}.Release-dll|Win32.Build.0 = Release-dll|Win32
44 {9CFB0342-A9E7-483E-BEE5-A1DE22584C5A}.Release-dll|x64.ActiveCfg = Release-dll|x64
45 {9CFB0342-A9E7-483E-BEE5-A1DE22584C5A}.Release-dll|x64.Build.0 = Release-dll|x64
46 {9CFB0342-A9E7-483E-BEE5-A1DE22584C5A}.Release-static|Win32.ActiveCfg = Release-static|Win32
47 {9CFB0342-A9E7-483E-BEE5-A1DE22584C5A}.Release-static|Win32.Build.0 = Release-static|Win32
48 {9CFB0342-A9E7-483E-BEE5-A1DE22584C5A}.Release-static|x64.ActiveCfg = Release-static|x64
49 {9CFB0342-A9E7-483E-BEE5-A1DE22584C5A}.Release-static|x64.Build.0 = Release-static|x64
50 {310F39BD-A2D6-44FF-8344-37ADD0524CBD}.Debug-dll|Win32.ActiveCfg = Debug-dll|Win32
51 {310F39BD-A2D6-44FF-8344-37ADD0524CBD}.Debug-dll|Win32.Build.0 = Debug-dll|Win32
52 {310F39BD-A2D6-44FF-8344-37ADD0524CBD}.Debug-dll|x64.ActiveCfg = Debug-dll|x64
53 {310F39BD-A2D6-44FF-8344-37ADD0524CBD}.Debug-dll|x64.Build.0 = Debug-dll|x64
54 {310F39BD-A2D6-44FF-8344-37ADD0524CBD}.Debug-static|Win32.ActiveCfg = Debug-static|Win32
55 {310F39BD-A2D6-44FF-8344-37ADD0524CBD}.Debug-static|Win32.Build.0 = Debug-static|Win32
56 {310F39BD-A2D6-44FF-8344-37ADD0524CBD}.Debug-static|x64.ActiveCfg = Debug-static|x64
57 {310F39BD-A2D6-44FF-8344-37ADD0524CBD}.Debug-static|x64.Build.0 = Debug-static|x64
58 {310F39BD-A2D6-44FF-8344-37ADD0524CBD}.Release-dll|Win32.ActiveCfg = Release-dll|Win32
59 {310F39BD-A2D6-44FF-8344-37ADD0524CBD}.Release-dll|Win32.Build.0 = Release-dll|Win32
60 {310F39BD-A2D6-44FF-8344-37ADD0524CBD}.Release-dll|x64.ActiveCfg = Release-dll|x64
61 {310F39BD-A2D6-44FF-8344-37ADD0524CBD}.Release-dll|x64.Build.0 = Release-dll|x64
62 {310F39BD-A2D6-44FF-8344-37ADD0524CBD}.Release-static|Win32.ActiveCfg = Release-static|Win32
63 {310F39BD-A2D6-44FF-8344-37ADD0524CBD}.Release-static|Win32.Build.0 = Release-static|Win32
64 {310F39BD-A2D6-44FF-8344-37ADD0524CBD}.Release-static|x64.ActiveCfg = Release-static|x64
65 {310F39BD-A2D6-44FF-8344-37ADD0524CBD}.Release-static|x64.Build.0 = Release-static|x64
66 {294D5317-E983-4682-8DB5-678EA4645E11}.Debug-dll|Win32.ActiveCfg = Debug-dll|Win32
67 {294D5317-E983-4682-8DB5-678EA4645E11}.Debug-dll|Win32.Build.0 = Debug-dll|Win32
68 {294D5317-E983-4682-8DB5-678EA4645E11}.Debug-dll|x64.ActiveCfg = Debug-dll|x64
69 {294D5317-E983-4682-8DB5-678EA4645E11}.Debug-dll|x64.Build.0 = Debug-dll|x64
70 {294D5317-E983-4682-8DB5-678EA4645E11}.Debug-static|Win32.ActiveCfg = Debug-static|Win32
71 {294D5317-E983-4682-8DB5-678EA4645E11}.Debug-static|Win32.Build.0 = Debug-static|Win32
72 {294D5317-E983-4682-8DB5-678EA4645E11}.Debug-static|x64.ActiveCfg = Debug-static|x64
73 {294D5317-E983-4682-8DB5-678EA4645E11}.Debug-static|x64.Build.0 = Debug-static|x64
74 {294D5317-E983-4682-8DB5-678EA4645E11}.Release-dll|Win32.ActiveCfg = Release-dll|Win32
75 {294D5317-E983-4682-8DB5-678EA4645E11}.Release-dll|Win32.Build.0 = Release-dll|Win32
76 {294D5317-E983-4682-8DB5-678EA4645E11}.Release-dll|x64.ActiveCfg = Release-dll|x64
77 {294D5317-E983-4682-8DB5-678EA4645E11}.Release-dll|x64.Build.0 = Release-dll|x64
78 {294D5317-E983-4682-8DB5-678EA4645E11}.Release-static|Win32.ActiveCfg = Release-static|Win32
79 {294D5317-E983-4682-8DB5-678EA4645E11}.Release-static|Win32.Build.0 = Release-static|Win32
80 {294D5317-E983-4682-8DB5-678EA4645E11}.Release-static|x64.ActiveCfg = Release-static|x64
81 {294D5317-E983-4682-8DB5-678EA4645E11}.Release-static|x64.Build.0 = Release-static|x64
82 {77A27E6D-9A39-40B8-961B-40E63DB7FA65}.Debug-dll|Win32.ActiveCfg = Debug-dll|Win32
83 {77A27E6D-9A39-40B8-961B-40E63DB7FA65}.Debug-dll|Win32.Build.0 = Debug-dll|Win32
84 {77A27E6D-9A39-40B8-961B-40E63DB7FA65}.Debug-dll|x64.ActiveCfg = Debug-dll|x64
85 {77A27E6D-9A39-40B8-961B-40E63DB7FA65}.Debug-dll|x64.Build.0 = Debug-dll|x64
86 {77A27E6D-9A39-40B8-961B-40E63DB7FA65}.Debug-static|Win32.ActiveCfg = Debug-static|Win32
87 {77A27E6D-9A39-40B8-961B-40E63DB7FA65}.Debug-static|Win32.Build.0 = Debug-static|Win32
88 {77A27E6D-9A39-40B8-961B-40E63DB7FA65}.Debug-static|x64.ActiveCfg = Debug-static|x64
89 {77A27E6D-9A39-40B8-961B-40E63DB7FA65}.Debug-static|x64.Build.0 = Debug-static|x64
90 {77A27E6D-9A39-40B8-961B-40E63DB7FA65}.Release-dll|Win32.ActiveCfg = Release-dll|Win32
91 {77A27E6D-9A39-40B8-961B-40E63DB7FA65}.Release-dll|Win32.Build.0 = Release-dll|Win32
92 {77A27E6D-9A39-40B8-961B-40E63DB7FA65}.Release-dll|x64.ActiveCfg = Release-dll|x64
93 {77A27E6D-9A39-40B8-961B-40E63DB7FA65}.Release-dll|x64.Build.0 = Release-dll|x64
94 {77A27E6D-9A39-40B8-961B-40E63DB7FA65}.Release-static|Win32.ActiveCfg = Release-static|Win32
95 {77A27E6D-9A39-40B8-961B-40E63DB7FA65}.Release-static|Win32.Build.0 = Release-static|Win32
96 {77A27E6D-9A39-40B8-961B-40E63DB7FA65}.Release-static|x64.ActiveCfg = Release-static|x64
97 {77A27E6D-9A39-40B8-961B-40E63DB7FA65}.Release-static|x64.Build.0 = Release-static|x64
98 EndGlobalSection
99 GlobalSection(SolutionProperties) = preSolution
100 HideSolutionNode = FALSE
101 EndGlobalSection
102EndGlobal
diff --git a/w32/VS-Any-Version/libmicrohttpd.vcxproj b/w32/VS-Any-Version/libmicrohttpd.vcxproj
new file mode 100644
index 00000000..2d7a29f6
--- /dev/null
+++ b/w32/VS-Any-Version/libmicrohttpd.vcxproj
@@ -0,0 +1,75 @@
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 <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
44 </PropertyGroup>
45 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
46 <PropertyGroup>
47 <PreferredToolArchitecture>x64</PreferredToolArchitecture>
48 </PropertyGroup>
49 <PropertyGroup Label="Configuration">
50 <ConfigurationType Condition="$(Configuration.EndsWith('-static'))">StaticLibrary</ConfigurationType>
51 <ConfigurationType Condition="! $(Configuration.EndsWith('-static'))">DynamicLibrary</ConfigurationType>
52 <UseDebugLibraries Condition="$(Configuration.StartsWith('Debug'))">true</UseDebugLibraries>
53 <UseDebugLibraries Condition="! $(Configuration.StartsWith('Debug'))">false</UseDebugLibraries>
54 <PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
55 <WholeProgramOptimization Condition="! $(Configuration.StartsWith('Debug'))">true</WholeProgramOptimization>
56 <CharacterSet>Unicode</CharacterSet>
57 </PropertyGroup>
58 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
59 <ImportGroup Label="ExtensionSettings">
60 </ImportGroup>
61 <ImportGroup Label="PropertySheets">
62 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
63 </ImportGroup>
64 <Import Project="$(MhdW32Common)common-build-settings.vcxproj" />
65 <Import Project="$(MhdW32Common)libmicrohttpd-build-settings.vcxproj" />
66 <PropertyGroup />
67 <ItemDefinitionGroup>
68 <ClCompile />
69 <Link />
70 <Lib />
71 </ItemDefinitionGroup>
72 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
73 <ImportGroup Label="ExtensionTargets">
74 </ImportGroup>
75</Project> \ No newline at end of file
diff --git a/w32/VS-Any-Version/libmicrohttpd.vcxproj.filters b/w32/VS-Any-Version/libmicrohttpd.vcxproj.filters
new file mode 100644
index 00000000..63f58bfb
--- /dev/null
+++ b/w32/VS-Any-Version/libmicrohttpd.vcxproj.filters
@@ -0,0 +1,5 @@
1<?xml version="1.0" encoding="utf-8"?>
2<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <Import Project="$(SolutionDir)..\common\vs_dirs.props" />
4 <Import Project="$(MhdW32Common)libmicrohttpd-filters.vcxproj" />
5</Project> \ No newline at end of file
diff --git a/w32/VS-Any-Version/simplepost.vcxproj b/w32/VS-Any-Version/simplepost.vcxproj
new file mode 100644
index 00000000..c6808810
--- /dev/null
+++ b/w32/VS-Any-Version/simplepost.vcxproj
@@ -0,0 +1,73 @@
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)\simplepost-files.vcxproj" />
39 <PropertyGroup Label="Globals">
40 <ProjectGuid>{294D5317-E983-4682-8DB5-678EA4645E11}</ProjectGuid>
41 <Keyword>Win32Proj</Keyword>
42 <RootNamespace>simplepost</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>Application</ConfigurationType>
50 <UseDebugLibraries Condition="$(Configuration.StartsWith('Debug'))">true</UseDebugLibraries>
51 <UseDebugLibraries Condition="! $(Configuration.StartsWith('Debug'))">false</UseDebugLibraries>
52 <PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
53 <WholeProgramOptimization Condition="! $(Configuration.StartsWith('Debug'))">true</WholeProgramOptimization>
54 <CharacterSet>Unicode</CharacterSet>
55 </PropertyGroup>
56 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
57 <ImportGroup Label="ExtensionSettings">
58 </ImportGroup>
59 <ImportGroup Label="PropertySheets">
60 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
61 </ImportGroup>
62 <Import Project="$(MhdW32Common)common-build-settings.vcxproj" />
63 <Import Project="$(MhdW32Common)apps-build-settings.vcxproj" />
64 <PropertyGroup />
65 <ItemDefinitionGroup>
66 <ClCompile />
67 <Link />
68 <ProjectReference />
69 </ItemDefinitionGroup>
70 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
71 <ImportGroup Label="ExtensionTargets">
72 </ImportGroup>
73</Project> \ No newline at end of file