From 87dffcfe5738d90b76d55f0c5637dfe191a29444 Mon Sep 17 00:00:00 2001 From: Evan Dixon Date: Sun, 8 Jan 2017 08:35:23 -0600 Subject: [PATCH] Updated build paths to be more consistent with PKHeX.Core --- PKHeX.WinForms/PKHeX.WinForms.csproj | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/PKHeX.WinForms/PKHeX.WinForms.csproj b/PKHeX.WinForms/PKHeX.WinForms.csproj index ce0ae45dd..559d6ea1f 100644 --- a/PKHeX.WinForms/PKHeX.WinForms.csproj +++ b/PKHeX.WinForms/PKHeX.WinForms.csproj @@ -34,7 +34,7 @@ true - bin\x86\Debug\ + bin\Debug\ DEBUG;CLICKONCE;WINDOWS full x86 @@ -43,7 +43,7 @@ MinimumRecommendedRules.ruleset - bin\x86\Release\ + bin\Release\ CLICKONCE;WINDOWS true pdbonly @@ -53,7 +53,7 @@ true - bin\x86\Mono-Debug\ + bin\Mono-Debug\ DEBUG;MONO full x86 @@ -62,7 +62,7 @@ MinimumRecommendedRules.ruleset - bin\x86\Mono-Release\ + bin\Mono-Release\ MONO true pdbonly