CWX-mods/Old/CWX_WeatherPatcher/CWX_WeatherPatcher.csproj

34 lines
1018 B
XML
Raw Permalink Normal View History

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net472</TargetFramework>
<AssemblyName>CWX-WeatherPatcher</AssemblyName>
2023-08-08 19:34:27 +01:00
<Version>2.6.0</Version>
</PropertyGroup>
<ItemGroup>
<Reference Include="Aki.Common">
2024-01-24 20:15:25 +00:00
<HintPath>..\Shared\Aki.Common.dll</HintPath>
</Reference>
<Reference Include="Aki.Reflection">
2024-01-24 20:15:25 +00:00
<HintPath>..\Shared\Aki.Reflection.dll</HintPath>
</Reference>
<Reference Include="Assembly-CSharp">
2024-01-24 20:15:25 +00:00
<HintPath>..\Shared\Assembly-CSharp.dll</HintPath>
</Reference>
<Reference Include="BepInEx">
2024-01-24 20:15:25 +00:00
<HintPath>..\Shared\BepInEx.dll</HintPath>
</Reference>
2022-12-25 15:41:36 +00:00
<Reference Include="Comfort">
2024-01-24 20:15:25 +00:00
<HintPath>..\Shared\Comfort.dll</HintPath>
2022-12-25 15:41:36 +00:00
</Reference>
<Reference Include="UnityEngine">
2024-01-24 20:15:25 +00:00
<HintPath>..\Shared\UnityEngine.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.CoreModule">
2024-01-24 20:15:25 +00:00
<HintPath>..\Shared\UnityEngine.CoreModule.dll</HintPath>
</Reference>
</ItemGroup>
</Project>