From 8f814193b532bc616479cec265f9f207b02c51df Mon Sep 17 00:00:00 2001 From: Pieter-Jan Briers Date: Sun, 6 Aug 2017 13:02:04 +0200 Subject: [PATCH] Set content output directories to bin/project/Assemblies Build -> run client now --- Content.Client/Content.Client.csproj | 14 +++++++++++--- Content.Server/Content.Server.csproj | 14 +++++++++++--- 2 files changed, 22 insertions(+), 6 deletions(-) diff --git a/Content.Client/Content.Client.csproj b/Content.Client/Content.Client.csproj index a13a48287e..9afcc2f905 100644 --- a/Content.Client/Content.Client.csproj +++ b/Content.Client/Content.Client.csproj @@ -14,7 +14,11 @@ true - bin\x86\Debug\ + + ..\bin\Client\Assemblies\ DEBUG;TRACE full x86 @@ -22,7 +26,11 @@ MinimumRecommendedRules.ruleset - bin\x86\Release\ + + ..\bin\Client\Assemblies\ TRACE true pdbonly @@ -67,4 +75,4 @@ - \ No newline at end of file + diff --git a/Content.Server/Content.Server.csproj b/Content.Server/Content.Server.csproj index 78a5b9e536..696d93e37a 100644 --- a/Content.Server/Content.Server.csproj +++ b/Content.Server/Content.Server.csproj @@ -14,7 +14,11 @@ true - bin\x86\Debug\ + + ..\bin\Server\Assemblies\ DEBUG;TRACE full x86 @@ -22,7 +26,11 @@ MinimumRecommendedRules.ruleset - bin\x86\Release\ + + ..\bin\Server\Assemblies\ TRACE true pdbonly @@ -63,4 +71,4 @@ - \ No newline at end of file +