Merge pull request #5403 from RoosterDragon/solution-config

Unify settings for solution and project setups.
This commit is contained in:
Matthias Mailänder
2014-05-24 17:13:43 +02:00
14 changed files with 156 additions and 240 deletions

View File

@@ -46,8 +46,9 @@
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<OutputPath>..\</OutputPath>
<DefineConstants>
</DefineConstants>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<Optimize>true</Optimize>
<DebugType>pdbonly</DebugType>