diff --git a/.gitignore b/.gitignore index 3aa81ec..188b555 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,5 @@ ConfigurationManager MelonLoader.Installer.exe ConfigurationManager Projects/Regiments/Regiments/obj/Release + +Projects/CykaOfQud/.vs/ diff --git a/Projects/CykaOfQud/CavesOfQud.csproj b/Projects/CykaOfQud/CavesOfQud.csproj index a4a5369..dc88092 100644 --- a/Projects/CykaOfQud/CavesOfQud.csproj +++ b/Projects/CykaOfQud/CavesOfQud.csproj @@ -1,49 +1,60 @@ - + + + C:/Games/Caves.of.Qud.Build.16668101 $(GAME_DIR)/CoQ_Data/Managed $(GAME_DIR)/BepInEx - - net8.0 + Debug + AnyCPU + {EE5EFB7F-A4DC-44F0-967B-F71ECA2D46AE} Library + Properties CykaOfQud CykaOfQud - true + v4.8.1 + 512 - - - full + + AnyCPU true + full false + bin\Debug\ DEBUG;TRACE + prompt + 4 - - + + AnyCPU pdbonly true + bin\Release\ TRACE + prompt + 4 - + + + + + $(GAME_BEPINEX)/core/0Harmony.dll - False $(GAME_BEPINEX)/core/BepInEx.dll - False $(GAME_MANAGED)/UnityEngine.dll - False $(GAME_MANAGED)/UnityEngine.CoreModule.dll - False $(GAME_MANAGED)/Assembly-CSharp.dll - False + \ No newline at end of file diff --git a/Projects/CykaOfQud/Class1.cs b/Projects/CykaOfQud/Class1.cs index db57449..41124b2 100644 --- a/Projects/CykaOfQud/Class1.cs +++ b/Projects/CykaOfQud/Class1.cs @@ -1,6 +1,4 @@ -using System; -using System.Collections.Generic; -using System.Linq; +using System.Linq; using BepInEx; using BepInEx.Configuration; using HarmonyLib; diff --git a/Projects/CykaOfQud/CykaOfQud.sln.DotSettings.user b/Projects/CykaOfQud/CykaOfQud.sln.DotSettings.user index e564783..6c4a48c 100644 --- a/Projects/CykaOfQud/CykaOfQud.sln.DotSettings.user +++ b/Projects/CykaOfQud/CykaOfQud.sln.DotSettings.user @@ -1,4 +1,10 @@  + False C:\Users\Administrator\scoop\apps\dotnet-sdk\current\dotnet.exe 16 - C:\Users\Administrator\scoop\apps\vsbuildtools2019\16.11.40\vs\MSBuild\Current\Bin\MSBuild.exe \ No newline at end of file + C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin\MSBuild.exe + 1048576 + True + + + \ No newline at end of file diff --git a/Projects/CykaOfQud/Patches.cs b/Projects/CykaOfQud/Patches.cs index 0feeea5..5622951 100644 --- a/Projects/CykaOfQud/Patches.cs +++ b/Projects/CykaOfQud/Patches.cs @@ -1,32 +1,6 @@ using System; -using System.Collections.Generic; -using System.Linq; -using System.Reflection.Emit; using CykaOfQud; using HarmonyLib; -//using Mafi; -//using Mafi.Collections.ImmutableCollections; -//using Mafi.Core; -//using Mafi.Core.Buildings.Cargo.Modules; -//using Mafi.Core.Buildings.Cargo.Ships.Modules; -//using Mafi.Core.Buildings.Settlements; -//using Mafi.Core.Buildings.Shipyard; -//using Mafi.Core.Buildings.Storages; -//using Mafi.Core.Entities; -//using Mafi.Core.Entities.Dynamic; -//using Mafi.Core.Entities.Static; -//using Mafi.Core.Entities.Static.Layout; -//using Mafi.Core.Factory.Machines; -//using Mafi.Core.Factory.Recipes; -//using Mafi.Core.Factory.Transports; -//using Mafi.Core.Population; -//using Mafi.Core.Ports.Io; -//using Mafi.Core.Products; -//using Mafi.Core.Prototypes; -//using Mafi.Core.SaveGame; -//using Mafi.Core.Terrain; -//using Mafi.Core.Vehicles.Excavators; -//using Mafi.Core.World.Entities; namespace CykaOfIndustry { [HarmonyPatch] diff --git a/Projects/CykaOfQud/Properties/AssemblyInfo.cs b/Projects/CykaOfQud/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..7ee305f --- /dev/null +++ b/Projects/CykaOfQud/Properties/AssemblyInfo.cs @@ -0,0 +1,35 @@ +using System.Reflection; +using System.Runtime.InteropServices; + +// General Information about an assembly is controlled through the following +// set of attributes. Change these attribute values to modify the information +// associated with an assembly. +[assembly: AssemblyTitle("Regiments")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("")] +[assembly: AssemblyProduct("Regiments")] +[assembly: AssemblyCopyright("Copyright © 2023")] +[assembly: AssemblyTrademark("")] +[assembly: AssemblyCulture("")] + +// Setting ComVisible to false makes the types in this assembly not visible +// to COM components. If you need to access a type in this assembly from +// COM, set the ComVisible attribute to true on that type. +[assembly: ComVisible(false)] + +// The following GUID is for the ID of the typelib if this project is exposed to COM +[assembly: Guid("DA9D274E-486F-4F82-84FF-CD9388CB0B09")] + +// Version information for an assembly consists of the following four values: +// +// Major Version +// Minor Version +// Build Number +// Revision +// +// 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.0.0.0")] +[assembly: AssemblyFileVersion("1.0.0.0")] \ No newline at end of file diff --git a/Projects/CykaOfQud/global.json b/Projects/CykaOfQud/global.json deleted file mode 100644 index 226a520..0000000 --- a/Projects/CykaOfQud/global.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "sdk": { - "version": "8.0.0", - "rollForward": "latestFeature" - } -}