You can not select more than 25 topics
Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <PropertyGroup>
- <VersionPrefix>3.6.0</VersionPrefix>
- <LangVersion>latest</LangVersion>
- <Authors>Discord.Net Contributors</Authors>
- <PackageTags>discord;discordapp</PackageTags>
- <PackageProjectUrl>https://github.com/Discord-Net/Discord.Net</PackageProjectUrl>
- <PackageLicenseUrl>http://opensource.org/licenses/MIT</PackageLicenseUrl>
- <PackageIconUrl>https://github.com/Discord-Net/Discord.Net/raw/dev/docs/marketing/logo/PackageLogo.png</PackageIconUrl>
- <RepositoryType>git</RepositoryType>
- <RepositoryUrl>git://github.com/Discord-Net/Discord.Net</RepositoryUrl>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(BuildNumber)' == '' ">
- <VersionSuffix Condition=" '$(VersionSuffix)' != ''">$(VersionSuffix)-dev</VersionSuffix>
- <VersionSuffix Condition=" '$(VersionSuffix)' == ''">dev</VersionSuffix>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(BuildNumber)' != '' And $(IsTagBuild) != 'true' ">
- <VersionSuffix Condition=" '$(VersionSuffix)' != '' ">$(VersionSuffix)-$(BuildNumber)</VersionSuffix>
- <VersionSuffix Condition=" '$(VersionSuffix)' == '' ">build-$(BuildNumber)</VersionSuffix>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
- <NoWarn>$(NoWarn);CS1573;CS1591</NoWarn>
- <WarningsAsErrors>true</WarningsAsErrors>
- <GenerateDocumentationFile>true</GenerateDocumentationFile>
- </PropertyGroup>
- </Project>
|