RAGECOOP-V/FirstGameMod/FirstGameMode/FirstGameMode.csproj

14 lines
286 B
XML
Raw Normal View History

2021-08-18 11:47:59 +02:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
2021-08-18 11:47:59 +02:00
</PropertyGroup>
<ItemGroup>
<Reference Include="CoopServer">
<HintPath>..\..\Server\bin\Debug\net6.0\CoopServer.dll</HintPath>
2021-08-18 11:47:59 +02:00
</Reference>
</ItemGroup>
</Project>