Force application PlatformTarget to x86 allowing Edit and Continue

This commit is contained in:
Michael Becker 2014-06-04 20:19:01 -04:00
parent 739a808654
commit 2b70fea333

View File

@ -13,7 +13,7 @@
<FileAlignment>512</FileAlignment>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<PlatformTarget>x86</PlatformTarget>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>