@@ -1,7 +1,7 @@ | |||||
| | ||||
Microsoft Visual Studio Solution File, Format Version 12.00 | Microsoft Visual Studio Solution File, Format Version 12.00 | ||||
# Visual Studio 14 | |||||
VisualStudioVersion = 14.0.25420.1 | |||||
# Visual Studio 15 | |||||
VisualStudioVersion = 15.0.25914.0 | |||||
MinimumVisualStudioVersion = 10.0.40219.1 | MinimumVisualStudioVersion = 10.0.40219.1 | ||||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{F7F3E124-93C7-4846-AE87-9CE12BD82859}" | Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{F7F3E124-93C7-4846-AE87-9CE12BD82859}" | ||||
ProjectSection(SolutionItems) = preProject | ProjectSection(SolutionItems) = preProject | ||||
@@ -9,19 +9,19 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution | |||||
README.md = README.md | README.md = README.md | ||||
EndProjectSection | EndProjectSection | ||||
EndProject | EndProject | ||||
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Discord.Net", "src\Discord.Net\Discord.Net.xproj", "{496DB20A-A455-4D01-B6BC-90FE6D7C6B81}" | |||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Discord.Net", "src\Discord.Net\Discord.Net.csproj", "{496DB20A-A455-4D01-B6BC-90FE6D7C6B81}" | |||||
EndProject | EndProject | ||||
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Discord.Net.Core", "src\Discord.Net.Core\Discord.Net.Core.xproj", "{91E9E7BD-75C9-4E98-84AA-2C271922E5C2}" | |||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Discord.Net.Core", "src\Discord.Net.Core\Discord.Net.Core.csproj", "{91E9E7BD-75C9-4E98-84AA-2C271922E5C2}" | |||||
EndProject | EndProject | ||||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Impls", "Impls", "{288C363D-A636-4EAE-9AC1-4698B641B26E}" | Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Impls", "Impls", "{288C363D-A636-4EAE-9AC1-4698B641B26E}" | ||||
EndProject | EndProject | ||||
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Discord.Net.Rest", "src\Discord.Net.Rest\Discord.Net.Rest.xproj", "{BFC6DC28-0351-4573-926A-D4124244C04F}" | |||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Discord.Net.Rest", "src\Discord.Net.Rest\Discord.Net.Rest.csproj", "{BFC6DC28-0351-4573-926A-D4124244C04F}" | |||||
EndProject | EndProject | ||||
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Discord.Net.WebSocket", "src\Discord.Net.WebSocket\Discord.Net.WebSocket.xproj", "{22AB6C66-536C-4AC2-BBDB-A8BC4EB6B14D}" | |||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Discord.Net.WebSocket", "src\Discord.Net.WebSocket\Discord.Net.WebSocket.csproj", "{22AB6C66-536C-4AC2-BBDB-A8BC4EB6B14D}" | |||||
EndProject | EndProject | ||||
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Discord.Net.Rpc", "src\Discord.Net.Rpc\Discord.Net.Rpc.xproj", "{5688A353-121E-40A1-8BFA-B17B91FB48FB}" | |||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Discord.Net.Rpc", "src\Discord.Net.Rpc\Discord.Net.Rpc.csproj", "{5688A353-121E-40A1-8BFA-B17B91FB48FB}" | |||||
EndProject | EndProject | ||||
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Discord.Net.Commands", "src\Discord.Net.Commands\Discord.Net.Commands.xproj", "{078DD7E6-943D-4D09-AFC2-D2BA58B76C9C}" | |||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Discord.Net.Commands", "src\Discord.Net.Commands\Discord.Net.Commands.csproj", "{078DD7E6-943D-4D09-AFC2-D2BA58B76C9C}" | |||||
EndProject | EndProject | ||||
Global | Global | ||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution | GlobalSection(SolutionConfigurationPlatforms) = preSolution | ||||
@@ -31,28 +31,28 @@ Global | |||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution | GlobalSection(ProjectConfigurationPlatforms) = postSolution | ||||
{496DB20A-A455-4D01-B6BC-90FE6D7C6B81}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | {496DB20A-A455-4D01-B6BC-90FE6D7C6B81}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||||
{496DB20A-A455-4D01-B6BC-90FE6D7C6B81}.Debug|Any CPU.Build.0 = Debug|Any CPU | {496DB20A-A455-4D01-B6BC-90FE6D7C6B81}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||||
{496DB20A-A455-4D01-B6BC-90FE6D7C6B81}.Release|Any CPU.ActiveCfg = Release|Any CPU | |||||
{496DB20A-A455-4D01-B6BC-90FE6D7C6B81}.Release|Any CPU.Build.0 = Release|Any CPU | |||||
{496DB20A-A455-4D01-B6BC-90FE6D7C6B81}.Release|Any CPU.ActiveCfg = Debug|Any CPU | |||||
{496DB20A-A455-4D01-B6BC-90FE6D7C6B81}.Release|Any CPU.Build.0 = Debug|Any CPU | |||||
{91E9E7BD-75C9-4E98-84AA-2C271922E5C2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | {91E9E7BD-75C9-4E98-84AA-2C271922E5C2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||||
{91E9E7BD-75C9-4E98-84AA-2C271922E5C2}.Debug|Any CPU.Build.0 = Debug|Any CPU | {91E9E7BD-75C9-4E98-84AA-2C271922E5C2}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||||
{91E9E7BD-75C9-4E98-84AA-2C271922E5C2}.Release|Any CPU.ActiveCfg = Release|Any CPU | |||||
{91E9E7BD-75C9-4E98-84AA-2C271922E5C2}.Release|Any CPU.Build.0 = Release|Any CPU | |||||
{91E9E7BD-75C9-4E98-84AA-2C271922E5C2}.Release|Any CPU.ActiveCfg = Debug|Any CPU | |||||
{91E9E7BD-75C9-4E98-84AA-2C271922E5C2}.Release|Any CPU.Build.0 = Debug|Any CPU | |||||
{BFC6DC28-0351-4573-926A-D4124244C04F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | {BFC6DC28-0351-4573-926A-D4124244C04F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||||
{BFC6DC28-0351-4573-926A-D4124244C04F}.Debug|Any CPU.Build.0 = Debug|Any CPU | {BFC6DC28-0351-4573-926A-D4124244C04F}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||||
{BFC6DC28-0351-4573-926A-D4124244C04F}.Release|Any CPU.ActiveCfg = Release|Any CPU | |||||
{BFC6DC28-0351-4573-926A-D4124244C04F}.Release|Any CPU.Build.0 = Release|Any CPU | |||||
{BFC6DC28-0351-4573-926A-D4124244C04F}.Release|Any CPU.ActiveCfg = Debug|Any CPU | |||||
{BFC6DC28-0351-4573-926A-D4124244C04F}.Release|Any CPU.Build.0 = Debug|Any CPU | |||||
{22AB6C66-536C-4AC2-BBDB-A8BC4EB6B14D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | {22AB6C66-536C-4AC2-BBDB-A8BC4EB6B14D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||||
{22AB6C66-536C-4AC2-BBDB-A8BC4EB6B14D}.Debug|Any CPU.Build.0 = Debug|Any CPU | {22AB6C66-536C-4AC2-BBDB-A8BC4EB6B14D}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||||
{22AB6C66-536C-4AC2-BBDB-A8BC4EB6B14D}.Release|Any CPU.ActiveCfg = Release|Any CPU | |||||
{22AB6C66-536C-4AC2-BBDB-A8BC4EB6B14D}.Release|Any CPU.Build.0 = Release|Any CPU | |||||
{22AB6C66-536C-4AC2-BBDB-A8BC4EB6B14D}.Release|Any CPU.ActiveCfg = Debug|Any CPU | |||||
{22AB6C66-536C-4AC2-BBDB-A8BC4EB6B14D}.Release|Any CPU.Build.0 = Debug|Any CPU | |||||
{5688A353-121E-40A1-8BFA-B17B91FB48FB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | {5688A353-121E-40A1-8BFA-B17B91FB48FB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||||
{5688A353-121E-40A1-8BFA-B17B91FB48FB}.Debug|Any CPU.Build.0 = Debug|Any CPU | {5688A353-121E-40A1-8BFA-B17B91FB48FB}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||||
{5688A353-121E-40A1-8BFA-B17B91FB48FB}.Release|Any CPU.ActiveCfg = Release|Any CPU | |||||
{5688A353-121E-40A1-8BFA-B17B91FB48FB}.Release|Any CPU.Build.0 = Release|Any CPU | |||||
{5688A353-121E-40A1-8BFA-B17B91FB48FB}.Release|Any CPU.ActiveCfg = Debug|Any CPU | |||||
{5688A353-121E-40A1-8BFA-B17B91FB48FB}.Release|Any CPU.Build.0 = Debug|Any CPU | |||||
{078DD7E6-943D-4D09-AFC2-D2BA58B76C9C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | {078DD7E6-943D-4D09-AFC2-D2BA58B76C9C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||||
{078DD7E6-943D-4D09-AFC2-D2BA58B76C9C}.Debug|Any CPU.Build.0 = Debug|Any CPU | {078DD7E6-943D-4D09-AFC2-D2BA58B76C9C}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||||
{078DD7E6-943D-4D09-AFC2-D2BA58B76C9C}.Release|Any CPU.ActiveCfg = Release|Any CPU | |||||
{078DD7E6-943D-4D09-AFC2-D2BA58B76C9C}.Release|Any CPU.Build.0 = Release|Any CPU | |||||
{078DD7E6-943D-4D09-AFC2-D2BA58B76C9C}.Release|Any CPU.ActiveCfg = Debug|Any CPU | |||||
{078DD7E6-943D-4D09-AFC2-D2BA58B76C9C}.Release|Any CPU.Build.0 = Debug|Any CPU | |||||
EndGlobalSection | EndGlobalSection | ||||
GlobalSection(SolutionProperties) = preSolution | GlobalSection(SolutionProperties) = preSolution | ||||
HideSolutionNode = FALSE | HideSolutionNode = FALSE | ||||
@@ -0,0 +1,45 @@ | |||||
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | |||||
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" /> | |||||
<PropertyGroup> | |||||
<Description>A Discord.Net extension adding support for bot commands.</Description> | |||||
<VersionPrefix>1.0.0-beta2</VersionPrefix> | |||||
<TargetFramework>netstandard1.3</TargetFramework> | |||||
<AssemblyName>Discord.Net.Commands</AssemblyName> | |||||
<PackageTags>discord;discordapp</PackageTags> | |||||
<PackageProjectUrl>https://github.com/RogueException/Discord.Net</PackageProjectUrl> | |||||
<PackageLicenseUrl>http://opensource.org/licenses/MIT</PackageLicenseUrl> | |||||
<RepositoryType>git</RepositoryType> | |||||
<RepositoryUrl>git://github.com/RogueException/Discord.Net</RepositoryUrl> | |||||
<PackageTargetFallback Condition=" '$(TargetFramework)' == 'netstandard1.3' ">$(PackageTargetFallback);dotnet5.4;dnxcore50;portable-net45+win8</PackageTargetFallback> | |||||
</PropertyGroup> | |||||
<ItemGroup> | |||||
<Compile Include="**\*.cs" /> | |||||
<EmbeddedResource Include="**\*.resx" /> | |||||
<EmbeddedResource Include="compiler\resources\**\*" /> | |||||
</ItemGroup> | |||||
<ItemGroup> | |||||
<ProjectReference Include="..\Discord.Net.Core\Discord.Net.Core.csproj" /> | |||||
</ItemGroup> | |||||
<ItemGroup> | |||||
<PackageReference Include="Microsoft.NET.Sdk"> | |||||
<Version>1.0.0-alpha-20161104-2</Version> | |||||
<PrivateAssets>All</PrivateAssets> | |||||
</PackageReference> | |||||
<PackageReference Include="NETStandard.Library"> | |||||
<Version>1.6.0</Version> | |||||
</PackageReference> | |||||
</ItemGroup> | |||||
<PropertyGroup Condition=" '$(Configuration)' == 'Release' "> | |||||
<DefineConstants>$(DefineConstants);RELEASE</DefineConstants> | |||||
<NoWarn>$(NoWarn);CS1573;CS1591</NoWarn> | |||||
<WarningsAsErrors>true</WarningsAsErrors> | |||||
<GenerateDocumentationFile>true</GenerateDocumentationFile> | |||||
</PropertyGroup> | |||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> | |||||
</Project> |
@@ -1,19 +0,0 @@ | |||||
<?xml version="1.0" encoding="utf-8"?> | |||||
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | |||||
<PropertyGroup> | |||||
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">14.0</VisualStudioVersion> | |||||
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath> | |||||
</PropertyGroup> | |||||
<Import Project="$(VSToolsPath)\DotNet\Microsoft.DotNet.Props" Condition="'$(VSToolsPath)' != ''" /> | |||||
<PropertyGroup Label="Globals"> | |||||
<ProjectGuid>078dd7e6-943d-4d09-afc2-d2ba58b76c9c</ProjectGuid> | |||||
<RootNamespace>Discord.Commands</RootNamespace> | |||||
<BaseIntermediateOutputPath Condition="'$(BaseIntermediateOutputPath)'=='' ">.\obj</BaseIntermediateOutputPath> | |||||
<OutputPath Condition="'$(OutputPath)'=='' ">.\bin\</OutputPath> | |||||
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion> | |||||
</PropertyGroup> | |||||
<PropertyGroup> | |||||
<SchemaVersion>2.0</SchemaVersion> | |||||
</PropertyGroup> | |||||
<Import Project="$(VSToolsPath)\DotNet\Microsoft.DotNet.targets" Condition="'$(VSToolsPath)' != ''" /> | |||||
</Project> |
@@ -1,43 +0,0 @@ | |||||
{ | |||||
"version": "1.0.0-beta2-*", | |||||
"description": "A Discord.Net extension adding support for bot commands.", | |||||
"authors": [ "RogueException" ], | |||||
"packOptions": { | |||||
"tags": [ "discord", "discordapp" ], | |||||
"licenseUrl": "http://opensource.org/licenses/MIT", | |||||
"projectUrl": "https://github.com/RogueException/Discord.Net", | |||||
"repository": { | |||||
"type": "git", | |||||
"url": "git://github.com/RogueException/Discord.Net" | |||||
} | |||||
}, | |||||
"configurations": { | |||||
"Release": { | |||||
"buildOptions": { | |||||
"define": [ "RELEASE" ], | |||||
"nowarn": [ "CS1573", "CS1591" ], | |||||
"optimize": true, | |||||
"warningsAsErrors": true, | |||||
"xmlDoc": true | |||||
} | |||||
} | |||||
}, | |||||
"dependencies": { | |||||
"Discord.Net.Core": { | |||||
"target": "project" | |||||
} | |||||
}, | |||||
"frameworks": { | |||||
"netstandard1.3": { | |||||
"imports": [ | |||||
"dotnet5.4", | |||||
"dnxcore50", | |||||
"portable-net45+win8" | |||||
] | |||||
} | |||||
} | |||||
} |
@@ -0,0 +1,63 @@ | |||||
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | |||||
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" /> | |||||
<PropertyGroup> | |||||
<Description>A .Net API wrapper and bot framework for Discord.</Description> | |||||
<VersionPrefix>1.0.0-beta2</VersionPrefix> | |||||
<TargetFramework>netstandard1.3</TargetFramework> | |||||
<AssemblyName>Discord.Net.Core</AssemblyName> | |||||
<PackageTags>discord;discordapp</PackageTags> | |||||
<PackageProjectUrl>https://github.com/RogueException/Discord.Net</PackageProjectUrl> | |||||
<PackageLicenseUrl>http://opensource.org/licenses/MIT</PackageLicenseUrl> | |||||
<RepositoryType>git</RepositoryType> | |||||
<RepositoryUrl>git://github.com/RogueException/Discord.Net</RepositoryUrl> | |||||
<PackageTargetFallback Condition=" '$(TargetFramework)' == 'netstandard1.3' ">$(PackageTargetFallback);dotnet5.4;dnxcore50;portable-net45+win8</PackageTargetFallback> | |||||
</PropertyGroup> | |||||
<ItemGroup> | |||||
<Compile Include="**\*.cs" /> | |||||
<EmbeddedResource Include="**\*.resx" /> | |||||
<EmbeddedResource Include="compiler\resources\**\*" /> | |||||
</ItemGroup> | |||||
<ItemGroup> | |||||
<PackageReference Include="Microsoft.NET.Sdk"> | |||||
<Version>1.0.0-alpha-20161104-2</Version> | |||||
<PrivateAssets>All</PrivateAssets> | |||||
</PackageReference> | |||||
<PackageReference Include="NETStandard.Library"> | |||||
<Version>1.6.0</Version> | |||||
</PackageReference> | |||||
<PackageReference Include="Microsoft.Win32.Primitives"> | |||||
<Version>4.0.1</Version> | |||||
</PackageReference> | |||||
<PackageReference Include="Newtonsoft.Json"> | |||||
<Version>9.0.1</Version> | |||||
</PackageReference> | |||||
<PackageReference Include="System.Collections.Concurrent"> | |||||
<Version>4.0.12</Version> | |||||
</PackageReference> | |||||
<PackageReference Include="System.Collections.Immutable"> | |||||
<Version>1.2.0</Version> | |||||
</PackageReference> | |||||
<PackageReference Include="System.Interactive.Async"> | |||||
<Version>3.0.0</Version> | |||||
</PackageReference> | |||||
<PackageReference Include="System.Net.Http"> | |||||
<Version>4.1.0</Version> | |||||
</PackageReference> | |||||
<PackageReference Include="System.Net.WebSockets.Client"> | |||||
<Version>4.0.0</Version> | |||||
<PrivateAssets>All</PrivateAssets> | |||||
</PackageReference> | |||||
</ItemGroup> | |||||
<PropertyGroup Condition=" '$(Configuration)' == 'Release' "> | |||||
<DefineConstants>$(DefineConstants);RELEASE</DefineConstants> | |||||
<NoWarn>$(NoWarn);CS1573;CS1591</NoWarn> | |||||
<WarningsAsErrors>true</WarningsAsErrors> | |||||
<GenerateDocumentationFile>true</GenerateDocumentationFile> | |||||
</PropertyGroup> | |||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> | |||||
</Project> |
@@ -1,19 +0,0 @@ | |||||
<?xml version="1.0" encoding="utf-8"?> | |||||
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | |||||
<PropertyGroup> | |||||
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">14.0</VisualStudioVersion> | |||||
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath> | |||||
</PropertyGroup> | |||||
<Import Project="$(VSToolsPath)\DotNet\Microsoft.DotNet.Props" Condition="'$(VSToolsPath)' != ''" /> | |||||
<PropertyGroup Label="Globals"> | |||||
<ProjectGuid>91e9e7bd-75c9-4e98-84aa-2c271922e5c2</ProjectGuid> | |||||
<RootNamespace>Discord</RootNamespace> | |||||
<BaseIntermediateOutputPath Condition="'$(BaseIntermediateOutputPath)'=='' ">.\obj</BaseIntermediateOutputPath> | |||||
<OutputPath Condition="'$(OutputPath)'=='' ">.\bin\</OutputPath> | |||||
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion> | |||||
</PropertyGroup> | |||||
<PropertyGroup> | |||||
<SchemaVersion>2.0</SchemaVersion> | |||||
</PropertyGroup> | |||||
<Import Project="$(VSToolsPath)\DotNet\Microsoft.DotNet.targets" Condition="'$(VSToolsPath)' != ''" /> | |||||
</Project> |
@@ -1,50 +0,0 @@ | |||||
{ | |||||
"version": "1.0.0-beta2-*", | |||||
"description": "A .Net API wrapper and bot framework for Discord.", | |||||
"authors": [ "RogueException" ], | |||||
"packOptions": { | |||||
"tags": [ "discord", "discordapp" ], | |||||
"licenseUrl": "http://opensource.org/licenses/MIT", | |||||
"projectUrl": "https://github.com/RogueException/Discord.Net", | |||||
"repository": { | |||||
"type": "git", | |||||
"url": "git://github.com/RogueException/Discord.Net" | |||||
} | |||||
}, | |||||
"configurations": { | |||||
"Release": { | |||||
"buildOptions": { | |||||
"define": [ "RELEASE" ], | |||||
"nowarn": [ "CS1573", "CS1591" ], | |||||
"optimize": true, | |||||
"warningsAsErrors": true, | |||||
"xmlDoc": true | |||||
} | |||||
} | |||||
}, | |||||
"dependencies": { | |||||
"Microsoft.Win32.Primitives": "4.0.1", | |||||
"Newtonsoft.Json": "9.0.1", | |||||
"System.Collections.Concurrent": "4.0.12", | |||||
"System.Collections.Immutable": "1.2.0", | |||||
"System.Interactive.Async": "3.0.0", | |||||
"System.Net.Http": "4.1.0", | |||||
"System.Net.WebSockets.Client": { | |||||
"version": "4.0.0", | |||||
"type": "build" | |||||
} | |||||
}, | |||||
"frameworks": { | |||||
"netstandard1.3": { | |||||
"imports": [ | |||||
"dotnet5.4", | |||||
"dnxcore50", | |||||
"portable-net45+win8" | |||||
] | |||||
} | |||||
} | |||||
} |
@@ -0,0 +1,48 @@ | |||||
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | |||||
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" /> | |||||
<PropertyGroup> | |||||
<Description>A core Discord.Net library containing the REST client and models.</Description> | |||||
<VersionPrefix>1.0.0-beta2</VersionPrefix> | |||||
<TargetFramework>netstandard1.3</TargetFramework> | |||||
<AssemblyName>Discord.Net.Rest</AssemblyName> | |||||
<PackageTags>discord;discordapp</PackageTags> | |||||
<PackageProjectUrl>https://github.com/RogueException/Discord.Net</PackageProjectUrl> | |||||
<PackageLicenseUrl>http://opensource.org/licenses/MIT</PackageLicenseUrl> | |||||
<RepositoryType>git</RepositoryType> | |||||
<RepositoryUrl>git://github.com/RogueException/Discord.Net</RepositoryUrl> | |||||
<PackageTargetFallback Condition=" '$(TargetFramework)' == 'netstandard1.3' ">$(PackageTargetFallback);dotnet5.4;dnxcore50;portable-net45+win8</PackageTargetFallback> | |||||
</PropertyGroup> | |||||
<ItemGroup> | |||||
<Compile Include="**\*.cs" /> | |||||
<EmbeddedResource Include="**\*.resx" /> | |||||
<EmbeddedResource Include="compiler\resources\**\*" /> | |||||
</ItemGroup> | |||||
<ItemGroup> | |||||
<ProjectReference Include="..\Discord.Net.Core\Discord.Net.Core.csproj" /> | |||||
</ItemGroup> | |||||
<ItemGroup> | |||||
<PackageReference Include="Microsoft.NET.Sdk"> | |||||
<Version>1.0.0-alpha-20161104-2</Version> | |||||
<PrivateAssets>All</PrivateAssets> | |||||
</PackageReference> | |||||
<PackageReference Include="NETStandard.Library"> | |||||
<Version>1.6.0</Version> | |||||
</PackageReference> | |||||
<PackageReference Include="System.IO.FileSystem"> | |||||
<Version>4.0.1</Version> | |||||
</PackageReference> | |||||
</ItemGroup> | |||||
<PropertyGroup Condition=" '$(Configuration)' == 'Release' "> | |||||
<DefineConstants>$(DefineConstants);RELEASE</DefineConstants> | |||||
<NoWarn>$(NoWarn);CS1573;CS1591</NoWarn> | |||||
<WarningsAsErrors>true</WarningsAsErrors> | |||||
<GenerateDocumentationFile>true</GenerateDocumentationFile> | |||||
</PropertyGroup> | |||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> | |||||
</Project> |
@@ -1,19 +0,0 @@ | |||||
<?xml version="1.0" encoding="utf-8"?> | |||||
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | |||||
<PropertyGroup> | |||||
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">14.0</VisualStudioVersion> | |||||
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath> | |||||
</PropertyGroup> | |||||
<Import Project="$(VSToolsPath)\DotNet\Microsoft.DotNet.Props" Condition="'$(VSToolsPath)' != ''" /> | |||||
<PropertyGroup Label="Globals"> | |||||
<ProjectGuid>bfc6dc28-0351-4573-926a-d4124244c04f</ProjectGuid> | |||||
<RootNamespace>Discord.Rest</RootNamespace> | |||||
<BaseIntermediateOutputPath Condition="'$(BaseIntermediateOutputPath)'=='' ">.\obj</BaseIntermediateOutputPath> | |||||
<OutputPath Condition="'$(OutputPath)'=='' ">.\bin\</OutputPath> | |||||
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion> | |||||
</PropertyGroup> | |||||
<PropertyGroup> | |||||
<SchemaVersion>2.0</SchemaVersion> | |||||
</PropertyGroup> | |||||
<Import Project="$(VSToolsPath)\DotNet\Microsoft.DotNet.targets" Condition="'$(VSToolsPath)' != ''" /> | |||||
</Project> |
@@ -1,44 +0,0 @@ | |||||
{ | |||||
"version": "1.0.0-beta2-*", | |||||
"description": "A core Discord.Net library containing the REST client and models.", | |||||
"authors": [ "RogueException" ], | |||||
"packOptions": { | |||||
"tags": [ "discord", "discordapp" ], | |||||
"licenseUrl": "http://opensource.org/licenses/MIT", | |||||
"projectUrl": "https://github.com/RogueException/Discord.Net", | |||||
"repository": { | |||||
"type": "git", | |||||
"url": "git://github.com/RogueException/Discord.Net" | |||||
} | |||||
}, | |||||
"configurations": { | |||||
"Release": { | |||||
"buildOptions": { | |||||
"define": [ "RELEASE" ], | |||||
"nowarn": [ "CS1573", "CS1591" ], | |||||
"optimize": true, | |||||
"warningsAsErrors": true, | |||||
"xmlDoc": true | |||||
} | |||||
} | |||||
}, | |||||
"dependencies": { | |||||
"Discord.Net.Core": { | |||||
"target": "project" | |||||
}, | |||||
"System.IO.FileSystem": "4.0.1" | |||||
}, | |||||
"frameworks": { | |||||
"netstandard1.3": { | |||||
"imports": [ | |||||
"dotnet5.4", | |||||
"dnxcore50", | |||||
"portable-net45+win8" | |||||
] | |||||
} | |||||
} | |||||
} |
@@ -0,0 +1,52 @@ | |||||
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | |||||
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" /> | |||||
<PropertyGroup> | |||||
<Description>A core Discord.Net library containing the RPC client and models.</Description> | |||||
<VersionPrefix>1.0.0-beta2</VersionPrefix> | |||||
<TargetFramework>netstandard1.3</TargetFramework> | |||||
<AssemblyName>Discord.Net.Rpc</AssemblyName> | |||||
<PackageTags>discord;discordapp</PackageTags> | |||||
<PackageProjectUrl>https://github.com/RogueException/Discord.Net</PackageProjectUrl> | |||||
<PackageLicenseUrl>http://opensource.org/licenses/MIT</PackageLicenseUrl> | |||||
<RepositoryType>git</RepositoryType> | |||||
<RepositoryUrl>git://github.com/RogueException/Discord.Net</RepositoryUrl> | |||||
<PackageTargetFallback Condition=" '$(TargetFramework)' == 'netstandard1.3' ">$(PackageTargetFallback);dotnet5.4;dnxcore50;portable-net45+win8</PackageTargetFallback> | |||||
</PropertyGroup> | |||||
<ItemGroup> | |||||
<Compile Include="**\*.cs" /> | |||||
<EmbeddedResource Include="**\*.resx" /> | |||||
<EmbeddedResource Include="compiler\resources\**\*" /> | |||||
</ItemGroup> | |||||
<ItemGroup> | |||||
<ProjectReference Include="..\Discord.Net.Core\Discord.Net.Core.csproj" /> | |||||
<ProjectReference Include="..\Discord.Net.Rest\Discord.Net.Rest.csproj" /> | |||||
</ItemGroup> | |||||
<ItemGroup> | |||||
<PackageReference Include="Microsoft.NET.Sdk"> | |||||
<Version>1.0.0-alpha-20161104-2</Version> | |||||
<PrivateAssets>All</PrivateAssets> | |||||
</PackageReference> | |||||
<PackageReference Include="NETStandard.Library"> | |||||
<Version>1.6.0</Version> | |||||
</PackageReference> | |||||
<PackageReference Include="System.IO.Compression"> | |||||
<Version>4.1.0</Version> | |||||
</PackageReference> | |||||
<PackageReference Include="System.Net.WebSockets.Client"> | |||||
<Version>4.0.0</Version> | |||||
</PackageReference> | |||||
</ItemGroup> | |||||
<PropertyGroup Condition=" '$(Configuration)' == 'Release' "> | |||||
<DefineConstants>$(DefineConstants);RELEASE</DefineConstants> | |||||
<NoWarn>$(NoWarn);CS1573;CS1591</NoWarn> | |||||
<WarningsAsErrors>true</WarningsAsErrors> | |||||
<GenerateDocumentationFile>true</GenerateDocumentationFile> | |||||
</PropertyGroup> | |||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> | |||||
</Project> |
@@ -1,19 +0,0 @@ | |||||
<?xml version="1.0" encoding="utf-8"?> | |||||
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | |||||
<PropertyGroup> | |||||
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">14.0</VisualStudioVersion> | |||||
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath> | |||||
</PropertyGroup> | |||||
<Import Project="$(VSToolsPath)\DotNet\Microsoft.DotNet.Props" Condition="'$(VSToolsPath)' != ''" /> | |||||
<PropertyGroup Label="Globals"> | |||||
<ProjectGuid>5688a353-121e-40a1-8bfa-b17b91fb48fb</ProjectGuid> | |||||
<RootNamespace>Discord.Rpc</RootNamespace> | |||||
<BaseIntermediateOutputPath Condition="'$(BaseIntermediateOutputPath)'=='' ">.\obj</BaseIntermediateOutputPath> | |||||
<OutputPath Condition="'$(OutputPath)'=='' ">.\bin\</OutputPath> | |||||
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion> | |||||
</PropertyGroup> | |||||
<PropertyGroup> | |||||
<SchemaVersion>2.0</SchemaVersion> | |||||
</PropertyGroup> | |||||
<Import Project="$(VSToolsPath)\DotNet\Microsoft.DotNet.targets" Condition="'$(VSToolsPath)' != ''" /> | |||||
</Project> |
@@ -1,48 +0,0 @@ | |||||
{ | |||||
"version": "1.0.0-beta2-*", | |||||
"description": "A core Discord.Net library containing the RPC client and models.", | |||||
"authors": [ "RogueException" ], | |||||
"packOptions": { | |||||
"tags": [ "discord", "discordapp" ], | |||||
"licenseUrl": "http://opensource.org/licenses/MIT", | |||||
"projectUrl": "https://github.com/RogueException/Discord.Net", | |||||
"repository": { | |||||
"type": "git", | |||||
"url": "git://github.com/RogueException/Discord.Net" | |||||
} | |||||
}, | |||||
"configurations": { | |||||
"Release": { | |||||
"buildOptions": { | |||||
"define": [ "RELEASE" ], | |||||
"nowarn": [ "CS1573", "CS1591" ], | |||||
"optimize": true, | |||||
"warningsAsErrors": true, | |||||
"xmlDoc": true | |||||
} | |||||
} | |||||
}, | |||||
"dependencies": { | |||||
"Discord.Net.Core": { | |||||
"target": "project" | |||||
}, | |||||
"Discord.Net.Rest": { | |||||
"target": "project" | |||||
}, | |||||
"System.IO.Compression": "4.1.0", | |||||
"System.Net.WebSockets.Client": "4.0.0" | |||||
}, | |||||
"frameworks": { | |||||
"netstandard1.3": { | |||||
"imports": [ | |||||
"dotnet5.4", | |||||
"dnxcore50", | |||||
"portable-net45+win8" | |||||
] | |||||
} | |||||
} | |||||
} |
@@ -0,0 +1,62 @@ | |||||
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | |||||
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" /> | |||||
<PropertyGroup> | |||||
<Description>A core Discord.Net library containing the WebSocket client and models.</Description> | |||||
<VersionPrefix>1.0.0-beta2</VersionPrefix> | |||||
<TargetFramework>netstandard1.3</TargetFramework> | |||||
<AllowUnsafeBlocks>true</AllowUnsafeBlocks> | |||||
<AssemblyName>Discord.Net.WebSocket</AssemblyName> | |||||
<PackageTags>discord;discordapp</PackageTags> | |||||
<PackageProjectUrl>https://github.com/RogueException/Discord.Net</PackageProjectUrl> | |||||
<PackageLicenseUrl>http://opensource.org/licenses/MIT</PackageLicenseUrl> | |||||
<RepositoryType>git</RepositoryType> | |||||
<RepositoryUrl>git://github.com/RogueException/Discord.Net</RepositoryUrl> | |||||
<PackageTargetFallback Condition=" '$(TargetFramework)' == 'netstandard1.3' ">$(PackageTargetFallback);dotnet5.4;dnxcore50;portable-net45+win8</PackageTargetFallback> | |||||
</PropertyGroup> | |||||
<ItemGroup> | |||||
<Compile Include="**\*.cs" /> | |||||
<EmbeddedResource Include="**\*.resx" /> | |||||
<EmbeddedResource Include="compiler\resources\**\*" /> | |||||
</ItemGroup> | |||||
<ItemGroup> | |||||
<ProjectReference Include="..\Discord.Net.Core\Discord.Net.Core.csproj" /> | |||||
<ProjectReference Include="..\Discord.Net.Rest\Discord.Net.Rest.csproj" /> | |||||
</ItemGroup> | |||||
<ItemGroup> | |||||
<PackageReference Include="Microsoft.NET.Sdk"> | |||||
<Version>1.0.0-alpha-20161104-2</Version> | |||||
<PrivateAssets>All</PrivateAssets> | |||||
</PackageReference> | |||||
<PackageReference Include="NETStandard.Library"> | |||||
<Version>1.6.0</Version> | |||||
</PackageReference> | |||||
<PackageReference Include="System.IO.Compression"> | |||||
<Version>4.1.0</Version> | |||||
</PackageReference> | |||||
<PackageReference Include="System.Net.NameResolution"> | |||||
<Version>4.0.0</Version> | |||||
</PackageReference> | |||||
<PackageReference Include="System.Net.Sockets"> | |||||
<Version>4.1.0</Version> | |||||
</PackageReference> | |||||
<PackageReference Include="System.Net.WebSockets.Client"> | |||||
<Version>4.0.0</Version> | |||||
</PackageReference> | |||||
<PackageReference Include="System.Runtime.InteropServices"> | |||||
<Version>4.1.0</Version> | |||||
</PackageReference> | |||||
</ItemGroup> | |||||
<PropertyGroup Condition=" '$(Configuration)' == 'Release' "> | |||||
<DefineConstants>$(DefineConstants);RELEASE</DefineConstants> | |||||
<NoWarn>$(NoWarn);CS1573;CS1591</NoWarn> | |||||
<WarningsAsErrors>true</WarningsAsErrors> | |||||
<GenerateDocumentationFile>true</GenerateDocumentationFile> | |||||
</PropertyGroup> | |||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> | |||||
</Project> |
@@ -1,19 +0,0 @@ | |||||
<?xml version="1.0" encoding="utf-8"?> | |||||
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | |||||
<PropertyGroup> | |||||
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">14.0</VisualStudioVersion> | |||||
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath> | |||||
</PropertyGroup> | |||||
<Import Project="$(VSToolsPath)\DotNet\Microsoft.DotNet.Props" Condition="'$(VSToolsPath)' != ''" /> | |||||
<PropertyGroup Label="Globals"> | |||||
<ProjectGuid>22ab6c66-536c-4ac2-bbdb-a8bc4eb6b14d</ProjectGuid> | |||||
<RootNamespace>Discord.WebSocket</RootNamespace> | |||||
<BaseIntermediateOutputPath Condition="'$(BaseIntermediateOutputPath)'=='' ">.\obj</BaseIntermediateOutputPath> | |||||
<OutputPath Condition="'$(OutputPath)'=='' ">.\bin\</OutputPath> | |||||
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion> | |||||
</PropertyGroup> | |||||
<PropertyGroup> | |||||
<SchemaVersion>2.0</SchemaVersion> | |||||
</PropertyGroup> | |||||
<Import Project="$(VSToolsPath)\DotNet\Microsoft.DotNet.targets" Condition="'$(VSToolsPath)' != ''" /> | |||||
</Project> |
@@ -1,55 +0,0 @@ | |||||
{ | |||||
"version": "1.0.0-beta2-*", | |||||
"description": "A core Discord.Net library containing the WebSocket client and models.", | |||||
"authors": [ "RogueException" ], | |||||
"packOptions": { | |||||
"tags": [ "discord", "discordapp" ], | |||||
"licenseUrl": "http://opensource.org/licenses/MIT", | |||||
"projectUrl": "https://github.com/RogueException/Discord.Net", | |||||
"repository": { | |||||
"type": "git", | |||||
"url": "git://github.com/RogueException/Discord.Net" | |||||
} | |||||
}, | |||||
"buildOptions": { | |||||
"allowUnsafe": true | |||||
}, | |||||
"configurations": { | |||||
"Release": { | |||||
"buildOptions": { | |||||
"define": [ "RELEASE" ], | |||||
"nowarn": [ "CS1573", "CS1591" ], | |||||
"optimize": true, | |||||
"warningsAsErrors": true, | |||||
"xmlDoc": true | |||||
} | |||||
} | |||||
}, | |||||
"dependencies": { | |||||
"Discord.Net.Core": { | |||||
"target": "project" | |||||
}, | |||||
"Discord.Net.Rest": { | |||||
"target": "project" | |||||
}, | |||||
"System.IO.Compression": "4.1.0", | |||||
"System.Net.NameResolution": "4.0.0", | |||||
"System.Net.Sockets": "4.1.0", | |||||
"System.Net.WebSockets.Client": "4.0.0", | |||||
"System.Runtime.InteropServices": "4.1.0" | |||||
}, | |||||
"frameworks": { | |||||
"netstandard1.3": { | |||||
"imports": [ | |||||
"dotnet5.4", | |||||
"dnxcore50", | |||||
"portable-net45+win8" | |||||
] | |||||
} | |||||
} | |||||
} |
@@ -0,0 +1,46 @@ | |||||
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | |||||
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" /> | |||||
<PropertyGroup> | |||||
<Description>An aynchronous API wrapper for Discord. This metapackage includes all of the optional Discord.Net components.</Description> | |||||
<VersionPrefix>1.0.0-beta2</VersionPrefix> | |||||
<TargetFramework>netstandard1.3</TargetFramework> | |||||
<AssemblyName>Discord.Net</AssemblyName> | |||||
<PackageTags>discord;discordapp</PackageTags> | |||||
<PackageProjectUrl>https://github.com/RogueException/Discord.Net</PackageProjectUrl> | |||||
<PackageLicenseUrl>http://opensource.org/licenses/MIT</PackageLicenseUrl> | |||||
<RepositoryType>git</RepositoryType> | |||||
<RepositoryUrl>git://github.com/RogueException/Discord.Net</RepositoryUrl> | |||||
<PackageTargetFallback Condition=" '$(TargetFramework)' == 'netstandard1.3' ">$(PackageTargetFallback);dotnet5.4;dnxcore50;portable-net45+win8</PackageTargetFallback> | |||||
</PropertyGroup> | |||||
<ItemGroup> | |||||
<Compile Include="**\*.cs" /> | |||||
<EmbeddedResource Include="**\*.resx" /> | |||||
<EmbeddedResource Include="compiler\resources\**\*" /> | |||||
</ItemGroup> | |||||
<ItemGroup> | |||||
<ProjectReference Include="..\Discord.Net.Core\Discord.Net.Core.csproj" /> | |||||
<ProjectReference Include="..\Discord.Net.Rest\Discord.Net.Rest.csproj" /> | |||||
<ProjectReference Include="..\Discord.Net.WebSocket\Discord.Net.WebSocket.csproj" /> | |||||
<ProjectReference Include="..\Discord.Net.Rpc\Discord.Net.Rpc.csproj" /> | |||||
<ProjectReference Include="..\Discord.Net.Commands\Discord.Net.Commands.csproj" /> | |||||
</ItemGroup> | |||||
<ItemGroup> | |||||
<PackageReference Include="Microsoft.NET.Sdk"> | |||||
<Version>1.0.0-alpha-20161104-2</Version> | |||||
<PrivateAssets>All</PrivateAssets> | |||||
</PackageReference> | |||||
<PackageReference Include="NETStandard.Library"> | |||||
<Version>1.6.0</Version> | |||||
</PackageReference> | |||||
</ItemGroup> | |||||
<PropertyGroup Condition=" '$(Configuration)' == 'Release' "> | |||||
<DefineConstants>$(DefineConstants);RELEASE</DefineConstants> | |||||
</PropertyGroup> | |||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> | |||||
</Project> |
@@ -1,19 +0,0 @@ | |||||
<?xml version="1.0" encoding="utf-8"?> | |||||
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | |||||
<PropertyGroup> | |||||
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">14.0</VisualStudioVersion> | |||||
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath> | |||||
</PropertyGroup> | |||||
<Import Project="$(VSToolsPath)\DotNet\Microsoft.DotNet.Props" Condition="'$(VSToolsPath)' != ''" /> | |||||
<PropertyGroup Label="Globals"> | |||||
<ProjectGuid>496db20a-a455-4d01-b6bc-90fe6d7c6b81</ProjectGuid> | |||||
<RootNamespace>Discord.Net</RootNamespace> | |||||
<BaseIntermediateOutputPath Condition="'$(BaseIntermediateOutputPath)'=='' ">.\obj</BaseIntermediateOutputPath> | |||||
<OutputPath Condition="'$(OutputPath)'=='' ">.\bin\</OutputPath> | |||||
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion> | |||||
</PropertyGroup> | |||||
<PropertyGroup> | |||||
<SchemaVersion>2.0</SchemaVersion> | |||||
</PropertyGroup> | |||||
<Import Project="$(VSToolsPath)\DotNet\Microsoft.DotNet.targets" Condition="'$(VSToolsPath)' != ''" /> | |||||
</Project> |
@@ -1,43 +0,0 @@ | |||||
{ | |||||
"version": "1.0.0-beta2-*", | |||||
"description": "An aynchronous API wrapper for Discord. This metapackage includes all of the optional Discord.Net components.", | |||||
"authors": [ "RogueException" ], | |||||
"packOptions": { | |||||
"tags": [ "discord", "discordapp" ], | |||||
"licenseUrl": "http://opensource.org/licenses/MIT", | |||||
"projectUrl": "https://github.com/RogueException/Discord.Net", | |||||
"repository": { | |||||
"type": "git", | |||||
"url": "git://github.com/RogueException/Discord.Net" | |||||
} | |||||
}, | |||||
"dependencies": { | |||||
"Discord.Net.Core": { | |||||
"target": "project" | |||||
}, | |||||
"Discord.Net.Rest": { | |||||
"target": "project" | |||||
}, | |||||
"Discord.Net.WebSocket": { | |||||
"target": "project" | |||||
}, | |||||
"Discord.Net.Rpc": { | |||||
"target": "project" | |||||
}, | |||||
"Discord.Net.Commands": { | |||||
"target": "project" | |||||
} | |||||
}, | |||||
"frameworks": { | |||||
"netstandard1.3": { | |||||
"imports": [ | |||||
"dotnet5.4", | |||||
"dnxcore50", | |||||
"portable-net45+win8" | |||||
] | |||||
} | |||||
} | |||||
} |