<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <TargetFramework>net472</TargetFramework> <AssemblyName>CWX-BushWhacker</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.AssetBundleModule"> <HintPath>..\Shared\EFT\UnityEngine.AssetBundleModule.dll</HintPath> </Reference> <Reference Include="UnityEngine.CoreModule"> <HintPath>..\Shared\EFT\UnityEngine.CoreModule.dll</HintPath> </Reference> </ItemGroup> </Project>