RAGECOOP-V/Server/CoopServer.csproj

22 lines
572 B
XML
Raw Normal View History

2021-07-07 13:36:25 +02:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
2021-11-24 00:16:06 +01:00
<AssemblyVersion>1.2.1.0001</AssemblyVersion>
2021-09-28 16:51:16 +02:00
<FileVersion>1.0.0.0</FileVersion>
2021-11-24 00:16:06 +01:00
<RepositoryUrl>https://github.com/GTACOOP-R/GTACoop-R</RepositoryUrl>
2021-07-07 13:36:25 +02:00
</PropertyGroup>
<ItemGroup>
<PackageReference Include="protobuf-net" Version="2.4.6" />
</ItemGroup>
<ItemGroup>
<Reference Include="Lidgren.Network">
<HintPath>..\Libs\Release\Lidgren.Network.dll</HintPath>
</Reference>
</ItemGroup>
</Project>