rimworld-animations/Rimworld-Animations.csproj

141 lines
8.1 KiB
XML
Raw Normal View History

2020-04-09 00:31:59 +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>{71B05D71-67B2-4014-82CD-18C20AC0882F}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Rimworld_Animations</RootNamespace>
<AssemblyName>Rimworld-Animations</AssemblyName>
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<Deterministic>true</Deterministic>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
2020-04-09 10:14:00 +00:00
<DebugSymbols>false</DebugSymbols>
<DebugType>none</DebugType>
2020-04-09 00:31:59 +00:00
<Optimize>false</Optimize>
2021-07-14 00:08:11 +00:00
<OutputPath>1.3\Assemblies\</OutputPath>
2020-04-09 00:31:59 +00:00
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
2020-04-09 10:14:00 +00:00
<DebugType>none</DebugType>
2020-04-09 00:31:59 +00:00
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="0Harmony">
<HintPath>..\..\..\..\workshop\content\294100\2009463077\Current\Assemblies\0Harmony.dll</HintPath>
2020-08-18 23:59:23 +00:00
<Private>False</Private>
2020-04-09 00:31:59 +00:00
</Reference>
2020-04-26 15:06:23 +00:00
<Reference Include="AlienRace">
<HintPath>..\..\..\..\workshop\content\294100\839005762\1.3\Assemblies\AlienRace.dll</HintPath>
2020-04-26 15:37:49 +00:00
<Private>False</Private>
2020-04-26 15:06:23 +00:00
</Reference>
2021-07-21 19:24:23 +00:00
<Reference Include="Assembly-CSharp">
<HintPath>..\..\RimWorldWin64_Data\Managed\Assembly-CSharp.dll</HintPath>
<Private>False</Private>
</Reference>
2020-05-18 15:19:25 +00:00
<Reference Include="RJW">
2022-09-07 14:12:17 +00:00
<HintPath>..\rjw-master\1.3\Assemblies\RJW.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="RJW-ToysAndMasturbation">
<HintPath>..\rjw-toys-and-masturbation-master\Assemblies\RJW-ToysAndMasturbation.dll</HintPath>
2021-11-18 15:40:20 +00:00
<Private>False</Private>
2020-04-09 00:31:59 +00:00
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Net.Http" />
<Reference Include="System.Xml" />
<Reference Include="UnityEngine">
2020-04-09 00:31:59 +00:00
<HintPath>..\..\RimWorldWin64_Data\Managed\UnityEngine.dll</HintPath>
2020-04-09 10:14:00 +00:00
<Private>False</Private>
2020-04-09 00:31:59 +00:00
</Reference>
<Reference Include="UnityEngine.CoreModule">
2020-04-09 00:31:59 +00:00
<HintPath>..\..\RimWorldWin64_Data\Managed\UnityEngine.CoreModule.dll</HintPath>
2020-04-09 10:14:00 +00:00
<Private>False</Private>
2020-04-09 00:31:59 +00:00
</Reference>
</ItemGroup>
<ItemGroup>
2022-09-07 14:12:17 +00:00
<Compile Include="1.3\Source\Extensions\PawnWoundDrawerExtension.cs" />
2022-01-25 02:17:49 +00:00
<Compile Include="1.3\Source\Patches\RimworldPatches\HarmonyPatch_Thing.cs" />
2022-01-17 00:42:31 +00:00
<Compile Include="1.3\Source\Utilities\PatchOperationAddOrReplace.cs" />
2020-04-09 00:31:59 +00:00
<Compile Include="Properties\AssemblyInfo.cs" />
2021-08-02 23:27:57 +00:00
<Compile Include="1.3\Source\Actors\Actor.cs" />
<Compile Include="1.3\Source\Actors\AlienRaceOffset.cs" />
<Compile Include="1.3\Source\Actors\BodyTypeOffset.cs" />
<Compile Include="1.3\Source\Animations\AnimationStage.cs" />
<Compile Include="1.3\Source\Animations\Clips\BaseAnimationClip.cs" />
<Compile Include="1.3\Source\Animations\Clips\PawnAnimationClip.cs" />
<Compile Include="1.3\Source\Animations\Clips\ThingAnimationClip.cs" />
<Compile Include="1.3\Source\Animations\Keyframes\Keyframe.cs" />
<Compile Include="1.3\Source\Animations\Keyframes\PawnKeyframe.cs" />
<Compile Include="1.3\Source\Animations\Keyframes\ThingKeyframe.cs" />
2022-01-17 00:42:31 +00:00
<Compile Include="1.3\Source\Utilities\AnimationUtility.cs" />
2021-08-02 23:27:57 +00:00
<Compile Include="1.3\Source\Comps\CompBodyAnimator.cs" />
<Compile Include="1.3\Source\Comps\CompProperties_BodyAnimator.cs" />
<Compile Include="1.3\Source\Comps\CompProperties_ThingAnimator.cs" />
<Compile Include="1.3\Source\Comps\CompThingAnimator.cs" />
<Compile Include="1.3\Source\Defs\AnimationDef.cs" />
<Compile Include="1.3\Source\MainTabWindows\WorldComponent_UpdateMainTab.cs" />
<Compile Include="1.3\Source\MainTabWindows\MainTabWindow_OffsetConfigure.cs" />
<Compile Include="1.3\Source\MainTabWindows\OffsetMainButtonDefOf.cs" />
<Compile Include="1.3\Source\Patches\OtherModPatches\HarmonyPatch_AlienRace.cs" />
<Compile Include="1.3\Source\Patches\OtherModPatches\HarmonyPatch_CSL.cs" />
<Compile Include="1.3\Source\Patches\OtherModPatches\HarmonyPatch_DontShaveYourHead.cs" />
<Compile Include="1.3\Source\Patches\OtherModPatches\HarmonyPatch_FacialAnimation.cs" />
<Compile Include="1.3\Source\Patches\OtherModPatches\HarmonyPatch_HatsDisplaySelection.cs" />
<Compile Include="1.3\Source\Patches\OtherModPatches\HarmonyPatch_ShowHairWithHats.cs" />
<Compile Include="1.3\Source\Patches\RimworldPatches\HarmonyPatch_HeadHair.cs" />
<Compile Include="1.3\Source\Patches\RimworldPatches\HarmonyPatch_PawnRenderer.cs" />
<Compile Include="1.3\Source\Patches\RimworldPatches\HarmonyPatch_PawnRotation.cs" />
<Compile Include="1.3\Source\Patches\RimworldPatches\HarmonyPatch_Pawn_DrawTracker.cs" />
<Compile Include="1.3\Source\Patches\RimworldPatches\HarmonyPatch_SetPawnAnimatable.cs" />
<Compile Include="1.3\Source\Patches\Harmony_PatchAll.cs" />
<Compile Include="1.3\Source\Patches\RJWPatches\JobDrivers\HarmonyPatch_JobDriver_JoinInBed.cs" />
<Compile Include="1.3\Source\Patches\RJWPatches\JobDrivers\HarmonyPatch_JobDriver_SexBaseInitiator.cs" />
<Compile Include="1.3\Source\Patches\RJWPatches\HarmonyPatch_PlaySexSounds.cs" />
<Compile Include="1.3\Source\Patches\RJWPatches\HarmonyPatch_SexTick.cs" />
<Compile Include="1.3\Source\Patches\RJWPatches\HarmonyPatch_WorkGiverSex.cs" />
<Compile Include="1.3\Source\Patches\RJWPatches\JobDrivers\HarmonyPatch_JobDriver_SexBaseReceiverLoved.cs" />
<Compile Include="1.3\Source\Settings\AnimationSettings.cs" />
2020-04-09 00:31:59 +00:00
</ItemGroup>
2020-05-30 06:10:31 +00:00
<ItemGroup>
2021-07-14 00:08:11 +00:00
<Content Include="1.1\Assemblies\Rimworld-Animations.dll" />
2021-07-26 05:56:01 +00:00
<Content Include="1.3\Assemblies\Rimworld-Animations.dll" />
2020-08-07 01:51:41 +00:00
<Content Include="About\About.xml" />
<Content Include="About\Manifest.xml" />
2021-08-02 23:27:57 +00:00
<Content Include="1.3\Defs\AnimationDefs\Animations_Beast.xml" />
<Content Include="1.3\Defs\AnimationDefs\Animations_Lesbian.xml" />
<Content Include="1.3\Defs\AnimationDefs\Animations_Masturbate.xml" />
<Content Include="1.3\Defs\AnimationDefs\Animations_Multi.xml" />
<Content Include="1.3\Defs\AnimationDefs\Animations_vanilla.xml" />
<Content Include="1.3\Defs\AnimationDefs\Animations_Vanilla2.xml" />
<Content Include="1.3\Defs\MainTabDefs\MainButtonDef.xml" />
<Content Include="1.3\Defs\SoundDefs\Sounds_Sex.xml" />
2021-08-14 19:25:41 +00:00
<Content Include="Languages\PortugueseBrazilian\DefInjected\MainButtonDef\MainButtonDef.xml" />
<Content Include="Languages\PortugueseBrazilian\DefInjected\Rimworld_Animations.AnimationDef\Animations_Beast.xml" />
<Content Include="Languages\PortugueseBrazilian\DefInjected\Rimworld_Animations.AnimationDef\Animations_Lesbian.xml" />
<Content Include="Languages\PortugueseBrazilian\DefInjected\Rimworld_Animations.AnimationDef\Animations_Multi.xml" />
<Content Include="Languages\PortugueseBrazilian\DefInjected\Rimworld_Animations.AnimationDef\Animations_vanilla.xml" />
2021-05-08 04:02:55 +00:00
<Content Include="LoadFolders.xml" />
2020-05-30 06:10:31 +00:00
</ItemGroup>
2021-07-14 00:08:11 +00:00
<ItemGroup>
2021-08-02 23:27:57 +00:00
<Folder Include="1.2\" />
<Folder Include="1.3\Defs\JobDefs\" />
<Folder Include="1.3\Source\JobDrivers\" />
2021-07-14 00:08:11 +00:00
</ItemGroup>
2020-04-09 00:31:59 +00:00
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>