rjw-events/RJW-Events.csproj

111 lines
5.5 KiB
XML

<?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.8</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<Deterministic>true</Deterministic>
<TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>false</DebugSymbols>
<DebugType>none</DebugType>
<Optimize>false</Optimize>
<OutputPath>1.5\Assemblies\</OutputPath>
<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\839005762\1.5\Assemblies\0Harmony.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Assembly-CSharp">
<HintPath>..\..\RimWorldWin64_Data\Managed\Assembly-CSharp.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="RJW">
<HintPath>..\rjw\1.5\Assemblies\RJW.dll</HintPath>
<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" />
<Reference Include="UnityEngine">
<HintPath>..\..\RimWorldWin64_Data\Managed\UnityEngine.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="UnityEngine.CoreModule">
<HintPath>..\..\RimWorldWin64_Data\Managed\UnityEngine.CoreModule.dll</HintPath>
<Private>False</Private>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="Source\DefOfs\GameConditionDefOf.cs" />
<Compile Include="Source\DefOfs\OrgyDutyDefOf.cs" />
<Compile Include="Source\DefOfs\TaleDefOf.cs" />
<Compile Include="Source\DefOfs\ThoughtDefOf.cs" />
<Compile Include="Source\GameConditionManagerExtension\GameConditionManagerExtension.cs" />
<Compile Include="Source\GameConditions\GameCondition_PsychicArouse.cs" />
<Compile Include="Source\GatheringWorkers\GatheringWorker_Orgy.cs" />
<Compile Include="Source\IncidentWorkers\IncidentWorker_PsychicArouse.cs" />
<Compile Include="Source\Patches\HarmonyPatch_Need_Sex.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" />
<Compile Include="Source\Patches\HarmonyPatch_ReclotheOnRemovePawn.cs" />
<Compile Include="Source\Patches\HarmonyPatch_StayNudeForOrgy.cs" />
<Compile Include="Source\Patches\Harmony_PatchAll.cs" />
<Compile Include="Source\ThinkNodes\ThinkNode_ConditionalNude.cs" />
<Compile Include="Source\ThoughtWorkers\ThoughtWorker_PsychicArouse.cs" />
</ItemGroup>
<ItemGroup>
<Folder Include="1.2\" />
<Folder Include="1.4\" />
<Folder Include="1.5\Assemblies\" />
<Folder Include="Properties\" />
</ItemGroup>
<ItemGroup>
<Content Include="1.1\Assemblies\RJW-Events.dll" />
<Content Include="Defs\DutyDefs\DutyDefs_Sex.xml" />
<Content Include="Defs\GameConditionDefs\GameConditions_Misc.xml" />
<Content Include="Defs\GatheringDefs\Gatherings_Sex.xml" />
<Content Include="Defs\IncidentDefs\Incidents_Map_Misc.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" />
<Content Include="Defs\ThoughtDefs\Thoughts_Situation_Special.xml" />
<Content Include="Languages\ChineseSimplified\DefInjected\GatheringDef\Gatherings_Sex.xml" />
<Content Include="Languages\ChineseSimplified\DefInjected\JobDef\Jobs_Naked.xml" />
<Content Include="Languages\ChineseSimplified\DefInjected\JobDef\Jobs_OrgySex.xml" />
<Content Include="Languages\ChineseSimplified\DefInjected\TaleDef\Tales_Sex.xml" />
<Content Include="Languages\ChineseSimplified\DefInjected\ThoughtDef\Thoughts_Sex.xml" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>