rimworld-animations/Rimworld-Animations.csproj

111 lines
5.9 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>
<OutputPath>1.1\Assemblies\</OutputPath>
<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, Version=2.0.0.8, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\..\workshop\content\294100\2009463077\v1.1\Assemblies\0Harmony.dll</HintPath>
2020-04-09 10:14:00 +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.1\Assemblies\AlienRace.dll</HintPath>
2020-04-26 15:37:49 +00:00
<Private>False</Private>
2020-04-26 15:06:23 +00:00
</Reference>
2020-04-09 00:31:59 +00:00
<Reference Include="Assembly-CSharp, Version=1.1.7397.36407, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\RimWorldWin64_Data\Managed\Assembly-CSharp.dll</HintPath>
2020-04-09 10:14:00 +00:00
<Private>False</Private>
2020-04-09 00:31:59 +00:00
</Reference>
2020-05-18 15:19:25 +00:00
<Reference Include="RJW">
2020-04-09 00:31:59 +00:00
<HintPath>..\rjw-master\1.1\Assemblies\RJW.dll</HintPath>
2020-04-09 10:14:00 +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, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<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, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<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>
<Compile Include="Properties\AssemblyInfo.cs" />
2020-04-09 00:43:01 +00:00
<Compile Include="Source\Actors\Actor.cs" />
2020-04-18 16:49:03 +00:00
<Compile Include="Source\Actors\AlienRaceOffset.cs" />
2020-05-09 01:19:38 +00:00
<Compile Include="Source\Actors\BodyTypeOffset.cs" />
2020-04-09 00:43:01 +00:00
<Compile Include="Source\Animations\AnimationStage.cs" />
<Compile Include="Source\Animations\Clips\BaseAnimationClip.cs" />
<Compile Include="Source\Animations\Clips\PawnAnimationClip.cs" />
<Compile Include="Source\Animations\Clips\ThingAnimationClip.cs" />
<Compile Include="Source\Animations\Keyframes\Keyframe.cs" />
<Compile Include="Source\Animations\Keyframes\PawnKeyframe.cs" />
<Compile Include="Source\Animations\Keyframes\ThingKeyframe.cs" />
<Compile Include="Source\AnimationUtility.cs" />
<Compile Include="Source\Comps\CompBodyAnimator.cs" />
<Compile Include="Source\Comps\CompProperties_BodyAnimator.cs" />
<Compile Include="Source\Comps\CompProperties_ThingAnimator.cs" />
<Compile Include="Source\Comps\CompThingAnimator.cs" />
<Compile Include="Source\Defs\AnimationDef.cs" />
<Compile Include="Source\JobDrivers\JobDriver_SexBaseRecieverLovedForAnimation.cs" />
<Compile Include="Source\JobDrivers\JobDriver_SexCasualForAnimation.cs" />
<Compile Include="Source\MainTabWindows\MainTabWindow_SexAnimator.cs" />
<Compile Include="Source\Patches\HarmonyPatch_AlienRace.cs" />
2020-04-30 04:34:15 +00:00
<Compile Include="Source\Patches\HarmonyPatch_CSL.cs" />
2020-05-07 17:51:39 +00:00
<Compile Include="Source\Patches\HarmonyPatch_DontShaveYourHead.cs" />
2020-04-09 00:43:01 +00:00
<Compile Include="Source\Patches\HarmonyPatch_FacialAnimation.cs" />
<Compile Include="Source\Patches\HarmonyPatch_PawnRenderer.cs" />
2020-04-28 16:44:14 +00:00
<Compile Include="Source\Patches\HarmonyPatch_PawnRotation.cs" />
2020-04-09 00:43:01 +00:00
<Compile Include="Source\Patches\HarmonyPatch_Pawn_DrawTracker.cs" />
<Compile Include="Source\Patches\HarmonyPatch_ShowHairWithHats.cs" />
<Compile Include="Source\Patches\Harmony_PatchAll.cs" />
2020-04-11 05:03:25 +00:00
<Compile Include="Source\Patches\rjwPatches\HarmonyPatch_DoLovinAnimationPatch.cs" />
<Compile Include="Source\Patches\rjwPatches\HarmonyPatch_DrawSemen.cs" />
2020-04-09 00:43:01 +00:00
<Compile Include="Source\Patches\rjwPatches\HarmonyPatch_JobDriver_SexBaseInitiator.cs" />
<Compile Include="Source\Patches\rjwPatches\HarmonyPatch_JoinInBedGiveJob.cs" />
<Compile Include="Source\Patches\rjwPatches\HarmonyPatch_SexTick.cs" />
<Compile Include="Source\Patches\rjwPatches\HarmonyPatch_WorkGiverSex.cs" />
2020-04-21 04:59:09 +00:00
<Compile Include="Source\Settings\AnimationSettings.cs" />
2020-04-09 00:31:59 +00:00
</ItemGroup>
<ItemGroup />
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>