2022-11-13 17:37:40 +00:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
|
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
|
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
|
|
|
<ProjectGuid>{D7D21B4A-1DA7-41D8-B202-C58CA8FA62AA}</ProjectGuid>
|
|
|
|
|
<OutputType>Library</OutputType>
|
|
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
2022-12-01 14:29:26 +00:00
|
|
|
|
<RootNamespace>RJW_Genes</RootNamespace>
|
2022-11-13 17:37:40 +00:00
|
|
|
|
<AssemblyName>Rjw-Genes</AssemblyName>
|
|
|
|
|
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
|
|
|
|
|
<FileAlignment>512</FileAlignment>
|
|
|
|
|
<TargetFrameworkProfile />
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
|
|
|
<DebugType>none</DebugType>
|
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
<OutputPath>..\Common\Assemblies\</OutputPath>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
<Prefer32Bit>false</Prefer32Bit>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<None Include="..\About\**" />
|
2022-11-14 14:55:52 +00:00
|
|
|
|
<None Include="..\Common\Defs\Genes\GeneCategories.xml" />
|
|
|
|
|
<None Include="..\Common\Defs\Genes\GeneDefs_ExtraGenitaliaEndogenes.xml" />
|
|
|
|
|
<None Include="..\Common\Defs\Genes\GeneDefs_GenitaliaTypeEndogenes.xml" />
|
2022-11-13 17:37:40 +00:00
|
|
|
|
<None Include="..\Common\Languages\**" />
|
|
|
|
|
<None Include="..\Common\Patches\**" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2022-12-01 14:29:26 +00:00
|
|
|
|
<Compile Include="Animal_Inheritance\InheritanceUtility.cs" />
|
2023-01-22 08:06:28 +00:00
|
|
|
|
<Compile Include="Animal_Inheritance\Patches\Patch_RJW_BestialityPregnancyUtility.cs" />
|
|
|
|
|
<Compile Include="Animal_Inheritance\Patches\Patch_RJW_HediffInsect_Egg.cs" />
|
|
|
|
|
<Compile Include="Animal_Inheritance\Patches\Patch_Vanilla_PregnancyUtility.cs" />
|
|
|
|
|
<Compile Include="Animal_Inheritance\Defs\RaceGeneDef.cs" />
|
|
|
|
|
<Compile Include="Animal_Inheritance\Defs\RaceGeneDef_Helper.cs" />
|
|
|
|
|
<Compile Include="Animal_Inheritance\Settings\RJW_BGSSettings.cs" />
|
|
|
|
|
<Compile Include="Animal_Inheritance\Settings\RJW_BGSSettingsController.cs" />
|
|
|
|
|
<Compile Include="Animal_Inheritance\Defs\BestialityGeneInheritanceDef.cs" />
|
2023-01-15 16:48:11 +00:00
|
|
|
|
<Compile Include="Common\ModLog.cs" />
|
2022-11-13 17:37:40 +00:00
|
|
|
|
<Compile Include="GeneDefOf.cs" />
|
2022-11-20 19:53:05 +00:00
|
|
|
|
<Compile Include="Genes\Breeding\Gene_MechBreeder.cs" />
|
|
|
|
|
<Compile Include="Genes\Breeding\PatchMechBirth.cs" />
|
2023-04-24 15:17:28 +00:00
|
|
|
|
<Compile Include="Genes\Hive\Defs\HiveOffspringChanceDef.cs" />
|
2023-04-27 18:28:30 +00:00
|
|
|
|
<Compile Include="Genes\Hive\Genes\Gene_FerventOvipositor.cs" />
|
2023-04-24 14:42:00 +00:00
|
|
|
|
<Compile Include="Genes\Hive\Genes\Gene_InsectIncubator.cs" />
|
2023-04-24 06:56:28 +00:00
|
|
|
|
<Compile Include="Genes\Hive\Patches\Patch_InsectBreeder_EggFertilization.cs" />
|
2023-04-24 14:42:00 +00:00
|
|
|
|
<Compile Include="Genes\Hive\Patches\Patch_InsectIncubator_PregnancyHelper.cs" />
|
2022-11-21 16:20:50 +00:00
|
|
|
|
<Compile Include="Genes\Cum\CumUtility.cs" />
|
|
|
|
|
<Compile Include="Genes\Cum\Gene_VeryMuchCum.cs" />
|
|
|
|
|
<Compile Include="Genes\Cum\Gene_MuchCum.cs" />
|
|
|
|
|
<Compile Include="Genes\Cum\Gene_NoCum.cs" />
|
2022-11-27 07:36:44 +00:00
|
|
|
|
<Compile Include="Genes\Cum\Patch_TransferNutrition.cs" />
|
2023-01-15 16:48:11 +00:00
|
|
|
|
<Compile Include="Genes\Damage\Gene_Unbreakable.cs" />
|
2022-11-26 20:32:32 +00:00
|
|
|
|
<Compile Include="Genes\Damage\Gene_Elasticity.cs" />
|
|
|
|
|
<Compile Include="Genes\Cum\Patch_Cumflation.cs" />
|
2022-11-14 16:47:43 +00:00
|
|
|
|
<Compile Include="Genes\ExtraGenitalia\Gene_ExtraBreasts.cs" />
|
|
|
|
|
<Compile Include="Genes\ExtraGenitalia\Gene_ExtraAnus.cs" />
|
2022-11-15 16:50:25 +00:00
|
|
|
|
<Compile Include="Genes\ExtraGenitalia\Gene_Futa.cs" />
|
2022-11-14 16:47:43 +00:00
|
|
|
|
<Compile Include="Genes\ExtraGenitalia\Gene_ExtraVagina.cs" />
|
2023-03-10 07:15:53 +00:00
|
|
|
|
<Compile Include="Genes\ExtraGenitalia\Gene_FeaturelessChest.cs" />
|
2022-11-14 16:47:43 +00:00
|
|
|
|
<Compile Include="Genes\ExtraGenitalia\Gene_NoBreasts.cs" />
|
|
|
|
|
<Compile Include="Genes\ExtraGenitalia\Gene_NoAnus.cs" />
|
|
|
|
|
<Compile Include="Genes\ExtraGenitalia\Gene_NoVagina.cs" />
|
2022-11-14 14:55:52 +00:00
|
|
|
|
<Compile Include="Genes\ExtraGenitalia\Gene_NoPenis.cs" />
|
|
|
|
|
<Compile Include="Genes\ExtraGenitalia\Gene_ExtraPenis.cs" />
|
2022-11-20 16:33:50 +00:00
|
|
|
|
<Compile Include="Genes\Gender\GenderUtility.cs" />
|
|
|
|
|
<Compile Include="Genes\Gender\Gene_FemaleOnly.cs" />
|
|
|
|
|
<Compile Include="Genes\Gender\Gene_MaleOnly.cs" />
|
2022-11-20 19:53:05 +00:00
|
|
|
|
<Compile Include="Genes\GeneUtility.cs" />
|
2022-11-15 20:05:39 +00:00
|
|
|
|
<Compile Include="Genes\GenitaliaSize\Gene_BigBreasts.cs" />
|
2023-01-15 16:48:11 +00:00
|
|
|
|
<Compile Include="Genes\GenitaliaSize\Gene_GenitaliaResizingGene.cs" />
|
2022-11-15 20:05:39 +00:00
|
|
|
|
<Compile Include="Genes\GenitaliaSize\Gene_LooseAnus.cs" />
|
|
|
|
|
<Compile Include="Genes\GenitaliaSize\Gene_LooseFemaleGenitalia.cs" />
|
|
|
|
|
<Compile Include="Genes\GenitaliaSize\Gene_TightAnus.cs" />
|
|
|
|
|
<Compile Include="Genes\GenitaliaSize\Gene_SmallBreasts.cs" />
|
|
|
|
|
<Compile Include="Genes\GenitaliaSize\Gene_TightFemaleGenitalia.cs" />
|
|
|
|
|
<Compile Include="Genes\GenitaliaSize\Gene_SmallMaleGenitalia.cs" />
|
|
|
|
|
<Compile Include="Genes\GenitaliaSize\Gene_BigMaleGenitalia.cs" />
|
2023-01-15 16:48:11 +00:00
|
|
|
|
<Compile Include="Genes\GenitaliaSize\Patch_ResizingOnAdulthood.cs" />
|
2022-11-15 20:05:39 +00:00
|
|
|
|
<Compile Include="Genes\GenitaliaSize\SizeAdjuster.cs" />
|
2022-11-13 17:37:40 +00:00
|
|
|
|
<Compile Include="Genes\Genitalia\Gene_SlimeGenitalia.cs" />
|
|
|
|
|
<Compile Include="Genes\Genitalia\Gene_DragonGenitalia.cs" />
|
|
|
|
|
<Compile Include="Genes\Genitalia\Gene_FelineGenitalia.cs" />
|
|
|
|
|
<Compile Include="Genes\Genitalia\Gene_CanineGenitalia.cs" />
|
|
|
|
|
<Compile Include="Genes\Genitalia\Gene_OvipositorGenitalia.cs" />
|
|
|
|
|
<Compile Include="Genes\Genitalia\Gene_DemonicGenitalia.cs" />
|
|
|
|
|
<Compile Include="Genes\Genitalia\Gene_EquineGenitalia.cs" />
|
|
|
|
|
<Compile Include="Genes\Genitalia\GenitaliaChanger.cs" />
|
2023-04-18 07:06:29 +00:00
|
|
|
|
<Compile Include="Genes\Hive\Abilities\CompAbilityEffect_SpawnSpelopede.cs" />
|
2023-04-10 10:33:05 +00:00
|
|
|
|
<Compile Include="Genes\Hive\Abilities\CompAbilityEffect_CocoonWeaver.cs" />
|
2023-04-18 07:06:29 +00:00
|
|
|
|
<Compile Include="Genes\Hive\Abilities\CompProperties_AbilitySpawnSpelopede.cs" />
|
2023-04-10 10:33:05 +00:00
|
|
|
|
<Compile Include="Genes\Hive\Abilities\CompProperties_AbilityCocoonWeaver.cs" />
|
2023-04-22 08:11:00 +00:00
|
|
|
|
<Compile Include="Genes\Hive\Genes\ConditionalStatAffecters\ConditionalStatAffecter_MultipleQueens.cs" />
|
|
|
|
|
<Compile Include="Genes\Hive\Genes\ConditionalStatAffecters\ConditionalStatAffecter_QueenCloseBy.cs" />
|
|
|
|
|
<Compile Include="Genes\Hive\Genes\ConditionalStatAffecters\ConditionalStatAffecter_QueenAbsent.cs" />
|
|
|
|
|
<Compile Include="Genes\Hive\Helpers\HiveUtility.cs" />
|
2023-04-23 17:09:22 +00:00
|
|
|
|
<Compile Include="Genes\Hive\Defs\QueenWorkerMappingDef.cs" />
|
|
|
|
|
<Compile Include="Genes\Hive\Patches\Patch_BirthOutcome_SetHiveGenes.cs" />
|
2023-04-22 08:11:00 +00:00
|
|
|
|
<Compile Include="Genes\Hive\Thoughts\Thoughtworker_QueenAbsent_Mood.cs" />
|
|
|
|
|
<Compile Include="Genes\Hive\Thoughts\Thoughtworker_MultipleQueens_Mood.cs" />
|
|
|
|
|
<Compile Include="Genes\Hive\Thoughts\Thoughtworker_QueenPresent_Mood.cs" />
|
2023-04-25 05:49:35 +00:00
|
|
|
|
<Compile Include="Genes\Hive\Thoughts\ThoughtWorker_WorkerDespised_Social.cs" />
|
2023-04-22 08:11:00 +00:00
|
|
|
|
<Compile Include="Genes\Hive\Thoughts\Thoughtworker_RivalQueen_Mood.cs" />
|
|
|
|
|
<Compile Include="Genes\Hive\Thoughts\ThoughtWorker_QueenPresent_Social.cs" />
|
|
|
|
|
<Compile Include="Genes\Hive\Thoughts\ThoughtWorker_RivalQueen_Social.cs" />
|
2023-01-09 13:14:51 +00:00
|
|
|
|
<Compile Include="Genes\Life_Force\Abilities\AbilityUtility.cs" />
|
2023-01-22 08:06:28 +00:00
|
|
|
|
<Compile Include="Genes\Life_Force\UI\Alert_LowFertilin.cs" />
|
2023-01-27 20:30:30 +00:00
|
|
|
|
<Compile Include="Genes\Life_Force\Abilities\CompAbilityEffect_CasterIsNaked.cs" />
|
|
|
|
|
<Compile Include="Genes\Life_Force\Abilities\CompProperties_CasterIsNaked.cs" />
|
2023-01-09 13:14:51 +00:00
|
|
|
|
<Compile Include="Genes\Life_Force\Abilities\CompAbilityEffect_Seduce.cs" />
|
|
|
|
|
<Compile Include="Genes\Life_Force\Abilities\CompAbilityEffect_LifeForceCost.cs" />
|
|
|
|
|
<Compile Include="Genes\Life_Force\Abilities\CompAbilityEffect_CockEater.cs" />
|
|
|
|
|
<Compile Include="Genes\Life_Force\Abilities\CompProperties_Seduce.cs" />
|
|
|
|
|
<Compile Include="Genes\Life_Force\Abilities\CompProperties_AbilityCockEater.cs" />
|
2023-01-22 08:06:28 +00:00
|
|
|
|
<Compile Include="Genes\Life_Force\Genes\Gene_LifeForceDrain.cs" />
|
2023-01-17 15:44:08 +00:00
|
|
|
|
<Compile Include="Genes\Life_Force\HediffCompProperties_SeverityFromFertilin.cs" />
|
|
|
|
|
<Compile Include="Genes\Life_Force\HediffComp_SeverityFromFertilin.cs" />
|
2023-01-22 08:06:28 +00:00
|
|
|
|
<Compile Include="Genes\Life_Force\Events\SuccubusVisit\IncidentWorker_SuccubusDreamVisit.cs" />
|
2022-12-29 19:42:39 +00:00
|
|
|
|
<Compile Include="Genes\Life_Force\IngestionOutcomeDoer_LifeForceOffset.cs" />
|
2023-01-22 08:06:28 +00:00
|
|
|
|
<Compile Include="Genes\Life_Force\JobGivers\JobGiver_TryQuickieWith.cs" />
|
2023-01-16 18:43:32 +00:00
|
|
|
|
<Compile Include="Genes\Life_Force\JobDrivers\JobDriver_Flirt.cs" />
|
2023-01-09 13:14:51 +00:00
|
|
|
|
<Compile Include="Genes\Life_Force\JobDrivers\JobDriver_SexOnSpotReceiver.cs" />
|
|
|
|
|
<Compile Include="Genes\Life_Force\JobDrivers\JobDriver_SexOnSpot.cs" />
|
|
|
|
|
<Compile Include="Genes\Life_Force\JobDrivers\JobDriver_Seduced.cs" />
|
2023-01-22 08:06:28 +00:00
|
|
|
|
<Compile Include="Genes\Life_Force\JobGivers\JobGiver_Flirt.cs" />
|
|
|
|
|
<Compile Include="Genes\Life_Force\Events\SuccubusVisit\LordJob_SuccubusVisit.cs" />
|
2023-01-16 16:16:25 +00:00
|
|
|
|
<Compile Include="Genes\Life_Force\LordToil_Flirt.cs" />
|
2023-01-22 08:06:28 +00:00
|
|
|
|
<Compile Include="Genes\Life_Force\Patches\Patch_SexTicks_ChangePsyfocus.cs" />
|
|
|
|
|
<Compile Include="Genes\Life_Force\Patches\Patch_Vanilla_Inheritance_Fertilin.cs" />
|
|
|
|
|
<Compile Include="Genes\Life_Force\ThinkNodes\ThinkNode_ConditionalCannotInteract.cs" />
|
|
|
|
|
<Compile Include="Genes\Life_Force\ThinkNodes\ThinkNode_ConditionalLowLifeForce.cs" />
|
|
|
|
|
<Compile Include="Genes\Life_Force\ThinkNodes\ThinkNode_ConditionalCritcalLifeForce.cs" />
|
|
|
|
|
<Compile Include="Genes\Life_Force\JobGivers\JobGiver_GetLifeForce.cs" />
|
|
|
|
|
<Compile Include="Genes\Life_Force\ThinkNodes\ThinkNode_NewFlirtTarget.cs" />
|
2023-01-08 14:51:07 +00:00
|
|
|
|
<Compile Include="Genes\Special\Patch_AgeDrain.cs" />
|
2023-01-22 08:06:28 +00:00
|
|
|
|
<Compile Include="Interactions\SuccubusTailjob\CompAbility_SexInteractionRequirements.cs" />
|
2023-01-09 13:14:51 +00:00
|
|
|
|
<Compile Include="Genes\Life_Force\Abilities\CompAbilityEffect_PussyHeal.cs" />
|
|
|
|
|
<Compile Include="Genes\Life_Force\Abilities\CompProperties_AbilityLifeForceCost.cs" />
|
2023-01-22 08:06:28 +00:00
|
|
|
|
<Compile Include="Interactions\SuccubusTailjob\CompProperties_SexInteractionRequirements.cs" />
|
2023-01-09 13:14:51 +00:00
|
|
|
|
<Compile Include="Genes\Life_Force\Abilities\CompProperties_AbilityPussyHeal.cs" />
|
2023-01-22 08:06:28 +00:00
|
|
|
|
<Compile Include="Genes\Life_Force\UI\GeneGizmo_ResourceLifeForce.cs" />
|
2023-01-09 13:14:51 +00:00
|
|
|
|
<Compile Include="Genes\Life_Force\JobDrivers\JobDriver_CastAbilityAfterSex.cs" />
|
2023-01-22 08:06:28 +00:00
|
|
|
|
<Compile Include="Genes\Life_Force\MentalStates\LifeForceMentalState.cs" />
|
|
|
|
|
<Compile Include="Genes\Life_Force\MentalStates\LifeForceMentalStateWorker.cs" />
|
|
|
|
|
<Compile Include="Genes\Life_Force\JobGivers\JobGiver_LifeForce_RandomRape.cs" />
|
|
|
|
|
<Compile Include="Genes\Life_Force\MentalStates\LifeForceMentalBreakWorker.cs" />
|
|
|
|
|
<Compile Include="Genes\Life_Force\Genes\Gene_LifeForce.cs" />
|
2022-11-20 16:33:50 +00:00
|
|
|
|
<Compile Include="Genes\RJW_Gene.cs" />
|
2022-11-20 19:53:05 +00:00
|
|
|
|
<Compile Include="Genes\Genitalia\GenitaliaUtility.cs" />
|
2023-01-17 07:56:26 +00:00
|
|
|
|
<Compile Include="Genes\Special\Gene_Aphrodisiac_Pheromones.cs" />
|
2023-01-22 08:06:28 +00:00
|
|
|
|
<Compile Include="Genes\Life_Force\Patches\Patch_SatisfyPersonal_LifeForceGain.cs" />
|
2022-12-19 10:25:27 +00:00
|
|
|
|
<Compile Include="Genes\Special\Patch_OrgasmRush.cs" />
|
2023-01-15 16:48:11 +00:00
|
|
|
|
<Compile Include="Genes\Special\Patch_Youth_Fountain.cs" />
|
2022-11-20 19:53:05 +00:00
|
|
|
|
<Compile Include="HarmonyInit.cs" />
|
2022-12-25 11:38:05 +00:00
|
|
|
|
<Compile Include="HediffDefOf.cs" />
|
2023-01-22 08:06:28 +00:00
|
|
|
|
<Compile Include="Interactions\SuccubusTailjob\CustomSexInteraction_Helper.cs" />
|
|
|
|
|
<Compile Include="Interactions\SuccubusTailjob\GenesPartKindUsageRule.cs" />
|
|
|
|
|
<Compile Include="Interactions\SuccubusTailjob\SubSuccubusTailCustomRequirementHandler.cs" />
|
|
|
|
|
<Compile Include="Interactions\SuccubusTailjob\DomSuccubusTailCustomRequirementHandler.cs" />
|
2022-12-27 12:48:38 +00:00
|
|
|
|
<Compile Include="JobDefOf.cs" />
|
2022-11-13 17:37:40 +00:00
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
|
|
|
<Compile Include="RJW_Genes.cs" />
|
2023-01-22 08:59:16 +00:00
|
|
|
|
<Compile Include="Settings\RJW_Genes_Settings.cs" />
|
|
|
|
|
<Compile Include="Settings\RJW_Genes_SettingsController.cs" />
|
2022-12-29 17:03:02 +00:00
|
|
|
|
<Compile Include="ThoughtDefOf.cs" />
|
2022-11-13 17:37:40 +00:00
|
|
|
|
</ItemGroup>
|
2022-11-14 14:55:52 +00:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Content Include="GeneDefs_GenitaliaTypeEndogenes.xml" />
|
|
|
|
|
</ItemGroup>
|
2023-02-05 09:12:31 +00:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Reference Include="0Harmony, Version=2.2.2.0, Culture=neutral, processorArchitecture=MSIL">
|
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
|
|
<HintPath>..\..\..\..\..\workshop\content\294100\2009463077\Current\Assemblies\0Harmony.dll</HintPath>
|
2023-02-05 10:15:40 +00:00
|
|
|
|
<Private>False</Private>
|
2023-02-05 09:12:31 +00:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="Assembly-CSharp, Version=1.4.8385.39127, Culture=neutral, processorArchitecture=MSIL">
|
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
|
|
<HintPath>..\..\..\RimWorldWin64_Data\Managed\Assembly-CSharp.dll</HintPath>
|
2023-02-05 10:15:40 +00:00
|
|
|
|
<Private>False</Private>
|
2023-02-05 09:12:31 +00:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="LicentiaLabs, Version=1.0.0.0, Culture=neutral, processorArchitecture=AMD64">
|
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
|
|
<HintPath>..\..\licentia-labs\Assemblies\LicentiaLabs.dll</HintPath>
|
2023-02-05 10:15:40 +00:00
|
|
|
|
<Private>False</Private>
|
2023-02-05 09:12:31 +00:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="RJW, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
|
|
<HintPath>..\..\rjw\1.4\Assemblies\RJW.dll</HintPath>
|
2023-02-05 10:15:40 +00:00
|
|
|
|
<Private>False</Private>
|
2023-02-05 09:12:31 +00:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="RJWSexperience">
|
|
|
|
|
<HintPath>..\..\RJW-Sexperience\1.4\Assemblies\RJWSexperience.dll</HintPath>
|
2023-02-05 10:15:40 +00:00
|
|
|
|
<Private>False</Private>
|
2023-02-05 09:12:31 +00:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System" />
|
|
|
|
|
<Reference Include="UnityEngine">
|
|
|
|
|
<HintPath>..\..\..\RimWorldWin64_Data\Managed\UnityEngine.dll</HintPath>
|
2023-02-05 10:15:40 +00:00
|
|
|
|
<Private>False</Private>
|
2023-02-05 09:12:31 +00:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="UnityEngine.CoreModule, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
|
|
<HintPath>..\..\..\RimWorldWin64_Data\Managed\UnityEngine.CoreModule.dll</HintPath>
|
2023-02-05 10:15:40 +00:00
|
|
|
|
<Private>False</Private>
|
2023-02-05 09:12:31 +00:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="UnityEngine.IMGUIModule, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
|
|
<HintPath>..\..\..\RimWorldWin64_Data\Managed\UnityEngine.IMGUIModule.dll</HintPath>
|
2023-02-05 10:15:40 +00:00
|
|
|
|
<Private>False</Private>
|
2023-02-05 09:12:31 +00:00
|
|
|
|
</Reference>
|
|
|
|
|
</ItemGroup>
|
2023-04-22 08:11:00 +00:00
|
|
|
|
<ItemGroup />
|
2022-11-13 17:37:40 +00:00
|
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
|
|
|
</Project>
|