RAGECOOP-V/Server/CoopServer.csproj

27 lines
933 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>
2022-04-19 07:41:39 +02:00
<AssemblyVersion>1.52.6.0001</AssemblyVersion>
2021-09-28 16:51:16 +02:00
<FileVersion>1.0.0.0</FileVersion>
2022-04-23 01:45:26 +02:00
<RepositoryUrl>https://github.com/RAGECOOP/RAGECOOP-V</RepositoryUrl>
<PackageProjectUrl>https://ragecoop.online/</PackageProjectUrl>
<PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<Product>$(AssemblyName)-V</Product>
<PackageId>RAGECOOP-V</PackageId>
<Authors>RAGECOOP</Authors>
2021-07-07 13:36:25 +02:00
</PropertyGroup>
<ItemGroup>
<Reference Include="Lidgren.Network">
<HintPath>..\Libs\Release\scripts\Lidgren.Network.dll</HintPath>
2021-07-07 13:36:25 +02:00
</Reference>
<Reference Include="Newtonsoft.Json">
<HintPath>..\Libs\Release\scripts\Newtonsoft.Json.dll</HintPath>
</Reference>
2021-07-07 13:36:25 +02:00
</ItemGroup>
</Project>