Build: Use VS2026 build tools

GitHub runners don't have it yet, but it's a non-issue there as they're
using clang, not MSVC.
This commit is contained in:
Stenzek 2025-11-13 21:01:02 +10:00
parent c953480ed5
commit d532acb39a
No known key found for this signature in database

View File

@ -2,7 +2,7 @@
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<CharacterSet>Unicode</CharacterSet>
<PlatformToolset Condition="!$(Configuration.Contains(Clang))">v143</PlatformToolset>
<PlatformToolset Condition="!$(Configuration.Contains(Clang))">v145</PlatformToolset>
<PlatformToolset Condition="$(Configuration.Contains(Clang))">ClangCL</PlatformToolset>
<SpectreMitigation>false</SpectreMitigation>
</PropertyGroup>