From ef87581eb44220821071ece3cfcf2bebbb27ed51 Mon Sep 17 00:00:00 2001 From: c0ffee Date: Wed, 1 Jun 2022 08:30:40 -0700 Subject: [PATCH] quests stuff --- C0ffee's RJW Ideology Addons.sln | 6 ++ LoadFolders.xml | 1 + Quests/Properties/AssemblyInfo.cs | 36 +++++++++++ Quests/Quests.csproj | 74 ++++++++++++++++++++++ Quests/Source/QuestScriptDefs/XMLFile1.xml | 1 + 5 files changed, 118 insertions(+) create mode 100644 Quests/Properties/AssemblyInfo.cs create mode 100644 Quests/Quests.csproj create mode 100644 Quests/Source/QuestScriptDefs/XMLFile1.xml diff --git a/C0ffee's RJW Ideology Addons.sln b/C0ffee's RJW Ideology Addons.sln index 854a7a7..7ac9bea 100644 --- a/C0ffee's RJW Ideology Addons.sln +++ b/C0ffee's RJW Ideology Addons.sln @@ -9,6 +9,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CRIALactation", "CRIALactat EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CRIAOrgy", "CRIAOrgy\CRIAOrgy.csproj", "{212ED289-C5A3-4807-B482-A53F36B31F23}" EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Quests", "Quests\Quests.csproj", "{2F260B71-A18B-4291-A55F-33DFED1DBD9A}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU @@ -27,6 +29,10 @@ Global {212ED289-C5A3-4807-B482-A53F36B31F23}.Debug|Any CPU.Build.0 = Debug|Any CPU {212ED289-C5A3-4807-B482-A53F36B31F23}.Release|Any CPU.ActiveCfg = Release|Any CPU {212ED289-C5A3-4807-B482-A53F36B31F23}.Release|Any CPU.Build.0 = Release|Any CPU + {2F260B71-A18B-4291-A55F-33DFED1DBD9A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {2F260B71-A18B-4291-A55F-33DFED1DBD9A}.Debug|Any CPU.Build.0 = Debug|Any CPU + {2F260B71-A18B-4291-A55F-33DFED1DBD9A}.Release|Any CPU.ActiveCfg = Release|Any CPU + {2F260B71-A18B-4291-A55F-33DFED1DBD9A}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/LoadFolders.xml b/LoadFolders.xml index 7e5931b..6d2bd14 100644 --- a/LoadFolders.xml +++ b/LoadFolders.xml @@ -3,6 +3,7 @@
  • /
  • 1.3
  • +
  • Quests
  • CRIALactation
  • CRIALactation/1.3
  • diff --git a/Quests/Properties/AssemblyInfo.cs b/Quests/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..68f9a2e --- /dev/null +++ b/Quests/Properties/AssemblyInfo.cs @@ -0,0 +1,36 @@ +using System.Reflection; +using System.Runtime.CompilerServices; +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("Quests")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("")] +[assembly: AssemblyProduct("Quests")] +[assembly: AssemblyCopyright("Copyright © 2022")] +[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("2f260b71-a18b-4291-a55f-33dfed1dbd9a")] + +// 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/Quests/Quests.csproj b/Quests/Quests.csproj new file mode 100644 index 0000000..0b7f0fa --- /dev/null +++ b/Quests/Quests.csproj @@ -0,0 +1,74 @@ + + + + + Debug + AnyCPU + {2F260B71-A18B-4291-A55F-33DFED1DBD9A} + Library + Properties + Quests + Quests + v4.7.2 + 512 + true + + + false + none + false + Assemblies\ + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + ..\..\..\..\..\workshop\content\294100\1127530465\1.3\Assemblies\0Harmony.dll + False + + + ..\..\..\RimWorldWin64_Data\Managed\Assembly-CSharp.dll + False + + + ..\..\rjw\1.3\Assemblies\RJW.dll + False + + + + + + + + + + + ..\..\..\RimWorldWin64_Data\Managed\UnityEngine.dll + False + + + ..\..\..\RimWorldWin64_Data\Managed\UnityEngine.CoreModule.dll + False + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Quests/Source/QuestScriptDefs/XMLFile1.xml b/Quests/Source/QuestScriptDefs/XMLFile1.xml new file mode 100644 index 0000000..7dde50e --- /dev/null +++ b/Quests/Source/QuestScriptDefs/XMLFile1.xml @@ -0,0 +1 @@ +