Set test platform to x86 to fix a processor type mismatch warning

This commit is contained in:
Evan Dixon 2016-08-10 09:47:53 -05:00
parent e53fe6e180
commit a7f2f2e209

View file

@ -25,6 +25,7 @@
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<PlatformTarget>x86</PlatformTarget>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>