windows: Fix Release x64 configuration

Inherit PlatformToolset from the project configuration. This allow the
project to configure PlatformToolset, and aligns the Release x64 build
with other build types.

Fixes #1430
This commit is contained in:
Jaeden Amero 2019-06-03 08:13:10 +01:00 committed by Jaeden Amero
parent 548ba2e190
commit a33bb945eb
48 changed files with 3 additions and 47 deletions

View file

@ -54,7 +54,6 @@
<UseDebugLibraries>false</UseDebugLibraries>
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>Unicode</CharacterSet>
<PlatformToolset>Windows7.1SDK</PlatformToolset>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label="ExtensionSettings">