Toolkit.props (744B)
1 <?xml version="1.0" encoding="utf-8"?> 2 <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 3 <PropertyGroup> 4 <CharacterSet>NotSet</CharacterSet> <!-- TODO: Change to Unicode --> 5 <PlatformToolset Condition="!$(Configuration.Contains(Clang))">v143</PlatformToolset> 6 <PlatformToolset Condition="$(Configuration.Contains(Clang))">ClangCL</PlatformToolset> 7 <SpectreMitigation>false</SpectreMitigation> 8 </PropertyGroup> 9 10 <PropertyGroup Condition="$(Configuration.Contains(Debug))"> 11 <UseDebugLibraries>true</UseDebugLibraries> 12 </PropertyGroup> 13 <PropertyGroup Condition="!$(Configuration.Contains(Debug))"> 14 <UseDebugLibraries>false</UseDebugLibraries> 15 </PropertyGroup> 16 </Project>