From 133763c43c8221b1fab21e69c172117fb0e1e69d Mon Sep 17 00:00:00 2001 From: Pieter-Jan Briers Date: Mon, 7 Aug 2017 00:31:11 +0200 Subject: [PATCH] Revisit content assembly copying, now much neater. --- Content.Client/Content.Client.csproj | 30 ++++++++-------------- Content.Server/Content.Server.csproj | 37 +++++++--------------------- SS14.Content.targets | 6 +++++ 3 files changed, 25 insertions(+), 48 deletions(-) create mode 100644 SS14.Content.targets diff --git a/Content.Client/Content.Client.csproj b/Content.Client/Content.Client.csproj index ae8c4a6e09..9a9c395319 100644 --- a/Content.Client/Content.Client.csproj +++ b/Content.Client/Content.Client.csproj @@ -11,6 +11,7 @@ Content.Client v4.5.1 512 + ..\bin\Client\Assemblies\ true @@ -74,24 +75,13 @@ - - - - - if not exist "..\Client\Assemblies" ( - mkdir ..\Client\Assemblies\ - ) - copy Content.* ..\Client\Assemblies\ > NUL - - - - - - - mkdir -p ../Client/Assemblies/ - cp Content.* ../Client/Assemblies/ - - - - + + + + + + + + + diff --git a/Content.Server/Content.Server.csproj b/Content.Server/Content.Server.csproj index 42c2eee4ed..41521ca899 100644 --- a/Content.Server/Content.Server.csproj +++ b/Content.Server/Content.Server.csproj @@ -11,13 +11,10 @@ Content.Server v4.5.1 512 + ..\bin\Server\Assemblies\ true - ..\bin\Content.Server\ DEBUG;TRACE full @@ -26,10 +23,6 @@ MinimumRecommendedRules.ruleset - ..\bin\Content.Server\ TRACE true @@ -70,24 +63,12 @@ - - - - - if not exist "..\Server\Assemblies" ( - mkdir ..\Server\Assemblies\ - ) - copy Content.* ..\Server\Assemblies\ > NUL - - - - - - - mkdir -p ../Server/Assemblies/ - cp Content.* ../Server/Assemblies/ - - - - + + + + + + + + diff --git a/SS14.Content.targets b/SS14.Content.targets new file mode 100644 index 0000000000..cbf0d4356a --- /dev/null +++ b/SS14.Content.targets @@ -0,0 +1,6 @@ + + + + + +