Преглед на файлове

commit: disable Perfer32Bit in AnyCpu

Local преди 5 години
родител
ревизия
edcf5f1140
променени са 1 файла, в които са добавени 2 реда и са изтрити 0 реда
  1. 2 0
      Cbdx.Tests/Cbdx.Tests.csproj

+ 2 - 0
Cbdx.Tests/Cbdx.Tests.csproj

@@ -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" />