Browse Source

use x86 for controlcatalog

pull/984/head
Nikita Tsukanov 9 years ago
parent
commit
3fb9ad120e
  1. 2
      samples/ControlCatalog.Desktop/ControlCatalog.Desktop.csproj

2
samples/ControlCatalog.Desktop/ControlCatalog.Desktop.csproj

@ -26,7 +26,7 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<PlatformTarget>x86</PlatformTarget>
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>

Loading…
Cancel
Save