Updated build paths

to be more consistent with PKHeX.Core
This commit is contained in:
Evan Dixon
2017-01-08 08:35:23 -06:00
parent 1acfdf8f92
commit 87dffcfe57

View File

@@ -34,7 +34,7 @@
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
<DebugSymbols>true</DebugSymbols>
<OutputPath>bin\x86\Debug\</OutputPath>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;CLICKONCE;WINDOWS</DefineConstants>
<DebugType>full</DebugType>
<PlatformTarget>x86</PlatformTarget>
@@ -43,7 +43,7 @@
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
<OutputPath>bin\x86\Release\</OutputPath>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>CLICKONCE;WINDOWS</DefineConstants>
<Optimize>true</Optimize>
<DebugType>pdbonly</DebugType>
@@ -53,7 +53,7 @@
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Mono-Debug|x86'">
<DebugSymbols>true</DebugSymbols>
<OutputPath>bin\x86\Mono-Debug\</OutputPath>
<OutputPath>bin\Mono-Debug\</OutputPath>
<DefineConstants>DEBUG;MONO</DefineConstants>
<DebugType>full</DebugType>
<PlatformTarget>x86</PlatformTarget>
@@ -62,7 +62,7 @@
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Mono-Release|x86'">
<OutputPath>bin\x86\Mono-Release\</OutputPath>
<OutputPath>bin\Mono-Release\</OutputPath>
<DefineConstants>MONO</DefineConstants>
<Optimize>true</Optimize>
<DebugType>pdbonly</DebugType>