Duckstation/dep/msvc/vsprops/Toolkit.props

16 lines
573 B
Plaintext
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<CharacterSet>NotSet</CharacterSet>
2022-03-26 12:34:06 +00:00
<PlatformToolset>v143</PlatformToolset>
<SpectreMitigation>false</SpectreMitigation>
</PropertyGroup>
2022-08-10 03:25:03 +00:00
<PropertyGroup Condition="$(Configuration.Contains(Debug))">
<UseDebugLibraries>true</UseDebugLibraries>
</PropertyGroup>
2022-08-10 03:25:03 +00:00
<PropertyGroup Condition="!$(Configuration.Contains(Debug))">
<UseDebugLibraries>false</UseDebugLibraries>
</PropertyGroup>
2022-03-26 12:34:06 +00:00
</Project>