2021-07-07 13:36:25 +02:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
<OutputType>Exe</OutputType>
|
2021-09-26 21:19:26 +02:00
|
|
|
<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">
|
2021-12-03 20:12:15 +01:00
|
|
|
<HintPath>..\Libs\Release\scripts\Lidgren.Network.dll</HintPath>
|
2021-07-07 13:36:25 +02:00
|
|
|
</Reference>
|
2021-11-27 22:44:00 +01:00
|
|
|
<Reference Include="Newtonsoft.Json">
|
2021-12-03 20:12:15 +01:00
|
|
|
<HintPath>..\Libs\Release\scripts\Newtonsoft.Json.dll</HintPath>
|
|
|
|
</Reference>
|
2021-07-07 13:36:25 +02:00
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
</Project>
|