diff --git a/Projects/CykaOfQud/CavesOfQud.csproj b/Projects/CykaOfQud/CavesOfQud.csproj index ad2edf1..5fbdea5 100644 --- a/Projects/CykaOfQud/CavesOfQud.csproj +++ b/Projects/CykaOfQud/CavesOfQud.csproj @@ -1,57 +1,45 @@ - - - + C:/Games/Caves.of.Qud.Build.16668101 $(GAME_DIR)/CoQ_Data/Managed $(GAME_DIR)/BepInEx - Debug - AnyCPU - {EE5EFB7F-A4DC-44F0-967B-F71ECA2D46AE} + + net8.0 Library - Properties CykaOfQud CykaOfQud - v4.8.1 - 512 + true - - AnyCPU - true + + full + true 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 - \ No newline at end of file diff --git a/Projects/CykaOfQud/CykaOfQud.sln.DotSettings.user b/Projects/CykaOfQud/CykaOfQud.sln.DotSettings.user new file mode 100644 index 0000000..e564783 --- /dev/null +++ b/Projects/CykaOfQud/CykaOfQud.sln.DotSettings.user @@ -0,0 +1,4 @@ + + 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 diff --git a/Projects/CykaOfQud/Properties/AssemblyInfo.cs b/Projects/CykaOfQud/Properties/AssemblyInfo.cs deleted file mode 100644 index 6cff8c4..0000000 --- a/Projects/CykaOfQud/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,35 +0,0 @@ -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("CykaOfQud")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("CykaOfQud")] -[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("EE5EFB7F-A4DC-44F0-967B-F71ECA2D46AE")] - -// 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")] diff --git a/Projects/CykaOfQud/global.json b/Projects/CykaOfQud/global.json new file mode 100644 index 0000000..226a520 --- /dev/null +++ b/Projects/CykaOfQud/global.json @@ -0,0 +1,6 @@ +{ + "sdk": { + "version": "8.0.0", + "rollForward": "latestFeature" + } +}