2022-10-19 17:27:45 +01:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<TargetFramework>net472</TargetFramework>
|
|
|
|
|
<AssemblyName>CWX-WeatherPatcher</AssemblyName>
|
2022-11-18 19:45:42 +00:00
|
|
|
|
<Version>2.4.6</Version>
|
2022-10-19 17:27:45 +01:00
|
|
|
|
</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="UnityEngine">
|
|
|
|
|
<HintPath>..\..\..\Shared\EFT\UnityEngine.dll</HintPath>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="UnityEngine.CoreModule">
|
|
|
|
|
<HintPath>..\..\..\Shared\EFT\UnityEngine.CoreModule.dll</HintPath>
|
|
|
|
|
</Reference>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
</Project>
|