aboutsummaryrefslogtreecommitdiff
path: root/w32/VS2022
diff options
context:
space:
mode:
Diffstat (limited to 'w32/VS2022')
-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
4 files changed, 16 insertions, 16 deletions
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 />