Newer
Older
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{22F82FFF-8BD4-4CEE-9F22-C7DA71281E72}</ProjectGuid>
<OutputType>Library</OutputType>
<NoStandardLibraries>false</NoStandardLibraries>
<AssemblyName>RJW</AssemblyName>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<TargetFrameworkProfile />
<ShouldCreateLogs>True</ShouldCreateLogs>
<AdvancedSettingsExpanded>True</AdvancedSettingsExpanded>
<UpdateAssemblyVersion>True</UpdateAssemblyVersion>
<UpdateAssemblyFileVersion>True</UpdateAssemblyFileVersion>
<UpdateAssemblyInfoVersion>True</UpdateAssemblyInfoVersion>
<AssemblyVersionSettings>None.None.IncrementOnDemand.Increment</AssemblyVersionSettings>
<AssemblyFileVersionSettings>None.None.IncrementOnDemand.None</AssemblyFileVersionSettings>
<AssemblyInfoVersionSettings>None.None.IncrementOnDemand.None</AssemblyInfoVersionSettings>
<PrimaryVersionType>AssemblyVersionAttribute</PrimaryVersionType>
<AssemblyVersion>1.6.0.493</AssemblyVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>Assemblies\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<FileAlignment>4096</FileAlignment>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>none</DebugType>
<Optimize>true</Optimize>
<OutputPath>Assemblies\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup>
<RootNamespace>rjw</RootNamespace>
</PropertyGroup>
<ItemGroup>
<Compile Include="Source\Harmony\patch_races.cs" />
<Compile Include="Source\Harmony\patch_ui_hero.cs" />
<Compile Include="Source\Harmony\patch_ui_rjw_buttons.cs" />
<Compile Include="Source\JobDrivers\JobDriver_Sex.cs" />
<Compile Include="Source\Modules\Bondage\bondage_gear.cs" />
<Compile Include="Source\Common\Breeder_Helper.cs" />
<Compile Include="Source\Modules\Multiplayer\Multiplayer.cs" />
<Compile Include="Source\Modules\SemenOverlay\BukkakeContent.cs" />
<Compile Include="Source\Common\config.cs" />
<Compile Include="Source\Common\DataStore.cs" />
<Compile Include="Source\Common\Gender_Helper.cs" />
<Compile Include="Source\Common\Genital_Helper.cs" />
<Compile Include="Source\Common\MapCom_Injector.cs" />
<Compile Include="Source\Common\MiscTranslationDef.cs" />
<Compile Include="Source\Common\PawnData.cs" />
<Compile Include="Source\Modules\Pregnancy\Pregnancy_Helper.cs" />
<Compile Include="Source\Modules\SemenOverlay\SemenHelper.cs" />
<Compile Include="Source\Modules\STD\std.cs" />
<Compile Include="Source\Common\StringListDef.cs" />
<Compile Include="Source\Common\Unprivater.cs" />
<Compile Include="Source\Modules\Whoring\Whoring_Helper.cs" />
<Compile Include="Source\Common\xxx.cs" />
<Compile Include="Source\Modules\Bondage\Comps\CompBondageGear.cs" />
<Compile Include="Source\Modules\Bondage\Comps\CompGetBondageGear.cs" />
<Compile Include="Source\Modules\Bondage\Comps\CompHoloCryptoStamped.cs" />
<Compile Include="Source\Comps\CompProperties_RJW.cs" />
<Compile Include="Source\Comps\CompRJW.cs" />
<Compile Include="Source\Modules\Bondage\Comps\CompStampedApparelKey.cs" />
<Compile Include="Source\Modules\Bondage\Comps\CompUnlockBondageGear.cs" />
<Compile Include="Source\Modules\SemenOverlay\DefOf\RJW_HediffDefOf.cs" />
<Compile Include="Source\Modules\SemenOverlay\DefOf\RJW_JobDefOf.cs" />
<Compile Include="Source\Designators\RJWdesignations.cs" />
<Compile Include="Source\Harmony\CnPcompatibility.cs" />
<Compile Include="Source\Harmony\First.cs" />
<Compile Include="Source\Harmony\patch_ABF.cs" />
<Compile Include="Source\Harmony\patch_backstory_generator.cs" />
<Compile Include="Source\Harmony\patch_bondage_gear.cs" />
<Compile Include="Source\Harmony\patch_DubsBadHygiene.cs" />
<Compile Include="Source\Harmony\patch_lovin.cs" />
<Compile Include="Source\Harmony\patch_pregnancy.cs" />
<Compile Include="Source\Harmony\SexualityCard.cs" />
<Compile Include="Source\Harmony\SexualityCardInternal.cs" />
<Compile Include="Source\Hediffs\HediffComp_SeverityPerDayIfRest.cs" />
<Compile Include="Source\Modules\SemenOverlay\Hediffs\Hediff_Bukkake.cs" />
<Compile Include="Source\Modules\SemenOverlay\Hediffs\Hediff_Semen.cs" />
<Compile Include="Source\Modules\Pregnancy\Hediffs\HediffDef_EnemyImplants.cs" />
<Compile Include="Source\Hediffs\Hediff_ID.cs" />
<Compile Include="Source\Modules\Pregnancy\Hediffs\Hediff_InsectEggPregnancy.cs" />
<Compile Include="Source\Hediffs\Hediff_InvisibleImplant.cs" />
<Compile Include="Source\Modules\Pregnancy\Hediffs\Hediff_MCEvents.cs" />
<Compile Include="Source\Modules\Pregnancy\Hediffs\Hediff_MechanoidPregnancy.cs" />
<Compile Include="Source\Modules\Pregnancy\Hediffs\Hediff_MechImplants.cs" />
<Compile Include="Source\Modules\Pregnancy\Hediffs\HeDiff_MicroComputer.cs" />
<Compile Include="Source\Modules\Pregnancy\Hediffs\Hediff_ParasitePregnancy.cs" />
<Compile Include="Source\Hediffs\Hediff_Submitting.cs" />
<Compile Include="Source\Modules\Pregnancy\Hediffs\Hediff_BasePregnancy.cs" />
<Compile Include="Source\Modules\Pregnancy\Hediffs\Hediff_BestialPregnancy.cs" />
<Compile Include="Source\Modules\Pregnancy\Hediffs\Hediff_HumanlikePregnancy.cs" />
<Compile Include="Source\Modules\Pregnancy\Hediffs\Hediff_SimpleBaby.cs" />
<Compile Include="Source\Modules\Nymphs\Incidents\IncidentWorker_NymphJoins.cs" />
<Compile Include="Source\Modules\Nymphs\Incidents\IncidentWorker_NymphVisitorGroup.cs" />
<Compile Include="Source\Modules\Nymphs\Incidents\IncidentWorker_TestInc.cs" />
<Compile Include="Source\Modules\Nymphs\Incidents\IncidentWorker_TestInc2.cs" />
<Compile Include="Source\Interactions\InteractionWorker_SexAttempt.cs" />
<Compile Include="Source\JobDrivers\JobDriver_BestialityForFemale.cs" />
<Compile Include="Source\JobDrivers\JobDriver_Breeding.cs" />
<Compile Include="Source\Modules\SemenOverlay\JobDrivers\JobDriver_CleanSelf.cs" />
<Compile Include="Source\JobDrivers\JobDriver_Fappin.cs" />
<Compile Include="Source\JobDrivers\JobDriver_GettinLoved.cs" />
<Compile Include="Source\JobDrivers\JobDriver_GettinRaped.cs" />
<Compile Include="Source\JobDrivers\JobDriver_QuickFap.cs" />
<Compile Include="Source\Modules\Whoring\JobDrivers\JobDriver_WhoreInvitingVisitors.cs" />
<Compile Include="Source\JobDrivers\JobDriver_PrisonerComfortRapin.cs" />
<Compile Include="Source\JobDrivers\JobDriver_RandomRape.cs" />
<Compile Include="Source\JobDrivers\JobDriver_Rape.cs" />
<Compile Include="Source\JobDrivers\JobDriver_RapeEnemy.cs" />
<Compile Include="Source\JobDrivers\JobDriver_RapeEnemyByAnimal.cs" />
<Compile Include="Source\JobDrivers\JobDriver_RapeEnemyByInsect.cs" />
<Compile Include="Source\JobDrivers\JobDriver_RapeEnemyByMech.cs" />
<Compile Include="Source\JobDrivers\JobDriver_RapeEnemyToParasite.cs" />
<Compile Include="Source\Modules\Bondage\JobDrivers\JobDriver_StruggleInBondageGear.cs" />
<Compile Include="Source\Modules\Bondage\JobDrivers\JobDriver_UseItemOn.cs" />
<Compile Include="Source\JobDrivers\JobDriver_ViolateCorpse.cs" />
<Compile Include="Source\Modules\Whoring\JobDrivers\JobDriver_WhoreIsServingVisitors.cs" />
<Compile Include="Source\JobGivers\JobGiver_AIRapePrisoner.cs" />
<Compile Include="Source\JobGivers\JobGiver_Bestiality.cs" />
<Compile Include="Source\JobGivers\JobGiver_Breed.cs" />
<Compile Include="Source\JobGivers\JobGiver_ComfortPrisonerRape.cs" />
<Compile Include="Source\JobGivers\JobGiver_DoFappin.cs" />
<Compile Include="Source\JobGivers\JobGiver_RandomRape.cs" />
<Compile Include="Source\JobGivers\JobGiver_RapeEnemy.cs" />
<Compile Include="Source\JobGivers\JobGiver_ViolateCorpse.cs" />
<Compile Include="Source\Modules\Whoring\JobGivers\JobGiver_WhoreInvitingVisitors.cs" />
<Compile Include="Source\MentalStates\MentalState_RandomRape.cs" />
<Compile Include="Source\MentalStates\SexualMentalState.cs" />
<Compile Include="Source\Needs\Need_Sex.cs" />
<Compile Include="Source\PawnCapacities\BodyPartTagDefOf.cs" />
<Compile Include="Source\PawnCapacities\PawnCapacityWorker_Fertility.cs" />
<Compile Include="Source\Modules\Nymphs\Pawns\Nymph_Backstories.cs" />
<Compile Include="Source\Modules\Nymphs\Pawns\Nymph_Generator.cs" />
<Compile Include="Source\Recipes\Install_Part\Recipe_InstallPart.cs" />
<Compile Include="Source\Modules\Pregnancy\Recipes\Recipe_Abortion.cs" />
<Compile Include="Source\Modules\Bondage\Recipes\Recipe_ChastityBelt.cs" />
<Compile Include="Source\Modules\Pregnancy\Recipes\Recipe_ClaimChild.cs" />
<Compile Include="Source\Modules\Pregnancy\Recipes\Recipe_DeterminePregnancy.cs" />
<Compile Include="Source\Modules\Bondage\Recipes\Recipe_ForceOffGear.cs" />
<Compile Include="Source\Modules\Pregnancy\Recipes\Recipe_InstallIUD.cs" />
<Compile Include="Source\Modules\Pregnancy\Recipes\Recipe_PregnancyHackMech.cs" />
<Compile Include="Source\Modules\Pregnancy\Recipes\Recipe_Sterilize.cs" />
<Compile Include="Source\Recipes\Recipe_Restraints.cs" />
<Compile Include="Source\Recipes\Remove_Part\Recipe_RemoveAnus.cs" />
<Compile Include="Source\Recipes\Remove_Part\Recipe_RemoveBreasts.cs" />
<Compile Include="Source\Recipes\Remove_Part\Recipe_RemoveGenitals.cs" />
<Compile Include="Source\Recipes\Remove_Part\Recipe_RemovePart.cs" />
<Compile Include="Source\Settings\RJWDebugSettings.cs" />
<Compile Include="Source\Settings\RJWHookupSettings.cs" />
<Compile Include="Source\Settings\RJWPregnancySettings.cs" />
<Compile Include="Source\Settings\RJWSettings.cs" />
<Compile Include="Source\Settings\RJWSexSettings.cs" />
<Compile Include="Source\ThinkTreeNodes\ThinkNode_ChancePerHour_Bestiality.cs" />
<Compile Include="Source\ThinkTreeNodes\ThinkNode_ChancePerHour_Breed.cs" />
<Compile Include="Source\ThinkTreeNodes\ThinkNode_ChancePerHour_Fappin.cs" />
<Compile Include="Source\ThinkTreeNodes\ThinkNode_ChancePerHour_Necro.cs" />
<Compile Include="Source\ThinkTreeNodes\ThinkNode_ChancePerHour_RapeCP.cs" />
<Compile Include="Source\ThinkTreeNodes\ThinkNode_ConditionalBestiality.cs" />
<Compile Include="Source\ThinkTreeNodes\ThinkNode_ConditionalCanBreed.cs" />
<Compile Include="Source\ThinkTreeNodes\ThinkNode_ConditionalCanRapeCP.cs" />
<Compile Include="Source\ThinkTreeNodes\ThinkNode_ConditionalFrustrated.cs" />
<Compile Include="Source\ThinkTreeNodes\ThinkNode_ConditionalHorny.cs" />
<Compile Include="Source\ThinkTreeNodes\ThinkNode_ConditionalNecro.cs" />
<Compile Include="Source\ThinkTreeNodes\ThinkNode_ConditionalNympho.cs" />
<Compile Include="Source\ThinkTreeNodes\ThinkNode_ConditionalRapist.cs" />
<Compile Include="Source\ThinkTreeNodes\ThinkNode_ConditionalSexChecks.cs" />
<Compile Include="Source\Modules\Whoring\ThinkTreeNodes\ThinkNode_ConditionalWhore.cs" />
<Compile Include="Source\Modules\Bondage\Thoughts\ThoughtWorker_Bound.cs" />
<Compile Include="Source\Thoughts\ThoughtWorker_FeelingBroken.cs" />
<Compile Include="Source\Modules\STD\Thoughts\ThoughtWorker_ItchyCrotch.cs" />
<Compile Include="Source\Thoughts\ThoughtWorker_NeedSex.cs" />
<Compile Include="Source\Thoughts\ThoughtWorker_SexChange.cs" />
<Compile Include="Source\Modules\STD\Thoughts\ThoughtWorker_SyphiliticThoughts.cs" />
<Compile Include="Source\Modules\STD\Thoughts\ThoughtWorker_WastingAway.cs" />
<Compile Include="Source\Modules\Whoring\Thoughts\ThoughtWorker_Whore.cs" />
<Compile Include="Source\Triggers\Trigger_SexSatisfy.cs" />
<Compile Include="Source\WorkGivers\WorkGiver_BestialityForFemale.cs" />
<Compile Include="Source\WorkGivers\WorkGiver_BestialityForMale.cs" />
<Compile Include="Source\Modules\SemenOverlay\WorkGivers\WorkGiver_CleanSelf.cs" />
<Compile Include="Source\WorkGivers\WorkGiver_Fap.cs" />
<Compile Include="Source\WorkGivers\WorkGiver_Fap_Bed.cs" />
<Compile Include="Source\WorkGivers\WorkGiver_Rape.cs" />
<Compile Include="Source\WorkGivers\WorkGiver_RapeCP.cs" />
<Compile Include="Source\WorkGivers\WorkGiver_Sexchecks.cs" />
<Compile Include="Source\WorkGivers\WorkGiver_ViolateCorpse.cs" />
<Content Include=".gitattributes" />
<Content Include=".gitignore" />
<Content Include="About\About.xml">
<SubType>Designer</SubType>
</Content>
<Content Include="About\ModSync.xml">
<SubType>Designer</SubType>
</Content>
<Content Include="About\Preview.png" />
<Content Include="Assemblies\%24HugsLibChecker.dll" />
<Content Include="Assemblies\0Harmony.dll" />
<Content Include="Assemblies\0MultiplayerAPI.dll" />
<Content Include="Assemblies\RJW.dll" />
<Compile Include="Source\Settings\Settings.cs" />
<Content Include="Defs\BodyPartDefs\BodyParts_Humanlike.xml">
<SubType>Designer</SubType>
</Content>
<Content Include="Defs\BodyPartDefs\BodyParts_Mech.xml" />
<Content Include="Defs\BodyPartTagDefs\BodyPartTags_FertilitySource.xml">
<SubType>Designer</SubType>
</Content>
<Content Include="Defs\ConceptDefs\Concepts_WhoreBeds.xml" />
<Content Include="Defs\DamageDefs\Damage_Viral.xml" />
<Content Include="Defs\HediffDefs\Hediffs_Bondage.xml" />
<Content Include="Defs\HediffDefs\Hediffs_Bukkake.xml" />
<Content Include="Defs\HediffDefs\Hediffs_EnemyImplants.xml">
<SubType>Designer</SubType>
</Content>
<Content Include="Defs\HediffDefs\Hediffs_FeelingBroken.xml">
<SubType>Designer</SubType>
</Content>
<Content Include="Defs\HediffDefs\Hediffs_Fertility.xml" />
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
<Content Include="Defs\HediffDefs\Hediffs_MCEvents.xml" />
<Content Include="Defs\HediffDefs\Hediffs_Other.xml" />
<Content Include="Defs\HediffDefs\Hediffs_Pregnancy.xml">
<SubType>Designer</SubType>
</Content>
<Content Include="Defs\HediffDefs\Hediffs_PrivateParts\Hediffs_PrivateParts.xml" />
<Content Include="Defs\HediffDefs\Hediffs_PrivateParts\Hediffs_PrivateParts_Animal.xml" />
<Content Include="Defs\HediffDefs\Hediffs_PrivateParts\Hediffs_PrivateParts_Demon.xml" />
<Content Include="Defs\HediffDefs\Hediffs_PrivateParts\Hediffs_PrivateParts_Human.xml" />
<Content Include="Defs\HediffDefs\Hediffs_PrivateParts\Hediffs_PrivateParts_Implants.xml" />
<Content Include="Defs\HediffDefs\Hediffs_PrivateParts\Hediffs_PrivateParts_Insect.xml" />
<Content Include="Defs\HediffDefs\Hediffs_PrivateParts\Hediffs_PrivateParts_Slime.xml" />
<Content Include="Defs\HediffDefs\Hediffs_SimpleBaby.xml" />
<Content Include="Defs\HediffDefs\Hediffs_STDs.xml" />
<Content Include="Defs\HediffDefs\Hediffs_Sterilized.xml" />
<Content Include="Defs\HediffDefs\Hediffs_Submitting.xml" />
<Content Include="Defs\HediffDefs\Hediffs_Transgender.xml">
<SubType>Designer</SubType>
</Content>
<Content Include="Defs\IncidentDef\Incidents_Nymph.xml" />
<Content Include="Defs\IncidentDef\Incidents_Testing.xml" />
<Content Include="Defs\InteractionDef\Interactions_Breed.xml" />
<Content Include="Defs\InteractionDef\Interactions_Oral.xml" />
<Content Include="Defs\InteractionDef\Interactions_Rape.xml" />
<Content Include="Defs\InteractionDef\Interactions_Sex.xml" />
<Content Include="Defs\JobDefs\Jobs_Bestiality.xml">
<SubType>Designer</SubType>
</Content>
<Content Include="Defs\JobDefs\Jobs_Bondage.xml">
<SubType>Designer</SubType>
</Content>
<Content Include="Defs\JobDefs\Jobs_Bukkake.xml" />
<Content Include="Defs\JobDefs\Jobs_Misc.xml">
<SubType>Designer</SubType>
</Content>
<Content Include="Defs\JobDefs\Jobs_Necrophile.xml">
<SubType>Designer</SubType>
</Content>
<Content Include="Defs\JobDefs\Jobs_Rapist.xml">
<SubType>Designer</SubType>
</Content>
<Content Include="Defs\JobDefs\Jobs_Whore.xml">
<SubType>Designer</SubType>
</Content>
<Content Include="Defs\MentalStateDefs\MentalStates.xml">
<SubType>Designer</SubType>
</Content>
<Content Include="Defs\MiscTranslationDef\MiscTranslationDefs.xml" />
<Content Include="Defs\ModRacesParts.xml">
<SubType>Designer</SubType>
</Content>
<Content Include="Defs\NeedDefs\Needs_Sex.xml" />
<Content Include="Defs\NonInheritedTraits.xml" />
<Content Include="Defs\PawnCapacityDefs\PawnCapacity_Fertility.xml" />
<Content Include="Defs\PawnKindDefs\PawnKind_Nymph.xml" />
<Content Include="Defs\PawnRelationDef\PawnRelations_Beast.xml">
<SubType>Designer</SubType>
</Content>
<Content Include="Defs\races_db.xml">
<SubType>Designer</SubType>
</Content>
<Content Include="Defs\RecipeDefs\Recipes_Abortion.xml" />
<Content Include="Defs\RecipeDefs\Recipes_MakeBondageGear.xml" />
<Content Include="Defs\RecipeDefs\Recipes_ClaimChild.xml">
<SubType>Designer</SubType>
</Content>
<Content Include="Defs\RecipeDefs\Recipes_ForceRemoveBondage.xml" />
<Content Include="Defs\RecipeDefs\Recipes_MakeProsthetics.xml" />
<Content Include="Defs\RecipeDefs\Recipes_RemoveEnemyImplants.xml" />
<Content Include="Defs\RecipeDefs\Recipes_Surgery.xml">
<SubType>Designer</SubType>
</Content>
<Content Include="Defs\RecipeDefs\Recipes_Surgery_Futa_Female.xml" />
<Content Include="Defs\RecipeDefs\Recipes_Surgery_Misc.xml" />
<Content Include="Defs\RecipeDefs\Recipes_Surgery_Remove_Parts.xml" />
<Content Include="Defs\RecipeDefs\Recipe_DeterminePregnancy.xml" />
<Content Include="Defs\RecordDefs\Records.xml" />
<Content Include="Defs\RulePackDefs\RulePacks_Breeding.xml" />
<Content Include="Defs\RulePackDefs\RulePacks_EngravedNames.xml" />
<Content Include="Defs\RulePackDefs\RulePacks_Oral.xml" />
<Content Include="Defs\RulePackDefs\RulePacks_Rape.xml" />
<Content Include="Defs\RulePackDefs\RulePacks_Sex.xml" />
<Content Include="Defs\RulePackDefs\RulePacks_TalkTopics_Sex.xml" />
<Content Include="Defs\SoundDefs\Sounds_Sex.xml" />
<Content Include="Defs\SpecialBackstories.xml" />
<Content Include="Defs\StatDefs\Stats.xml" />
<Content Include="Defs\STDDefs\STDs.xml" />
<Content Include="Defs\ThingDefs\Drugs.xml" />
<Content Include="Defs\ThingDefs\Filth_Cum.xml">
<SubType>Designer</SubType>
</Content>
<Content Include="Defs\ThingDefs\Items_BodyParts\Items_BodyParts.xml" />
<Content Include="Defs\ThingDefs\Items_BodyParts\Items_BodyParts_Animal.xml" />
<Content Include="Defs\ThingDefs\Items_BodyParts\Items_BodyParts_Demon.xml" />
<Content Include="Defs\ThingDefs\Items_BodyParts\Items_BodyParts_Human.xml" />
<Content Include="Defs\ThingDefs\Items_BodyParts\Items_BodyParts_Implants.xml" />
<Content Include="Defs\ThingDefs\Items_BodyParts\Items_BodyParts_Insect.xml" />
<Content Include="Defs\ThingDefs\Items_BodyParts\Items_BodyParts_Slime.xml" />
<Content Include="Defs\ThingDefs\Items_Bondage.xml" />
<Content Include="Defs\ThingDefs\Items_WhoreBeds.xml">
<SubType>Designer</SubType>
</Content>
<Content Include="Defs\ThingDefs\Motes.xml" />
<Content Include="Defs\ThinkTreeDefs\ThinkTrees_Misc.xml">
<SubType>Designer</SubType>
</Content>
<Content Include="Defs\ThinkTreeDefs\ThinkTrees_Necrophile.xml">
<SubType>Designer</SubType>
</Content>
<Content Include="Defs\ThinkTreeDefs\ThinkTrees_Nymph.xml">
<SubType>Designer</SubType>
</Content>
<Content Include="Defs\ThinkTreeDefs\ThinkTrees_Prisoner.xml">
<SubType>Designer</SubType>
</Content>
<Content Include="Defs\ThinkTreeDefs\ThinkTrees_Rapist.xml" />
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
<Content Include="Defs\ThinkTreeDefs\ThinkTrees_Whore.xml">
<SubType>Designer</SubType>
</Content>
<Content Include="Defs\ThinkTreeDefs\ThinkTrees_Zoophile.xml">
<SubType>Designer</SubType>
</Content>
<Content Include="Defs\ThoughtDefs\Thoughts_Bestiality.xml">
<SubType>Designer</SubType>
</Content>
<Content Include="Defs\ThoughtDefs\Thoughts_Bondage.xml" />
<Content Include="Defs\ThoughtDefs\Thoughts_Family.xml">
<SubType>Designer</SubType>
</Content>
<Content Include="Defs\ThoughtDefs\Thoughts_Necrophile.xml">
<SubType>Designer</SubType>
</Content>
<Content Include="Defs\ThoughtDefs\Thoughts_Rape.xml">
<SubType>Designer</SubType>
</Content>
<Content Include="Defs\ThoughtDefs\Thoughts_Sex.xml">
<SubType>Designer</SubType>
</Content>
<Content Include="Defs\ThoughtDefs\Thoughts_SexChange.xml">
<SubType>Designer</SubType>
</Content>
<Content Include="Defs\ThoughtDefs\Thoughts_STD.xml">
<SubType>Designer</SubType>
</Content>
<Content Include="Defs\ThoughtDefs\Thoughts_Virgin.xml">
<SubType>Designer</SubType>
</Content>
<Content Include="Defs\ThoughtDefs\Thoughts_Whore.xml">
<SubType>Designer</SubType>
</Content>
<Content Include="Defs\TraitDefs\Traits.xml" />
<Content Include="Defs\WorkGiverDefs\WorkGivers_Bukkake.xml" />
<Content Include="Defs\_config.xml">
<SubType>Designer</SubType>
</Content>
<Content Include="Languages\English\Keyed\RimJobWorld.xml">
<SubType>Designer</SubType>
</Content>
<Content Include="Languages\English\Strings\Words\Nouns\TalkTopics_Sexual.txt" />
<Content Include="Patches\BodyParts_All.xml" />
<Content Include="Patches\BodyParts_Humanoid.xml" />
<Content Include="Patches\BodyParts_Mechanoid.xml" />
<Content Include="Patches\CnP_compatibility.xml">
<SubType>Designer</SubType>
</Content>
<Content Include="Patches\ModdedTraits_compatibility.xml" />
<Content Include="Patches\Necro_Thought_patch.xml" />
<Content Include="Patches\Races_Humanlike_Patch.xml" />
<Content Include="Patches\Tweak_Duty.xml">
<SubType>Designer</SubType>
</Content>
<Content Include="Sounds\Sex\cum.wav" />
<Content Include="Sounds\Sex\kucyu04.wav" />
<Content Include="Textures\Bukkake\SemenIcon_drenched.png" />
<Content Include="Textures\Bukkake\SemenIcon_dripping.png" />
<Content Include="Textures\Bukkake\SemenIcon_little.png" />
<Content Include="Textures\Bukkake\SemenIcon_some.png" />
<Content Include="Textures\Bukkake\splatch_1.png" />
<Content Include="Textures\Bukkake\splatch_2.png" />
<Content Include="Textures\Bukkake\splatch_3.png" />
<Content Include="Textures\Bukkake\splatch_4.png" />
<Content Include="Textures\Bukkake\splatch_5.png" />
<Content Include="Textures\Bukkake\splatch_6.png" />
<Content Include="Textures\Bukkake\splatch_7.png" />
<Content Include="Textures\Bukkake\splatch_8.png" />
<Content Include="Textures\Bukkake\splatch_9.png" />
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
<Content Include="Textures\Things\Building\Furniture\Bed\BedWhore_east.png" />
<Content Include="Textures\Things\Building\Furniture\Bed\BedWhore_eastm.png" />
<Content Include="Textures\Things\Building\Furniture\Bed\BedWhore_north.png" />
<Content Include="Textures\Things\Building\Furniture\Bed\BedWhore_northm.png" />
<Content Include="Textures\Things\Building\Furniture\Bed\BedWhore_south.png" />
<Content Include="Textures\Things\Building\Furniture\Bed\BedWhore_southm.png" />
<Content Include="Textures\Things\Building\Furniture\Bed\DoubleBedWhore_east.png" />
<Content Include="Textures\Things\Building\Furniture\Bed\DoubleBedWhore_eastm.png" />
<Content Include="Textures\Things\Building\Furniture\Bed\DoubleBedWhore_north.png" />
<Content Include="Textures\Things\Building\Furniture\Bed\DoubleBedWhore_northm.png" />
<Content Include="Textures\Things\Building\Furniture\Bed\DoubleBedWhore_south.png" />
<Content Include="Textures\Things\Building\Furniture\Bed\DoubleBedWhore_southm.png" />
<Content Include="Textures\Things\Building\Furniture\Bed\RoyalBedWhore_east.png" />
<Content Include="Textures\Things\Building\Furniture\Bed\RoyalBedWhore_eastm.png" />
<Content Include="Textures\Things\Building\Furniture\Bed\RoyalBedWhore_north.png" />
<Content Include="Textures\Things\Building\Furniture\Bed\RoyalBedWhore_northm.png" />
<Content Include="Textures\Things\Building\Furniture\Bed\RoyalBedWhore_south.png" />
<Content Include="Textures\Things\Building\Furniture\Bed\RoyalBedWhore_southm.png" />
<Content Include="Textures\Things\Building\Furniture\Bed\WhoreSleepSpot_east.png" />
<Content Include="Textures\Things\Building\Furniture\Bed\WhoreSleepSpot_north.png" />
<Content Include="Textures\Things\Building\Furniture\Bed\WhoreSleepSpot_south.png" />
<Content Include="Textures\Things\Item\Humpshroom\Humpshroom.png" />
<Content Include="Textures\Things\Item\Humpshroom\HumpshroomCollected.png" />
<Content Include="Textures\Things\Item\Parts\anus.png" />
<Content Include="Textures\Things\Item\Parts\anus_artificial.png" />
<Content Include="Textures\Things\Item\Parts\breast.png" />
<Content Include="Textures\Things\Item\Parts\breast_artificial.png" />
<Content Include="Textures\Things\Item\Parts\genital_female.png" />
<Content Include="Textures\Things\Item\Parts\genital_female_artificial.png" />
<Content Include="Textures\Things\Item\Parts\genital_male.png" />
<Content Include="Textures\Things\Item\Parts\genital_male_artificial.png" />
<Content Include="Textures\Things\Item\Parts\placeholder_part.png" />
<Content Include="Textures\Things\Item\Parts\slime.png" />
<Content Include="Textures\Things\Pawn\Humanlike\Apparel\Bondage\Armbinder\armbinder.png" />
<Content Include="Textures\Things\Pawn\Humanlike\Apparel\Bondage\Armbinder\Armbinder_Fat_east.png" />
<Content Include="Textures\Things\Pawn\Humanlike\Apparel\Bondage\Armbinder\Armbinder_Fat_north.png" />
<Content Include="Textures\Things\Pawn\Humanlike\Apparel\Bondage\Armbinder\Armbinder_Fat_south.png" />
<Content Include="Textures\Things\Pawn\Humanlike\Apparel\Bondage\Armbinder\Armbinder_Female_east.png" />
<Content Include="Textures\Things\Pawn\Humanlike\Apparel\Bondage\Armbinder\Armbinder_Female_north.png" />
<Content Include="Textures\Things\Pawn\Humanlike\Apparel\Bondage\Armbinder\Armbinder_Female_south.png" />
<Content Include="Textures\Things\Pawn\Humanlike\Apparel\Bondage\Armbinder\Armbinder_Hulk_east.png" />
<Content Include="Textures\Things\Pawn\Humanlike\Apparel\Bondage\Armbinder\Armbinder_Hulk_north.png" />
<Content Include="Textures\Things\Pawn\Humanlike\Apparel\Bondage\Armbinder\Armbinder_Hulk_south.png" />
<Content Include="Textures\Things\Pawn\Humanlike\Apparel\Bondage\Armbinder\Armbinder_Male_east.png" />
<Content Include="Textures\Things\Pawn\Humanlike\Apparel\Bondage\Armbinder\Armbinder_Male_north.png" />
<Content Include="Textures\Things\Pawn\Humanlike\Apparel\Bondage\Armbinder\Armbinder_Male_south.png" />
<Content Include="Textures\Things\Pawn\Humanlike\Apparel\Bondage\Armbinder\Armbinder_Normal_east.png" />
<Content Include="Textures\Things\Pawn\Humanlike\Apparel\Bondage\Armbinder\Armbinder_Normal_north.png" />
<Content Include="Textures\Things\Pawn\Humanlike\Apparel\Bondage\Armbinder\Armbinder_Normal_south.png" />
<Content Include="Textures\Things\Pawn\Humanlike\Apparel\Bondage\Armbinder\Armbinder_Thin_east.png" />
<Content Include="Textures\Things\Pawn\Humanlike\Apparel\Bondage\Armbinder\Armbinder_Thin_north.png" />
<Content Include="Textures\Things\Pawn\Humanlike\Apparel\Bondage\Armbinder\Armbinder_Thin_south.png" />
<Content Include="Textures\Things\Pawn\Humanlike\Apparel\Bondage\ChastityBelt\chastity_belt.png" />
<Content Include="Textures\Things\Pawn\Humanlike\Apparel\Bondage\ChastityBelt\Chastity_Belt_Fat_east.png" />
<Content Include="Textures\Things\Pawn\Humanlike\Apparel\Bondage\ChastityBelt\Chastity_Belt_Fat_north.png" />
<Content Include="Textures\Things\Pawn\Humanlike\Apparel\Bondage\ChastityBelt\Chastity_Belt_Fat_south.png" />
<Content Include="Textures\Things\Pawn\Humanlike\Apparel\Bondage\ChastityBelt\Chastity_Belt_Female_east.png" />
<Content Include="Textures\Things\Pawn\Humanlike\Apparel\Bondage\ChastityBelt\Chastity_Belt_Female_north.png" />
<Content Include="Textures\Things\Pawn\Humanlike\Apparel\Bondage\ChastityBelt\Chastity_Belt_Female_south.png" />
<Content Include="Textures\Things\Pawn\Humanlike\Apparel\Bondage\ChastityBelt\Chastity_Belt_Hulk_east.png" />
<Content Include="Textures\Things\Pawn\Humanlike\Apparel\Bondage\ChastityBelt\Chastity_Belt_Hulk_north.png" />
<Content Include="Textures\Things\Pawn\Humanlike\Apparel\Bondage\ChastityBelt\Chastity_Belt_Hulk_south.png" />
<Content Include="Textures\Things\Pawn\Humanlike\Apparel\Bondage\ChastityBelt\Chastity_Belt_Male_east.png" />
<Content Include="Textures\Things\Pawn\Humanlike\Apparel\Bondage\ChastityBelt\Chastity_Belt_Male_Front.png" />
<Content Include="Textures\Things\Pawn\Humanlike\Apparel\Bondage\ChastityBelt\Chastity_Belt_Male_north.png" />
<Content Include="Textures\Things\Pawn\Humanlike\Apparel\Bondage\ChastityBelt\Chastity_Belt_Thin_east.png" />
<Content Include="Textures\Things\Pawn\Humanlike\Apparel\Bondage\ChastityBelt\Chastity_Belt_Thin_north.png" />
<Content Include="Textures\Things\Pawn\Humanlike\Apparel\Bondage\ChastityBelt\Chastity_Belt_Thin_south.png" />
<Content Include="Textures\Things\Pawn\Humanlike\Apparel\Bondage\GagBall\gag_ball.png" />
<Content Include="Textures\Things\Pawn\Humanlike\Apparel\Bondage\holokey.png" />
<Content Include="Textures\Things\Pawn\Humanlike\Apparel\Bondage\hololock.png" />
<Content Include="Textures\Things\Pawn\Humanlike\Apparel\Bondage\PrisonerChains\PrisonerChains.png" />
<Content Include="Textures\Things\Pawn\Humanlike\Apparel\Bondage\PrisonerChains\PrisonerChains_Fat_east.png" />
<Content Include="Textures\Things\Pawn\Humanlike\Apparel\Bondage\PrisonerChains\PrisonerChains_Fat_north.png" />
<Content Include="Textures\Things\Pawn\Humanlike\Apparel\Bondage\PrisonerChains\PrisonerChains_Fat_south.png" />
<Content Include="Textures\Things\Pawn\Humanlike\Apparel\Bondage\PrisonerChains\PrisonerChains_Female_east.png" />
<Content Include="Textures\Things\Pawn\Humanlike\Apparel\Bondage\PrisonerChains\PrisonerChains_Female_north.png" />
<Content Include="Textures\Things\Pawn\Humanlike\Apparel\Bondage\PrisonerChains\PrisonerChains_Female_south.png" />
<Content Include="Textures\Things\Pawn\Humanlike\Apparel\Bondage\PrisonerChains\PrisonerChains_Hulk_east.png" />
<Content Include="Textures\Things\Pawn\Humanlike\Apparel\Bondage\PrisonerChains\PrisonerChains_Hulk_north.png" />
<Content Include="Textures\Things\Pawn\Humanlike\Apparel\Bondage\PrisonerChains\PrisonerChains_Hulk_south.png" />
<Content Include="Textures\Things\Pawn\Humanlike\Apparel\Bondage\PrisonerChains\PrisonerChains_Male_east.png" />
<Content Include="Textures\Things\Pawn\Humanlike\Apparel\Bondage\PrisonerChains\PrisonerChains_Male_north.png" />
<Content Include="Textures\Things\Pawn\Humanlike\Apparel\Bondage\PrisonerChains\PrisonerChains_Male_south.png" />
<Content Include="Textures\Things\Pawn\Humanlike\Apparel\Bondage\PrisonerChains\PrisonerChains_Thin_east.png" />
<Content Include="Textures\Things\Pawn\Humanlike\Apparel\Bondage\PrisonerChains\PrisonerChains_Thin_north.png" />
<Content Include="Textures\Things\Pawn\Humanlike\Apparel\Bondage\PrisonerChains\PrisonerChains_Thin_south.png" />
<Content Include="Textures\UI\Commands\Breeder_Animal_off.png" />
<Content Include="Textures\UI\Commands\Breeder_Animal_on.png" />
<Content Include="Textures\UI\Commands\Breeding_Animal_off.png" />
<Content Include="Textures\UI\Commands\Breeding_Animal_on.png" />
<Content Include="Textures\UI\Commands\Breeding_Pawn_off.png" />
<Content Include="Textures\UI\Commands\Breeding_Pawn_on.png" />
<Content Include="Textures\UI\Commands\Breeding_Pawn_Refuse.png" />
<Content Include="Textures\UI\Commands\cancel.png" />
<Content Include="Textures\UI\Commands\ComfortPrisoner_off.png" />
<Content Include="Textures\UI\Commands\ComfortPrisoner_on.png" />
<Content Include="Textures\UI\Commands\ComfortPrisoner_Refuse.png" />
<Content Include="Textures\UI\Commands\Hero_off.png" />
<Content Include="Textures\UI\Commands\Hero_on.png" />
<Content Include="Textures\UI\Commands\Milking_off.png" />
<Content Include="Textures\UI\Commands\Milking_on.png" />
<Content Include="Textures\UI\Commands\Service_off.png" />
<Content Include="Textures\UI\Commands\Service_on.png" />
<Content Include="Textures\UI\Commands\Service_Refuse.png" />
<Content Include="Textures\UI\Commands\Submit.png" />
<None Include="Defs\RandomDialoguesxml" />
<None Include="Textures\.gitignore" />
</ItemGroup>
<ItemGroup>
<None Include="LICENSE" />
</ItemGroup>
<ItemGroup>
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<Reference Include="%24HugsLibChecker, Version=0.5.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>packages\UnlimitedHugs.Rimworld.HugsLibChecker.5.0.0\lib\net35\$HugsLibChecker.dll</HintPath>
</Reference>
<Reference Include="0Harmony, Version=1.2.0.1, Culture=neutral, processorArchitecture=MSIL">
<HintPath>packages\UnlimitedHugs.Rimworld.HugsLib.6.1.1\lib\net35\0Harmony.dll</HintPath>
</Reference>
<Reference Include="0MultiplayerAPI">
<HintPath>packages\Multiplayer\Assemblies\0MultiplayerAPI.dll</HintPath>
</Reference>
<Reference Include="Assembly-CSharp">
<HintPath>..\..\RimWorldWin64_Data\Managed\Assembly-CSharp.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="HugsLib, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>packages\UnlimitedHugs.Rimworld.HugsLib.6.1.1\lib\net35\HugsLib.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="NAudio">
<HintPath>..\..\RimWorldWin64_Data\Managed\NAudio.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="NVorbis">
<HintPath>..\..\RimWorldWin64_Data\Managed\NVorbis.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Psychology">
<HintPath>packages\Psychology.2018-11-18\Assemblies\Psychology.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="RimWorldChildren">
<HintPath>packages\ChildrenAndPregnancy.0.4e\Assemblies\RimWorldChildren.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="SyrTraits">
<HintPath>packages\SYR.Individuality.1.1.4\Assemblies\SyrTraits.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="System" />
<Reference Include="UnityEngine">
<HintPath>..\..\RimWorldWin64_Data\Managed\UnityEngine.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="UnityEngine.UI">
<HintPath>..\..\RimWorldWin64_Data\Managed\UnityEngine.UI.dll</HintPath>
<Private>False</Private>
</Reference>
</ItemGroup>
<ItemGroup />