2022-05-14 20:06:24 +01:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
<TargetFramework>net472</TargetFramework>
|
2022-11-19 21:28:18 +00:00
|
|
|
<Version>1.4.9</Version>
|
2022-05-14 20:06:24 +01:00
|
|
|
<AssemblyName>KcY-SeeItemValue</AssemblyName>
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
<Reference Include="0Harmony">
|
2022-05-25 13:35:25 +01:00
|
|
|
<HintPath>..\..\Shared\BepInEx\0Harmony.dll</HintPath>
|
2022-05-14 20:06:24 +01:00
|
|
|
</Reference>
|
|
|
|
<Reference Include="Aki.Common">
|
2022-05-25 13:35:25 +01:00
|
|
|
<HintPath>..\..\Shared\AKI\Aki.Common.dll</HintPath>
|
2022-05-14 20:06:24 +01:00
|
|
|
</Reference>
|
|
|
|
<Reference Include="Aki.Reflection">
|
2022-05-25 13:35:25 +01:00
|
|
|
<HintPath>..\..\Shared\AKI\Aki.Reflection.dll</HintPath>
|
2022-05-14 20:06:24 +01:00
|
|
|
</Reference>
|
|
|
|
<Reference Include="Assembly-CSharp">
|
2022-07-25 15:21:49 -04:00
|
|
|
<HintPath>..\..\Shared\EFT\Assembly-CSharp.dll</HintPath>
|
2022-05-14 20:06:24 +01:00
|
|
|
</Reference>
|
|
|
|
<Reference Include="BepInEx">
|
2022-05-25 13:35:25 +01:00
|
|
|
<HintPath>..\..\Shared\BepInEx\BepInEx.dll</HintPath>
|
2022-05-14 20:06:24 +01:00
|
|
|
</Reference>
|
|
|
|
<Reference Include="Comfort">
|
2022-05-25 13:35:25 +01:00
|
|
|
<HintPath>..\..\Shared\EFT\Comfort.dll</HintPath>
|
2022-05-14 20:06:24 +01:00
|
|
|
</Reference>
|
|
|
|
<Reference Include="ItemComponent.Types">
|
2022-05-25 13:35:25 +01:00
|
|
|
<HintPath>..\..\Shared\EFT\ItemComponent.Types.dll</HintPath>
|
2022-05-14 20:06:24 +01:00
|
|
|
</Reference>
|
2022-06-25 22:30:13 +01:00
|
|
|
<Reference Include="Microsoft.JScript" />
|
2022-05-14 20:06:24 +01:00
|
|
|
<Reference Include="Newtonsoft.Json">
|
2022-05-25 13:35:25 +01:00
|
|
|
<HintPath>..\..\Shared\EFT\Newtonsoft.Json.dll</HintPath>
|
2022-05-14 20:06:24 +01:00
|
|
|
</Reference>
|
|
|
|
<Reference Include="UnityEngine">
|
2022-05-25 13:35:25 +01:00
|
|
|
<HintPath>..\..\Shared\EFT\UnityEngine.dll</HintPath>
|
2022-05-14 20:06:24 +01:00
|
|
|
</Reference>
|
|
|
|
<Reference Include="UnityEngine.CoreModule">
|
2022-05-25 13:35:25 +01:00
|
|
|
<HintPath>..\..\Shared\EFT\UnityEngine.CoreModule.dll</HintPath>
|
2022-05-14 20:06:24 +01:00
|
|
|
</Reference>
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
</Project>
|