From a4e79abe1fbce6530db832aebe0cc02b1bdc08ec Mon Sep 17 00:00:00 2001 From: Dominion Date: Mon, 10 Apr 2023 13:33:41 -0400 Subject: [PATCH] Package documentation and cleanup --- .../Tgstation.Server.Api.csproj | 4 ++ .../Tgstation.Server.Client.csproj | 3 +- .../Tgstation.Server.Host.Console.csproj | 3 +- .../Tgstation.Server.Host.Service.csproj | 9 +++-- .../Tgstation.Server.Host.Watchdog.csproj | 7 +--- .../Tgstation.Server.Host.csproj | 38 +++++++++++++++++-- 6 files changed, 50 insertions(+), 14 deletions(-) diff --git a/src/Tgstation.Server.Api/Tgstation.Server.Api.csproj b/src/Tgstation.Server.Api/Tgstation.Server.Api.csproj index f079f488db..c67ed86f87 100644 --- a/src/Tgstation.Server.Api/Tgstation.Server.Api.csproj +++ b/src/Tgstation.Server.Api/Tgstation.Server.Api.csproj @@ -46,12 +46,16 @@ + + + all runtime; build; native; contentfiles; analyzers; buildtransitive + diff --git a/src/Tgstation.Server.Client/Tgstation.Server.Client.csproj b/src/Tgstation.Server.Client/Tgstation.Server.Client.csproj index 6ef0426a5b..9ea8c721cd 100644 --- a/src/Tgstation.Server.Client/Tgstation.Server.Client.csproj +++ b/src/Tgstation.Server.Client/Tgstation.Server.Client.csproj @@ -1,4 +1,4 @@ - + @@ -32,6 +32,7 @@ + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/src/Tgstation.Server.Host.Console/Tgstation.Server.Host.Console.csproj b/src/Tgstation.Server.Host.Console/Tgstation.Server.Host.Console.csproj index 9ab96c2f7b..045d8ce9eb 100644 --- a/src/Tgstation.Server.Host.Console/Tgstation.Server.Host.Console.csproj +++ b/src/Tgstation.Server.Host.Console/Tgstation.Server.Host.Console.csproj @@ -24,8 +24,9 @@ - + + all runtime; build; native; contentfiles; analyzers diff --git a/src/Tgstation.Server.Host.Service/Tgstation.Server.Host.Service.csproj b/src/Tgstation.Server.Host.Service/Tgstation.Server.Host.Service.csproj index 23ad2e5d76..5499f045f7 100644 --- a/src/Tgstation.Server.Host.Service/Tgstation.Server.Host.Service.csproj +++ b/src/Tgstation.Server.Host.Service/Tgstation.Server.Host.Service.csproj @@ -23,17 +23,18 @@ + - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - + + + all runtime; build; native; contentfiles; analyzers; buildtransitive + diff --git a/src/Tgstation.Server.Host.Watchdog/Tgstation.Server.Host.Watchdog.csproj b/src/Tgstation.Server.Host.Watchdog/Tgstation.Server.Host.Watchdog.csproj index 763e986d9d..972487c7dd 100644 --- a/src/Tgstation.Server.Host.Watchdog/Tgstation.Server.Host.Watchdog.csproj +++ b/src/Tgstation.Server.Host.Watchdog/Tgstation.Server.Host.Watchdog.csproj @@ -24,12 +24,9 @@ - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - - + + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/src/Tgstation.Server.Host/Tgstation.Server.Host.csproj b/src/Tgstation.Server.Host/Tgstation.Server.Host.csproj index db43392256..ee0278d141 100644 --- a/src/Tgstation.Server.Host/Tgstation.Server.Host.csproj +++ b/src/Tgstation.Server.Host/Tgstation.Server.Host.csproj @@ -61,47 +61,79 @@ + + + + + + - + + + + + + all runtime; build; native; contentfiles; analyzers; buildtransitive + + - + + + + + + - + + + + + + + + all runtime; build; native; contentfiles; analyzers; buildtransitive + + + + + + +