force openra to run as 32bit on x64.

This commit is contained in:
Chris Forbes
2010-02-15 14:57:35 +13:00
parent 7c4cc02f7d
commit 283c92fa91

View File

@@ -40,7 +40,7 @@
<DefineConstants>TRACE;DEBUG;SANITY_CHECKS</DefineConstants>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<DebugType>full</DebugType>
<PlatformTarget>AnyCPU</PlatformTarget>
<PlatformTarget>x86</PlatformTarget>
<UseVSHostingProcess>false</UseVSHostingProcess>
<ErrorReport>prompt</ErrorReport>
</PropertyGroup>