diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e3bbdca --- /dev/null +++ b/.gitignore @@ -0,0 +1,16 @@ +*.suo +*.cache +*/Thumbs.db +/Source/.vs/* +/Source/CombatExtended/bin/* +/Source/CombatExtended/obj/* +/Source/CombatExtended/CombatExtended.csproj.user + +# ReSharper is a .NET coding add-in +_ReSharper*/ +*.[Rr]e[Ss]harper +*.DotSettings.user + +# Ignore RimWorld assemblies +Assembly-CSharp.dll +UnityEngine.dll diff --git a/About/About.xml b/About/About.xml index 97d4335..a2be961 100644 --- a/About/About.xml +++ b/About/About.xml @@ -2,6 +2,6 @@ Mass Graves NoImageAvailable - 0.17.1546 - v0.17.1.0\n\nAdds mass graves to allow easier disposing of raider corpses. + 0.18.1722 + v0.18.1.0\n\nAdds mass graves to allow easier disposing of raider corpses. diff --git a/Assemblies/MassGraves.dll b/Assemblies/MassGraves.dll index f027ac1..ae0a5a6 100644 Binary files a/Assemblies/MassGraves.dll and b/Assemblies/MassGraves.dll differ diff --git a/Defs/Buildings_MassGrave.xml b/Defs/Buildings_MassGrave.xml index c16ae71..aeeb3f7 100644 --- a/Defs/Buildings_MassGrave.xml +++ b/Defs/Buildings_MassGrave.xml @@ -1,5 +1,5 @@  - + Building @@ -28,7 +28,7 @@ false true - true + true @@ -94,4 +94,4 @@ Misc - \ No newline at end of file + \ No newline at end of file diff --git a/Source/MassGraves/MassGraves.csproj b/Source/MassGraves/MassGraves.csproj index 5a837a4..579de95 100644 --- a/Source/MassGraves/MassGraves.csproj +++ b/Source/MassGraves/MassGraves.csproj @@ -38,7 +38,7 @@ False - ..\..\..\..\RimWorld1546Win_Data\Managed\Assembly-CSharp.dll + ..\..\..\..\RimWorld1722Win_Data\Managed\Assembly-CSharp.dll False @@ -50,7 +50,7 @@ - ..\..\..\..\RimWorld1546Win_Data\Managed\UnityEngine.dll + ..\..\..\..\RimWorld1722Win_Data\Managed\UnityEngine.dll False diff --git a/Source/MassGraves/obj/Debug/MassGraves.csproj.CopyComplete b/Source/MassGraves/obj/Debug/MassGraves.csproj.CopyComplete new file mode 100644 index 0000000..e69de29 diff --git a/Source/MassGraves/obj/Debug/MassGraves.csproj.FileListAbsolute.txt b/Source/MassGraves/obj/Debug/MassGraves.csproj.FileListAbsolute.txt new file mode 100644 index 0000000..86ca8d5 --- /dev/null +++ b/Source/MassGraves/obj/Debug/MassGraves.csproj.FileListAbsolute.txt @@ -0,0 +1,4 @@ +D:\Games\RimWorld1722Win\Mods\MassGraves\Assemblies\MassGraves.dll +D:\Games\RimWorld1722Win\Mods\MassGraves\Source\MassGraves\obj\Debug\MassGraves.csprojResolveAssemblyReference.cache +D:\Games\RimWorld1722Win\Mods\MassGraves\Source\MassGraves\obj\Debug\MassGraves.csproj.CoreCompileInputs.cache +D:\Games\RimWorld1722Win\Mods\MassGraves\Source\MassGraves\obj\Debug\MassGraves.dll diff --git a/Source/MassGraves/obj/Debug/MassGraves.dll b/Source/MassGraves/obj/Debug/MassGraves.dll new file mode 100644 index 0000000..ae0a5a6 Binary files /dev/null and b/Source/MassGraves/obj/Debug/MassGraves.dll differ