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-06-17 19:14:56 +08:00
|
|
|
|
<AssemblyVersion>0.5</AssemblyVersion>
|
|
|
|
|
<FileVersion>0.5</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>
|
2022-06-24 16:49:59 +08:00
|
|
|
|
<Product>$(AssemblyName)</Product>
|
|
|
|
|
<PackageId>RageCoop.Server</PackageId>
|
2022-04-23 01:45:26 +02:00
|
|
|
|
<Authors>RAGECOOP</Authors>
|
2022-06-17 19:14:56 +08:00
|
|
|
|
<Version>0.5</Version>
|
2022-06-12 17:11:14 +08:00
|
|
|
|
<DebugType>embedded</DebugType>
|
2022-06-24 16:49:59 +08:00
|
|
|
|
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
|
|
|
|
|
<Description>An library for hosting a RAGECOOP server or API reference for developing a resource.</Description>
|
2022-06-24 18:25:24 +08:00
|
|
|
|
<ApplicationIcon>icon.ico</ApplicationIcon>
|
|
|
|
|
<PackageIcon>icon.png</PackageIcon>
|
2022-07-01 12:22:31 +08:00
|
|
|
|
<GenerateDocumentationFile>True</GenerateDocumentationFile>
|
2021-07-07 13:36:25 +02:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
2022-07-09 13:27:07 +08:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)' == 'Debug'">
|
|
|
|
|
<OutDir>..\bin\Debug\Server</OutDir>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)' == 'Release'">
|
|
|
|
|
<OutDir>..\bin\Release\Server</OutDir>
|
|
|
|
|
</PropertyGroup>
|
2022-06-06 17:37:11 +08:00
|
|
|
|
<ItemGroup>
|
2022-06-24 18:25:24 +08:00
|
|
|
|
<Content Include="icon.ico" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<None Include="..\images\icon.png">
|
|
|
|
|
<Pack>True</Pack>
|
|
|
|
|
<PackagePath>\</PackagePath>
|
|
|
|
|
</None>
|
2022-06-24 16:49:59 +08:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2022-07-28 15:46:15 +08:00
|
|
|
|
<PackageReference Include="Costura.Fody" Version="5.7.0">
|
|
|
|
|
<PrivateAssets>all</PrivateAssets>
|
|
|
|
|
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
|
|
|
|
</PackageReference>
|
|
|
|
|
<PackageReference Include="Fody" Version="6.6.3">
|
|
|
|
|
<PrivateAssets>all</PrivateAssets>
|
|
|
|
|
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
|
|
|
|
</PackageReference>
|
2022-06-24 16:49:59 +08:00
|
|
|
|
<PackageReference Include="SharpZipLib" Version="1.3.3" />
|
2022-06-06 17:37:11 +08:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
2022-05-22 15:55:26 +08:00
|
|
|
|
<ItemGroup>
|
2022-06-06 18:27:19 +08:00
|
|
|
|
<ProjectReference Include="..\RageCoop.Core\RageCoop.Core.csproj" />
|
2022-05-22 15:55:26 +08:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
2021-07-07 13:36:25 +02:00
|
|
|
|
<ItemGroup>
|
2022-07-01 14:39:43 +08:00
|
|
|
|
<Reference Include="Lidgren.Network">
|
|
|
|
|
<HintPath>..\libs\Lidgren.Network.dll</HintPath>
|
|
|
|
|
</Reference>
|
2022-06-30 09:28:13 +08:00
|
|
|
|
<Reference Include="McMaster.NETCore.Plugins">
|
|
|
|
|
<HintPath>..\libs\McMaster.NETCore.Plugins.dll</HintPath>
|
|
|
|
|
</Reference>
|
2021-11-27 22:44:00 +01:00
|
|
|
|
<Reference Include="Newtonsoft.Json">
|
2022-06-22 14:18:20 +08:00
|
|
|
|
<HintPath>..\libs\Newtonsoft.Json.dll</HintPath>
|
2021-12-03 20:12:15 +01:00
|
|
|
|
</Reference>
|
2022-05-30 11:11:40 +08:00
|
|
|
|
<Reference Include="ScriptHookVDotNet3">
|
2022-06-27 13:30:35 +08:00
|
|
|
|
<HintPath>..\libs\ScriptHookVDotNet3.dll</HintPath>
|
2022-05-30 11:11:40 +08:00
|
|
|
|
</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>
|