CWX-mods/Old/CWX_GrassCutter/CWX_GrassCutter.csproj

33 lines
993 B
XML
Raw Permalink Normal View History

2023-08-03 10:01:46 +01:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net472</TargetFramework>
<AssemblyName>CWX-GrassCutter</AssemblyName>
</PropertyGroup>
<ItemGroup>
<Reference Include="Aki.Reflection">
2024-01-24 20:15:25 +00:00
<HintPath>..\Shared\Aki.Reflection.dll</HintPath>
2023-08-03 10:01:46 +01:00
</Reference>
<Reference Include="Assembly-CSharp">
2024-01-24 20:15:25 +00:00
<HintPath>..\Shared\Assembly-CSharp.dll</HintPath>
2023-08-03 10:01:46 +01:00
</Reference>
<Reference Include="BepInEx">
2024-01-24 20:15:25 +00:00
<HintPath>..\Shared\BepInEx.dll</HintPath>
2023-08-03 10:01:46 +01:00
</Reference>
<Reference Include="Comfort">
2024-01-24 20:15:25 +00:00
<HintPath>..\Shared\Comfort.dll</HintPath>
2023-08-03 10:01:46 +01:00
</Reference>
<Reference Include="Newtonsoft.Json">
2024-01-24 20:15:25 +00:00
<HintPath>..\Shared\Newtonsoft.Json.dll</HintPath>
2023-08-03 10:01:46 +01:00
</Reference>
<Reference Include="UnityEngine">
2024-01-24 20:15:25 +00:00
<HintPath>..\Shared\UnityEngine.dll</HintPath>
2023-08-03 10:01:46 +01:00
</Reference>
<Reference Include="UnityEngine.CoreModule">
2024-01-24 20:15:25 +00:00
<HintPath>..\Shared\UnityEngine.CoreModule.dll</HintPath>
2023-08-03 10:01:46 +01:00
</Reference>
</ItemGroup>
</Project>