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>
|
2022-11-20 19:53:05 +00:00
|
|
|
|
<Reference Include="0Harmony">
|
2022-12-01 14:29:26 +00:00
|
|
|
|
<HintPath>..\..\..\..\..\..\..\Program Files (x86)\Steam\steamapps\workshop\content\294100\2009463077\Current\Assemblies\0Harmony.dll</HintPath>
|
|
|
|
|
<Private>False</Private>
|
2022-11-20 19:53:05 +00:00
|
|
|
|
</Reference>
|
2022-11-13 17:37:40 +00:00
|
|
|
|
<Reference Include="Assembly-CSharp">
|
2022-12-01 14:29:26 +00:00
|
|
|
|
<HintPath>..\..\..\..\..\..\..\Program Files (x86)\Steam\steamapps\common\RimWorld\RimWorldWin64_Data\Managed\Assembly-CSharp.dll</HintPath>
|
2022-11-13 17:37:40 +00:00
|
|
|
|
<Private>False</Private>
|
|
|
|
|
</Reference>
|
2022-11-26 20:32:32 +00:00
|
|
|
|
<Reference Include="LicentiaLabs">
|
2022-12-01 14:29:26 +00:00
|
|
|
|
<HintPath>..\..\..\..\..\..\..\Program Files (x86)\Steam\steamapps\common\RimWorld\Mods\licentia-labs-master\Assemblies\LicentiaLabs.dll</HintPath>
|
2022-11-26 20:32:32 +00:00
|
|
|
|
<Private>False</Private>
|
|
|
|
|
</Reference>
|
2022-11-13 17:37:40 +00:00
|
|
|
|
<Reference Include="RJW">
|
2022-12-01 14:29:26 +00:00
|
|
|
|
<HintPath>..\..\..\..\..\..\..\Program Files (x86)\Steam\steamapps\common\RimWorld\Mods\RJW\1.4\Assemblies\RJW.dll</HintPath>
|
2022-11-14 14:55:52 +00:00
|
|
|
|
<Private>False</Private>
|
2022-11-13 17:37:40 +00:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System" />
|
|
|
|
|
<Reference Include="System.Core" />
|
|
|
|
|
<Reference Include="System.Xml.Linq" />
|
|
|
|
|
<Reference Include="System.Data.DataSetExtensions" />
|
|
|
|
|
<Reference Include="System.Data" />
|
|
|
|
|
<Reference Include="System.Xml" />
|
|
|
|
|
<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\**" />
|
2022-12-17 19:52:10 +00:00
|
|
|
|
<Reference Include="UnityEngine.CoreModule">
|
|
|
|
|
<HintPath>..\..\..\..\..\..\..\Program Files (x86)\Steam\steamapps\common\RimWorld\RimWorldWin64_Data\Managed\UnityEngine.CoreModule.dll</HintPath>
|
2022-12-01 14:29:26 +00:00
|
|
|
|
</Reference>
|
2022-11-13 17:37:40 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2022-12-01 14:29:26 +00:00
|
|
|
|
<Compile Include="Animal_Inheritance\First.cs" />
|
|
|
|
|
<Compile Include="Animal_Inheritance\Harmony_Init.cs" />
|
|
|
|
|
<Compile Include="Animal_Inheritance\InheritanceUtility.cs" />
|
|
|
|
|
<Compile Include="Animal_Inheritance\PatchRJWBestialityPregnancyUtility.cs" />
|
|
|
|
|
<Compile Include="Animal_Inheritance\PatchRJWHediffInsect_Egg.cs" />
|
|
|
|
|
<Compile Include="Animal_Inheritance\PatchVanillaPregnancyUtility.cs" />
|
|
|
|
|
<Compile Include="Animal_Inheritance\RaceGeneDef.cs" />
|
|
|
|
|
<Compile Include="Animal_Inheritance\RJWcopies.cs" />
|
2022-12-17 19:52:10 +00:00
|
|
|
|
<Compile Include="Animal_Inheritance\RJW_BGSSettings.cs" />
|
|
|
|
|
<Compile Include="Animal_Inheritance\RJW_BGSSettingsController.cs" />
|
|
|
|
|
<Compile Include="Animal_Inheritance\GeneChance.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" />
|
|
|
|
|
<Compile Include="Genes\Breeding\PatchPawnExtensions.cs" />
|
|
|
|
|
<Compile Include="Genes\Breeding\PatchPregnancyHelper.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" />
|
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" />
|
|
|
|
|
<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" />
|
|
|
|
|
<Compile Include="Genes\GenitaliaSize\Gene_LooseAnus.cs" />
|
|
|
|
|
<Compile Include="Genes\GenitaliaSize\Gene_LooseFemaleGenitalia.cs" />
|
|
|
|
|
<Compile Include="Genes\GenitaliaSize\Gene_NormalFemaleGenitalia.cs" />
|
|
|
|
|
<Compile Include="Genes\GenitaliaSize\Gene_NormalAnus.cs" />
|
|
|
|
|
<Compile Include="Genes\GenitaliaSize\Gene_NormalBreasts.cs" />
|
|
|
|
|
<Compile Include="Genes\GenitaliaSize\Gene_NormalMaleGenitalia.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" />
|
|
|
|
|
<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\Gene_HumanGenitalia.cs" />
|
|
|
|
|
<Compile Include="Genes\Genitalia\GenitaliaChanger.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" />
|
|
|
|
|
<Compile Include="HarmonyInit.cs" />
|
2022-11-13 17:37:40 +00:00
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
|
|
|
<Compile Include="RJW_Genes.cs" />
|
|
|
|
|
</ItemGroup>
|
2022-11-14 14:55:52 +00:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Content Include="GeneDefs_GenitaliaTypeEndogenes.xml" />
|
|
|
|
|
</ItemGroup>
|
2022-11-13 17:37:40 +00:00
|
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
|
|
|
</Project>
|