RJW-Sexperience/Source/RJWSexperience/RJWSexperience.csproj

102 lines
4.8 KiB
XML
Raw Normal View History

2021-07-27 14:28:31 +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>{9C728E06-573B-4B04-A07F-ACBF60CB424D}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>RJWSexperience</RootNamespace>
<AssemblyName>RJWSexperience</AssemblyName>
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<Deterministic>true</Deterministic>
</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>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
2022-10-27 16:25:40 +00:00
<OutputPath>..\..\1.4\Assemblies\</OutputPath>
2021-07-27 14:28:31 +00:00
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="RJW">
2022-10-27 16:25:40 +00:00
<HintPath>..\..\..\rjw\1.4\Assemblies\RJW.dll</HintPath>
2021-07-27 14:28:31 +00:00
<Private>False</Private>
</Reference>
<Reference Include="System.Core" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Net.Http" />
</ItemGroup>
<ItemGroup>
<Compile Include="Cum\Building_Cumbucket.cs" />
2021-07-30 17:25:46 +00:00
<Compile Include="Configurations.cs" />
<Compile Include="Cum\CumUtility.cs" />
2021-08-06 17:19:42 +00:00
<Compile Include="DebugAction.cs" />
<Compile Include="ExtensionMethods\PawnExtensions.cs" />
2022-03-04 17:20:44 +00:00
<Compile Include="ExtensionMethods\SexPropsExtensions.cs" />
<Compile Include="Cum\FilterWorkers\SpecialThingFilterWorker_CumBase.cs" />
<Compile Include="Cum\FilterWorkers\SpecialThingFilterWorker_NoCum.cs" />
2022-03-24 17:31:07 +00:00
<Compile Include="GlobalSuppressions.cs" />
2021-07-27 14:28:31 +00:00
<Compile Include="Harmony.cs" />
<Compile Include="Cum\IngestionOutcomeDoer_RecordEatenCum.cs" />
<Compile Include="Cum\Interactions\CumAddictPartKindUsageRule.cs" />
2022-04-21 18:36:14 +00:00
<Compile Include="Logs\DebugLogProvider.cs" />
<Compile Include="Logs\LogManager.cs" />
2022-05-20 16:25:56 +00:00
<Compile Include="LustUtility.cs" />
2021-09-24 15:14:02 +00:00
<Compile Include="Patches\DefInjection.cs" />
2022-05-10 06:47:51 +00:00
<Compile Include="Patches\GetGizmos.cs" />
2022-06-12 04:21:22 +00:00
<Compile Include="Virginity\Recipe_HymenSurgery.cs" />
2022-05-09 03:16:51 +00:00
<Compile Include="Settings\SettingsTabHistory.cs" />
2022-05-06 14:30:26 +00:00
<Compile Include="Settings\SettingsTabDebug.cs" />
<Compile Include="Settings\IResettable.cs" />
<Compile Include="Settings\ITab.cs" />
2022-05-09 03:16:51 +00:00
<Compile Include="Settings\SettingsWidgets.cs" />
<Compile Include="SexHistory\RecordRandomizer.cs" />
2021-09-24 15:14:02 +00:00
<Compile Include="RJWUtility.cs" />
<Compile Include="SexHistory\HistoryUtility.cs" />
<Compile Include="SexHistory\SexHistoryComp.cs" />
2022-03-26 18:11:59 +00:00
<Compile Include="SexHistory\SexPartnerHistoryRecord.cs" />
2022-04-19 18:13:22 +00:00
<Compile Include="PawnRelationWorker_Bastard.cs" />
2021-07-27 14:28:31 +00:00
<Compile Include="Keyed.cs" />
2021-09-24 15:14:02 +00:00
<Compile Include="Patches\Rimworld_Patch.cs" />
<Compile Include="Patches\RJW_Patch.cs" />
<Compile Include="SexperienceMod.cs" />
<Compile Include="Cum\FilterWorkers\SpecialThingFilterWorker_Cum.cs" />
2021-07-27 14:28:31 +00:00
<Compile Include="StatParts.cs" />
2022-04-26 15:19:11 +00:00
<Compile Include="Thoughts\ThoughtDefExtension_StageFromRecord.cs" />
<Compile Include="Cum\Thought_AteCum.cs" />
2022-04-18 14:51:59 +00:00
<Compile Include="Thoughts\Thought_Recordbased.cs" />
2021-07-27 14:28:31 +00:00
<Compile Include="Properties\AssemblyInfo.cs" />
2022-06-13 05:33:36 +00:00
<Compile Include="SexHistory\UI\RJWUIUtility.cs" />
<Compile Include="SexHistory\UI\SexStatus.cs" />
2021-07-27 14:28:31 +00:00
<Compile Include="Utility.cs" />
<Compile Include="VariousDefOf.cs" />
2022-06-12 04:21:22 +00:00
<Compile Include="Virginity\TraitDegree.cs" />
<Compile Include="Virginity\TraitHandler.cs" />
2021-07-27 14:28:31 +00:00
</ItemGroup>
2022-02-12 05:39:06 +00:00
<ItemGroup>
<PackageReference Include="Krafs.Rimworld.Ref">
2022-10-27 16:25:40 +00:00
<Version>1.4.3524</Version>
</PackageReference>
<PackageReference Include="Lib.Harmony">
2022-10-27 16:25:40 +00:00
<Version>2.2.2</Version>
<ExcludeAssets>runtime</ExcludeAssets>
<IncludeAssets>compile; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
2022-02-12 05:39:06 +00:00
</ItemGroup>
2021-07-27 14:28:31 +00:00
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>