dded support for Visual Studio 2019.10 (v16.10)
This commit is contained in:
parent
b6091380a6
commit
d445aed1f6
@ -105,7 +105,7 @@
|
|||||||
<Keyword>Win32Proj</Keyword>
|
<Keyword>Win32Proj</Keyword>
|
||||||
<RootNamespace>MUtilities</RootNamespace>
|
<RootNamespace>MUtilities</RootNamespace>
|
||||||
<ProjectName>MUtilities</ProjectName>
|
<ProjectName>MUtilities</ProjectName>
|
||||||
<WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion>
|
<WindowsTargetPlatformVersion>10.0.14393.0</WindowsTargetPlatformVersion>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
||||||
|
@ -67,7 +67,9 @@ namespace MUtils
|
|||||||
#error Compiler is not supported!
|
#error Compiler is not supported!
|
||||||
#endif
|
#endif
|
||||||
#elif defined(_MSC_VER)
|
#elif defined(_MSC_VER)
|
||||||
#if (_MSC_VER == 1928)
|
#if (_MSC_VER == 1929)
|
||||||
|
"MSVC 2019.10";
|
||||||
|
#elif (_MSC_VER == 1928)
|
||||||
#if (_MSC_FULL_VER < 192829910)
|
#if (_MSC_FULL_VER < 192829910)
|
||||||
"MSVC 2019.8";
|
"MSVC 2019.8";
|
||||||
#else
|
#else
|
||||||
|
Loading…
Reference in New Issue
Block a user