rjw-events/RJW-Events.csproj

86 lines
4.0 KiB
XML
Raw Normal View History

2021-04-12 07:48:48 +00:00
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{938E73E7-1D25-4842-A27F-8C7D0EE7F67F}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>RJW_Events</RootNamespace>
<AssemblyName>RJW-Events</AssemblyName>
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<Deterministic>true</Deterministic>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>false</DebugSymbols>
<DebugType>none</DebugType>
<Optimize>false</Optimize>
2021-07-14 00:09:53 +00:00
<OutputPath>1.3\Assemblies\</OutputPath>
2021-04-12 07:48:48 +00:00
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="0Harmony">
<HintPath>..\..\..\..\workshop\content\294100\2009463077\Current\Assemblies\0Harmony.dll</HintPath>
2021-04-12 07:48:48 +00:00
<Private>False</Private>
</Reference>
<Reference Include="Assembly-CSharp">
<HintPath>..\..\RimWorldWin64_Data\Managed\Assembly-CSharp.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="RJW">
2021-07-23 22:49:39 +00:00
<HintPath>..\rjw\1.3\Assemblies\RJW.dll</HintPath>
2021-04-12 07:48:48 +00:00
<Private>False</Private>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Net.Http" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
2021-07-24 14:32:04 +00:00
<Compile Include="Source\DefOfs\OrgyDutyDefOf.cs" />
2021-04-12 07:48:48 +00:00
<Compile Include="Source\DefOfs\TaleDefOf.cs" />
<Compile Include="Source\DefOfs\ThoughtDefOf.cs" />
<Compile Include="Source\GatheringWorkers\GatheringWorker_Orgy.cs" />
<Compile Include="Source\Patches\HarmonyPatch_ReclotheOnEnd.cs" />
<Compile Include="Source\JobDrivers\JobDriver_GetNaked.cs" />
<Compile Include="Source\JobDrivers\JobDriver_OrgySex.cs" />
<Compile Include="Source\JobDrivers\JobDriver_OrgySexReceiver.cs" />
<Compile Include="Source\JobGivers\JobGiver_FindOrgyPartner.cs" />
<Compile Include="Source\JobGivers\JobGiver_GetNaked.cs" />
<Compile Include="Source\LordJobs\LordJob_Joinable_Orgy.cs" />
2021-04-12 17:43:58 +00:00
<Compile Include="Source\Patches\HarmonyPatch_ReclotheOnRemovePawn.cs" />
<Compile Include="Source\Patches\HarmonyPatch_StayNudeForOrgy.cs" />
2021-04-12 07:48:48 +00:00
<Compile Include="Source\Patches\Harmony_PatchAll.cs" />
<Compile Include="Source\ThinkNodes\ThinkNode_ConditionalNude.cs" />
</ItemGroup>
<ItemGroup>
2021-05-01 18:41:48 +00:00
<Folder Include="1.2\" />
2021-04-12 07:48:48 +00:00
<Folder Include="Properties\" />
</ItemGroup>
<ItemGroup>
2021-05-01 18:41:48 +00:00
<Content Include="1.1\Assemblies\RJW-Events.dll" />
2021-04-12 07:48:48 +00:00
<Content Include="Defs\DutyDefs\DutyDefs_Sex.xml" />
<Content Include="Defs\GatheringDefs\Gatherings_Sex.xml" />
<Content Include="Defs\JobDefs\Jobs_OrgySex.xml" />
<Content Include="Defs\JobDefs\Jobs_Naked.xml" />
<Content Include="Defs\TaleDefs\Tales_Sex.xml" />
<Content Include="Defs\ThoughtDefs\Thoughts_Sex.xml" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>