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\Common\bondage_gear.cs" />
<Compile Include="Source\Common\Breeder_Helper.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\Common\Pregnancy_Helper.cs" />
<Compile Include="Source\Common\std.cs" />
<Compile Include="Source\Common\StringListDef.cs" />
<Compile Include="Source\Common\Unprivater.cs" />
<Compile Include="Source\Common\xxx.cs" />
<Compile Include="Source\Comps\CompBondageGear.cs" />
<Compile Include="Source\Comps\CompGetBondageGear.cs" />
<Compile Include="Source\Comps\CompHoloCryptoStamped.cs" />
<Compile Include="Source\Comps\CompProperties_RJW.cs" />
<Compile Include="Source\Comps\CompRJW.cs" />
<Compile Include="Source\Comps\CompStampedApparelKey.cs" />
<Compile Include="Source\Comps\CompUnlockBondageGear.cs" />
<Compile Include="Source\Designators\RJWdesignations.cs" />
<Compile Include="Source\Harmony\CnPcompatibility.cs" />
<Compile Include="Source\Harmony\First.cs" />
<Compile Include="Source\Harmony\patches_ABF.cs" />
<Compile Include="Source\Harmony\patches_backstory_generator.cs" />
<Compile Include="Source\Harmony\patches_bondage_gear.cs" />
<Compile Include="Source\Harmony\patches_lovin.cs" />
<Compile Include="Source\Harmony\patches_pregnancy.cs" />
<Compile Include="Source\Harmony\Rjw_buttons.cs" />
<Compile Include="Source\Harmony\SexualityCard.cs" />
<Compile Include="Source\Harmony\SexualityCardInternal.cs" />
<Compile Include="Source\Harmony\submit_button.cs" />
<Compile Include="Source\Hediffs\HediffComp_SeverityPerDayIfRest.cs" />
<Compile Include="Source\Hediffs\Pregnancy\HediffDef_EnemyImplants.cs" />
<Compile Include="Source\Hediffs\Hediff_ID.cs" />
<Compile Include="Source\Hediffs\Pregnancy\Hediff_InsectEggPregnancy.cs" />
<Compile Include="Source\Hediffs\Hediff_InvisibleImplant.cs" />
<Compile Include="Source\Hediffs\Hediff_MCEvents.cs" />
<Compile Include="Source\Hediffs\Pregnancy\Hediff_MechImplants.cs" />
<Compile Include="Source\Hediffs\Pregnancy\HeDiff_MicroComputer.cs" />
<Compile Include="Source\Hediffs\Pregnancy\Hediff_ParasitePregnancy.cs" />
<Compile Include="Source\Hediffs\Hediff_Submitting.cs" />
<Compile Include="Source\Hediffs\Pregnancy\Hediff_BasePregnancy.cs" />
<Compile Include="Source\Hediffs\Pregnancy\Hediff_BestialPregnancy.cs" />
<Compile Include="Source\Hediffs\Pregnancy\Hediff_HumanlikePregnancy.cs" />
<Compile Include="Source\Hediffs\Pregnancy\Hediff_SimpleBaby.cs" />
<Compile Include="Source\Incidents\IncidentWorker_NymphJoins.cs" />
<Compile Include="Source\Incidents\IncidentWorker_NymphVisitorGroup.cs" />
<Compile Include="Source\Incidents\IncidentWorker_TestInc.cs" />
<Compile Include="Source\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\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\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\JobDrivers\JobDriver_StruggleInBondageGear.cs" />
<Compile Include="Source\JobDrivers\JobDriver_UseItemOn.cs" />
<Compile Include="Source\JobDrivers\JobDriver_ViolateCorpse.cs" />
<Compile Include="Source\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" />
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
<Compile Include="Source\JobGivers\JobGiver_RandomRape.cs" />
<Compile Include="Source\JobGivers\JobGiver_RapeEnemy.cs" />
<Compile Include="Source\JobGivers\JobGiver_ViolateCorpse.cs" />
<Compile Include="Source\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\Pawns\Nymph_Backstories.cs" />
<Compile Include="Source\Pawns\Nymph_Generator.cs" />
<Compile Include="Source\Recipes\Install_Part\Recipe_InstallAnus.cs" />
<Compile Include="Source\Recipes\Install_Part\Recipe_InstallBreasts.cs" />
<Compile Include="Source\Recipes\Install_Part\Recipe_InstallGenitals.cs" />
<Compile Include="Source\Recipes\Install_Part\Recipe_InstallPrivates.cs" />
<Compile Include="Source\Recipes\Recipe_ChastityBelt.cs" />
<Compile Include="Source\Recipes\Recipe_ClaimChild.cs" />
<Compile Include="Source\Recipes\Recipe_DeterminePregnancy.cs" />
<Compile Include="Source\Recipes\Recipe_ForceOffGear.cs" />
<Compile Include="Source\Recipes\Recipe_InstallIUD.cs" />
<Compile Include="Source\Recipes\Recipe_Sterilize.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\Recipes\Remove_Part\Recipe_RemovePenis.cs" />
<Compile Include="Source\Recipes\Remove_Part\Recipe_RemoveVagina.cs" />
<Compile Include="Source\Recipes\Transgender\Recipe_MakeFuta.cs" />
<Compile Include="Source\Recipes\Transgender\Recipe_MakeFutaF.cs" />
<Compile Include="Source\Recipes\Transgender\Recipe_MakeFutaM.cs" />
<Compile Include="Source\Settings\RJWSettings.cs" />
<Compile Include="Source\Settings\RJWPregnancySettings.cs" />
<Compile Include="Source\Settings\RJWPreferenceSettings.cs" />
<Compile Include="Source\Settings\RJWSettingsController.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\ThinkTreeNodes\ThinkNode_ConditionalTrait.cs" />
<Compile Include="Source\ThinkTreeNodes\ThinkNode_ConditionalWhore.cs" />
<Compile Include="Source\Thoughts\ThoughtWorker_Bound.cs" />
<Compile Include="Source\Thoughts\ThoughtWorker_FeelingBroken.cs" />
<Compile Include="Source\Thoughts\ThoughtWorker_ItchyCrotch.cs" />
<Compile Include="Source\Thoughts\ThoughtWorker_NeedSex.cs" />
<Compile Include="Source\Thoughts\ThoughtWorker_SexChange.cs" />
<Compile Include="Source\Thoughts\ThoughtWorker_SyphiliticThoughts.cs" />
<Compile Include="Source\Thoughts\ThoughtWorker_WastingAway.cs" />
<Compile Include="Source\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\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_RapeEnemy.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\Preview.png" />
<Content Include="Assemblies\%24HugsLibChecker.dll" />
<Content Include="Assemblies\0Harmony.dll" />
<Content Include="Assemblies\RJW.dll" />
<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_EnemyImplants.xml">
<SubType>Designer</SubType>
</Content>
<Content Include="Defs\HediffDefs\Hediffs_FeelingBroken.xml">
<SubType>Designer</SubType>
</Content>
<Content Include="Defs\HediffDefs\Hediffs_Fertility.xml" />
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
<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\HediffGiverSetDefs\HediffGiverSets.xml" />
<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_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" />
<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" />
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
<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\_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" />
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
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
<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_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\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\cancel.png" />
<Content Include="Textures\UI\Commands\ComfortPrisoner_off.png" />
<Content Include="Textures\UI\Commands\ComfortPrisoner_on.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\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>
<Private>True</Private>
</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>
<Folder Include="Source\Recipes\Replace_Part\" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSHARP.Targets" />
<ProjectExtensions>
<VisualStudio AllowExistingFolder="true" />
</ProjectExtensions>
</Project>