summaryrefslogtreecommitdiff
path: root/BCDD.csproj
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2016-05-24 22:25:02 +0200
committeremkael <emkael@tlen.pl>2016-05-24 22:25:02 +0200
commit26b160c83e397b7566d2c708224ef734fc24ad8c (patch)
treed1b5e266d6925b9e96377525ec30620a890949bb /BCDD.csproj
parent64142a33abeb873c248716fadcf527c621c8977b (diff)
* compiling for both x86 and x64
Diffstat (limited to 'BCDD.csproj')
-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>