Skip to content
This repository was archived by the owner on Dec 8, 2022. It is now read-only.

Commit 3892213

Browse files
committed
Fix de4dot.code Debug build architecture
1 parent 4923f3b commit 3892213

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

de4dot.code/de4dot.code.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<TargetFrameworkProfile />
1818
</PropertyGroup>
1919
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
20-
<PlatformTarget>x86</PlatformTarget>
20+
<PlatformTarget>AnyCPU</PlatformTarget>
2121
<DebugSymbols>true</DebugSymbols>
2222
<DebugType>full</DebugType>
2323
<Optimize>false</Optimize>

0 commit comments

Comments
 (0)