forked from CWX/CWX-mods
38 lines
1.2 KiB
XML
38 lines
1.2 KiB
XML
|
<Project Sdk="Microsoft.NET.Sdk">
|
|||
|
|
|||
|
<PropertyGroup>
|
|||
|
<TargetFramework>net472</TargetFramework>
|
|||
|
<RootNamespace>CWX_MasterKey</RootNamespace>
|
|||
|
<AssemblyName>CWX-MasterKey</AssemblyName>
|
|||
|
<Version>1.1.0</Version>
|
|||
|
</PropertyGroup>
|
|||
|
|
|||
|
<ItemGroup>
|
|||
|
<Reference Include="Aki.Common">
|
|||
|
<HintPath>..\Shared\AKI\Aki.Common.dll</HintPath>
|
|||
|
</Reference>
|
|||
|
<Reference Include="Aki.Reflection">
|
|||
|
<HintPath>..\Shared\AKI\Aki.Reflection.dll</HintPath>
|
|||
|
</Reference>
|
|||
|
<Reference Include="Assembly-CSharp">
|
|||
|
<HintPath>..\Shared\EFT\Assembly-CSharp.dll</HintPath>
|
|||
|
</Reference>
|
|||
|
<Reference Include="BepInEx">
|
|||
|
<HintPath>..\Shared\BepInEx\BepInEx.dll</HintPath>
|
|||
|
</Reference>
|
|||
|
<Reference Include="Comfort">
|
|||
|
<HintPath>..\Shared\EFT\Comfort.dll</HintPath>
|
|||
|
</Reference>
|
|||
|
<Reference Include="Newtonsoft.Json">
|
|||
|
<HintPath>..\Shared\EFT\Newtonsoft.Json.dll</HintPath>
|
|||
|
</Reference>
|
|||
|
<Reference Include="UnityEngine">
|
|||
|
<HintPath>..\Shared\EFT\UnityEngine.dll</HintPath>
|
|||
|
</Reference>
|
|||
|
<Reference Include="UnityEngine.CoreModule">
|
|||
|
<HintPath>..\Shared\EFT\UnityEngine.CoreModule.dll</HintPath>
|
|||
|
</Reference>
|
|||
|
</ItemGroup>
|
|||
|
|
|||
|
</Project>
|