2022-05-22 15:55:26 +08:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2021-07-07 13:36:25 +02:00
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<OutputType>Exe</OutputType>
|
2021-09-26 21:19:26 +02:00
|
|
|
|
<TargetFramework>net6.0</TargetFramework>
|
2022-05-29 18:16:32 +08:00
|
|
|
|
<AssemblyVersion>0.3</AssemblyVersion>
|
|
|
|
|
<FileVersion>0.3</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>
|
2022-05-29 18:16:32 +08:00
|
|
|
|
<Version>0.3</Version>
|
2021-07-07 13:36:25 +02:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
2022-05-22 15:55:26 +08:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Compile Remove="Obsolete\**" />
|
|
|
|
|
<EmbeddedResource Remove="Obsolete\**" />
|
|
|
|
|
<None Remove="Obsolete\**" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\Core\RageCoop.Core.csproj" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
2021-07-07 13:36:25 +02:00
|
|
|
|
<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>
|
2022-05-30 11:11:40 +08:00
|
|
|
|
<Reference Include="ScriptHookVDotNet3">
|
|
|
|
|
<HintPath>..\Libs\Release\ScriptHookVDotNet3.dll</HintPath>
|
|
|
|
|
</Reference>
|
2021-07-07 13:36:25 +02:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
2022-05-22 15:55:26 +08:00
|
|
|
|
|
2021-07-07 13:36:25 +02:00
|
|
|
|
</Project>
|