From 7433ca53803363091a7aa1814ccd07d102c336cc Mon Sep 17 00:00:00 2001 From: Taryn Hill Date: Sun, 4 Sep 2016 19:03:53 -0500 Subject: [PATCH] Change OpenRA.Game's output path to bin\$(Configuration) --- OpenRA.Game/OpenRA.Game.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/OpenRA.Game/OpenRA.Game.csproj b/OpenRA.Game/OpenRA.Game.csproj index 3a6bd6c4f9..262c5556fb 100644 --- a/OpenRA.Game/OpenRA.Game.csproj +++ b/OpenRA.Game/OpenRA.Game.csproj @@ -36,7 +36,7 @@ true full - ..\ + bin\Debug TRACE;DEBUG true AllRules.ruleset @@ -45,7 +45,7 @@ true - ..\ + bin\Release TRACE true pdbonly