mirror of
https://github.com/libretro/Mesen.git
synced 2024-12-04 07:31:19 +00:00
Allow forms to be designed in 64-bits mode (set Release x64 to Any CPU)
This commit is contained in:
parent
ca543e9243
commit
03321a1fa6
@ -32,7 +32,7 @@
|
||||
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
|
||||
<Optimize>true</Optimize>
|
||||
<DebugType>pdbonly</DebugType>
|
||||
<PlatformTarget>x64</PlatformTarget>
|
||||
<PlatformTarget>AnyCPU</PlatformTarget>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
||||
<Prefer32Bit>false</Prefer32Bit>
|
||||
|
Loading…
Reference in New Issue
Block a user