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 @@ + + + + + +