aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2016-04-11 14:08:28 +0000
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2016-04-11 14:08:28 +0000
commit5ad31494eb7d5f5589081401533bea60091d206e (patch)
tree1a06fe3bab253a65db4ac33123896825f6cb7251
parentb3a9a6be7f8d4dbbe5b9e52f387a8405c36cdb65 (diff)
downloadlibmicrohttpd-5ad31494eb7d5f5589081401533bea60091d206e.tar.gz
libmicrohttpd-5ad31494eb7d5f5589081401533bea60091d206e.zip
VS projects: added largepost.c example
-rw-r--r--Makefile.am4
-rw-r--r--w32/VS2013/largepost.vcxproj91
-rw-r--r--w32/VS2013/libmicrohttpd.sln37
-rw-r--r--w32/VS2015/largepost.vcxproj91
-rw-r--r--w32/VS2015/libmicrohttpd.sln37
-rw-r--r--w32/common/largepost-files.vcxproj11
6 files changed, 269 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 29eff487..192dfd2e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -8,11 +8,11 @@ W32COMMON = w32/common/gen_dll_res.ps1 w32/common/microhttpd_dll_res_vc.rc.in w3
8 w32/common/apps-build-settings.vcxproj 8 w32/common/apps-build-settings.vcxproj
9W32VS2013 = w32/VS2013/libmicrohttpd.vcxproj w32/VS2013/libmicrohttpd.vcxproj.filters \ 9W32VS2013 = w32/VS2013/libmicrohttpd.vcxproj w32/VS2013/libmicrohttpd.vcxproj.filters \
10 w32/VS2013/hellobrowser.vcxproj w32/VS2013/hellobrowser.vcxproj.filters \ 10 w32/VS2013/hellobrowser.vcxproj w32/VS2013/hellobrowser.vcxproj.filters \
11 w32/VS2013/simplepost.vcxproj \ 11 w32/VS2013/simplepost.vcxproj w32/VS2013/largepost.vcxproj \
12 w32/VS2013/libmicrohttpd.sln 12 w32/VS2013/libmicrohttpd.sln
13W32VS2015 = w32/VS2015/libmicrohttpd.vcxproj w32/VS2015/libmicrohttpd.vcxproj.filters \ 13W32VS2015 = w32/VS2015/libmicrohttpd.vcxproj w32/VS2015/libmicrohttpd.vcxproj.filters \
14 w32/VS2015/hellobrowser.vcxproj w32/VS2015/hellobrowser.vcxproj.filters \ 14 w32/VS2015/hellobrowser.vcxproj w32/VS2015/hellobrowser.vcxproj.filters \
15 w32/VS2015/simplepost.vcxproj \ 15 w32/VS2015/simplepost.vcxproj w32/VS2015/largepost.vcxproj \
16 w32/VS2015/libmicrohttpd.sln 16 w32/VS2015/libmicrohttpd.sln
17EXTRA_DIST = acinclude.m4 libmicrohttpd.pc.in \ 17EXTRA_DIST = acinclude.m4 libmicrohttpd.pc.in \
18 $(W32COMMON) $(W32VS2013) $(W32VS2015) 18 $(W32COMMON) $(W32VS2013) $(W32VS2015)
diff --git a/w32/VS2013/largepost.vcxproj b/w32/VS2013/largepost.vcxproj
new file mode 100644
index 00000000..79315489
--- /dev/null
+++ b/w32/VS2013/largepost.vcxproj
@@ -0,0 +1,91 @@
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 Condition="'$(Configuration)'=='Debug-static'" Label="Configuration">
49 <ConfigurationType>Application</ConfigurationType>
50 <UseDebugLibraries>true</UseDebugLibraries>
51 <PlatformToolset>v120</PlatformToolset>
52 <CharacterSet>Unicode</CharacterSet>
53 </PropertyGroup>
54 <PropertyGroup Condition="'$(Configuration)'=='Debug-dll'" Label="Configuration">
55 <ConfigurationType>Application</ConfigurationType>
56 <UseDebugLibraries>true</UseDebugLibraries>
57 <PlatformToolset>v120</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>v120</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>v120</PlatformToolset>
71 <WholeProgramOptimization>true</WholeProgramOptimization>
72 <CharacterSet>Unicode</CharacterSet>
73 </PropertyGroup>
74 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
75 <ImportGroup Label="ExtensionSettings">
76 </ImportGroup>
77 <ImportGroup Label="PropertySheets">
78 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
79 </ImportGroup>
80 <Import Project="$(MhdW32Common)common-build-settings.vcxproj" />
81 <Import Project="$(MhdW32Common)apps-build-settings.vcxproj" />
82 <PropertyGroup />
83 <ItemDefinitionGroup>
84 <ClCompile />
85 <Link />
86 <ProjectReference />
87 </ItemDefinitionGroup>
88 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
89 <ImportGroup Label="ExtensionTargets">
90 </ImportGroup>
91</Project> \ No newline at end of file
diff --git a/w32/VS2013/libmicrohttpd.sln b/w32/VS2013/libmicrohttpd.sln
index 73eff235..873914ae 100644
--- a/w32/VS2013/libmicrohttpd.sln
+++ b/w32/VS2013/libmicrohttpd.sln
@@ -15,6 +15,11 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "simplepost", "simplepost.vc
15 {9CFB0342-A9E7-483E-BEE5-A1DE22584C5A} = {9CFB0342-A9E7-483E-BEE5-A1DE22584C5A} 15 {9CFB0342-A9E7-483E-BEE5-A1DE22584C5A} = {9CFB0342-A9E7-483E-BEE5-A1DE22584C5A}
16 EndProjectSection 16 EndProjectSection
17EndProject 17EndProject
18Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "largepost", "largepost.vcxproj", "{77A27E6D-9A39-40B8-961B-40E63DB7FA65}"
19 ProjectSection(ProjectDependencies) = postProject
20 {9CFB0342-A9E7-483E-BEE5-A1DE22584C5A} = {9CFB0342-A9E7-483E-BEE5-A1DE22584C5A}
21 EndProjectSection
22EndProject
18Global 23Global
19 GlobalSection(SolutionConfigurationPlatforms) = preSolution 24 GlobalSection(SolutionConfigurationPlatforms) = preSolution
20 Debug-dll|Win32 = Debug-dll|Win32 25 Debug-dll|Win32 = Debug-dll|Win32
@@ -131,6 +136,38 @@ Global
131 {294D5317-E983-4682-8DB5-678EA4645E11}.Release-static-xp|Win32.Build.0 = Release-static|Win32 136 {294D5317-E983-4682-8DB5-678EA4645E11}.Release-static-xp|Win32.Build.0 = Release-static|Win32
132 {294D5317-E983-4682-8DB5-678EA4645E11}.Release-static-xp|x64.ActiveCfg = Release-static|x64 137 {294D5317-E983-4682-8DB5-678EA4645E11}.Release-static-xp|x64.ActiveCfg = Release-static|x64
133 {294D5317-E983-4682-8DB5-678EA4645E11}.Release-static-xp|x64.Build.0 = Release-static|x64 138 {294D5317-E983-4682-8DB5-678EA4645E11}.Release-static-xp|x64.Build.0 = Release-static|x64
139 {77A27E6D-9A39-40B8-961B-40E63DB7FA65}.Debug-dll|Win32.ActiveCfg = Debug-dll|Win32
140 {77A27E6D-9A39-40B8-961B-40E63DB7FA65}.Debug-dll|Win32.Build.0 = Debug-dll|Win32
141 {77A27E6D-9A39-40B8-961B-40E63DB7FA65}.Debug-dll|x64.ActiveCfg = Debug-dll|x64
142 {77A27E6D-9A39-40B8-961B-40E63DB7FA65}.Debug-dll|x64.Build.0 = Debug-dll|x64
143 {77A27E6D-9A39-40B8-961B-40E63DB7FA65}.Debug-dll-xp|Win32.ActiveCfg = Debug-dll|Win32
144 {77A27E6D-9A39-40B8-961B-40E63DB7FA65}.Debug-dll-xp|Win32.Build.0 = Debug-dll|Win32
145 {77A27E6D-9A39-40B8-961B-40E63DB7FA65}.Debug-dll-xp|x64.ActiveCfg = Debug-dll|x64
146 {77A27E6D-9A39-40B8-961B-40E63DB7FA65}.Debug-dll-xp|x64.Build.0 = Debug-dll|x64
147 {77A27E6D-9A39-40B8-961B-40E63DB7FA65}.Debug-static|Win32.ActiveCfg = Debug-static|Win32
148 {77A27E6D-9A39-40B8-961B-40E63DB7FA65}.Debug-static|Win32.Build.0 = Debug-static|Win32
149 {77A27E6D-9A39-40B8-961B-40E63DB7FA65}.Debug-static|x64.ActiveCfg = Debug-static|x64
150 {77A27E6D-9A39-40B8-961B-40E63DB7FA65}.Debug-static|x64.Build.0 = Debug-static|x64
151 {77A27E6D-9A39-40B8-961B-40E63DB7FA65}.Debug-static-xp|Win32.ActiveCfg = Debug-static|Win32
152 {77A27E6D-9A39-40B8-961B-40E63DB7FA65}.Debug-static-xp|Win32.Build.0 = Debug-static|Win32
153 {77A27E6D-9A39-40B8-961B-40E63DB7FA65}.Debug-static-xp|x64.ActiveCfg = Debug-static|x64
154 {77A27E6D-9A39-40B8-961B-40E63DB7FA65}.Debug-static-xp|x64.Build.0 = Debug-static|x64
155 {77A27E6D-9A39-40B8-961B-40E63DB7FA65}.Release-dll|Win32.ActiveCfg = Release-dll|Win32
156 {77A27E6D-9A39-40B8-961B-40E63DB7FA65}.Release-dll|Win32.Build.0 = Release-dll|Win32
157 {77A27E6D-9A39-40B8-961B-40E63DB7FA65}.Release-dll|x64.ActiveCfg = Release-dll|x64
158 {77A27E6D-9A39-40B8-961B-40E63DB7FA65}.Release-dll|x64.Build.0 = Release-dll|x64
159 {77A27E6D-9A39-40B8-961B-40E63DB7FA65}.Release-dll-xp|Win32.ActiveCfg = Release-dll|Win32
160 {77A27E6D-9A39-40B8-961B-40E63DB7FA65}.Release-dll-xp|Win32.Build.0 = Release-dll|Win32
161 {77A27E6D-9A39-40B8-961B-40E63DB7FA65}.Release-dll-xp|x64.ActiveCfg = Release-dll|x64
162 {77A27E6D-9A39-40B8-961B-40E63DB7FA65}.Release-dll-xp|x64.Build.0 = Release-dll|x64
163 {77A27E6D-9A39-40B8-961B-40E63DB7FA65}.Release-static|Win32.ActiveCfg = Release-static|Win32
164 {77A27E6D-9A39-40B8-961B-40E63DB7FA65}.Release-static|Win32.Build.0 = Release-static|Win32
165 {77A27E6D-9A39-40B8-961B-40E63DB7FA65}.Release-static|x64.ActiveCfg = Release-static|x64
166 {77A27E6D-9A39-40B8-961B-40E63DB7FA65}.Release-static|x64.Build.0 = Release-static|x64
167 {77A27E6D-9A39-40B8-961B-40E63DB7FA65}.Release-static-xp|Win32.ActiveCfg = Release-static|Win32
168 {77A27E6D-9A39-40B8-961B-40E63DB7FA65}.Release-static-xp|Win32.Build.0 = Release-static|Win32
169 {77A27E6D-9A39-40B8-961B-40E63DB7FA65}.Release-static-xp|x64.ActiveCfg = Release-static|x64
170 {77A27E6D-9A39-40B8-961B-40E63DB7FA65}.Release-static-xp|x64.Build.0 = Release-static|x64
134 EndGlobalSection 171 EndGlobalSection
135 GlobalSection(SolutionProperties) = preSolution 172 GlobalSection(SolutionProperties) = preSolution
136 HideSolutionNode = FALSE 173 HideSolutionNode = FALSE
diff --git a/w32/VS2015/largepost.vcxproj b/w32/VS2015/largepost.vcxproj
new file mode 100644
index 00000000..c73bf22e
--- /dev/null
+++ b/w32/VS2015/largepost.vcxproj
@@ -0,0 +1,91 @@
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 Condition="'$(Configuration)'=='Debug-static'" Label="Configuration">
49 <ConfigurationType>Application</ConfigurationType>
50 <UseDebugLibraries>true</UseDebugLibraries>
51 <PlatformToolset>v140</PlatformToolset>
52 <CharacterSet>Unicode</CharacterSet>
53 </PropertyGroup>
54 <PropertyGroup Condition="'$(Configuration)'=='Debug-dll'" Label="Configuration">
55 <ConfigurationType>Application</ConfigurationType>
56 <UseDebugLibraries>true</UseDebugLibraries>
57 <PlatformToolset>v140</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>v140</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>v140</PlatformToolset>
71 <WholeProgramOptimization>true</WholeProgramOptimization>
72 <CharacterSet>Unicode</CharacterSet>
73 </PropertyGroup>
74 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
75 <ImportGroup Label="ExtensionSettings">
76 </ImportGroup>
77 <ImportGroup Label="PropertySheets">
78 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
79 </ImportGroup>
80 <Import Project="$(MhdW32Common)common-build-settings.vcxproj" />
81 <Import Project="$(MhdW32Common)apps-build-settings.vcxproj" />
82 <PropertyGroup />
83 <ItemDefinitionGroup>
84 <ClCompile />
85 <Link />
86 <ProjectReference />
87 </ItemDefinitionGroup>
88 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
89 <ImportGroup Label="ExtensionTargets">
90 </ImportGroup>
91</Project> \ No newline at end of file
diff --git a/w32/VS2015/libmicrohttpd.sln b/w32/VS2015/libmicrohttpd.sln
index c59c854f..70a7bebf 100644
--- a/w32/VS2015/libmicrohttpd.sln
+++ b/w32/VS2015/libmicrohttpd.sln
@@ -15,6 +15,11 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "simplepost", "simplepost.vc
15 {9CFB0342-A9E7-483E-BEE5-A1DE22584C5A} = {9CFB0342-A9E7-483E-BEE5-A1DE22584C5A} 15 {9CFB0342-A9E7-483E-BEE5-A1DE22584C5A} = {9CFB0342-A9E7-483E-BEE5-A1DE22584C5A}
16 EndProjectSection 16 EndProjectSection
17EndProject 17EndProject
18Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "largepost", "largepost.vcxproj", "{77A27E6D-9A39-40B8-961B-40E63DB7FA65}"
19 ProjectSection(ProjectDependencies) = postProject
20 {9CFB0342-A9E7-483E-BEE5-A1DE22584C5A} = {9CFB0342-A9E7-483E-BEE5-A1DE22584C5A}
21 EndProjectSection
22EndProject
18Global 23Global
19 GlobalSection(SolutionConfigurationPlatforms) = preSolution 24 GlobalSection(SolutionConfigurationPlatforms) = preSolution
20 Debug-dll|Win32 = Debug-dll|Win32 25 Debug-dll|Win32 = Debug-dll|Win32
@@ -131,6 +136,38 @@ Global
131 {294D5317-E983-4682-8DB5-678EA4645E11}.Release-static-xp|Win32.Build.0 = Release-static|Win32 136 {294D5317-E983-4682-8DB5-678EA4645E11}.Release-static-xp|Win32.Build.0 = Release-static|Win32
132 {294D5317-E983-4682-8DB5-678EA4645E11}.Release-static-xp|x64.ActiveCfg = Release-static|x64 137 {294D5317-E983-4682-8DB5-678EA4645E11}.Release-static-xp|x64.ActiveCfg = Release-static|x64
133 {294D5317-E983-4682-8DB5-678EA4645E11}.Release-static-xp|x64.Build.0 = Release-static|x64 138 {294D5317-E983-4682-8DB5-678EA4645E11}.Release-static-xp|x64.Build.0 = Release-static|x64
139 {77A27E6D-9A39-40B8-961B-40E63DB7FA65}.Debug-dll|Win32.ActiveCfg = Debug-dll|Win32
140 {77A27E6D-9A39-40B8-961B-40E63DB7FA65}.Debug-dll|Win32.Build.0 = Debug-dll|Win32
141 {77A27E6D-9A39-40B8-961B-40E63DB7FA65}.Debug-dll|x64.ActiveCfg = Debug-dll|x64
142 {77A27E6D-9A39-40B8-961B-40E63DB7FA65}.Debug-dll|x64.Build.0 = Debug-dll|x64
143 {77A27E6D-9A39-40B8-961B-40E63DB7FA65}.Debug-dll-xp|Win32.ActiveCfg = Debug-dll|Win32
144 {77A27E6D-9A39-40B8-961B-40E63DB7FA65}.Debug-dll-xp|Win32.Build.0 = Debug-dll|Win32
145 {77A27E6D-9A39-40B8-961B-40E63DB7FA65}.Debug-dll-xp|x64.ActiveCfg = Debug-dll|x64
146 {77A27E6D-9A39-40B8-961B-40E63DB7FA65}.Debug-dll-xp|x64.Build.0 = Debug-dll|x64
147 {77A27E6D-9A39-40B8-961B-40E63DB7FA65}.Debug-static|Win32.ActiveCfg = Debug-static|Win32
148 {77A27E6D-9A39-40B8-961B-40E63DB7FA65}.Debug-static|Win32.Build.0 = Debug-static|Win32
149 {77A27E6D-9A39-40B8-961B-40E63DB7FA65}.Debug-static|x64.ActiveCfg = Debug-static|x64
150 {77A27E6D-9A39-40B8-961B-40E63DB7FA65}.Debug-static|x64.Build.0 = Debug-static|x64
151 {77A27E6D-9A39-40B8-961B-40E63DB7FA65}.Debug-static-xp|Win32.ActiveCfg = Debug-static|Win32
152 {77A27E6D-9A39-40B8-961B-40E63DB7FA65}.Debug-static-xp|Win32.Build.0 = Debug-static|Win32
153 {77A27E6D-9A39-40B8-961B-40E63DB7FA65}.Debug-static-xp|x64.ActiveCfg = Debug-static|x64
154 {77A27E6D-9A39-40B8-961B-40E63DB7FA65}.Debug-static-xp|x64.Build.0 = Debug-static|x64
155 {77A27E6D-9A39-40B8-961B-40E63DB7FA65}.Release-dll|Win32.ActiveCfg = Release-dll|Win32
156 {77A27E6D-9A39-40B8-961B-40E63DB7FA65}.Release-dll|Win32.Build.0 = Release-dll|Win32
157 {77A27E6D-9A39-40B8-961B-40E63DB7FA65}.Release-dll|x64.ActiveCfg = Release-dll|x64
158 {77A27E6D-9A39-40B8-961B-40E63DB7FA65}.Release-dll|x64.Build.0 = Release-dll|x64
159 {77A27E6D-9A39-40B8-961B-40E63DB7FA65}.Release-dll-xp|Win32.ActiveCfg = Release-dll|Win32
160 {77A27E6D-9A39-40B8-961B-40E63DB7FA65}.Release-dll-xp|Win32.Build.0 = Release-dll|Win32
161 {77A27E6D-9A39-40B8-961B-40E63DB7FA65}.Release-dll-xp|x64.ActiveCfg = Release-dll|x64
162 {77A27E6D-9A39-40B8-961B-40E63DB7FA65}.Release-dll-xp|x64.Build.0 = Release-dll|x64
163 {77A27E6D-9A39-40B8-961B-40E63DB7FA65}.Release-static|Win32.ActiveCfg = Release-static|Win32
164 {77A27E6D-9A39-40B8-961B-40E63DB7FA65}.Release-static|Win32.Build.0 = Release-static|Win32
165 {77A27E6D-9A39-40B8-961B-40E63DB7FA65}.Release-static|x64.ActiveCfg = Release-static|x64
166 {77A27E6D-9A39-40B8-961B-40E63DB7FA65}.Release-static|x64.Build.0 = Release-static|x64
167 {77A27E6D-9A39-40B8-961B-40E63DB7FA65}.Release-static-xp|Win32.ActiveCfg = Release-static|Win32
168 {77A27E6D-9A39-40B8-961B-40E63DB7FA65}.Release-static-xp|Win32.Build.0 = Release-static|Win32
169 {77A27E6D-9A39-40B8-961B-40E63DB7FA65}.Release-static-xp|x64.ActiveCfg = Release-static|x64
170 {77A27E6D-9A39-40B8-961B-40E63DB7FA65}.Release-static-xp|x64.Build.0 = Release-static|x64
134 EndGlobalSection 171 EndGlobalSection
135 GlobalSection(SolutionProperties) = preSolution 172 GlobalSection(SolutionProperties) = preSolution
136 HideSolutionNode = FALSE 173 HideSolutionNode = FALSE
diff --git a/w32/common/largepost-files.vcxproj b/w32/common/largepost-files.vcxproj
new file mode 100644
index 00000000..bb15f53f
--- /dev/null
+++ b/w32/common/largepost-files.vcxproj
@@ -0,0 +1,11 @@
1<?xml version="1.0" encoding="utf-8"?>
2<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <ItemGroup>
4 <ClCompile Include="$(MhdRoot)doc\examples\largepost.c" />
5 </ItemGroup>
6 <ItemGroup>
7 <ProjectReference Include="libmicrohttpd.vcxproj">
8 <Project>{9cfb0342-a9e7-483e-bee5-a1de22584c5a}</Project>
9 </ProjectReference>
10 </ItemGroup>
11</Project>