forked from CWX/CWX-mods
37 lines
1.1 KiB
XML
37 lines
1.1 KiB
XML
|
<Project Sdk="Microsoft.NET.Sdk">
|
||
|
|
||
|
<PropertyGroup>
|
||
|
<TargetFramework>net472</TargetFramework>
|
||
|
<AssemblyName>aki-secret</AssemblyName>
|
||
|
<Version>2.0.0</Version>
|
||
|
</PropertyGroup>
|
||
|
|
||
|
<ItemGroup>
|
||
|
<Reference Include="Aki.Common">
|
||
|
<HintPath>shared\Aki.Common.dll</HintPath>
|
||
|
</Reference>
|
||
|
<Reference Include="Aki.Reflection">
|
||
|
<HintPath>shared\Aki.Reflection.dll</HintPath>
|
||
|
</Reference>
|
||
|
<Reference Include="Assembly-CSharp">
|
||
|
<HintPath>shared\Assembly-CSharp.dll</HintPath>
|
||
|
</Reference>
|
||
|
<Reference Include="BepInEx">
|
||
|
<HintPath>shared\BepInEx.dll</HintPath>
|
||
|
</Reference>
|
||
|
<Reference Include="Comfort">
|
||
|
<HintPath>shared\Comfort.dll</HintPath>
|
||
|
</Reference>
|
||
|
<Reference Include="UnityEngine">
|
||
|
<HintPath>shared\UnityEngine.dll</HintPath>
|
||
|
</Reference>
|
||
|
<Reference Include="UnityEngine.AudioModule">
|
||
|
<HintPath>shared\UnityEngine.AudioModule.dll</HintPath>
|
||
|
</Reference>
|
||
|
<Reference Include="UnityEngine.CoreModule">
|
||
|
<HintPath>shared\UnityEngine.CoreModule.dll</HintPath>
|
||
|
</Reference>
|
||
|
</ItemGroup>
|
||
|
|
||
|
</Project>
|