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" />
|
2024-05-23 22:33:37 +00:00
|
|
|
|
<None Include="..\Common\Languages\English\Keyed\Dialog_StatsReport.xml" />
|
2024-05-30 06:26:40 +00:00
|
|
|
|
<None Include="..\Common\Patches\Genes\Patch_Highmates.xml" />
|
|
|
|
|
<None Include="..\Common\Patches\Genes\Patch_Unbreakable.xml" />
|
|
|
|
|
<None Include="..\Common\Patches\Xenotypes\GenitaliaUpdate.xml" />
|
|
|
|
|
<None Include="..\Common\Patches\Xenotypes\PatchAlphaGenes.xml" />
|
|
|
|
|
<None Include="..\Common\Patches\Xenotypes\PatchBiotechNyaron.xml" />
|
|
|
|
|
<None Include="..\Common\Patches\Xenotypes\PatchErinsAuronya.xml" />
|
|
|
|
|
<None Include="..\Common\Patches\Xenotypes\PatchErinsShisune.xml" />
|
|
|
|
|
<None Include="..\Common\Patches\Xenotypes\PatchKijinRace3.xml" />
|
|
|
|
|
<None Include="..\Common\Patches\Xenotypes\PatchNarai.xml" />
|
|
|
|
|
<None Include="..\Common\Patches\Xenotypes\PatchNyaron.xml" />
|
|
|
|
|
<None Include="..\Common\Patches\Xenotypes\PatchPapou.xml" />
|
|
|
|
|
<None Include="..\Common\Patches\Xenotypes\PatchRoosFaun.xml" />
|
|
|
|
|
<None Include="..\Common\Patches\Xenotypes\PatchRoosMinotaur.xml" />
|
|
|
|
|
<None Include="..\Common\Patches\Xenotypes\PatchRoosSatyr.xml" />
|
|
|
|
|
<None Include="..\Common\Patches\Xenotypes\PatchSaurid.xml" />
|
|
|
|
|
<None Include="..\Common\Patches\Xenotypes\PatchVREPhytokin.xml" />
|
|
|
|
|
<None Include="..\Common\Patches\Xenotypes\PatchVRESanguophage.xml" />
|
|
|
|
|
<None Include="..\Common\Patches\Xenotypes\PatchXenotech.xml" />
|
2022-11-13 17:37:40 +00:00
|
|
|
|
</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-07-17 05:09:05 +00:00
|
|
|
|
<Compile Include="Common\Defs\DistanceExtension.cs" />
|
|
|
|
|
<Compile Include="Common\Defs\ModExtensionHelper.cs" />
|
2023-07-26 15:06:17 +00:00
|
|
|
|
<Compile Include="Common\Either.cs" />
|
2024-05-28 19:40:07 +00:00
|
|
|
|
<Compile Include="Common\Helpers\LaborState.cs" />
|
2024-05-30 06:52:58 +00:00
|
|
|
|
<Compile Include="Common\Helpers\MapUtility.cs" />
|
2023-01-15 16:48:11 +00:00
|
|
|
|
<Compile Include="Common\ModLog.cs" />
|
2023-07-17 05:09:05 +00:00
|
|
|
|
<Compile Include="Common\Defs\TickIntervalExtension.cs" />
|
2024-05-28 19:40:07 +00:00
|
|
|
|
<Compile Include="Common\Patches\PatchImplants.cs" />
|
2024-05-30 06:52:58 +00:00
|
|
|
|
<Compile Include="Genes\Damage\Gene_Elasticity.cs" />
|
2024-05-29 11:00:55 +00:00
|
|
|
|
<Compile Include="Genes\Patches\PatchLitteredBirth.cs" />
|
2024-05-28 19:40:07 +00:00
|
|
|
|
<Compile Include="Common\Patches\PatchGetParents.cs" />
|
|
|
|
|
<Compile Include="Common\Patches\PatchPregnancyHelper.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" />
|
2024-05-23 22:33:37 +00:00
|
|
|
|
<Compile Include="Genes\ExtraGenitalia\Gene_Femboy.cs" />
|
2023-04-28 06:24:18 +00:00
|
|
|
|
<Compile Include="Genes\ExtraGenitalia\Gene_UdderBreasts.cs" />
|
2023-07-16 06:54:01 +00:00
|
|
|
|
<Compile Include="Genes\Gender\Defs\GenderFluidExtension.cs" />
|
|
|
|
|
<Compile Include="Genes\Gender\Gene_GenderFluid.cs" />
|
2023-06-28 12:45:43 +00:00
|
|
|
|
<Compile Include="Genes\GenitaliaSize\Gene_EvergrowingGenitalia.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\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" />
|
2024-05-26 09:52:18 +00:00
|
|
|
|
<Compile Include="Genes\Genitalia\Gene_GenitaliaType.cs" />
|
|
|
|
|
<Compile Include="Genes\Genitalia\Defs\GenitaliaTypeExtension.cs" />
|
2022-11-13 17:37:40 +00:00
|
|
|
|
<Compile Include="Genes\Genitalia\GenitaliaChanger.cs" />
|
2024-05-26 21:41:32 +00:00
|
|
|
|
<Compile Include="Genes\Life_Force\Abilities\AbilityUtility.cs" />
|
|
|
|
|
<Compile Include="Genes\Life_Force\Abilities\CompAbilityEffect_CasterIsNaked.cs" />
|
|
|
|
|
<Compile Include="Genes\Life_Force\Abilities\CompAbilityEffect_CockEater.cs" />
|
|
|
|
|
<Compile Include="Genes\Life_Force\Abilities\CompAbilityEffect_LifeForceCost.cs" />
|
|
|
|
|
<Compile Include="Genes\Life_Force\Abilities\CompAbilityEffect_PussyHeal.cs" />
|
|
|
|
|
<Compile Include="Genes\Life_Force\Abilities\CompAbilityEffect_Seduce.cs" />
|
|
|
|
|
<Compile Include="Genes\Life_Force\Abilities\CompProperties_AbilityCockEater.cs" />
|
|
|
|
|
<Compile Include="Genes\Life_Force\Abilities\CompProperties_AbilityLifeForceCost.cs" />
|
|
|
|
|
<Compile Include="Genes\Life_Force\Abilities\CompProperties_AbilityPussyHeal.cs" />
|
|
|
|
|
<Compile Include="Genes\Life_Force\Abilities\CompProperties_CasterIsNaked.cs" />
|
|
|
|
|
<Compile Include="Genes\Life_Force\Abilities\CompProperties_Seduce.cs" />
|
|
|
|
|
<Compile Include="Genes\Life_Force\Defs\LifeForceEmpathExtension.cs" />
|
|
|
|
|
<Compile Include="Genes\Life_Force\Genes\Gene_LifeForce.cs" />
|
|
|
|
|
<Compile Include="Genes\Life_Force\Genes\Gene_LifeForceDrain.cs" />
|
|
|
|
|
<Compile Include="Genes\Life_Force\Genes\Gene_LifeForce_Empath.cs" />
|
|
|
|
|
<Compile Include="Genes\Life_Force\HediffCompProperties_SeverityFromFertilin.cs" />
|
|
|
|
|
<Compile Include="Genes\Life_Force\HediffComp_SeverityFromFertilin.cs" />
|
|
|
|
|
<Compile Include="Genes\Life_Force\IngestionOutcomeDoer_LifeForceOffset.cs" />
|
|
|
|
|
<Compile Include="Genes\Life_Force\JobDrivers\JobDriver_CastAbilityAfterSex.cs" />
|
|
|
|
|
<Compile Include="Genes\Life_Force\JobDrivers\JobDriver_Flirt.cs" />
|
|
|
|
|
<Compile Include="Genes\Life_Force\JobDrivers\JobDriver_Seduced.cs" />
|
|
|
|
|
<Compile Include="Genes\Life_Force\JobDrivers\JobDriver_SexOnSpot.cs" />
|
|
|
|
|
<Compile Include="Genes\Life_Force\JobDrivers\JobDriver_SexOnSpotReceiver.cs" />
|
|
|
|
|
<Compile Include="Genes\Life_Force\JobGivers\JobGiver_Flirt.cs" />
|
|
|
|
|
<Compile Include="Genes\Life_Force\JobGivers\JobGiver_GetLifeForce.cs" />
|
|
|
|
|
<Compile Include="Genes\Life_Force\JobGivers\JobGiver_LifeForce_RandomRape.cs" />
|
|
|
|
|
<Compile Include="Genes\Life_Force\JobGivers\JobGiver_TryQuickieWith.cs" />
|
|
|
|
|
<Compile Include="Genes\Life_Force\LordToil_Flirt.cs" />
|
|
|
|
|
<Compile Include="Genes\Life_Force\MentalStates\LifeForceMentalBreakWorker.cs" />
|
|
|
|
|
<Compile Include="Genes\Life_Force\MentalStates\LifeForceMentalState.cs" />
|
|
|
|
|
<Compile Include="Genes\Life_Force\MentalStates\LifeForceMentalStateWorker.cs" />
|
|
|
|
|
<Compile Include="Genes\Life_Force\Patches\Patch_SatisfyPersonal_LifeForceGain.cs" />
|
|
|
|
|
<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_ConditionalCritcalLifeForce.cs" />
|
|
|
|
|
<Compile Include="Genes\Life_Force\ThinkNodes\ThinkNode_ConditionalLowLifeForce.cs" />
|
|
|
|
|
<Compile Include="Genes\Life_Force\ThinkNodes\ThinkNode_NewFlirtTarget.cs" />
|
|
|
|
|
<Compile Include="Genes\Life_Force\UI\Alert_LowFertilin.cs" />
|
|
|
|
|
<Compile Include="Genes\Life_Force\UI\GeneGizmo_ResourceLifeForce.cs" />
|
2024-05-26 23:27:10 +00:00
|
|
|
|
<Compile Include="Genes\Patches\LustFeeding.cs" />
|
|
|
|
|
<Compile Include="Genes\Patches\MultiplePregnancies.cs" />
|
2023-04-27 00:56:55 +00:00
|
|
|
|
<Compile Include="Genes\Patch_AddNotifyOnGeneration.cs" />
|
2023-07-16 08:59:06 +00:00
|
|
|
|
<Compile Include="Genes\Special\Defs\AgeTransferExtension.cs" />
|
|
|
|
|
<Compile Include="Genes\Special\Defs\HormonalSalivaExtension.cs" />
|
|
|
|
|
<Compile Include="Genes\Special\Patches\Patch_AgeDrain.cs" />
|
|
|
|
|
<Compile Include="Genes\Special\Patches\Patch_HormonalSaliva.cs" />
|
|
|
|
|
<Compile Include="Genes\Special\Patches\Patch_OrgasmMytosis.cs" />
|
2023-10-22 14:25:52 +00:00
|
|
|
|
<Compile Include="Genes\Special\Thoughts\ThoughtWorker_Aphrodisiac_Pheromones_Social.cs" />
|
2024-05-28 19:40:07 +00:00
|
|
|
|
<Compile Include="LetterDefOf.cs" />
|
2023-01-22 08:06:28 +00:00
|
|
|
|
<Compile Include="Interactions\SuccubusTailjob\CompAbility_SexInteractionRequirements.cs" />
|
|
|
|
|
<Compile Include="Interactions\SuccubusTailjob\CompProperties_SexInteractionRequirements.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-07-16 08:59:06 +00:00
|
|
|
|
<Compile Include="Genes\Special\Genes\Gene_Aphrodisiac_Pheromones.cs" />
|
|
|
|
|
<Compile Include="Genes\Special\Patches\Patch_OrgasmRush.cs" />
|
|
|
|
|
<Compile Include="Genes\Special\Patches\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" />
|
2024-05-26 21:41:32 +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" />
|
2024-05-28 10:16:10 +00:00
|
|
|
|
<Content Include="RJW.dll" />
|
|
|
|
|
<Content Include="RJWSexperience.dll" />
|
2022-11-14 14:55:52 +00:00
|
|
|
|
</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="RJW, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
2024-05-24 23:11:09 +00:00
|
|
|
|
<HintPath>..\..\rjw\1.5\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">
|
2024-05-23 22:33:37 +00:00
|
|
|
|
<HintPath>..\..\rjw-sexperience\1.5\Assemblies\RJWSexperience.dll</HintPath>
|
2023-09-13 15:00:26 +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-07-16 06:54:01 +00:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Folder Include="Genes\Gender\Patches\" />
|
|
|
|
|
</ItemGroup>
|
2022-11-13 17:37:40 +00:00
|
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
|
|
|
</Project>
|