mirror of
https://gitgud.io/lutepickle/rjw_menstruation.git
synced 2024-08-14 22:46:52 +00:00
Add dependency on cum to sexperience module
This commit is contained in:
parent
073043bb05
commit
fdc4dd4612
3 changed files with 6 additions and 2 deletions
Binary file not shown.
|
@ -1,5 +1,5 @@
|
|||
using HarmonyLib;
|
||||
using rjw;
|
||||
using rjwcum;
|
||||
using RJWSexperience;
|
||||
using System.Linq;
|
||||
using Verse;
|
||||
|
|
|
@ -35,6 +35,10 @@
|
|||
<HintPath>..\..\..\..\..\..\RimWorldWin64_Data\Managed\Assembly-CSharp.dll</HintPath>
|
||||
<Private>False</Private>
|
||||
</Reference>
|
||||
<Reference Include="RimJobWorldCum">
|
||||
<HintPath>..\..\..\..\..\rjw-cum\1.3\Assemblies\RimJobWorldCum.dll</HintPath>
|
||||
<Private>False</Private>
|
||||
</Reference>
|
||||
<Reference Include="RJW">
|
||||
<HintPath>..\..\..\..\..\rjw\1.3\Assemblies\RJW.dll</HintPath>
|
||||
<Private>False</Private>
|
||||
|
@ -110,7 +114,7 @@
|
|||
<ItemGroup>
|
||||
<PackageReference Include="Lib.Harmony">
|
||||
<Version>2.2.1</Version>
|
||||
<ExcludeAssets>runtime</ExcludeAssets>
|
||||
<ExcludeAssets>runtime</ExcludeAssets>
|
||||
</PackageReference>
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||
|
|
Loading…
Reference in a new issue