OSDN Git Service

Updated the Windows SDK version to 10.0.14393.0 + explicitly set MinimumRequiredVersi...
authorLoRd_MuldeR <mulder2@gmx.de>
Sat, 22 May 2021 21:17:59 +0000 (23:17 +0200)
committerLoRd_MuldeR <mulder2@gmx.de>
Sat, 22 May 2021 21:17:59 +0000 (23:17 +0200)
MUtilities_VS2017.vcxproj
MUtilities_VS2019.vcxproj
include/MUtils/Version.h

index 06827ac..8174502 100644 (file)
     <Keyword>Win32Proj</Keyword>
     <RootNamespace>MUtilities</RootNamespace>
     <ProjectName>MUtilities</ProjectName>
-    <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
+    <WindowsTargetPlatformVersion>10.0.14393.0</WindowsTargetPlatformVersion>
   </PropertyGroup>
   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
     <ConfigurationType>DynamicLibrary</ConfigurationType>
     <UseDebugLibraries>true</UseDebugLibraries>
-    <PlatformToolset>v141_xp</PlatformToolset>
+    <PlatformToolset>v141</PlatformToolset>
     <CharacterSet>Unicode</CharacterSet>
   </PropertyGroup>
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
     <ConfigurationType>DynamicLibrary</ConfigurationType>
     <UseDebugLibraries>false</UseDebugLibraries>
-    <PlatformToolset>v141_xp</PlatformToolset>
+    <PlatformToolset>v141</PlatformToolset>
     <WholeProgramOptimization>true</WholeProgramOptimization>
     <CharacterSet>Unicode</CharacterSet>
   </PropertyGroup>
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_Static|Win32'" Label="Configuration">
     <ConfigurationType>StaticLibrary</ConfigurationType>
     <UseDebugLibraries>false</UseDebugLibraries>
-    <PlatformToolset>v141_xp</PlatformToolset>
+    <PlatformToolset>v141</PlatformToolset>
     <WholeProgramOptimization>true</WholeProgramOptimization>
     <CharacterSet>Unicode</CharacterSet>
   </PropertyGroup>
index c28e76c..0777dc9 100644 (file)
     <Keyword>Win32Proj</Keyword>
     <RootNamespace>MUtilities</RootNamespace>
     <ProjectName>MUtilities</ProjectName>
-    <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
+    <WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion>
   </PropertyGroup>
   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
index b90cfcc..b0e366b 100644 (file)
@@ -68,7 +68,11 @@ namespace MUtils
                                        #endif
                                #elif defined(_MSC_VER)
                                        #if (_MSC_VER == 1928)
-                                               "MSVC 2019.8";
+                                               #if (_MSC_FULL_VER < 192829910)
+                                                       "MSVC 2019.8";
+                                               #else
+                                                       "MSVC 2019.9";
+                                               #endif
                                        #elif (_MSC_VER == 1927)
                                                "MSVC 2019.7";
                                        #elif (_MSC_VER == 1926)