summaryrefslogtreecommitdiff
path: root/Source/ModelViewer/ModelViewer.csproj
diff options
context:
space:
mode:
authorGravatar stobies <unknown>2012-03-26 13:46:36 +0200
committerGravatar stobies <unknown>2012-03-26 13:46:36 +0200
commit6d5bf046835c3e851784f4dd30edfb86ad3d0af7 (patch)
treece06a3c4e4821afffd7ca1435181357e20b63688 /Source/ModelViewer/ModelViewer.csproj
parent38feafb014b3f20913cfc90cb45d4bb39f963eab (diff)
Switch bvd to MSIL (instead of x86) target architecture
Diffstat (limited to 'Source/ModelViewer/ModelViewer.csproj')
-rw-r--r--Source/ModelViewer/ModelViewer.csproj8
1 files changed, 4 insertions, 4 deletions
diff --git a/Source/ModelViewer/ModelViewer.csproj b/Source/ModelViewer/ModelViewer.csproj
index 383ccf43..ae46767b 100644
--- a/Source/ModelViewer/ModelViewer.csproj
+++ b/Source/ModelViewer/ModelViewer.csproj
@@ -31,7 +31,7 @@
<CodeContractsAssemblyMode>0</CodeContractsAssemblyMode>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
- <PlatformTarget>x86</PlatformTarget>
+ <PlatformTarget>AnyCPU</PlatformTarget>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
@@ -41,7 +41,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>
@@ -63,7 +63,7 @@
<OutputPath>bin\x86\Checked\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<DebugType>full</DebugType>
- <PlatformTarget>x86</PlatformTarget>
+ <PlatformTarget>AnyCPU</PlatformTarget>
<CodeAnalysisLogFile>..\..\Binaries\BVD.exe.CodeAnalysisLog.xml</CodeAnalysisLogFile>
<CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
<CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
@@ -194,4 +194,4 @@
<Target Name="AfterBuild">
</Target>
-->
-</Project>
+</Project> \ No newline at end of file