2023-01-17 19:34:30 +00:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
<TargetFramework>net472</TargetFramework>
|
2024-01-12 14:08:58 +00:00
|
|
|
<Version>2.2.0.0</Version>
|
2023-01-17 19:34:30 +00:00
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
<Reference Include="Aki.Common">
|
2024-01-12 14:33:05 +00:00
|
|
|
<HintPath>..\shared\Aki.Common.dll</HintPath>
|
2023-01-17 19:34:30 +00:00
|
|
|
</Reference>
|
|
|
|
<Reference Include="Aki.Reflection">
|
2024-01-12 14:33:05 +00:00
|
|
|
<HintPath>..\shared\Aki.Reflection.dll</HintPath>
|
2023-01-17 19:34:30 +00:00
|
|
|
</Reference>
|
|
|
|
<Reference Include="Assembly-CSharp">
|
2024-01-12 14:33:05 +00:00
|
|
|
<HintPath>..\shared\Assembly-CSharp.dll</HintPath>
|
2023-01-17 19:34:30 +00:00
|
|
|
</Reference>
|
|
|
|
<Reference Include="BepInEx">
|
2024-01-12 14:33:05 +00:00
|
|
|
<HintPath>..\shared\BepInEx.dll</HintPath>
|
2023-01-17 19:34:30 +00:00
|
|
|
</Reference>
|
|
|
|
<Reference Include="bsg.console.core">
|
2024-01-12 14:33:05 +00:00
|
|
|
<HintPath>..\shared\bsg.console.core.dll</HintPath>
|
2023-01-17 19:34:30 +00:00
|
|
|
</Reference>
|
|
|
|
<Reference Include="Comfort">
|
2024-01-12 14:33:05 +00:00
|
|
|
<HintPath>..\shared\Comfort.dll</HintPath>
|
2023-01-17 19:34:30 +00:00
|
|
|
</Reference>
|
|
|
|
<Reference Include="UnityEngine">
|
2024-01-12 14:33:05 +00:00
|
|
|
<HintPath>..\shared\UnityEngine.dll</HintPath>
|
2023-01-17 19:34:30 +00:00
|
|
|
</Reference>
|
|
|
|
<Reference Include="UnityEngine.CoreModule">
|
2024-01-12 14:33:05 +00:00
|
|
|
<HintPath>..\shared\UnityEngine.CoreModule.dll</HintPath>
|
2023-01-17 19:34:30 +00:00
|
|
|
</Reference>
|
|
|
|
<Reference Include="UnityEngine.IMGUIModule">
|
2024-01-12 14:33:05 +00:00
|
|
|
<HintPath>..\shared\UnityEngine.IMGUIModule.dll</HintPath>
|
2023-01-17 19:34:30 +00:00
|
|
|
</Reference>
|
|
|
|
<Reference Include="UnityEngine.TextRenderingModule">
|
2024-01-12 14:33:05 +00:00
|
|
|
<HintPath>..\shared\UnityEngine.TextRenderingModule.dll</HintPath>
|
2023-01-17 19:34:30 +00:00
|
|
|
</Reference>
|
|
|
|
</ItemGroup>
|
|
|
|
|
2024-01-12 14:08:58 +00:00
|
|
|
<Target Name="PostBuild" AfterTargets="PostBuildEvent">
|
2024-01-12 14:33:05 +00:00
|
|
|
<Exec Command="copy "$(TargetPath)" "$(ProjectDir)\Build\$(TargetFileName)"" />
|
2024-01-12 14:08:58 +00:00
|
|
|
</Target>
|
|
|
|
|
2023-01-17 19:34:30 +00:00
|
|
|
</Project>
|