gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[libmicrohttpd] 01/03: W32 projects: minor fixes


From: gnunet
Subject: [libmicrohttpd] 01/03: W32 projects: minor fixes
Date: Sun, 03 Sep 2023 10:16:10 +0200

This is an automated email from the git hooks/post-receive script.

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

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

    W32 projects: minor fixes
---
 w32/VS-Any-Version/hellobrowser.vcxproj | 1 -
 w32/VS2019/libmicrohttpd.vcxproj        | 1 +
 w32/VS2019/simplepost.vcxproj           | 1 +
 w32/VS2022/hellobrowser.vcxproj         | 2 +-
 w32/VS2022/largepost.vcxproj            | 1 +
 w32/VS2022/libmicrohttpd.vcxproj        | 1 +
 w32/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
index 1e07fc1a..8e5b118f 100644
--- 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
index 3d7d5a99..41951d5c 100644
--- 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
index c674f658..f8ee6be3 100644
--- 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
index 275ba5ad..a11cffc8 100644
--- 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
index 067e7bc3..264cfd7e 100644
--- 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
index f7af58d4..71d8da0e 100644
--- 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
index 8625c32e..efaf00f6 100644
--- 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>

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]