|
5 | 5 | <Import Project="$(SolutionDir)Common.props" /> |
6 | 6 | </ImportGroup> |
7 | 7 | <PropertyGroup> |
8 | | - <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
9 | | - <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
10 | 8 | <ProjectGuid>{CB449DB5-9C97-447A-AA25-35EA7712F62C}</ProjectGuid> |
11 | 9 | <OutputType>WinExe</OutputType> |
12 | 10 | <OutputPath>$(xrBinDir)</OutputPath> |
|
23 | 21 | <PropertyGroup> |
24 | 22 | <NoWin32Manifest>true</NoWin32Manifest> |
25 | 23 | </PropertyGroup> |
26 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> |
| 24 | + <PropertyGroup Condition="'$(Configuration)' == 'Debug'"> |
27 | 25 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
28 | 26 | <DebugType>full</DebugType> |
29 | 27 | <DebugSymbols>true</DebugSymbols> |
30 | 28 | </PropertyGroup> |
31 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Mixed|x86'"> |
| 29 | + <PropertyGroup Condition="'$(Configuration)' == 'Mixed'"> |
32 | 30 | <DefineConstants>TRACE</DefineConstants> |
33 | 31 | <DebugType>pdbonly</DebugType> |
34 | 32 | <Optimize>true</Optimize> |
35 | 33 | </PropertyGroup> |
36 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> |
| 34 | + <PropertyGroup Condition="'$(Configuration)' == 'Release'"> |
37 | 35 | <Optimize>true</Optimize> |
38 | 36 | </PropertyGroup> |
| 37 | + <PropertyGroup Condition="'$(xrPlatform)' == 'Win32'"> |
| 38 | + <PlatformTarget>x86</PlatformTarget> |
| 39 | + </PropertyGroup> |
| 40 | + <PropertyGroup Condition="'$(xrPlatform)' == 'Win64'"> |
| 41 | + <PlatformTarget>x64</PlatformTarget> |
| 42 | + </PropertyGroup> |
39 | 43 | <ItemGroup> |
40 | 44 | <Reference Include="Flobbster.Windows.Forms.PropertyGrid, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null"> |
41 | 45 | <HintPath>..\..\..\sdk\binaries\Flobbster.Windows.Forms.PropertyGrid.dll</HintPath> |
|
0 commit comments