diff --git a/Libraries/SPTarkov.Server.Core/SPTarkov.Server.Core.csproj b/Libraries/SPTarkov.Server.Core/SPTarkov.Server.Core.csproj index efdbc138..839b2e9e 100644 --- a/Libraries/SPTarkov.Server.Core/SPTarkov.Server.Core.csproj +++ b/Libraries/SPTarkov.Server.Core/SPTarkov.Server.Core.csproj @@ -48,11 +48,15 @@ /> - + + + + + diff --git a/Libraries/SPTarkov.Server.Core/Utils/ProgramStatics.Generated.cs b/Libraries/SPTarkov.Server.Core/Utils/ProgramStatics.Generated.cs deleted file mode 100644 index 4be9b685..00000000 --- a/Libraries/SPTarkov.Server.Core/Utils/ProgramStatics.Generated.cs +++ /dev/null @@ -1,15 +0,0 @@ -// -// This file is automatically generated. Do not modify manually. -// Any changes made to this file will be overwritten during the build process. - -using SPTarkov.Server.Core.Models.Enums; - -namespace SPTarkov.Server.Core.Utils; - -public static partial class ProgramStatics -{ - private static string SptVersion { get; } = "4.0.0"; - private static string Commit { get; } = "a12b34"; - private static double BuildTime { get; } = 0000000000; - private static EntryType BuildType { get; } = EntryType.LOCAL; -}