vsprops: Update to VS2022 toolchain

pull/2815/head
Connor McLaughlin 4 years ago
parent 717ee3103f
commit ad26d352d3

@ -2,7 +2,7 @@
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<CharacterSet>NotSet</CharacterSet>
<PlatformToolset>v142</PlatformToolset>
<PlatformToolset>v143</PlatformToolset>
<SpectreMitigation>false</SpectreMitigation>
</PropertyGroup>
@ -12,4 +12,4 @@
<PropertyGroup Condition="'$(Configuration)'=='Release' Or '$(Configuration)'=='ReleaseLTCG' Or '$(Configuration)'=='ReleaseUWP'">
<UseDebugLibraries>false</UseDebugLibraries>
</PropertyGroup>
</Project>
</Project>

Loading…
Cancel
Save