libmicrohttpd

HTTP/1.x server C library (MHD 1.x, stable)
Log | Files | Refs | Submodules | README | LICENSE

commit d72b9c11dc5e04cdeedcb7d78d9572aed5a1e513
parent fabafbaaafe2c6f8154d4f429f47f296639ff9ca
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date:   Mon, 21 Aug 2023 10:31:27 +0300

W32 projects: minor fixes

Diffstat:
Mw32/VS-Any-Version/hellobrowser.vcxproj | 1-
Mw32/VS2019/libmicrohttpd.vcxproj | 1+
Mw32/VS2019/simplepost.vcxproj | 1+
Mw32/VS2022/hellobrowser.vcxproj | 2+-
Mw32/VS2022/largepost.vcxproj | 1+
Mw32/VS2022/libmicrohttpd.vcxproj | 1+
Mw32/VS2022/simplepost.vcxproj | 1+
7 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/w32/VS-Any-Version/hellobrowser.vcxproj b/w32/VS-Any-Version/hellobrowser.vcxproj @@ -4,7 +4,6 @@ <Import Project="$(MhdW32Common)project-configs.props" /> <Import Project="$(MhdW32Common)hellobrowser-files.vcxproj" /> <PropertyGroup Label="Globals"> - <VCProjectVersion>16.0</VCProjectVersion> <ProjectGuid>{310F39BD-A2D6-44FF-8344-37ADD0524CBD}</ProjectGuid> <Keyword>Win32Proj</Keyword> <RootNamespace>hellobrowser</RootNamespace> diff --git a/w32/VS2019/libmicrohttpd.vcxproj b/w32/VS2019/libmicrohttpd.vcxproj @@ -4,6 +4,7 @@ <Import Project="$(MhdW32Common)project-configs.props" /> <Import Project="$(MhdW32Common)libmicrohttpd-files.vcxproj" /> <PropertyGroup Label="Globals"> + <VCProjectVersion>16.0</VCProjectVersion> <ProjectGuid>{9CFB0342-A9E7-483E-BEE5-A1DE22584C5A}</ProjectGuid> <Keyword>Win32Proj</Keyword> <RootNamespace>libmicrohttpd</RootNamespace> diff --git a/w32/VS2019/simplepost.vcxproj b/w32/VS2019/simplepost.vcxproj @@ -4,6 +4,7 @@ <Import Project="$(MhdW32Common)project-configs.props" /> <Import Project="$(MhdW32Common)simplepost-files.vcxproj" /> <PropertyGroup Label="Globals"> + <VCProjectVersion>16.0</VCProjectVersion> <ProjectGuid>{294D5317-E983-4682-8DB5-678EA4645E11}</ProjectGuid> <Keyword>Win32Proj</Keyword> <RootNamespace>simplepost</RootNamespace> diff --git a/w32/VS2022/hellobrowser.vcxproj b/w32/VS2022/hellobrowser.vcxproj @@ -4,7 +4,7 @@ <Import Project="$(MhdW32Common)project-configs.props" /> <Import Project="$(MhdW32Common)hellobrowser-files.vcxproj" /> <PropertyGroup Label="Globals"> - <VCProjectVersion>16.0</VCProjectVersion> + <VCProjectVersion>17.0</VCProjectVersion> <ProjectGuid>{310F39BD-A2D6-44FF-8344-37ADD0524CBD}</ProjectGuid> <Keyword>Win32Proj</Keyword> <RootNamespace>hellobrowser</RootNamespace> diff --git a/w32/VS2022/largepost.vcxproj b/w32/VS2022/largepost.vcxproj @@ -4,6 +4,7 @@ <Import Project="$(MhdW32Common)project-configs.props" /> <Import Project="$(MhdW32Common)largepost-files.vcxproj" /> <PropertyGroup Label="Globals"> + <VCProjectVersion>17.0</VCProjectVersion> <ProjectGuid>{77A27E6D-9A39-40B8-961B-40E63DB7FA65}</ProjectGuid> <Keyword>Win32Proj</Keyword> <RootNamespace>largepost</RootNamespace> diff --git a/w32/VS2022/libmicrohttpd.vcxproj b/w32/VS2022/libmicrohttpd.vcxproj @@ -4,6 +4,7 @@ <Import Project="$(MhdW32Common)project-configs.props" /> <Import Project="$(MhdW32Common)libmicrohttpd-files.vcxproj" /> <PropertyGroup Label="Globals"> + <VCProjectVersion>17.0</VCProjectVersion> <ProjectGuid>{9CFB0342-A9E7-483E-BEE5-A1DE22584C5A}</ProjectGuid> <Keyword>Win32Proj</Keyword> <RootNamespace>libmicrohttpd</RootNamespace> diff --git a/w32/VS2022/simplepost.vcxproj b/w32/VS2022/simplepost.vcxproj @@ -4,6 +4,7 @@ <Import Project="$(MhdW32Common)project-configs.props" /> <Import Project="$(MhdW32Common)simplepost-files.vcxproj" /> <PropertyGroup Label="Globals"> + <VCProjectVersion>17.0</VCProjectVersion> <ProjectGuid>{294D5317-E983-4682-8DB5-678EA4645E11}</ProjectGuid> <Keyword>Win32Proj</Keyword> <RootNamespace>simplepost</RootNamespace>