diff --git a/.gitignore b/.gitignore index add57be..9c8e428 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,6 @@ bin/ obj/ /packages/ riderModule.iml -/_ReSharper.Caches/ \ No newline at end of file +/_ReSharper.Caches/ +*.user +/.idea/ diff --git a/DeathLog/DeathLog.csproj b/DeathLog/DeathLog.csproj index 4928db9..674efc1 100644 --- a/DeathLog/DeathLog.csproj +++ b/DeathLog/DeathLog.csproj @@ -1,92 +1,25 @@ - - - + - Debug - AnyCPU - {67776CDF-B249-4B71-B8B9-6537A9DCE309} + net48 Library - Properties - DeathLog - DeathLog - v4.8 - 512 - 10 - MSB3277 - - - x64 - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 + 12 true - - - x64 - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - true - - - - $(NW-ASSEMBLIES)\Assembly-CSharp.dll - - - $(NW-ASSEMBLIES)\Assembly-CSharp-firstpass.dll - - - $(NW-ASSEMBLIES)\Axwabo.Helpers.dll - - - $(NW-ASSEMBLIES)\CommandSystem.Core.dll - - - $(NW-ASSEMBLIES)\Mirror.dll - - - $(NW-ASSEMBLIES)\Mirror.Components.dll - - - - $(NW-ASSEMBLIES)\PluginAPI.dll - - - $(NW-ASSEMBLIES)\Pooling.dll - - - - - - - - $(NW-ASSEMBLIES)\UnityEngine.dll - - - $(NW-ASSEMBLIES)\UnityEngine.CoreModule.dll - - - - - - - - - - - + Properties + x64 + false + + + + + + + + + + + + + + diff --git a/DeathLog/Properties/AssemblyInfo.cs b/DeathLog/Properties/AssemblyInfo.cs index 3bbe6de..38183fd 100644 --- a/DeathLog/Properties/AssemblyInfo.cs +++ b/DeathLog/Properties/AssemblyInfo.cs @@ -9,7 +9,7 @@ using System.Runtime.InteropServices; [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] [assembly: AssemblyProduct("DeathLog")] -[assembly: AssemblyCopyright("Copyright © 2023")] +[assembly: AssemblyCopyright("Copyright © 2025")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] @@ -31,5 +31,5 @@ using System.Runtime.InteropServices; // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.1.0.0")] -[assembly: AssemblyFileVersion("1.1.0.0")] +[assembly: AssemblyVersion("2.0.0.0")] +[assembly: AssemblyFileVersion("2.0.0.0")] diff --git a/Directory.Build.targets b/Directory.Build.targets new file mode 100644 index 0000000..e42aa02 --- /dev/null +++ b/Directory.Build.targets @@ -0,0 +1,19 @@ + + + + $(AssemblySearchPaths);$(ReferencePath) + + + + + + + + +