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.DebugTools.csproj 504 B

8 years ago
123456789101112
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <Import Project="../../Discord.Net.targets" />
  3. <PropertyGroup>
  4. <AssemblyName>Discord.Net.DebugTools</AssemblyName>
  5. <RootNamespace>Discord</RootNamespace>
  6. <Description>A Discord.Net extension adding some helper classes for diagnosing issues.</Description>
  7. <TargetFrameworks>net45;netstandard1.3</TargetFrameworks>
  8. </PropertyGroup>
  9. <ItemGroup>
  10. <ProjectReference Include="..\Discord.Net.Core\Discord.Net.Core.csproj" />
  11. </ItemGroup>
  12. </Project>