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 635 B

12345678910111213
  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 Condition=" '$(OS)' == 'Windows_NT' ">net45;netstandard1.3</TargetFrameworks>
  8. <TargetFramework Condition=" '$(OS)' != 'Windows_NT' ">netstandard1.3</TargetFramework>
  9. </PropertyGroup>
  10. <ItemGroup>
  11. <ProjectReference Include="..\Discord.Net.Core\Discord.Net.Core.csproj" />
  12. </ItemGroup>
  13. </Project>