loadfolders, 1.2 versioning

This commit is contained in:
c0ffee 2021-08-02 16:27:57 -07:00
parent a84d6f6a6d
commit 39198bd6b9
115 changed files with 8470 additions and 50 deletions

View file

@ -66,64 +66,64 @@
</ItemGroup>
<ItemGroup>
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Source\Actors\Actor.cs" />
<Compile Include="Source\Actors\AlienRaceOffset.cs" />
<Compile Include="Source\Actors\BodyTypeOffset.cs" />
<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\MainTabWindows\WorldComponent_UpdateMainTab.cs" />
<Compile Include="Source\MainTabWindows\MainTabWindow_OffsetConfigure.cs" />
<Compile Include="Source\MainTabWindows\OffsetMainButtonDefOf.cs" />
<Compile Include="Source\Patches\OtherModPatches\HarmonyPatch_AlienRace.cs" />
<Compile Include="Source\Patches\OtherModPatches\HarmonyPatch_CSL.cs" />
<Compile Include="Source\Patches\OtherModPatches\HarmonyPatch_DontShaveYourHead.cs" />
<Compile Include="Source\Patches\OtherModPatches\HarmonyPatch_FacialAnimation.cs" />
<Compile Include="Source\Patches\OtherModPatches\HarmonyPatch_HatsDisplaySelection.cs" />
<Compile Include="Source\Patches\OtherModPatches\HarmonyPatch_ShowHairWithHats.cs" />
<Compile Include="Source\Patches\RimworldPatches\HarmonyPatch_HeadHair.cs" />
<Compile Include="Source\Patches\RimworldPatches\HarmonyPatch_PawnRenderer.cs" />
<Compile Include="Source\Patches\RimworldPatches\HarmonyPatch_PawnRotation.cs" />
<Compile Include="Source\Patches\RimworldPatches\HarmonyPatch_Pawn_DrawTracker.cs" />
<Compile Include="Source\Patches\RimworldPatches\HarmonyPatch_SetPawnAnimatable.cs" />
<Compile Include="Source\Patches\Harmony_PatchAll.cs" />
<Compile Include="Source\Patches\RJWPatches\JobDrivers\HarmonyPatch_JobDriver_JoinInBed.cs" />
<Compile Include="Source\Patches\RJWPatches\JobDrivers\HarmonyPatch_JobDriver_SexBaseInitiator.cs" />
<Compile Include="Source\Patches\RJWPatches\HarmonyPatch_PlaySexSounds.cs" />
<Compile Include="Source\Patches\RJWPatches\HarmonyPatch_SexTick.cs" />
<Compile Include="Source\Patches\RJWPatches\HarmonyPatch_WorkGiverSex.cs" />
<Compile Include="Source\Patches\RJWPatches\JobDrivers\HarmonyPatch_JobDriver_SexBaseReceiverLoved.cs" />
<Compile Include="Source\Settings\AnimationSettings.cs" />
<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" />
<Compile Include="1.3\Source\AnimationUtility.cs" />
<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" />
</ItemGroup>
<ItemGroup>
<Content Include="1.1\Assemblies\Rimworld-Animations.dll" />
<Content Include="1.2\Assemblies\Rimworld-Animations.dll" />
<Content Include="1.3\Assemblies\Rimworld-Animations.dll" />
<Content Include="About\About.xml" />
<Content Include="About\Manifest.xml" />
<Content Include="Defs\AnimationDefs\Animations_Beast.xml" />
<Content Include="Defs\AnimationDefs\Animations_Lesbian.xml" />
<Content Include="Defs\AnimationDefs\Animations_Masturbate.xml" />
<Content Include="Defs\AnimationDefs\Animations_Multi.xml" />
<Content Include="Defs\AnimationDefs\Animations_vanilla.xml" />
<Content Include="Defs\AnimationDefs\Animations_Vanilla2.xml" />
<Content Include="Defs\MainTabDefs\MainButtonDef.xml" />
<Content Include="Defs\SoundDefs\Sounds_Sex.xml" />
<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" />
<Content Include="LoadFolders.xml" />
</ItemGroup>
<ItemGroup>
<Folder Include="Defs\JobDefs\" />
<Folder Include="Source\JobDrivers\" />
<Folder Include="1.2\" />
<Folder Include="1.3\Defs\JobDefs\" />
<Folder Include="1.3\Source\JobDrivers\" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>