|
@@ -1,29 +0,0 @@ |
|
|
<Project Sdk="Microsoft.NET.Sdk" ToolsVersion="15.0"> |
|
|
|
|
|
<PropertyGroup> |
|
|
|
|
|
<Description>A collection of Discord API definitions for use by Discord.Net.</Description> |
|
|
|
|
|
<VersionPrefix>1.0.0-beta2</VersionPrefix> |
|
|
|
|
|
<TargetFrameworks>netstandard1.1</TargetFrameworks> |
|
|
|
|
|
<AssemblyName>Discord.Net.API</AssemblyName> |
|
|
|
|
|
<PackageTags>discord;discordapp</PackageTags> |
|
|
|
|
|
<PackageProjectUrl>https://github.com/RogueException/Discord.Net</PackageProjectUrl> |
|
|
|
|
|
<PackageLicenseUrl>http://opensource.org/licenses/MIT</PackageLicenseUrl> |
|
|
|
|
|
<RepositoryType>git</RepositoryType> |
|
|
|
|
|
<RepositoryUrl>git://github.com/RogueException/Discord.Net.API</RepositoryUrl> |
|
|
|
|
|
<RootNamespace>Discord</RootNamespace> |
|
|
|
|
|
</PropertyGroup> |
|
|
|
|
|
<ItemGroup> |
|
|
|
|
|
<Compile Include="**\*.cs" /> |
|
|
|
|
|
<EmbeddedResource Include="**\*.resx" /> |
|
|
|
|
|
</ItemGroup> |
|
|
|
|
|
<ItemGroup> |
|
|
|
|
|
<PackageReference Include="Newtonsoft.Json" Version="9.0.1" /> |
|
|
|
|
|
<PackageReference Include="System.Reflection" Version="4.3.0" /> |
|
|
|
|
|
<PackageReference Include="System.Resources.ResourceManager" Version="4.3.0" /> |
|
|
|
|
|
<PackageReference Include="System.Runtime" Version="4.3.0" /> |
|
|
|
|
|
</ItemGroup> |
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)' == 'Release' "> |
|
|
|
|
|
<NoWarn>$(NoWarn);CS1573;CS1591</NoWarn> |
|
|
|
|
|
<WarningsAsErrors>true</WarningsAsErrors> |
|
|
|
|
|
<GenerateDocumentationFile>true</GenerateDocumentationFile> |
|
|
|
|
|
</PropertyGroup> |
|
|
|
|
|
</Project> |
|
|
|