2023-01-17 19:34:30 +00:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
<TargetFramework>net472</TargetFramework>
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
<Reference Include="Aki.Common">
|
2023-03-07 18:44:50 +00:00
|
|
|
<HintPath>..\..\..\Shared\Aki.Common.dll</HintPath>
|
2023-01-17 19:34:30 +00:00
|
|
|
</Reference>
|
|
|
|
<Reference Include="Aki.Reflection">
|
2023-03-07 18:44:50 +00:00
|
|
|
<HintPath>..\..\..\Shared\Aki.Reflection.dll</HintPath>
|
2023-01-17 19:34:30 +00:00
|
|
|
</Reference>
|
|
|
|
<Reference Include="Assembly-CSharp">
|
2023-03-07 18:44:50 +00:00
|
|
|
<HintPath>..\..\..\Shared\Assembly-CSharp.dll</HintPath>
|
2023-01-17 19:34:30 +00:00
|
|
|
</Reference>
|
|
|
|
<Reference Include="BepInEx">
|
2023-03-07 18:44:50 +00:00
|
|
|
<HintPath>..\..\..\Shared\BepInEx.dll</HintPath>
|
2023-01-17 19:34:30 +00:00
|
|
|
</Reference>
|
|
|
|
<Reference Include="bsg.console.core">
|
2023-03-07 18:44:50 +00:00
|
|
|
<HintPath>..\..\..\Shared\bsg.console.core.dll</HintPath>
|
2023-01-17 19:34:30 +00:00
|
|
|
</Reference>
|
|
|
|
<Reference Include="Comfort">
|
2023-03-07 18:44:50 +00:00
|
|
|
<HintPath>..\..\..\Shared\Comfort.dll</HintPath>
|
2023-01-17 19:34:30 +00:00
|
|
|
</Reference>
|
|
|
|
<Reference Include="UnityEngine">
|
2023-03-07 18:44:50 +00:00
|
|
|
<HintPath>..\..\..\Shared\UnityEngine.dll</HintPath>
|
2023-01-17 19:34:30 +00:00
|
|
|
</Reference>
|
|
|
|
<Reference Include="UnityEngine.CoreModule">
|
2023-03-07 18:44:50 +00:00
|
|
|
<HintPath>..\..\..\Shared\UnityEngine.CoreModule.dll</HintPath>
|
2023-01-17 19:34:30 +00:00
|
|
|
</Reference>
|
|
|
|
<Reference Include="UnityEngine.IMGUIModule">
|
2023-03-07 18:44:50 +00:00
|
|
|
<HintPath>..\..\..\Shared\UnityEngine.IMGUIModule.dll</HintPath>
|
2023-01-17 19:34:30 +00:00
|
|
|
</Reference>
|
|
|
|
<Reference Include="UnityEngine.TextRenderingModule">
|
2023-03-07 18:44:50 +00:00
|
|
|
<HintPath>..\..\..\Shared\UnityEngine.TextRenderingModule.dll</HintPath>
|
2023-01-17 19:34:30 +00:00
|
|
|
</Reference>
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
</Project>
|