Fix de4dot.code Debug build architecture

This commit is contained in:
Victor 2020-03-09 16:52:55 +00:00
parent 4923f3ba73
commit 389221374b
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
<TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PlatformTarget>x86</PlatformTarget>
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>