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 32eb58ff29
commit 4f4af6e2ef
50 changed files with 3 additions and 49 deletions

View file

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