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 b196a0a781
commit 73a36ff512
50 changed files with 3 additions and 49 deletions

View File

@@ -53,7 +53,6 @@
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>Unicode</CharacterSet>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />