Added .Net Core support (...again)

This commit is contained in:
RogueException
2015-12-28 00:36:31 -04:00
parent 4fcf90fd6d
commit 3e70624f6e
8 changed files with 326 additions and 19 deletions

View File

@@ -38,7 +38,7 @@
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<LangVersion>6</LangVersion>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'FullDebug|AnyCPU'">
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'TestResponses|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<OutputPath>bin\FullDebug\</OutputPath>
<DefineConstants>TRACE;DEBUG;NET45,TEST_RESPONSES</DefineConstants>
@@ -515,6 +515,9 @@
<Compile Include="..\Discord.Net\Net\WebSocketException.cs">
<Link>Net\WebSockets\WebSocketException.cs</Link>
</Compile>
<Compile Include="..\Discord.Net\Net\WebSockets\BuiltInEngine.cs">
<Link>Net\WebSockets\BuiltInEngine.cs</Link>
</Compile>
<Compile Include="..\Discord.Net\Net\WebSockets\GatewaySocket.cs">
<Link>Net\WebSockets\GatewaySocket.cs</Link>
</Compile>