|
@@ -29,6 +29,7 @@
|
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
+ <Prefer32Bit>false</Prefer32Bit>
|
|
|
</PropertyGroup>
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
@@ -38,6 +39,7 @@
|
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
+ <Prefer32Bit>false</Prefer32Bit>
|
|
|
</PropertyGroup>
|
|
|
<ItemGroup>
|
|
|
<Reference Include="System" />
|