Skip to content

Commit

Permalink
Configure xrPostprocessEditor project
Browse files Browse the repository at this point in the history
  • Loading branch information
Xottab-DUTY committed Nov 12, 2017
1 parent bd34802 commit 361eb82
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions src/editors/xrPostprocessEditor/xrPostprocessEditor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
<Import Project="$(SolutionDir)Common.props" />
</ImportGroup>
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{CB449DB5-9C97-447A-AA25-35EA7712F62C}</ProjectGuid>
<OutputType>WinExe</OutputType>
<OutputPath>$(xrBinDir)</OutputPath>
Expand All @@ -23,19 +21,25 @@
<PropertyGroup>
<NoWin32Manifest>true</NoWin32Manifest>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
<PropertyGroup Condition="'$(Configuration)' == 'Debug'">
<DefineConstants>DEBUG;TRACE</DefineConstants>
<DebugType>full</DebugType>
<DebugSymbols>true</DebugSymbols>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Mixed|x86'">
<PropertyGroup Condition="'$(Configuration)' == 'Mixed'">
<DefineConstants>TRACE</DefineConstants>
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
<PropertyGroup Condition="'$(Configuration)' == 'Release'">
<Optimize>true</Optimize>
</PropertyGroup>
<PropertyGroup Condition="'$(xrPlatform)' == 'Win32'">
<PlatformTarget>x86</PlatformTarget>
</PropertyGroup>
<PropertyGroup Condition="'$(xrPlatform)' == 'Win64'">
<PlatformTarget>x64</PlatformTarget>
</PropertyGroup>
<ItemGroup>
<Reference Include="Flobbster.Windows.Forms.PropertyGrid, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null">
<HintPath>..\..\..\sdk\binaries\Flobbster.Windows.Forms.PropertyGrid.dll</HintPath>
Expand Down

0 comments on commit 361eb82

Please sign in to comment.