Fix Windows Vista compatibility

This commit is contained in:
nastys
2020-04-04 03:02:30 +02:00
parent 4bf4e29996
commit a865083e57
13 changed files with 27 additions and 25 deletions
@@ -15,7 +15,7 @@
<ProjectGuid>{89F87459-768F-4638-9267-0F90CD74452D}</ProjectGuid>
<Keyword>Win32Proj</Keyword>
<RootNamespace>Render</RootNamespace>
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
<WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
@@ -27,7 +27,7 @@
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<PlatformToolset>v142</PlatformToolset>
<PlatformToolset>ClangCL</PlatformToolset>
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>