From 1041fc3ca10b846275dc8814cc36ce96f36de4cb Mon Sep 17 00:00:00 2001 From: Alex Date: Tue, 4 Mar 2025 11:22:31 +0000 Subject: [PATCH] Added csproj extra details --- Libraries/Core/Core.csproj | 4 ++++ Libraries/SptAssets/SptAssets.csproj | 5 +++++ Libraries/SptCommon/SptCommon.csproj | 4 ++++ .../SptDependencyInjection/SptDependencyInjection.csproj | 4 ++++ Server/Server.csproj | 4 ++++ 5 files changed, 21 insertions(+) diff --git a/Libraries/Core/Core.csproj b/Libraries/Core/Core.csproj index 462dddde..65658c09 100644 --- a/Libraries/Core/Core.csproj +++ b/Libraries/Core/Core.csproj @@ -1,10 +1,14 @@  + SPT.Server.Core + SPT Team + https://github.com/sp-tarkov/server-csharp net9.0 enable enable Library + true diff --git a/Libraries/SptAssets/SptAssets.csproj b/Libraries/SptAssets/SptAssets.csproj index 49e41b0a..60917d62 100644 --- a/Libraries/SptAssets/SptAssets.csproj +++ b/Libraries/SptAssets/SptAssets.csproj @@ -1,10 +1,15 @@  + SPT.Assets + SPT Team + https://github.com/sp-tarkov/server-csharp net9.0 enable enable Library + true + content diff --git a/Libraries/SptCommon/SptCommon.csproj b/Libraries/SptCommon/SptCommon.csproj index 36c01228..ec0bae52 100644 --- a/Libraries/SptCommon/SptCommon.csproj +++ b/Libraries/SptCommon/SptCommon.csproj @@ -1,10 +1,14 @@  + SPT.Common + SPT Team + https://github.com/sp-tarkov/server-csharp net9.0 enable enable Library + true diff --git a/Libraries/SptDependencyInjection/SptDependencyInjection.csproj b/Libraries/SptDependencyInjection/SptDependencyInjection.csproj index 21953c64..8983160a 100644 --- a/Libraries/SptDependencyInjection/SptDependencyInjection.csproj +++ b/Libraries/SptDependencyInjection/SptDependencyInjection.csproj @@ -1,10 +1,14 @@  + SPT.Server.DI + SPT Team + https://github.com/sp-tarkov/server-csharp net9.0 enable enable Library + true diff --git a/Server/Server.csproj b/Server/Server.csproj index 9e24d99a..424a8bd9 100644 --- a/Server/Server.csproj +++ b/Server/Server.csproj @@ -1,6 +1,9 @@ + SPT.Server + SPT Team + https://github.com/sp-tarkov/server-csharp true false net9.0 @@ -8,6 +11,7 @@ enable Exe 4.0.0 + true