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.

Discord.Net.Webhook.csproj 580 B

8 years ago
12345678910111213
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <Import Project="../../Discord.Net.targets" />
  3. <PropertyGroup>
  4. <AssemblyName>Discord.Net.Webhook</AssemblyName>
  5. <RootNamespace>Discord.Webhook</RootNamespace>
  6. <Description>A core Discord.Net library containing the Webhook client and models.</Description>
  7. <TargetFrameworks>netstandard1.1</TargetFrameworks>
  8. </PropertyGroup>
  9. <ItemGroup>
  10. <ProjectReference Include="..\Discord.Net.Core\Discord.Net.Core.csproj" />
  11. <ProjectReference Include="..\Discord.Net.Rest\Discord.Net.Rest.csproj" />
  12. </ItemGroup>
  13. </Project>