From: LoRd_MuldeR Date: Sat, 29 May 2021 17:52:09 +0000 (+0200) Subject: dded support for Visual Studio 2019.10 (v16.10) X-Git-Tag: v1.15~6 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=d445aed1f61d75f67a76efa8714c5f30b41d29c4;p=mutilities%2FMUtilities.git dded support for Visual Studio 2019.10 (v16.10) --- diff --git a/MUtilities_VS2019.vcxproj b/MUtilities_VS2019.vcxproj index 0777dc9..4573554 100644 --- a/MUtilities_VS2019.vcxproj +++ b/MUtilities_VS2019.vcxproj @@ -105,7 +105,7 @@ Win32Proj MUtilities MUtilities - 10.0.17763.0 + 10.0.14393.0 diff --git a/include/MUtils/Version.h b/include/MUtils/Version.h index b0e366b..063d615 100644 --- a/include/MUtils/Version.h +++ b/include/MUtils/Version.h @@ -67,7 +67,9 @@ namespace MUtils #error Compiler is not supported! #endif #elif defined(_MSC_VER) - #if (_MSC_VER == 1928) + #if (_MSC_VER == 1929) + "MSVC 2019.10"; + #elif (_MSC_VER == 1928) #if (_MSC_FULL_VER < 192829910) "MSVC 2019.8"; #else