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