CWX-mods/Live/CWX_MasterKey/CWX_MasterKey.csproj

37 lines
1.1 KiB
XML
Raw Permalink Normal View History

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net472</TargetFramework>
<AssemblyName>CWX-MasterKey</AssemblyName>
2023-03-12 11:09:53 +00:00
<Version>1.4.3</Version>
</PropertyGroup>
<ItemGroup>
<Reference Include="Aki.Common">
2023-03-07 18:44:50 +00:00
<HintPath>..\..\..\Shared\Aki.Common.dll</HintPath>
</Reference>
<Reference Include="Aki.Reflection">
2023-03-07 18:44:50 +00:00
<HintPath>..\..\..\Shared\Aki.Reflection.dll</HintPath>
</Reference>
<Reference Include="Assembly-CSharp">
2023-03-07 18:44:50 +00:00
<HintPath>..\..\..\Shared\Assembly-CSharp.dll</HintPath>
</Reference>
<Reference Include="BepInEx">
2023-03-07 18:44:50 +00:00
<HintPath>..\..\..\Shared\BepInEx.dll</HintPath>
</Reference>
<Reference Include="Comfort">
2023-03-07 18:44:50 +00:00
<HintPath>..\..\..\Shared\Comfort.dll</HintPath>
</Reference>
<Reference Include="Newtonsoft.Json">
2023-03-07 18:44:50 +00:00
<HintPath>..\..\..\Shared\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="UnityEngine">
2023-03-07 18:44:50 +00:00
<HintPath>..\..\..\Shared\UnityEngine.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.CoreModule">
2023-03-07 18:44:50 +00:00
<HintPath>..\..\..\Shared\UnityEngine.CoreModule.dll</HintPath>
</Reference>
</ItemGroup>
</Project>