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>
|
|
|
|
|
<RootNamespace>Rjw-Genes</RootNamespace>
|
|
|
|
|
<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>
|
|
|
|
|
<Reference Include="Assembly-CSharp">
|
|
|
|
|
<HintPath>..\..\..\RimWorldWin64_Data\Managed\Assembly-CSharp.dll</HintPath>
|
|
|
|
|
<Private>False</Private>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="RJW">
|
|
|
|
|
<HintPath>..\..\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" />
|
|
|
|
|
<Reference Include="UnityEngine">
|
|
|
|
|
<HintPath>..\..\..\RimWorldWin64_Data\Managed\UnityEngine.CoreModule.dll</HintPath>
|
|
|
|
|
<Private>False</Private>
|
|
|
|
|
</Reference>
|
|
|
|
|
<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>
|
|
|
|
|
<Compile Include="GeneDefOf.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-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-14 14:55:52 +00:00
|
|
|
|
<Compile Include="GenitaliaUtility.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>
|