add idn debugger

where is my foxboat
This commit is contained in:
Christopher Felegy
2020-04-14 20:47:36 -04:00
parent adf823ca9a
commit 91aec9ff93
5 changed files with 241 additions and 0 deletions

16
samples/idn/idn.csproj Normal file
View File

@@ -0,0 +1,16 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Scripting" Version="3.5.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\src\Discord.Net.WebSocket\Discord.Net.WebSocket.csproj" />
</ItemGroup>
</Project>