Skip to content

Commit 361eb82

Browse files
committed
Configure xrPostprocessEditor project
1 parent bd34802 commit 361eb82

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

src/editors/xrPostprocessEditor/xrPostprocessEditor.csproj

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
<Import Project="$(SolutionDir)Common.props" />
66
</ImportGroup>
77
<PropertyGroup>
8-
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
9-
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
108
<ProjectGuid>{CB449DB5-9C97-447A-AA25-35EA7712F62C}</ProjectGuid>
119
<OutputType>WinExe</OutputType>
1210
<OutputPath>$(xrBinDir)</OutputPath>
@@ -23,19 +21,25 @@
2321
<PropertyGroup>
2422
<NoWin32Manifest>true</NoWin32Manifest>
2523
</PropertyGroup>
26-
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
24+
<PropertyGroup Condition="'$(Configuration)' == 'Debug'">
2725
<DefineConstants>DEBUG;TRACE</DefineConstants>
2826
<DebugType>full</DebugType>
2927
<DebugSymbols>true</DebugSymbols>
3028
</PropertyGroup>
31-
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Mixed|x86'">
29+
<PropertyGroup Condition="'$(Configuration)' == 'Mixed'">
3230
<DefineConstants>TRACE</DefineConstants>
3331
<DebugType>pdbonly</DebugType>
3432
<Optimize>true</Optimize>
3533
</PropertyGroup>
36-
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
34+
<PropertyGroup Condition="'$(Configuration)' == 'Release'">
3735
<Optimize>true</Optimize>
3836
</PropertyGroup>
37+
<PropertyGroup Condition="'$(xrPlatform)' == 'Win32'">
38+
<PlatformTarget>x86</PlatformTarget>
39+
</PropertyGroup>
40+
<PropertyGroup Condition="'$(xrPlatform)' == 'Win64'">
41+
<PlatformTarget>x64</PlatformTarget>
42+
</PropertyGroup>
3943
<ItemGroup>
4044
<Reference Include="Flobbster.Windows.Forms.PropertyGrid, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null">
4145
<HintPath>..\..\..\sdk\binaries\Flobbster.Windows.Forms.PropertyGrid.dll</HintPath>

0 commit comments

Comments
 (0)