diff --git a/1.5/Assemblies/IHoldMultipleThings.dll b/1.5/Assemblies/IHoldMultipleThings.dll
index 5599506..273992c 100644
Binary files a/1.5/Assemblies/IHoldMultipleThings.dll and b/1.5/Assemblies/IHoldMultipleThings.dll differ
diff --git a/1.5/Assemblies/PickUpAndHaul.dll b/1.5/Assemblies/PickUpAndHaul.dll
index 90119ed..29998c2 100644
Binary files a/1.5/Assemblies/PickUpAndHaul.dll and b/1.5/Assemblies/PickUpAndHaul.dll differ
diff --git a/About/About.xml b/About/About.xml
index 934950b..950999c 100644
--- a/About/About.xml
+++ b/About/About.xml
@@ -59,7 +59,7 @@
https://ludeon.com/forums/index.php?topic=35832
"Greatest hauling mod ever" - Chicken Plucker
- v1.1.2
+ v1.1.2¼
Colonists will gather stuff in their inventory, then haul it all to a stockpile.
diff --git a/Source/PickUpAndHaul.sln b/Source/PickUpAndHaul.sln
index 1eef94f..bff0370 100644
--- a/Source/PickUpAndHaul.sln
+++ b/Source/PickUpAndHaul.sln
@@ -1,11 +1,11 @@
Microsoft Visual Studio Solution File, Format Version 12.00
-# Visual Studio Version 16
-VisualStudioVersion = 16.0.29025.244
+# Visual Studio Version 17
+VisualStudioVersion = 17.9.34622.214
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PickUpAndHaul", "PickUpAndHaul\PickUpAndHaul.csproj", "{CCF8350B-E3FD-4693-9209-681E9C089097}"
+Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PickUpAndHaul", "PickUpAndHaul\PickUpAndHaul.csproj", "{CCF8350B-E3FD-4693-9209-681E9C089097}"
EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IHoldMultipleThings", "IHoldMultipleThings\IHoldMultipleThings.csproj", "{E1536A54-D289-41FA-9D0B-8A2F6812C7FA}"
+Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IHoldMultipleThings", "IHoldMultipleThings\IHoldMultipleThings.csproj", "{E1536A54-D289-41FA-9D0B-8A2F6812C7FA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PickUpAndHaulv10", "PickUpAndHaulv1.0\PickUpAndHaulv10.csproj", "{2480F13E-E9ED-44EC-A5DE-C821676904E7}"
EndProject
diff --git a/Source/PickUpAndHaul/HarmonyPatches.cs b/Source/PickUpAndHaul/HarmonyPatches.cs
index 9038cad..21b528c 100644
--- a/Source/PickUpAndHaul/HarmonyPatches.cs
+++ b/Source/PickUpAndHaul/HarmonyPatches.cs
@@ -45,7 +45,7 @@ static HarmonyPatches()
harmony.Patch(AccessTools.Method(typeof(JobGiver_Haul), nameof(JobGiver_Haul.TryGiveJob)),
transpiler: new(typeof(HarmonyPatches), nameof(JobGiver_Haul_TryGiveJob_Transpiler)));
- Verse.Log.Message("PickUpAndHaul v1.1.2 welcomes you to RimWorld with pointless logspam.");
+ Verse.Log.Message("PickUpAndHaul v1.1.2¼ welcomes you to RimWorld with pointless logspam.");
}
private static bool Drop_Prefix(Pawn pawn, Thing thing)
@@ -174,4 +174,4 @@ private static Color GetColorForHauled(Pawn pawn, Thing thing)
=> pawn.GetComp()?.GetHashSet().Contains(thing) ?? false
? Color.Lerp(Color.grey, Color.red, 0.5f)
: Color.white;
-}
\ No newline at end of file
+}
diff --git a/Source/PickUpAndHaul/PickUpAndHaul.csproj b/Source/PickUpAndHaul/PickUpAndHaul.csproj
index 2a3a284..afcdf0f 100644
--- a/Source/PickUpAndHaul/PickUpAndHaul.csproj
+++ b/Source/PickUpAndHaul/PickUpAndHaul.csproj
@@ -15,8 +15,8 @@
5
-
-
+
+
all
runtime; build; native; contentfiles; analyzers; buildtransitive