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\Mod_Settings.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\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_WhoreInvitingVisitors.cs" />
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
<Compile Include="Source\JobDrivers\JobDriver_NymphJoinInBed.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" />
<Compile Include="Source\JobGivers\JobGiver_NymphJoinInBed.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\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\Things\Building_WhoreBed.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_RapeCP.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" />
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
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
260
261
262
263
264
265
266
267
268
269
270
271
272
<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\DesignationDefs\Designations.xml">
<SubType>Designer</SubType>
</Content>
<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_IUD.xml" />
<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_Nymph.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" />
<Content Include="Defs\RecipeDefs\Recipes_Abortion.xml" />
<Content Include="Defs\RecipeDefs\Recipes_Bondage.xml" />
<Content Include="Defs\RecipeDefs\Recipes_ClaimChild.xml">
<SubType>Designer</SubType>
</Content>
<Content Include="Defs\RecipeDefs\Recipes_ForceRemoveBondage.xml" />
<Content Include="Defs\RecipeDefs\Recipes_Prosthetics.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" />
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
<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_RapeCP.xml" />
<Content Include="Defs\_config.xml">
<SubType>Designer</SubType>
</Content>
<Content Include="Languages\English\Keyed\RimJobWorld.xml" />
<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\blowjob.wav" />
<Content Include="Sounds\Sex\cum.wav" />
<Content Include="Sounds\Sex\kucyu04.wav" />
<Content Include="Textures\anus.png" />
<Content Include="Textures\armbinder.png" />
<Content Include="Textures\artificial_anus.png" />
<Content Include="Textures\artificial_breast.png" />
392
393
394
395
396
397
398
399
400
401
402
403
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
<Content Include="Textures\Bondage\Armbinder\Armbinder Fat Back.png" />
<Content Include="Textures\Bondage\Armbinder\Armbinder Fat Side.png" />
<Content Include="Textures\Bondage\Armbinder\Armbinder Female Back.png" />
<Content Include="Textures\Bondage\Armbinder\Armbinder Female Side.png" />
<Content Include="Textures\Bondage\Armbinder\Armbinder Hulk Back.png" />
<Content Include="Textures\Bondage\Armbinder\Armbinder Hulk Side.png" />
<Content Include="Textures\Bondage\Armbinder\Armbinder Normal Back.png" />
<Content Include="Textures\Bondage\Armbinder\Armbinder Normal Side.png" />
<Content Include="Textures\Bondage\Armbinder\Armbinder Thin Back.png" />
<Content Include="Textures\Bondage\Armbinder\Armbinder Thin Side.png" />
<Content Include="Textures\Bondage\ChastityBelt\Chastity Belt Fat Back.png" />
<Content Include="Textures\Bondage\ChastityBelt\Chastity Belt Fat Front.png" />
<Content Include="Textures\Bondage\ChastityBelt\Chastity Belt Fat Side.png" />
<Content Include="Textures\Bondage\ChastityBelt\Chastity Belt Female Back.png" />
<Content Include="Textures\Bondage\ChastityBelt\Chastity Belt Female Front.png" />
<Content Include="Textures\Bondage\ChastityBelt\Chastity Belt Female Side.png" />
<Content Include="Textures\Bondage\ChastityBelt\Chastity Belt Hulk Back.png" />
<Content Include="Textures\Bondage\ChastityBelt\Chastity Belt Hulk Front.png" />
<Content Include="Textures\Bondage\ChastityBelt\Chastity Belt Hulk Side.png" />
<Content Include="Textures\Bondage\ChastityBelt\Chastity Belt Male Back.png" />
<Content Include="Textures\Bondage\ChastityBelt\Chastity Belt Male Front.png" />
<Content Include="Textures\Bondage\ChastityBelt\Chastity Belt Male Side.png" />
<Content Include="Textures\Bondage\ChastityBelt\Chastity Belt Thin Back.png" />
<Content Include="Textures\Bondage\ChastityBelt\Chastity Belt Thin Front.png" />
<Content Include="Textures\Bondage\ChastityBelt\Chastity Belt Thin Side.png" />
<Content Include="Textures\Bondage\Gag\Female Average Normal Ball Gag Front.png" />
<Content Include="Textures\Bondage\Gag\Female Average Normal Ball Gag Side.png" />
<Content Include="Textures\Bondage\Gag\Female Average Normal Ring Gag Front.png" />
<Content Include="Textures\Bondage\Gag\Female Average Normal Ring Gag Side.png" />
<Content Include="Textures\Bondage\Gag\Female Average Pointy Ball Gag Front.png" />
<Content Include="Textures\Bondage\Gag\Female Average Pointy Ball Gag Side.png" />
<Content Include="Textures\Bondage\Gag\Female Average Pointy Ring Gag Front.png" />
<Content Include="Textures\Bondage\Gag\Female Average Pointy Ring Gag Side.png" />
<Content Include="Textures\Bondage\Gag\Female Average Wide Ball Gag Front.png" />
<Content Include="Textures\Bondage\Gag\Female Average Wide Ball Gag Side.png" />
<Content Include="Textures\Bondage\Gag\Female Average Wide Ring Gag Front.png" />
<Content Include="Textures\Bondage\Gag\Female Average Wide Ring Gag Side.png" />
<Content Include="Textures\Bondage\Gag\Female Narrow Normal Ball Gag Front.png" />
<Content Include="Textures\Bondage\Gag\Female Narrow Normal Ball Gag Side.png" />
<Content Include="Textures\Bondage\Gag\Female Narrow Normal Ring Gag Front.png" />
<Content Include="Textures\Bondage\Gag\Female Narrow Normal Ring Gag Side.png" />
<Content Include="Textures\Bondage\Gag\Female Narrow Pointy Ball Gag front.tex.png" />
<Content Include="Textures\Bondage\Gag\Female Narrow Pointy Ball Gag side.png" />
<Content Include="Textures\Bondage\Gag\Female Narrow Pointy Ring Gag front.tex.png" />
<Content Include="Textures\Bondage\Gag\Female Narrow Pointy Ring Gag side.png" />
<Content Include="Textures\Bondage\Gag\Female Narrow Wide Ball Gag front.png" />
<Content Include="Textures\Bondage\Gag\Female Narrow Wide Ball Gag Side.png" />
<Content Include="Textures\Bondage\Gag\Female Narrow Wide Ring Gag front.png" />
<Content Include="Textures\Bondage\Gag\Female Narrow Wide Ring Gag Side.png" />
<Content Include="Textures\Bondage\Gag\Male_Average_Pointy_front Ball Gag.png" />
<Content Include="Textures\Bondage\Gag\Male_Average_Pointy_front rING gAG.png" />
<Content Include="Textures\Bondage\Gag\Male_Average_Pointy_side Ball Gag.png" />
<Content Include="Textures\Bondage\Gag\Male_Average_Pointy_side Ring Gag.png" />
<Content Include="Textures\Bondage\Gag\Male_Average_Wide_front Ball Gag.png" />
<Content Include="Textures\Bondage\Gag\Male_Average_Wide_front Ring Gag.png" />
<Content Include="Textures\Bondage\Gag\Male_Average_Wide_side Ball Gag.png" />
<Content Include="Textures\Bondage\Gag\Male_Average_Wide_side Ring Gag.png" />
<Content Include="Textures\Bondage\Gag\Male_Narrow_Normal_front Ball Gag.png" />
<Content Include="Textures\Bondage\Gag\Male_Narrow_Normal_front Ring Gag.png" />
<Content Include="Textures\Bondage\Gag\Male_Narrow_Normal_side Ball Gag.png" />
<Content Include="Textures\Bondage\Gag\Male_Narrow_Normal_side Ring Gag.png" />
<Content Include="Textures\Bondage\Gag\Male_Narrow_Pointy_front Ball Gag.png" />
<Content Include="Textures\Bondage\Gag\Male_Narrow_Pointy_front Ring Gag.png" />
<Content Include="Textures\Bondage\Gag\Male_Narrow_Pointy_side Ball Gag.png" />
<Content Include="Textures\Bondage\Gag\Male_Narrow_Pointy_side Ring Gag.png" />
<Content Include="Textures\Bondage\Gag\Male_Narrow_Wide_front Ball Gag.png" />
<Content Include="Textures\Bondage\Gag\Male_Narrow_Wide_front Ring Gag.png" />
<Content Include="Textures\Bondage\Gag\Male_Narrow_Wide_side Ball Gag.png" />
<Content Include="Textures\Bondage\Gag\Male_Narrow_Wide_side Ring Gag.png" />
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
<Content Include="Textures\breast.png" />
<Content Include="Textures\chastity_belt.png" />
<Content Include="Textures\Contraceptive\Contraceptive_pill_a.png" />
<Content Include="Textures\Contraceptive\Contraceptive_pill_b.png" />
<Content Include="Textures\female_artificial_genital.png" />
<Content Include="Textures\female_genital.png" />
<Content Include="Textures\gag.png" />
<Content Include="Textures\holokey.png" />
<Content Include="Textures\hololock.png" />
<Content Include="Textures\Humpshroom.png" />
<Content Include="Textures\HumpshroomCollected.png" />
<Content Include="Textures\male_artificial_genital.png" />
<Content Include="Textures\male_genital.png" />
<Content Include="Textures\noheart.png" />
<Content Include="Textures\placeholder_part.png" />
<Content Include="Textures\slime.png" />
<Content Include="Textures\UI\Commands\AsWhore.png" />
<Content Include="Textures\UI\Commands\BreederAnimal_off.png" />
<Content Include="Textures\UI\Commands\BreederAnimal_on.png" />
<Content Include="Textures\UI\Commands\Breeder_off.png" />
<Content Include="Textures\UI\Commands\Breeder_on.png" />
<Content Include="Textures\UI\Commands\Breeder_tag.png" />
<Content Include="Textures\UI\Commands\Breeding.png" />
<Content Include="Textures\UI\Commands\BreedingAnimal.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_tag.png" />
<Content Include="Textures\UI\Commands\comfort_prisoner_false.png" />
<Content Include="Textures\UI\Commands\comfort_prisoner_invisible.png" />
<Content Include="Textures\UI\Commands\comfort_prisoner_tagged.png" />
<Content Include="Textures\UI\Commands\comfort_prisoner_true.png" />
<Content Include="Textures\UI\Commands\Invisible_tag.png" />
<Content Include="Textures\UI\Commands\Milking.png" />
<Content Include="Textures\UI\Commands\Milking_off.png" />
<Content Include="Textures\UI\Commands\Milking_on.png" />
<Content Include="Textures\UI\Commands\Service.png" />
<Content Include="Textures\UI\Commands\Service_off.png" />
<Content Include="Textures\UI\Commands\Service_on.png" />
<Content Include="Textures\UI\Commands\Submit.png" />
<Content Include="Textures\UI\Icons\SubcategoryIndicator.png" />
<None Include="Defs\RandomDialoguesxml" />
<None Include="Textures\.gitignore" />
<None Include="Textures\gfx.xcf" />
</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>
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
<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="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>