2023-02-18 20:23:20 +00:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
2022-06-03 14:28:35 +03:00
|
|
|
<PropertyGroup>
|
2023-02-18 20:23:20 +00:00
|
|
|
<TargetFramework>net472</TargetFramework>
|
2023-02-18 22:13:37 +00:00
|
|
|
<EnableDefaultCompileItems>False</EnableDefaultCompileItems>
|
2022-06-03 14:28:35 +03:00
|
|
|
</PropertyGroup>
|
2023-02-18 20:23:20 +00:00
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
<Reference Include="0Harmony">
|
2023-02-18 21:35:18 +00:00
|
|
|
<HintPath>..\Shared\0Harmony.dll</HintPath>
|
2023-02-18 20:23:20 +00:00
|
|
|
</Reference>
|
|
|
|
<Reference Include="Aki.Reflection">
|
2023-02-18 21:35:18 +00:00
|
|
|
<HintPath>..\Shared\Aki.Reflection.dll</HintPath>
|
2023-02-18 20:23:20 +00:00
|
|
|
</Reference>
|
|
|
|
<Reference Include="Assembly-CSharp">
|
2023-02-18 21:35:18 +00:00
|
|
|
<HintPath>..\Shared\Assembly-CSharp.dll</HintPath>
|
2023-02-18 20:23:20 +00:00
|
|
|
</Reference>
|
|
|
|
<Reference Include="BepInEx">
|
2023-02-18 21:35:18 +00:00
|
|
|
<HintPath>..\Shared\BepInEx.dll</HintPath>
|
2023-02-18 20:23:20 +00:00
|
|
|
</Reference>
|
|
|
|
<Reference Include="Comfort">
|
2023-02-18 21:35:18 +00:00
|
|
|
<HintPath>..\Shared\Comfort.dll</HintPath>
|
2023-02-18 20:23:20 +00:00
|
|
|
</Reference>
|
|
|
|
<Reference Include="ConfigurationManager">
|
2023-02-18 21:35:18 +00:00
|
|
|
<HintPath>..\Shared\ConfigurationManager.dll</HintPath>
|
2023-02-18 20:23:20 +00:00
|
|
|
</Reference>
|
|
|
|
<Reference Include="ItemComponent.Types">
|
2023-02-18 21:35:18 +00:00
|
|
|
<HintPath>..\Shared\ItemComponent.Types.dll</HintPath>
|
2023-02-18 20:23:20 +00:00
|
|
|
</Reference>
|
|
|
|
<Reference Include="UnityEngine">
|
2023-02-18 21:35:18 +00:00
|
|
|
<HintPath>..\Shared\UnityEngine.dll</HintPath>
|
2023-02-18 20:23:20 +00:00
|
|
|
</Reference>
|
|
|
|
<Reference Include="UnityEngine.CoreModule">
|
2023-02-18 21:35:18 +00:00
|
|
|
<HintPath>..\Shared\UnityEngine.CoreModule.dll</HintPath>
|
2023-02-18 20:23:20 +00:00
|
|
|
</Reference>
|
|
|
|
<Reference Include="UnityEngine.InputLegacyModule">
|
2023-02-18 21:35:18 +00:00
|
|
|
<HintPath>..\Shared\UnityEngine.InputLegacyModule.dll</HintPath>
|
2023-02-18 20:23:20 +00:00
|
|
|
</Reference>
|
|
|
|
<Reference Include="UnityEngine.UIModule">
|
2023-02-18 21:35:18 +00:00
|
|
|
<HintPath>..\Shared\UnityEngine.UIModule.dll</HintPath>
|
2023-02-18 20:23:20 +00:00
|
|
|
</Reference>
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
</Project>
|