winport - set PreferredToolArchitecture to x64

This commit is contained in:
zeromus 2018-12-18 13:53:37 -05:00
parent 37afaefa2f
commit 30212212b5
1 changed files with 1 additions and 0 deletions

View File

@ -39,6 +39,7 @@
<ProjectGuid>{9F5F72A1-D3A5-4918-B460-E076B16D10A9}</ProjectGuid>
<RootNamespace>DeSmuME</RootNamespace>
<WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
<PreferredToolArchitecture>x64</PreferredToolArchitecture>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<!-- desmume customization: set PlatformToolset to an uptodate choice for vs2015 and leave it to the default vs2010 toolset for vs2010 -->