DocSpace-client/thirdparty/websocket-sharp-master/websocket-sharp/websocket-sharp.csproj

38 lines
1.5 KiB
XML
Raw Normal View History

2020-08-20 09:38:57 +00:00
<Project Sdk="Microsoft.NET.Sdk">
2020-08-08 19:40:40 +00:00
<PropertyGroup>
2020-08-20 09:38:57 +00:00
<Description>
websocket-sharp provides the WebSocket protocol client and server.
It supports:
- RFC 6455
- WebSocket Client and Server
- Per-message Compression extension
- Secure Connection
- HTTP Authentication (Basic/Digest)
- Query String, Origin header and Cookies
- Connecting through the HTTP Proxy server
- .NET 3.5 or later (includes compatible)
</Description>
<Copyright>© 2010-2016 sta.blockhead</Copyright>
<AssemblyTitle>websocket-sharp - WebSocket for standard .NET Framework</AssemblyTitle>
<Authors>sta</Authors>
<TargetFramework>netstandard2.1</TargetFramework>
<PreserveCompilationContext>false</PreserveCompilationContext>
<AssemblyName>WebSocketSharp</AssemblyName>
<PackageId>WebSocketSharp</PackageId>
<PackageTags>WebSocket</PackageTags>
<PackageProjectUrl>http://sta.github.io/websocket-sharp</PackageProjectUrl>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>1.0.3-rc11</Version>
<AssemblyVersion>1.0.2.59611</AssemblyVersion>
<FileVersion>1.0.2.59611</FileVersion>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
2020-08-08 19:40:40 +00:00
</PropertyGroup>
<ItemGroup>
2020-08-20 09:38:57 +00:00
<ProjectReference Include="..\..\Microsoft.Graph.Core\Microsoft.Graph.Core.csproj" />
2020-08-08 19:40:40 +00:00
</ItemGroup>
<ItemGroup>
2020-08-20 09:38:57 +00:00
<Folder Include="Properties\" />
2020-08-08 19:40:40 +00:00
</ItemGroup>
</Project>