diff options
author | emkael <emkael@tlen.pl> | 2016-05-24 22:25:02 +0200 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2016-05-24 22:25:02 +0200 |
commit | 26b160c83e397b7566d2c708224ef734fc24ad8c (patch) | |
tree | d1b5e266d6925b9e96377525ec30620a890949bb | |
parent | 64142a33abeb873c248716fadcf527c621c8977b (diff) |
* compiling for both x86 and x64
-rw-r--r-- | BCDD.csproj | 2 |
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>
|