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.
|
- <Project Sdk="Microsoft.NET.Sdk">
- <Import Project="../../Discord.Net.targets" />
- <Import Project="../../StyleAnalyzer.targets" />
- <PropertyGroup>
- <AssemblyName>Discord.Net.WebSocket</AssemblyName>
- <RootNamespace>Discord.WebSocket</RootNamespace>
- <Description>A core Discord.Net Labs library containing the WebSocket client and models.</Description>
- <TargetFrameworks Condition=" '$(OS)' == 'Windows_NT' ">net461;netstandard2.0;netstandard2.1</TargetFrameworks>
- <TargetFrameworks Condition=" '$(OS)' != 'Windows_NT' ">netstandard2.0;netstandard2.1</TargetFrameworks>
- <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <Version>3.1.1</Version>
- <RepositoryUrl>https://github.com/Discord-Net-Labs/Discord.Net-Labs</RepositoryUrl>
- <PackageProjectUrl>https://github.com/Discord-Net-Labs/Discord.Net-Labs</PackageProjectUrl>
- <PackageIcon>Temporary.png</PackageIcon>
- <PackageId>Discord.Net.Labs.WebSocket</PackageId>
- </PropertyGroup>
- <PropertyGroup>
- <DocumentationFile>..\Discord.Net.WebSocket\Discord.Net.WebSocket.xml</DocumentationFile>
- <AssemblyVersion>3.1.1</AssemblyVersion>
- <FileVersion>3.1.1</FileVersion>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
- <DefineConstants>TRACE</DefineConstants>
- </PropertyGroup>
-
- <ItemGroup>
- <ProjectReference Include="..\Discord.Net.Core\Discord.Net.Core.csproj" />
- <ProjectReference Include="..\Discord.Net.Rest\Discord.Net.Rest.csproj" />
- </ItemGroup>
- <ItemGroup>
- <None Include="..\..\..\..\..\..\Downloads\Temporary.png">
- <Pack>True</Pack>
- <PackagePath></PackagePath>
- </None>
- </ItemGroup>
- <ItemGroup>
- <None Update="Discord.Net.WebSocket.xml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </None>
- </ItemGroup>
- </Project>
|