diff --git a/MUtilities_VS2017.vcxproj b/MUtilities_VS2017.vcxproj
index 06827ac..8174502 100644
--- a/MUtilities_VS2017.vcxproj
+++ b/MUtilities_VS2017.vcxproj
@@ -105,26 +105,26 @@
Win32Proj
MUtilities
MUtilities
- 8.1
+ 10.0.14393.0
DynamicLibrary
true
- v141_xp
+ v141
Unicode
DynamicLibrary
false
- v141_xp
+ v141
true
Unicode
StaticLibrary
false
- v141_xp
+ v141
true
Unicode
diff --git a/MUtilities_VS2019.vcxproj b/MUtilities_VS2019.vcxproj
index c28e76c..0777dc9 100644
--- a/MUtilities_VS2019.vcxproj
+++ b/MUtilities_VS2019.vcxproj
@@ -105,7 +105,7 @@
Win32Proj
MUtilities
MUtilities
- 8.1
+ 10.0.17763.0
diff --git a/include/MUtils/Version.h b/include/MUtils/Version.h
index b90cfcc..b0e366b 100644
--- a/include/MUtils/Version.h
+++ b/include/MUtils/Version.h
@@ -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)