2022-03-17 11:03:20 -05:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<TargetFramework>net472</TargetFramework>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Reference Include="Aki.Common">
|
2022-03-18 11:08:58 +00:00
|
|
|
|
<HintPath>shared\Aki.Common.dll</HintPath>
|
2022-03-17 11:03:20 -05:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="Aki.Reflection">
|
2022-03-18 11:08:58 +00:00
|
|
|
|
<HintPath>shared\Aki.Reflection.dll</HintPath>
|
2022-03-17 11:03:20 -05:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="Assembly-CSharp">
|
2022-03-18 11:08:58 +00:00
|
|
|
|
<HintPath>shared\Assembly-CSharp.dll</HintPath>
|
2022-03-17 11:03:20 -05:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="BepInEx">
|
2022-03-18 11:08:58 +00:00
|
|
|
|
<HintPath>shared\BepInEx.dll</HintPath>
|
2022-03-17 11:03:20 -05:00
|
|
|
|
</Reference>
|
2022-03-18 11:04:37 +00:00
|
|
|
|
<Reference Include="Comfort">
|
2022-03-18 11:08:58 +00:00
|
|
|
|
<HintPath>shared\Comfort.dll</HintPath>
|
2022-03-18 11:04:37 +00:00
|
|
|
|
</Reference>
|
2022-03-17 11:03:20 -05:00
|
|
|
|
<Reference Include="UnityEngine">
|
2022-03-18 11:08:58 +00:00
|
|
|
|
<HintPath>shared\UnityEngine.dll</HintPath>
|
2022-03-17 11:03:20 -05:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="UnityEngine.CoreModule">
|
2022-03-18 11:08:58 +00:00
|
|
|
|
<HintPath>shared\UnityEngine.CoreModule.dll</HintPath>
|
2022-03-17 11:03:20 -05:00
|
|
|
|
</Reference>
|
2024-06-06 08:11:02 +01:00
|
|
|
|
<Reference Include="Comfort.Common">
|
|
|
|
|
<HintPath>shared\Comfort.dll</HintPath>
|
|
|
|
|
</Reference>
|
2022-03-17 11:03:20 -05:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
</Project>
|