BattleBit-Community-Server-API/CommunityServerAPI.csproj

32 lines
1.1 KiB
XML
Raw Normal View History

2023-03-03 09:15:17 -03:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
2023-08-20 03:39:00 -04:00
<OutputType>Library</OutputType>
2023-03-03 09:15:17 -03:00
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>disable</Nullable>
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
2023-08-20 03:39:00 -04:00
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<Title>BattleBitRemastered.CommunityAPI.Core</Title>
<Authors>SgtOkiDoki</Authors>
<Company>OkigamesLimited</Company>
<Product>BattleBit Remastered</Product>
<Description>API to customize game servers for BattleBit Remastered.
</Description>
<Copyright>MIT</Copyright>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageProjectUrl>https://github.com/MrOkiDoki/BattleBit-Community-Server-API</PackageProjectUrl>
<RepositoryUrl>https://github.com/MrOkiDoki/BattleBit-Community-Server-API</RepositoryUrl>
<PackageTags>BattleBit</PackageTags>
2023-11-30 02:36:00 -03:00
<Version>1.0.8.1</Version>
2023-03-03 09:15:17 -03:00
</PropertyGroup>
2023-08-20 03:39:00 -04:00
<ItemGroup>
<None Update="README.md">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
</ItemGroup>
2023-03-03 09:15:17 -03:00
</Project>