summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--BCDD.csproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/BCDD.csproj b/BCDD.csproj
index d201e38..c2f181b 100644
--- a/BCDD.csproj
+++ b/BCDD.csproj
@@ -26,7 +26,7 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
- <PlatformTarget>x86</PlatformTarget>
+ <PlatformTarget>AnyCPU</PlatformTarget>
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>