aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2023-05-26 16:04:53 +0300
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2023-06-01 13:28:25 +0300
commit36af2166bc59f94fc00f8de4ca9f4cf54cf93eb3 (patch)
treeb487a606b9c765369244146c2ecf4398f7b30510
parentdca5d029c96a022d813675d7c7b1c1116ce38533 (diff)
downloadlibmicrohttpd-36af2166bc59f94fc00f8de4ca9f4cf54cf93eb3.tar.gz
libmicrohttpd-36af2166bc59f94fc00f8de4ca9f4cf54cf93eb3.zip
W32 VS Project: minor internal fixes, fixed files for "dist"
-rw-r--r--Makefile.am10
-rw-r--r--w32/VS-Any-Version/hellobrowser.vcxproj8
-rw-r--r--w32/VS-Any-Version/largepost.vcxproj8
-rw-r--r--w32/VS-Any-Version/libmicrohttpd.vcxproj8
-rw-r--r--w32/VS-Any-Version/simplepost.vcxproj8
-rw-r--r--w32/VS2013/hellobrowser.vcxproj8
-rw-r--r--w32/VS2013/largepost.vcxproj8
-rw-r--r--w32/VS2013/libmicrohttpd.vcxproj10
-rw-r--r--w32/VS2013/simplepost.vcxproj8
-rw-r--r--w32/VS2015/hellobrowser.vcxproj8
-rw-r--r--w32/VS2015/largepost.vcxproj8
-rw-r--r--w32/VS2015/libmicrohttpd.vcxproj10
-rw-r--r--w32/VS2015/simplepost.vcxproj8
-rw-r--r--w32/VS2017/hellobrowser.vcxproj8
-rw-r--r--w32/VS2017/largepost.vcxproj8
-rw-r--r--w32/VS2017/libmicrohttpd.vcxproj10
-rw-r--r--w32/VS2017/simplepost.vcxproj8
-rw-r--r--w32/VS2019/hellobrowser.vcxproj8
-rw-r--r--w32/VS2019/largepost.vcxproj8
-rw-r--r--w32/VS2019/libmicrohttpd.vcxproj8
-rw-r--r--w32/VS2019/simplepost.vcxproj8
-rw-r--r--w32/VS2022/hellobrowser.vcxproj8
-rw-r--r--w32/VS2022/largepost.vcxproj8
-rw-r--r--w32/VS2022/libmicrohttpd.vcxproj8
-rw-r--r--w32/VS2022/simplepost.vcxproj8
-rw-r--r--w32/common/apps-build-settings.props (renamed from w32/common/apps-build-settings.vcxproj)0
-rw-r--r--w32/common/common-build-settings.props (renamed from w32/common/common-build-settings.vcxproj)0
-rw-r--r--w32/common/gen_dll_res.ps13
-rw-r--r--w32/common/libmicrohttpd-build-settings.props (renamed from w32/common/libmicrohttpd-build-settings.vcxproj)0
-rw-r--r--w32/common/project-configs-xp.props (renamed from w32/common/project-configs-xp.vcxproj)33
-rw-r--r--w32/common/project-configs.props (renamed from w32/common/project-configs.vcxproj)0
31 files changed, 140 insertions, 104 deletions
diff --git a/Makefile.am b/Makefile.am
index 37d058b6..218d7b18 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -8,10 +8,12 @@ endif
8 8
9 9
10W32COMMON = w32/common/gen_dll_res.ps1 w32/common/microhttpd_dll_res_vc.rc.in w32/common/microhttpd_dll_res_vc.rc \ 10W32COMMON = w32/common/gen_dll_res.ps1 w32/common/microhttpd_dll_res_vc.rc.in w32/common/microhttpd_dll_res_vc.rc \
11 w32/common/MHD_config.h w32/common/vs_dirs.props w32/common/common-build-settings.vcxproj \ 11 w32/common/MHD_config.h w32/common/vs_dirs.props \
12 w32/common/libmicrohttpd-build-settings.vcxproj w32/common/libmicrohttpd-files.vcxproj w32/common/libmicrohttpd-filters.vcxproj \ 12 w32/common/common-build-settings.props w32/common/libmicrohttpd-build-settings.props \
13 w32/common/hellobrowser-files.vcxproj w32/common/hellobrowser-filters.vcxproj \ 13 w32/common/apps-build-settings.props \
14 w32/common/apps-build-settings.vcxproj 14 w32/common/project-configs.props w32/common/project-configs-xp.props \
15 w32/common/libmicrohttpd-files.vcxproj w32/common/libmicrohttpd-filters.vcxproj \
16 w32/common/hellobrowser-files.vcxproj w32/common/hellobrowser-filters.vcxproj
15W32VS2013 = w32/VS2013/libmicrohttpd.vcxproj w32/VS2013/libmicrohttpd.vcxproj.filters \ 17W32VS2013 = w32/VS2013/libmicrohttpd.vcxproj w32/VS2013/libmicrohttpd.vcxproj.filters \
16 w32/VS2013/hellobrowser.vcxproj w32/VS2013/hellobrowser.vcxproj.filters \ 18 w32/VS2013/hellobrowser.vcxproj w32/VS2013/hellobrowser.vcxproj.filters \
17 w32/VS2013/simplepost.vcxproj w32/VS2013/largepost.vcxproj \ 19 w32/VS2013/simplepost.vcxproj w32/VS2013/largepost.vcxproj \
diff --git a/w32/VS-Any-Version/hellobrowser.vcxproj b/w32/VS-Any-Version/hellobrowser.vcxproj
index 6fa2560c..1e07fc1a 100644
--- a/w32/VS-Any-Version/hellobrowser.vcxproj
+++ b/w32/VS-Any-Version/hellobrowser.vcxproj
@@ -1,8 +1,8 @@
1<?xml version="1.0" encoding="utf-8"?> 1<?xml version="1.0" encoding="utf-8"?>
2<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 2<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <Import Project="$(SolutionDir)..\common\vs_dirs.props" /> 3 <Import Project="$(SolutionDir)..\common\vs_dirs.props" />
4 <Import Project="$(MhdW32Common)\project-configs.vcxproj" /> 4 <Import Project="$(MhdW32Common)project-configs.props" />
5 <Import Project="$(MhdW32Common)\hellobrowser-files.vcxproj" /> 5 <Import Project="$(MhdW32Common)hellobrowser-files.vcxproj" />
6 <PropertyGroup Label="Globals"> 6 <PropertyGroup Label="Globals">
7 <VCProjectVersion>16.0</VCProjectVersion> 7 <VCProjectVersion>16.0</VCProjectVersion>
8 <ProjectGuid>{310F39BD-A2D6-44FF-8344-37ADD0524CBD}</ProjectGuid> 8 <ProjectGuid>{310F39BD-A2D6-44FF-8344-37ADD0524CBD}</ProjectGuid>
@@ -27,8 +27,8 @@
27 <ImportGroup Label="PropertySheets"> 27 <ImportGroup Label="PropertySheets">
28 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 28 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
29 </ImportGroup> 29 </ImportGroup>
30 <Import Project="$(MhdW32Common)common-build-settings.vcxproj" /> 30 <Import Project="$(MhdW32Common)common-build-settings.props" />
31 <Import Project="$(MhdW32Common)apps-build-settings.vcxproj" /> 31 <Import Project="$(MhdW32Common)apps-build-settings.props" />
32 <PropertyGroup /> 32 <PropertyGroup />
33 <ItemDefinitionGroup> 33 <ItemDefinitionGroup>
34 <ClCompile /> 34 <ClCompile />
diff --git a/w32/VS-Any-Version/largepost.vcxproj b/w32/VS-Any-Version/largepost.vcxproj
index d2ad781b..644259ac 100644
--- a/w32/VS-Any-Version/largepost.vcxproj
+++ b/w32/VS-Any-Version/largepost.vcxproj
@@ -1,8 +1,8 @@
1<?xml version="1.0" encoding="utf-8"?> 1<?xml version="1.0" encoding="utf-8"?>
2<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 2<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <Import Project="$(SolutionDir)..\common\vs_dirs.props" /> 3 <Import Project="$(SolutionDir)..\common\vs_dirs.props" />
4 <Import Project="$(MhdW32Common)\project-configs.vcxproj" /> 4 <Import Project="$(MhdW32Common)project-configs.props" />
5 <Import Project="$(MhdW32Common)\largepost-files.vcxproj" /> 5 <Import Project="$(MhdW32Common)largepost-files.vcxproj" />
6 <PropertyGroup Label="Globals"> 6 <PropertyGroup Label="Globals">
7 <ProjectGuid>{77A27E6D-9A39-40B8-961B-40E63DB7FA65}</ProjectGuid> 7 <ProjectGuid>{77A27E6D-9A39-40B8-961B-40E63DB7FA65}</ProjectGuid>
8 <Keyword>Win32Proj</Keyword> 8 <Keyword>Win32Proj</Keyword>
@@ -26,8 +26,8 @@
26 <ImportGroup Label="PropertySheets"> 26 <ImportGroup Label="PropertySheets">
27 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 27 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
28 </ImportGroup> 28 </ImportGroup>
29 <Import Project="$(MhdW32Common)common-build-settings.vcxproj" /> 29 <Import Project="$(MhdW32Common)common-build-settings.props" />
30 <Import Project="$(MhdW32Common)apps-build-settings.vcxproj" /> 30 <Import Project="$(MhdW32Common)apps-build-settings.props" />
31 <PropertyGroup /> 31 <PropertyGroup />
32 <ItemDefinitionGroup> 32 <ItemDefinitionGroup>
33 <ClCompile /> 33 <ClCompile />
diff --git a/w32/VS-Any-Version/libmicrohttpd.vcxproj b/w32/VS-Any-Version/libmicrohttpd.vcxproj
index 75244411..5e18ce0a 100644
--- a/w32/VS-Any-Version/libmicrohttpd.vcxproj
+++ b/w32/VS-Any-Version/libmicrohttpd.vcxproj
@@ -1,8 +1,8 @@
1<?xml version="1.0" encoding="utf-8"?> 1<?xml version="1.0" encoding="utf-8"?>
2<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 2<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <Import Project="$(SolutionDir)..\common\vs_dirs.props" /> 3 <Import Project="$(SolutionDir)..\common\vs_dirs.props" />
4 <Import Project="$(MhdW32Common)\project-configs.vcxproj" /> 4 <Import Project="$(MhdW32Common)project-configs.props" />
5 <Import Project="$(MhdW32Common)\libmicrohttpd-files.vcxproj" /> 5 <Import Project="$(MhdW32Common)libmicrohttpd-files.vcxproj" />
6 <PropertyGroup Label="Globals"> 6 <PropertyGroup Label="Globals">
7 <ProjectGuid>{9CFB0342-A9E7-483E-BEE5-A1DE22584C5A}</ProjectGuid> 7 <ProjectGuid>{9CFB0342-A9E7-483E-BEE5-A1DE22584C5A}</ProjectGuid>
8 <Keyword>Win32Proj</Keyword> 8 <Keyword>Win32Proj</Keyword>
@@ -28,8 +28,8 @@
28 <ImportGroup Label="PropertySheets"> 28 <ImportGroup Label="PropertySheets">
29 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 29 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
30 </ImportGroup> 30 </ImportGroup>
31 <Import Project="$(MhdW32Common)common-build-settings.vcxproj" /> 31 <Import Project="$(MhdW32Common)common-build-settings.props" />
32 <Import Project="$(MhdW32Common)libmicrohttpd-build-settings.vcxproj" /> 32 <Import Project="$(MhdW32Common)libmicrohttpd-build-settings.props" />
33 <PropertyGroup /> 33 <PropertyGroup />
34 <ItemDefinitionGroup> 34 <ItemDefinitionGroup>
35 <ClCompile /> 35 <ClCompile />
diff --git a/w32/VS-Any-Version/simplepost.vcxproj b/w32/VS-Any-Version/simplepost.vcxproj
index 32eb9a60..43943e53 100644
--- a/w32/VS-Any-Version/simplepost.vcxproj
+++ b/w32/VS-Any-Version/simplepost.vcxproj
@@ -1,8 +1,8 @@
1<?xml version="1.0" encoding="utf-8"?> 1<?xml version="1.0" encoding="utf-8"?>
2<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 2<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <Import Project="$(SolutionDir)..\common\vs_dirs.props" /> 3 <Import Project="$(SolutionDir)..\common\vs_dirs.props" />
4 <Import Project="$(MhdW32Common)\project-configs.vcxproj" /> 4 <Import Project="$(MhdW32Common)project-configs.props" />
5 <Import Project="$(MhdW32Common)\simplepost-files.vcxproj" /> 5 <Import Project="$(MhdW32Common)simplepost-files.vcxproj" />
6 <PropertyGroup Label="Globals"> 6 <PropertyGroup Label="Globals">
7 <ProjectGuid>{294D5317-E983-4682-8DB5-678EA4645E11}</ProjectGuid> 7 <ProjectGuid>{294D5317-E983-4682-8DB5-678EA4645E11}</ProjectGuid>
8 <Keyword>Win32Proj</Keyword> 8 <Keyword>Win32Proj</Keyword>
@@ -26,8 +26,8 @@
26 <ImportGroup Label="PropertySheets"> 26 <ImportGroup Label="PropertySheets">
27 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 27 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
28 </ImportGroup> 28 </ImportGroup>
29 <Import Project="$(MhdW32Common)common-build-settings.vcxproj" /> 29 <Import Project="$(MhdW32Common)common-build-settings.props" />
30 <Import Project="$(MhdW32Common)apps-build-settings.vcxproj" /> 30 <Import Project="$(MhdW32Common)apps-build-settings.props" />
31 <PropertyGroup /> 31 <PropertyGroup />
32 <ItemDefinitionGroup> 32 <ItemDefinitionGroup>
33 <ClCompile /> 33 <ClCompile />
diff --git a/w32/VS2013/hellobrowser.vcxproj b/w32/VS2013/hellobrowser.vcxproj
index ade16a2c..c6c0f0af 100644
--- a/w32/VS2013/hellobrowser.vcxproj
+++ b/w32/VS2013/hellobrowser.vcxproj
@@ -1,8 +1,8 @@
1<?xml version="1.0" encoding="utf-8"?> 1<?xml version="1.0" encoding="utf-8"?>
2<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 2<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <Import Project="$(SolutionDir)..\common\vs_dirs.props" /> 3 <Import Project="$(SolutionDir)..\common\vs_dirs.props" />
4 <Import Project="$(MhdW32Common)\project-configs.vcxproj" /> 4 <Import Project="$(MhdW32Common)project-configs.props" />
5 <Import Project="$(MhdW32Common)\hellobrowser-files.vcxproj" /> 5 <Import Project="$(MhdW32Common)hellobrowser-files.vcxproj" />
6 <PropertyGroup Label="Globals"> 6 <PropertyGroup Label="Globals">
7 <ProjectGuid>{310F39BD-A2D6-44FF-8344-37ADD0524CBD}</ProjectGuid> 7 <ProjectGuid>{310F39BD-A2D6-44FF-8344-37ADD0524CBD}</ProjectGuid>
8 <Keyword>Win32Proj</Keyword> 8 <Keyword>Win32Proj</Keyword>
@@ -44,8 +44,8 @@
44 <ImportGroup Label="PropertySheets"> 44 <ImportGroup Label="PropertySheets">
45 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 45 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
46 </ImportGroup> 46 </ImportGroup>
47 <Import Project="$(MhdW32Common)common-build-settings.vcxproj" /> 47 <Import Project="$(MhdW32Common)common-build-settings.props" />
48 <Import Project="$(MhdW32Common)apps-build-settings.vcxproj" /> 48 <Import Project="$(MhdW32Common)apps-build-settings.props" />
49 <PropertyGroup /> 49 <PropertyGroup />
50 <ItemDefinitionGroup> 50 <ItemDefinitionGroup>
51 <ClCompile /> 51 <ClCompile />
diff --git a/w32/VS2013/largepost.vcxproj b/w32/VS2013/largepost.vcxproj
index c2cf7993..ee5618c4 100644
--- a/w32/VS2013/largepost.vcxproj
+++ b/w32/VS2013/largepost.vcxproj
@@ -1,8 +1,8 @@
1<?xml version="1.0" encoding="utf-8"?> 1<?xml version="1.0" encoding="utf-8"?>
2<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 2<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <Import Project="$(SolutionDir)..\common\vs_dirs.props" /> 3 <Import Project="$(SolutionDir)..\common\vs_dirs.props" />
4 <Import Project="$(MhdW32Common)\project-configs.vcxproj" /> 4 <Import Project="$(MhdW32Common)project-configs.props" />
5 <Import Project="$(MhdW32Common)\largepost-files.vcxproj" /> 5 <Import Project="$(MhdW32Common)largepost-files.vcxproj" />
6 <PropertyGroup Label="Globals"> 6 <PropertyGroup Label="Globals">
7 <ProjectGuid>{77A27E6D-9A39-40B8-961B-40E63DB7FA65}</ProjectGuid> 7 <ProjectGuid>{77A27E6D-9A39-40B8-961B-40E63DB7FA65}</ProjectGuid>
8 <Keyword>Win32Proj</Keyword> 8 <Keyword>Win32Proj</Keyword>
@@ -44,8 +44,8 @@
44 <ImportGroup Label="PropertySheets"> 44 <ImportGroup Label="PropertySheets">
45 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 45 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
46 </ImportGroup> 46 </ImportGroup>
47 <Import Project="$(MhdW32Common)common-build-settings.vcxproj" /> 47 <Import Project="$(MhdW32Common)common-build-settings.props" />
48 <Import Project="$(MhdW32Common)apps-build-settings.vcxproj" /> 48 <Import Project="$(MhdW32Common)apps-build-settings.props" />
49 <PropertyGroup /> 49 <PropertyGroup />
50 <ItemDefinitionGroup> 50 <ItemDefinitionGroup>
51 <ClCompile /> 51 <ClCompile />
diff --git a/w32/VS2013/libmicrohttpd.vcxproj b/w32/VS2013/libmicrohttpd.vcxproj
index 16604ec0..630e578a 100644
--- a/w32/VS2013/libmicrohttpd.vcxproj
+++ b/w32/VS2013/libmicrohttpd.vcxproj
@@ -1,9 +1,9 @@
1<?xml version="1.0" encoding="utf-8"?> 1<?xml version="1.0" encoding="utf-8"?>
2<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 2<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <Import Project="$(SolutionDir)..\common\vs_dirs.props" /> 3 <Import Project="$(SolutionDir)..\common\vs_dirs.props" />
4 <Import Project="$(MhdW32Common)\project-configs.vcxproj" /> 4 <Import Project="$(MhdW32Common)project-configs.props" />
5 <Import Project="$(MhdW32Common)\project-configs-xp.vcxproj" /> 5 <Import Project="$(MhdW32Common)project-configs-xp.props" />
6 <Import Project="$(MhdW32Common)\libmicrohttpd-files.vcxproj" /> 6 <Import Project="$(MhdW32Common)libmicrohttpd-files.vcxproj" />
7 <PropertyGroup Label="Globals"> 7 <PropertyGroup Label="Globals">
8 <ProjectGuid>{9CFB0342-A9E7-483E-BEE5-A1DE22584C5A}</ProjectGuid> 8 <ProjectGuid>{9CFB0342-A9E7-483E-BEE5-A1DE22584C5A}</ProjectGuid>
9 <Keyword>Win32Proj</Keyword> 9 <Keyword>Win32Proj</Keyword>
@@ -71,8 +71,8 @@
71 <ImportGroup Label="PropertySheets"> 71 <ImportGroup Label="PropertySheets">
72 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 72 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
73 </ImportGroup> 73 </ImportGroup>
74 <Import Project="$(MhdW32Common)common-build-settings.vcxproj" /> 74 <Import Project="$(MhdW32Common)common-build-settings.props" />
75 <Import Project="$(MhdW32Common)libmicrohttpd-build-settings.vcxproj" /> 75 <Import Project="$(MhdW32Common)libmicrohttpd-build-settings.props" />
76 <PropertyGroup /> 76 <PropertyGroup />
77 <ItemDefinitionGroup> 77 <ItemDefinitionGroup>
78 <ClCompile /> 78 <ClCompile />
diff --git a/w32/VS2013/simplepost.vcxproj b/w32/VS2013/simplepost.vcxproj
index 29fc9d59..8575bc3d 100644
--- a/w32/VS2013/simplepost.vcxproj
+++ b/w32/VS2013/simplepost.vcxproj
@@ -1,8 +1,8 @@
1<?xml version="1.0" encoding="utf-8"?> 1<?xml version="1.0" encoding="utf-8"?>
2<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 2<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <Import Project="$(SolutionDir)..\common\vs_dirs.props" /> 3 <Import Project="$(SolutionDir)..\common\vs_dirs.props" />
4 <Import Project="$(MhdW32Common)\project-configs.vcxproj" /> 4 <Import Project="$(MhdW32Common)project-configs.props" />
5 <Import Project="$(MhdW32Common)\simplepost-files.vcxproj" /> 5 <Import Project="$(MhdW32Common)simplepost-files.vcxproj" />
6 <PropertyGroup Label="Globals"> 6 <PropertyGroup Label="Globals">
7 <ProjectGuid>{294D5317-E983-4682-8DB5-678EA4645E11}</ProjectGuid> 7 <ProjectGuid>{294D5317-E983-4682-8DB5-678EA4645E11}</ProjectGuid>
8 <Keyword>Win32Proj</Keyword> 8 <Keyword>Win32Proj</Keyword>
@@ -44,8 +44,8 @@
44 <ImportGroup Label="PropertySheets"> 44 <ImportGroup Label="PropertySheets">
45 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 45 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
46 </ImportGroup> 46 </ImportGroup>
47 <Import Project="$(MhdW32Common)common-build-settings.vcxproj" /> 47 <Import Project="$(MhdW32Common)common-build-settings.props" />
48 <Import Project="$(MhdW32Common)apps-build-settings.vcxproj" /> 48 <Import Project="$(MhdW32Common)apps-build-settings.props" />
49 <PropertyGroup /> 49 <PropertyGroup />
50 <ItemDefinitionGroup> 50 <ItemDefinitionGroup>
51 <ClCompile /> 51 <ClCompile />
diff --git a/w32/VS2015/hellobrowser.vcxproj b/w32/VS2015/hellobrowser.vcxproj
index d59d7dcd..569a2168 100644
--- a/w32/VS2015/hellobrowser.vcxproj
+++ b/w32/VS2015/hellobrowser.vcxproj
@@ -1,8 +1,8 @@
1<?xml version="1.0" encoding="utf-8"?> 1<?xml version="1.0" encoding="utf-8"?>
2<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 2<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <Import Project="$(SolutionDir)..\common\vs_dirs.props" /> 3 <Import Project="$(SolutionDir)..\common\vs_dirs.props" />
4 <Import Project="$(MhdW32Common)\project-configs.vcxproj" /> 4 <Import Project="$(MhdW32Common)project-configs.props" />
5 <Import Project="$(MhdW32Common)\hellobrowser-files.vcxproj" /> 5 <Import Project="$(MhdW32Common)hellobrowser-files.vcxproj" />
6 <PropertyGroup Label="Globals"> 6 <PropertyGroup Label="Globals">
7 <ProjectGuid>{310F39BD-A2D6-44FF-8344-37ADD0524CBD}</ProjectGuid> 7 <ProjectGuid>{310F39BD-A2D6-44FF-8344-37ADD0524CBD}</ProjectGuid>
8 <Keyword>Win32Proj</Keyword> 8 <Keyword>Win32Proj</Keyword>
@@ -44,8 +44,8 @@
44 <ImportGroup Label="PropertySheets"> 44 <ImportGroup Label="PropertySheets">
45 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 45 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
46 </ImportGroup> 46 </ImportGroup>
47 <Import Project="$(MhdW32Common)common-build-settings.vcxproj" /> 47 <Import Project="$(MhdW32Common)common-build-settings.props" />
48 <Import Project="$(MhdW32Common)apps-build-settings.vcxproj" /> 48 <Import Project="$(MhdW32Common)apps-build-settings.props" />
49 <PropertyGroup /> 49 <PropertyGroup />
50 <ItemDefinitionGroup> 50 <ItemDefinitionGroup>
51 <ClCompile /> 51 <ClCompile />
diff --git a/w32/VS2015/largepost.vcxproj b/w32/VS2015/largepost.vcxproj
index fb62eec2..60da77cc 100644
--- a/w32/VS2015/largepost.vcxproj
+++ b/w32/VS2015/largepost.vcxproj
@@ -1,8 +1,8 @@
1<?xml version="1.0" encoding="utf-8"?> 1<?xml version="1.0" encoding="utf-8"?>
2<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 2<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <Import Project="$(SolutionDir)..\common\vs_dirs.props" /> 3 <Import Project="$(SolutionDir)..\common\vs_dirs.props" />
4 <Import Project="$(MhdW32Common)\project-configs.vcxproj" /> 4 <Import Project="$(MhdW32Common)project-configs.props" />
5 <Import Project="$(MhdW32Common)\largepost-files.vcxproj" /> 5 <Import Project="$(MhdW32Common)largepost-files.vcxproj" />
6 <PropertyGroup Label="Globals"> 6 <PropertyGroup Label="Globals">
7 <ProjectGuid>{77A27E6D-9A39-40B8-961B-40E63DB7FA65}</ProjectGuid> 7 <ProjectGuid>{77A27E6D-9A39-40B8-961B-40E63DB7FA65}</ProjectGuid>
8 <Keyword>Win32Proj</Keyword> 8 <Keyword>Win32Proj</Keyword>
@@ -44,8 +44,8 @@
44 <ImportGroup Label="PropertySheets"> 44 <ImportGroup Label="PropertySheets">
45 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 45 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
46 </ImportGroup> 46 </ImportGroup>
47 <Import Project="$(MhdW32Common)common-build-settings.vcxproj" /> 47 <Import Project="$(MhdW32Common)common-build-settings.props" />
48 <Import Project="$(MhdW32Common)apps-build-settings.vcxproj" /> 48 <Import Project="$(MhdW32Common)apps-build-settings.props" />
49 <PropertyGroup /> 49 <PropertyGroup />
50 <ItemDefinitionGroup> 50 <ItemDefinitionGroup>
51 <ClCompile /> 51 <ClCompile />
diff --git a/w32/VS2015/libmicrohttpd.vcxproj b/w32/VS2015/libmicrohttpd.vcxproj
index b9338f72..99469a7d 100644
--- a/w32/VS2015/libmicrohttpd.vcxproj
+++ b/w32/VS2015/libmicrohttpd.vcxproj
@@ -1,9 +1,9 @@
1<?xml version="1.0" encoding="utf-8"?> 1<?xml version="1.0" encoding="utf-8"?>
2<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 2<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <Import Project="$(SolutionDir)..\common\vs_dirs.props" /> 3 <Import Project="$(SolutionDir)..\common\vs_dirs.props" />
4 <Import Project="$(MhdW32Common)\project-configs.vcxproj" /> 4 <Import Project="$(MhdW32Common)project-configs.props" />
5 <Import Project="$(MhdW32Common)\project-configs-xp.vcxproj" /> 5 <Import Project="$(MhdW32Common)project-configs-xp.props" />
6 <Import Project="$(MhdW32Common)\libmicrohttpd-files.vcxproj" /> 6 <Import Project="$(MhdW32Common)libmicrohttpd-files.vcxproj" />
7 <PropertyGroup Label="Globals"> 7 <PropertyGroup Label="Globals">
8 <ProjectGuid>{9CFB0342-A9E7-483E-BEE5-A1DE22584C5A}</ProjectGuid> 8 <ProjectGuid>{9CFB0342-A9E7-483E-BEE5-A1DE22584C5A}</ProjectGuid>
9 <Keyword>Win32Proj</Keyword> 9 <Keyword>Win32Proj</Keyword>
@@ -71,8 +71,8 @@
71 <ImportGroup Label="PropertySheets"> 71 <ImportGroup Label="PropertySheets">
72 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 72 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
73 </ImportGroup> 73 </ImportGroup>
74 <Import Project="$(MhdW32Common)common-build-settings.vcxproj" /> 74 <Import Project="$(MhdW32Common)common-build-settings.props" />
75 <Import Project="$(MhdW32Common)libmicrohttpd-build-settings.vcxproj" /> 75 <Import Project="$(MhdW32Common)libmicrohttpd-build-settings.props" />
76 <PropertyGroup /> 76 <PropertyGroup />
77 <ItemDefinitionGroup> 77 <ItemDefinitionGroup>
78 <ClCompile /> 78 <ClCompile />
diff --git a/w32/VS2015/simplepost.vcxproj b/w32/VS2015/simplepost.vcxproj
index 2c1ae7a0..c59d8de5 100644
--- a/w32/VS2015/simplepost.vcxproj
+++ b/w32/VS2015/simplepost.vcxproj
@@ -1,8 +1,8 @@
1<?xml version="1.0" encoding="utf-8"?> 1<?xml version="1.0" encoding="utf-8"?>
2<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 2<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <Import Project="$(SolutionDir)..\common\vs_dirs.props" /> 3 <Import Project="$(SolutionDir)..\common\vs_dirs.props" />
4 <Import Project="$(MhdW32Common)\project-configs.vcxproj" /> 4 <Import Project="$(MhdW32Common)project-configs.props" />
5 <Import Project="$(MhdW32Common)\simplepost-files.vcxproj" /> 5 <Import Project="$(MhdW32Common)simplepost-files.vcxproj" />
6 <PropertyGroup Label="Globals"> 6 <PropertyGroup Label="Globals">
7 <ProjectGuid>{294D5317-E983-4682-8DB5-678EA4645E11}</ProjectGuid> 7 <ProjectGuid>{294D5317-E983-4682-8DB5-678EA4645E11}</ProjectGuid>
8 <Keyword>Win32Proj</Keyword> 8 <Keyword>Win32Proj</Keyword>
@@ -44,8 +44,8 @@
44 <ImportGroup Label="PropertySheets"> 44 <ImportGroup Label="PropertySheets">
45 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 45 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
46 </ImportGroup> 46 </ImportGroup>
47 <Import Project="$(MhdW32Common)common-build-settings.vcxproj" /> 47 <Import Project="$(MhdW32Common)common-build-settings.props" />
48 <Import Project="$(MhdW32Common)apps-build-settings.vcxproj" /> 48 <Import Project="$(MhdW32Common)apps-build-settings.props" />
49 <PropertyGroup /> 49 <PropertyGroup />
50 <ItemDefinitionGroup> 50 <ItemDefinitionGroup>
51 <ClCompile /> 51 <ClCompile />
diff --git a/w32/VS2017/hellobrowser.vcxproj b/w32/VS2017/hellobrowser.vcxproj
index 4c476662..2437daa0 100644
--- a/w32/VS2017/hellobrowser.vcxproj
+++ b/w32/VS2017/hellobrowser.vcxproj
@@ -1,8 +1,8 @@
1<?xml version="1.0" encoding="utf-8"?> 1<?xml version="1.0" encoding="utf-8"?>
2<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 2<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <Import Project="$(SolutionDir)..\common\vs_dirs.props" /> 3 <Import Project="$(SolutionDir)..\common\vs_dirs.props" />
4 <Import Project="$(MhdW32Common)\project-configs.vcxproj" /> 4 <Import Project="$(MhdW32Common)project-configs.props" />
5 <Import Project="$(MhdW32Common)\hellobrowser-files.vcxproj" /> 5 <Import Project="$(MhdW32Common)hellobrowser-files.vcxproj" />
6 <PropertyGroup Label="Globals"> 6 <PropertyGroup Label="Globals">
7 <ProjectGuid>{310F39BD-A2D6-44FF-8344-37ADD0524CBD}</ProjectGuid> 7 <ProjectGuid>{310F39BD-A2D6-44FF-8344-37ADD0524CBD}</ProjectGuid>
8 <Keyword>Win32Proj</Keyword> 8 <Keyword>Win32Proj</Keyword>
@@ -26,8 +26,8 @@
26 <ImportGroup Label="PropertySheets"> 26 <ImportGroup Label="PropertySheets">
27 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 27 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
28 </ImportGroup> 28 </ImportGroup>
29 <Import Project="$(MhdW32Common)common-build-settings.vcxproj" /> 29 <Import Project="$(MhdW32Common)common-build-settings.props" />
30 <Import Project="$(MhdW32Common)apps-build-settings.vcxproj" /> 30 <Import Project="$(MhdW32Common)apps-build-settings.props" />
31 <PropertyGroup /> 31 <PropertyGroup />
32 <ItemDefinitionGroup> 32 <ItemDefinitionGroup>
33 <ClCompile /> 33 <ClCompile />
diff --git a/w32/VS2017/largepost.vcxproj b/w32/VS2017/largepost.vcxproj
index ac531785..50caf380 100644
--- a/w32/VS2017/largepost.vcxproj
+++ b/w32/VS2017/largepost.vcxproj
@@ -1,8 +1,8 @@
1<?xml version="1.0" encoding="utf-8"?> 1<?xml version="1.0" encoding="utf-8"?>
2<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 2<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <Import Project="$(SolutionDir)..\common\vs_dirs.props" /> 3 <Import Project="$(SolutionDir)..\common\vs_dirs.props" />
4 <Import Project="$(MhdW32Common)\project-configs.vcxproj" /> 4 <Import Project="$(MhdW32Common)project-configs.props" />
5 <Import Project="$(MhdW32Common)\largepost-files.vcxproj" /> 5 <Import Project="$(MhdW32Common)largepost-files.vcxproj" />
6 <PropertyGroup Label="Globals"> 6 <PropertyGroup Label="Globals">
7 <ProjectGuid>{77A27E6D-9A39-40B8-961B-40E63DB7FA65}</ProjectGuid> 7 <ProjectGuid>{77A27E6D-9A39-40B8-961B-40E63DB7FA65}</ProjectGuid>
8 <Keyword>Win32Proj</Keyword> 8 <Keyword>Win32Proj</Keyword>
@@ -26,8 +26,8 @@
26 <ImportGroup Label="PropertySheets"> 26 <ImportGroup Label="PropertySheets">
27 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 27 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
28 </ImportGroup> 28 </ImportGroup>
29 <Import Project="$(MhdW32Common)common-build-settings.vcxproj" /> 29 <Import Project="$(MhdW32Common)common-build-settings.props" />
30 <Import Project="$(MhdW32Common)apps-build-settings.vcxproj" /> 30 <Import Project="$(MhdW32Common)apps-build-settings.props" />
31 <PropertyGroup /> 31 <PropertyGroup />
32 <ItemDefinitionGroup> 32 <ItemDefinitionGroup>
33 <ClCompile /> 33 <ClCompile />
diff --git a/w32/VS2017/libmicrohttpd.vcxproj b/w32/VS2017/libmicrohttpd.vcxproj
index d0fc6f82..27f44bec 100644
--- a/w32/VS2017/libmicrohttpd.vcxproj
+++ b/w32/VS2017/libmicrohttpd.vcxproj
@@ -1,9 +1,9 @@
1<?xml version="1.0" encoding="utf-8"?> 1<?xml version="1.0" encoding="utf-8"?>
2<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 2<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <Import Project="$(SolutionDir)..\common\vs_dirs.props" /> 3 <Import Project="$(SolutionDir)..\common\vs_dirs.props" />
4 <Import Project="$(MhdW32Common)\project-configs.vcxproj" /> 4 <Import Project="$(MhdW32Common)project-configs.props" />
5 <Import Project="$(MhdW32Common)\project-configs-xp.vcxproj" /> 5 <Import Project="$(MhdW32Common)project-configs-xp.props" />
6 <Import Project="$(MhdW32Common)\libmicrohttpd-files.vcxproj" /> 6 <Import Project="$(MhdW32Common)libmicrohttpd-files.vcxproj" />
7 <PropertyGroup Label="Globals"> 7 <PropertyGroup Label="Globals">
8 <ProjectGuid>{9CFB0342-A9E7-483E-BEE5-A1DE22584C5A}</ProjectGuid> 8 <ProjectGuid>{9CFB0342-A9E7-483E-BEE5-A1DE22584C5A}</ProjectGuid>
9 <Keyword>Win32Proj</Keyword> 9 <Keyword>Win32Proj</Keyword>
@@ -29,8 +29,8 @@
29 <ImportGroup Label="PropertySheets"> 29 <ImportGroup Label="PropertySheets">
30 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 30 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
31 </ImportGroup> 31 </ImportGroup>
32 <Import Project="$(MhdW32Common)common-build-settings.vcxproj" /> 32 <Import Project="$(MhdW32Common)common-build-settings.props" />
33 <Import Project="$(MhdW32Common)libmicrohttpd-build-settings.vcxproj" /> 33 <Import Project="$(MhdW32Common)libmicrohttpd-build-settings.props" />
34 <PropertyGroup /> 34 <PropertyGroup />
35 <ItemDefinitionGroup> 35 <ItemDefinitionGroup>
36 <ClCompile /> 36 <ClCompile />
diff --git a/w32/VS2017/simplepost.vcxproj b/w32/VS2017/simplepost.vcxproj
index a127f8ff..f9564283 100644
--- a/w32/VS2017/simplepost.vcxproj
+++ b/w32/VS2017/simplepost.vcxproj
@@ -1,8 +1,8 @@
1<?xml version="1.0" encoding="utf-8"?> 1<?xml version="1.0" encoding="utf-8"?>
2<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 2<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <Import Project="$(SolutionDir)..\common\vs_dirs.props" /> 3 <Import Project="$(SolutionDir)..\common\vs_dirs.props" />
4 <Import Project="$(MhdW32Common)\project-configs.vcxproj" /> 4 <Import Project="$(MhdW32Common)project-configs.props" />
5 <Import Project="$(MhdW32Common)\simplepost-files.vcxproj" /> 5 <Import Project="$(MhdW32Common)simplepost-files.vcxproj" />
6 <PropertyGroup Label="Globals"> 6 <PropertyGroup Label="Globals">
7 <ProjectGuid>{294D5317-E983-4682-8DB5-678EA4645E11}</ProjectGuid> 7 <ProjectGuid>{294D5317-E983-4682-8DB5-678EA4645E11}</ProjectGuid>
8 <Keyword>Win32Proj</Keyword> 8 <Keyword>Win32Proj</Keyword>
@@ -26,8 +26,8 @@
26 <ImportGroup Label="PropertySheets"> 26 <ImportGroup Label="PropertySheets">
27 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 27 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
28 </ImportGroup> 28 </ImportGroup>
29 <Import Project="$(MhdW32Common)common-build-settings.vcxproj" /> 29 <Import Project="$(MhdW32Common)common-build-settings.props" />
30 <Import Project="$(MhdW32Common)apps-build-settings.vcxproj" /> 30 <Import Project="$(MhdW32Common)apps-build-settings.props" />
31 <PropertyGroup /> 31 <PropertyGroup />
32 <ItemDefinitionGroup> 32 <ItemDefinitionGroup>
33 <ClCompile /> 33 <ClCompile />
diff --git a/w32/VS2019/hellobrowser.vcxproj b/w32/VS2019/hellobrowser.vcxproj
index c695018b..2335b2e3 100644
--- a/w32/VS2019/hellobrowser.vcxproj
+++ b/w32/VS2019/hellobrowser.vcxproj
@@ -1,8 +1,8 @@
1<?xml version="1.0" encoding="utf-8"?> 1<?xml version="1.0" encoding="utf-8"?>
2<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 2<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <Import Project="$(SolutionDir)..\common\vs_dirs.props" /> 3 <Import Project="$(SolutionDir)..\common\vs_dirs.props" />
4 <Import Project="$(MhdW32Common)\project-configs.vcxproj" /> 4 <Import Project="$(MhdW32Common)project-configs.props" />
5 <Import Project="$(MhdW32Common)\hellobrowser-files.vcxproj" /> 5 <Import Project="$(MhdW32Common)hellobrowser-files.vcxproj" />
6 <PropertyGroup Label="Globals"> 6 <PropertyGroup Label="Globals">
7 <VCProjectVersion>16.0</VCProjectVersion> 7 <VCProjectVersion>16.0</VCProjectVersion>
8 <ProjectGuid>{310F39BD-A2D6-44FF-8344-37ADD0524CBD}</ProjectGuid> 8 <ProjectGuid>{310F39BD-A2D6-44FF-8344-37ADD0524CBD}</ProjectGuid>
@@ -27,8 +27,8 @@
27 <ImportGroup Label="PropertySheets"> 27 <ImportGroup Label="PropertySheets">
28 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 28 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
29 </ImportGroup> 29 </ImportGroup>
30 <Import Project="$(MhdW32Common)common-build-settings.vcxproj" /> 30 <Import Project="$(MhdW32Common)common-build-settings.props" />
31 <Import Project="$(MhdW32Common)apps-build-settings.vcxproj" /> 31 <Import Project="$(MhdW32Common)apps-build-settings.props" />
32 <PropertyGroup /> 32 <PropertyGroup />
33 <ItemDefinitionGroup> 33 <ItemDefinitionGroup>
34 <ClCompile /> 34 <ClCompile />
diff --git a/w32/VS2019/largepost.vcxproj b/w32/VS2019/largepost.vcxproj
index 63639175..afde61b6 100644
--- a/w32/VS2019/largepost.vcxproj
+++ b/w32/VS2019/largepost.vcxproj
@@ -1,8 +1,8 @@
1<?xml version="1.0" encoding="utf-8"?> 1<?xml version="1.0" encoding="utf-8"?>
2<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 2<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <Import Project="$(SolutionDir)..\common\vs_dirs.props" /> 3 <Import Project="$(SolutionDir)..\common\vs_dirs.props" />
4 <Import Project="$(MhdW32Common)\project-configs.vcxproj" /> 4 <Import Project="$(MhdW32Common)project-configs.props" />
5 <Import Project="$(MhdW32Common)\largepost-files.vcxproj" /> 5 <Import Project="$(MhdW32Common)largepost-files.vcxproj" />
6 <PropertyGroup Label="Globals"> 6 <PropertyGroup Label="Globals">
7 <ProjectGuid>{77A27E6D-9A39-40B8-961B-40E63DB7FA65}</ProjectGuid> 7 <ProjectGuid>{77A27E6D-9A39-40B8-961B-40E63DB7FA65}</ProjectGuid>
8 <Keyword>Win32Proj</Keyword> 8 <Keyword>Win32Proj</Keyword>
@@ -26,8 +26,8 @@
26 <ImportGroup Label="PropertySheets"> 26 <ImportGroup Label="PropertySheets">
27 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 27 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
28 </ImportGroup> 28 </ImportGroup>
29 <Import Project="$(MhdW32Common)common-build-settings.vcxproj" /> 29 <Import Project="$(MhdW32Common)common-build-settings.props" />
30 <Import Project="$(MhdW32Common)apps-build-settings.vcxproj" /> 30 <Import Project="$(MhdW32Common)apps-build-settings.props" />
31 <PropertyGroup /> 31 <PropertyGroup />
32 <ItemDefinitionGroup> 32 <ItemDefinitionGroup>
33 <ClCompile /> 33 <ClCompile />
diff --git a/w32/VS2019/libmicrohttpd.vcxproj b/w32/VS2019/libmicrohttpd.vcxproj
index 184b0bef..3d7d5a99 100644
--- a/w32/VS2019/libmicrohttpd.vcxproj
+++ b/w32/VS2019/libmicrohttpd.vcxproj
@@ -1,8 +1,8 @@
1<?xml version="1.0" encoding="utf-8"?> 1<?xml version="1.0" encoding="utf-8"?>
2<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 2<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <Import Project="$(SolutionDir)..\common\vs_dirs.props" /> 3 <Import Project="$(SolutionDir)..\common\vs_dirs.props" />
4 <Import Project="$(MhdW32Common)\project-configs.vcxproj" /> 4 <Import Project="$(MhdW32Common)project-configs.props" />
5 <Import Project="$(MhdW32Common)\libmicrohttpd-files.vcxproj" /> 5 <Import Project="$(MhdW32Common)libmicrohttpd-files.vcxproj" />
6 <PropertyGroup Label="Globals"> 6 <PropertyGroup Label="Globals">
7 <ProjectGuid>{9CFB0342-A9E7-483E-BEE5-A1DE22584C5A}</ProjectGuid> 7 <ProjectGuid>{9CFB0342-A9E7-483E-BEE5-A1DE22584C5A}</ProjectGuid>
8 <Keyword>Win32Proj</Keyword> 8 <Keyword>Win32Proj</Keyword>
@@ -27,8 +27,8 @@
27 <ImportGroup Label="PropertySheets"> 27 <ImportGroup Label="PropertySheets">
28 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 28 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
29 </ImportGroup> 29 </ImportGroup>
30 <Import Project="$(MhdW32Common)common-build-settings.vcxproj" /> 30 <Import Project="$(MhdW32Common)common-build-settings.props" />
31 <Import Project="$(MhdW32Common)libmicrohttpd-build-settings.vcxproj" /> 31 <Import Project="$(MhdW32Common)libmicrohttpd-build-settings.props" />
32 <PropertyGroup /> 32 <PropertyGroup />
33 <ItemDefinitionGroup> 33 <ItemDefinitionGroup>
34 <ClCompile /> 34 <ClCompile />
diff --git a/w32/VS2019/simplepost.vcxproj b/w32/VS2019/simplepost.vcxproj
index d267ca88..c674f658 100644
--- a/w32/VS2019/simplepost.vcxproj
+++ b/w32/VS2019/simplepost.vcxproj
@@ -1,8 +1,8 @@
1<?xml version="1.0" encoding="utf-8"?> 1<?xml version="1.0" encoding="utf-8"?>
2<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 2<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <Import Project="$(SolutionDir)..\common\vs_dirs.props" /> 3 <Import Project="$(SolutionDir)..\common\vs_dirs.props" />
4 <Import Project="$(MhdW32Common)\project-configs.vcxproj" /> 4 <Import Project="$(MhdW32Common)project-configs.props" />
5 <Import Project="$(MhdW32Common)\simplepost-files.vcxproj" /> 5 <Import Project="$(MhdW32Common)simplepost-files.vcxproj" />
6 <PropertyGroup Label="Globals"> 6 <PropertyGroup Label="Globals">
7 <ProjectGuid>{294D5317-E983-4682-8DB5-678EA4645E11}</ProjectGuid> 7 <ProjectGuid>{294D5317-E983-4682-8DB5-678EA4645E11}</ProjectGuid>
8 <Keyword>Win32Proj</Keyword> 8 <Keyword>Win32Proj</Keyword>
@@ -26,8 +26,8 @@
26 <ImportGroup Label="PropertySheets"> 26 <ImportGroup Label="PropertySheets">
27 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 27 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
28 </ImportGroup> 28 </ImportGroup>
29 <Import Project="$(MhdW32Common)common-build-settings.vcxproj" /> 29 <Import Project="$(MhdW32Common)common-build-settings.props" />
30 <Import Project="$(MhdW32Common)apps-build-settings.vcxproj" /> 30 <Import Project="$(MhdW32Common)apps-build-settings.props" />
31 <PropertyGroup /> 31 <PropertyGroup />
32 <ItemDefinitionGroup> 32 <ItemDefinitionGroup>
33 <ClCompile /> 33 <ClCompile />
diff --git a/w32/VS2022/hellobrowser.vcxproj b/w32/VS2022/hellobrowser.vcxproj
index 36fc93fe..275ba5ad 100644
--- a/w32/VS2022/hellobrowser.vcxproj
+++ b/w32/VS2022/hellobrowser.vcxproj
@@ -1,8 +1,8 @@
1<?xml version="1.0" encoding="utf-8"?> 1<?xml version="1.0" encoding="utf-8"?>
2<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 2<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <Import Project="$(SolutionDir)..\common\vs_dirs.props" /> 3 <Import Project="$(SolutionDir)..\common\vs_dirs.props" />
4 <Import Project="$(MhdW32Common)\project-configs.vcxproj" /> 4 <Import Project="$(MhdW32Common)project-configs.props" />
5 <Import Project="$(MhdW32Common)\hellobrowser-files.vcxproj" /> 5 <Import Project="$(MhdW32Common)hellobrowser-files.vcxproj" />
6 <PropertyGroup Label="Globals"> 6 <PropertyGroup Label="Globals">
7 <VCProjectVersion>16.0</VCProjectVersion> 7 <VCProjectVersion>16.0</VCProjectVersion>
8 <ProjectGuid>{310F39BD-A2D6-44FF-8344-37ADD0524CBD}</ProjectGuid> 8 <ProjectGuid>{310F39BD-A2D6-44FF-8344-37ADD0524CBD}</ProjectGuid>
@@ -27,8 +27,8 @@
27 <ImportGroup Label="PropertySheets"> 27 <ImportGroup Label="PropertySheets">
28 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 28 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
29 </ImportGroup> 29 </ImportGroup>
30 <Import Project="$(MhdW32Common)common-build-settings.vcxproj" /> 30 <Import Project="$(MhdW32Common)common-build-settings.props" />
31 <Import Project="$(MhdW32Common)apps-build-settings.vcxproj" /> 31 <Import Project="$(MhdW32Common)apps-build-settings.props" />
32 <PropertyGroup /> 32 <PropertyGroup />
33 <ItemDefinitionGroup> 33 <ItemDefinitionGroup>
34 <ClCompile /> 34 <ClCompile />
diff --git a/w32/VS2022/largepost.vcxproj b/w32/VS2022/largepost.vcxproj
index acb9005c..067e7bc3 100644
--- a/w32/VS2022/largepost.vcxproj
+++ b/w32/VS2022/largepost.vcxproj
@@ -1,8 +1,8 @@
1<?xml version="1.0" encoding="utf-8"?> 1<?xml version="1.0" encoding="utf-8"?>
2<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 2<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <Import Project="$(SolutionDir)..\common\vs_dirs.props" /> 3 <Import Project="$(SolutionDir)..\common\vs_dirs.props" />
4 <Import Project="$(MhdW32Common)\project-configs.vcxproj" /> 4 <Import Project="$(MhdW32Common)project-configs.props" />
5 <Import Project="$(MhdW32Common)\largepost-files.vcxproj" /> 5 <Import Project="$(MhdW32Common)largepost-files.vcxproj" />
6 <PropertyGroup Label="Globals"> 6 <PropertyGroup Label="Globals">
7 <ProjectGuid>{77A27E6D-9A39-40B8-961B-40E63DB7FA65}</ProjectGuid> 7 <ProjectGuid>{77A27E6D-9A39-40B8-961B-40E63DB7FA65}</ProjectGuid>
8 <Keyword>Win32Proj</Keyword> 8 <Keyword>Win32Proj</Keyword>
@@ -26,8 +26,8 @@
26 <ImportGroup Label="PropertySheets"> 26 <ImportGroup Label="PropertySheets">
27 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 27 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
28 </ImportGroup> 28 </ImportGroup>
29 <Import Project="$(MhdW32Common)common-build-settings.vcxproj" /> 29 <Import Project="$(MhdW32Common)common-build-settings.props" />
30 <Import Project="$(MhdW32Common)apps-build-settings.vcxproj" /> 30 <Import Project="$(MhdW32Common)apps-build-settings.props" />
31 <PropertyGroup /> 31 <PropertyGroup />
32 <ItemDefinitionGroup> 32 <ItemDefinitionGroup>
33 <ClCompile /> 33 <ClCompile />
diff --git a/w32/VS2022/libmicrohttpd.vcxproj b/w32/VS2022/libmicrohttpd.vcxproj
index 58f99506..f7af58d4 100644
--- a/w32/VS2022/libmicrohttpd.vcxproj
+++ b/w32/VS2022/libmicrohttpd.vcxproj
@@ -1,8 +1,8 @@
1<?xml version="1.0" encoding="utf-8"?> 1<?xml version="1.0" encoding="utf-8"?>
2<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 2<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <Import Project="$(SolutionDir)..\common\vs_dirs.props" /> 3 <Import Project="$(SolutionDir)..\common\vs_dirs.props" />
4 <Import Project="$(MhdW32Common)\project-configs.vcxproj" /> 4 <Import Project="$(MhdW32Common)project-configs.props" />
5 <Import Project="$(MhdW32Common)\libmicrohttpd-files.vcxproj" /> 5 <Import Project="$(MhdW32Common)libmicrohttpd-files.vcxproj" />
6 <PropertyGroup Label="Globals"> 6 <PropertyGroup Label="Globals">
7 <ProjectGuid>{9CFB0342-A9E7-483E-BEE5-A1DE22584C5A}</ProjectGuid> 7 <ProjectGuid>{9CFB0342-A9E7-483E-BEE5-A1DE22584C5A}</ProjectGuid>
8 <Keyword>Win32Proj</Keyword> 8 <Keyword>Win32Proj</Keyword>
@@ -27,8 +27,8 @@
27 <ImportGroup Label="PropertySheets"> 27 <ImportGroup Label="PropertySheets">
28 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 28 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
29 </ImportGroup> 29 </ImportGroup>
30 <Import Project="$(MhdW32Common)common-build-settings.vcxproj" /> 30 <Import Project="$(MhdW32Common)common-build-settings.props" />
31 <Import Project="$(MhdW32Common)libmicrohttpd-build-settings.vcxproj" /> 31 <Import Project="$(MhdW32Common)libmicrohttpd-build-settings.props" />
32 <PropertyGroup /> 32 <PropertyGroup />
33 <ItemDefinitionGroup> 33 <ItemDefinitionGroup>
34 <ClCompile /> 34 <ClCompile />
diff --git a/w32/VS2022/simplepost.vcxproj b/w32/VS2022/simplepost.vcxproj
index bfc315bd..8625c32e 100644
--- a/w32/VS2022/simplepost.vcxproj
+++ b/w32/VS2022/simplepost.vcxproj
@@ -1,8 +1,8 @@
1<?xml version="1.0" encoding="utf-8"?> 1<?xml version="1.0" encoding="utf-8"?>
2<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 2<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <Import Project="$(SolutionDir)..\common\vs_dirs.props" /> 3 <Import Project="$(SolutionDir)..\common\vs_dirs.props" />
4 <Import Project="$(MhdW32Common)\project-configs.vcxproj" /> 4 <Import Project="$(MhdW32Common)project-configs.props" />
5 <Import Project="$(MhdW32Common)\simplepost-files.vcxproj" /> 5 <Import Project="$(MhdW32Common)simplepost-files.vcxproj" />
6 <PropertyGroup Label="Globals"> 6 <PropertyGroup Label="Globals">
7 <ProjectGuid>{294D5317-E983-4682-8DB5-678EA4645E11}</ProjectGuid> 7 <ProjectGuid>{294D5317-E983-4682-8DB5-678EA4645E11}</ProjectGuid>
8 <Keyword>Win32Proj</Keyword> 8 <Keyword>Win32Proj</Keyword>
@@ -26,8 +26,8 @@
26 <ImportGroup Label="PropertySheets"> 26 <ImportGroup Label="PropertySheets">
27 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 27 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
28 </ImportGroup> 28 </ImportGroup>
29 <Import Project="$(MhdW32Common)common-build-settings.vcxproj" /> 29 <Import Project="$(MhdW32Common)common-build-settings.props" />
30 <Import Project="$(MhdW32Common)apps-build-settings.vcxproj" /> 30 <Import Project="$(MhdW32Common)apps-build-settings.props" />
31 <PropertyGroup /> 31 <PropertyGroup />
32 <ItemDefinitionGroup> 32 <ItemDefinitionGroup>
33 <ClCompile /> 33 <ClCompile />
diff --git a/w32/common/apps-build-settings.vcxproj b/w32/common/apps-build-settings.props
index 45e7ed7a..45e7ed7a 100644
--- a/w32/common/apps-build-settings.vcxproj
+++ b/w32/common/apps-build-settings.props
diff --git a/w32/common/common-build-settings.vcxproj b/w32/common/common-build-settings.props
index 5d106ccb..5d106ccb 100644
--- a/w32/common/common-build-settings.vcxproj
+++ b/w32/common/common-build-settings.props
diff --git a/w32/common/gen_dll_res.ps1 b/w32/common/gen_dll_res.ps1
index 92560ee0..da8e4c6e 100644
--- a/w32/common/gen_dll_res.ps1
+++ b/w32/common/gen_dll_res.ps1
@@ -19,7 +19,8 @@ foreach($line in Get-Content "${BasePath}..\..\configure.ac")
19} 19}
20if ("$MHD_ver" -eq "" -or "$MHD_ver_major" -eq "" -or "$MHD_ver_minor" -eq "" -or "$MHD_ver_patchlev" -eq "") 20if ("$MHD_ver" -eq "" -or "$MHD_ver_major" -eq "" -or "$MHD_ver_minor" -eq "" -or "$MHD_ver_patchlev" -eq "")
21{ 21{
22 Throw "Can't find MHD version in ${BasePath}..\..\configure.ac" 22 Write-Error -Message ("error MHDVSVER01 : Can't find MHD version")
23 Throw ($MyInvocation.MyCommand.Name + " : error MHDVSVER01 : Can't find MHD version")
23} 24}
24 25
25Write-Output "Detected MHD version: $MHD_ver" 26Write-Output "Detected MHD version: $MHD_ver"
diff --git a/w32/common/libmicrohttpd-build-settings.vcxproj b/w32/common/libmicrohttpd-build-settings.props
index 76f2d0e7..76f2d0e7 100644
--- a/w32/common/libmicrohttpd-build-settings.vcxproj
+++ b/w32/common/libmicrohttpd-build-settings.props
diff --git a/w32/common/project-configs-xp.vcxproj b/w32/common/project-configs-xp.props
index 2b3c6ada..60aafb7a 100644
--- a/w32/common/project-configs-xp.vcxproj
+++ b/w32/common/project-configs-xp.props
@@ -33,5 +33,38 @@
33 <Configuration>Release-static-xp</Configuration> 33 <Configuration>Release-static-xp</Configuration>
34 <Platform>x64</Platform> 34 <Platform>x64</Platform>
35 </ProjectConfiguration> 35 </ProjectConfiguration>
36 <!-- Next configurations are uselss, but VS requires the full set to function properly -->
37 <ProjectConfiguration Include="Debug-dll-xp|ARM">
38 <Configuration>Debug-dll-xp</Configuration>
39 <Platform>ARM</Platform>
40 </ProjectConfiguration>
41 <ProjectConfiguration Include="Debug-dll-xp|ARM64">
42 <Configuration>Debug-dll-xp</Configuration>
43 <Platform>ARM64</Platform>
44 </ProjectConfiguration>
45 <ProjectConfiguration Include="Debug-static-xp|ARM">
46 <Configuration>Debug-static-xp</Configuration>
47 <Platform>ARM</Platform>
48 </ProjectConfiguration>
49 <ProjectConfiguration Include="Debug-static-xp|ARM64">
50 <Configuration>Debug-static-xp</Configuration>
51 <Platform>ARM64</Platform>
52 </ProjectConfiguration>
53 <ProjectConfiguration Include="Release-dll-xp|ARM">
54 <Configuration>Release-dll-xp</Configuration>
55 <Platform>ARM</Platform>
56 </ProjectConfiguration>
57 <ProjectConfiguration Include="Release-dll-xp|ARM64">
58 <Configuration>Release-dll-xp</Configuration>
59 <Platform>ARM64</Platform>
60 </ProjectConfiguration>
61 <ProjectConfiguration Include="Release-static-xp|ARM">
62 <Configuration>Release-static-xp</Configuration>
63 <Platform>ARM</Platform>
64 </ProjectConfiguration>
65 <ProjectConfiguration Include="Release-static-xp|ARM64">
66 <Configuration>Release-static-xp</Configuration>
67 <Platform>ARM64</Platform>
68 </ProjectConfiguration>
36 </ItemGroup> 69 </ItemGroup>
37</Project> 70</Project>
diff --git a/w32/common/project-configs.vcxproj b/w32/common/project-configs.props
index ca2dce64..ca2dce64 100644
--- a/w32/common/project-configs.vcxproj
+++ b/w32/common/project-configs.props