|
| 1 | +<Project Sdk="Microsoft.NET.Sdk"> |
| 2 | + |
| 3 | + <PropertyGroup> |
| 4 | + <TargetFramework>netstandard2.0</TargetFramework> |
| 5 | + <PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance> |
| 6 | + <Description>This is the Engine.IO Client Library for C#.</Description> |
| 7 | + <PackageProjectUrl>https://github.com/Quobject/EngineIoClientDotNet/</PackageProjectUrl> |
| 8 | + <Version>1.0.6</Version> |
| 9 | + <Copyright>Copyright © 2018</Copyright> |
| 10 | + <RepositoryUrl>https://github.com/Quobject/EngineIoClientDotNet/</RepositoryUrl> |
| 11 | + <AssemblyVersion>1.0.6.0</AssemblyVersion> |
| 12 | + <FileVersion>1.0.6.0</FileVersion> |
| 13 | + <RootNamespace>Quobject.EngineIoClientDotNet</RootNamespace> |
| 14 | + <AssemblyName>EngineIoClientDotNet</AssemblyName> |
| 15 | + </PropertyGroup> |
| 16 | + |
| 17 | + <ItemGroup> |
| 18 | + <None Remove="Client\.keep" /> |
| 19 | + <None Remove="Client\Transports\.keep" /> |
| 20 | + <None Remove="ComponentEmitter\.keep" /> |
| 21 | + <None Remove="Modules\.keep" /> |
| 22 | + <None Remove="Parser\.keep" /> |
| 23 | + <None Remove="Thread\.keep" /> |
| 24 | + </ItemGroup> |
| 25 | + |
| 26 | + <ItemGroup> |
| 27 | + <Compile Include="..\EngineIoClientDotNet.mono\Client\EngineIOException.cs" Link="Client\EngineIOException.cs" /> |
| 28 | + <Compile Include="..\EngineIoClientDotNet.mono\Client\HandshakeData.cs" Link="Client\HandshakeData.cs" /> |
| 29 | + <Compile Include="..\EngineIoClientDotNet.mono\Client\Socket.cs" Link="Client\Socket.cs" /> |
| 30 | + <Compile Include="..\EngineIoClientDotNet.mono\Client\Transport.cs" Link="Client\Transport.cs" /> |
| 31 | + <Compile Include="..\EngineIoClientDotNet.mono\Client\Transports\Polling.cs" Link="Client\Transports\Polling.cs" /> |
| 32 | + <Compile Include="..\EngineIoClientDotNet.mono\Client\Transports\PollingXHR.cs" Link="Client\Transports\PollingXHR.cs" /> |
| 33 | + <Compile Include="..\EngineIoClientDotNet.mono\Client\Transports\WebSocket.cs" Link="Client\Transports\WebSocket.cs" /> |
| 34 | + <Compile Include="..\EngineIoClientDotNet.mono\ComponentEmitter\Emitter.cs" Link="ComponentEmitter\Emitter.cs" /> |
| 35 | + <Compile Include="..\EngineIoClientDotNet.mono\Modules\Global.cs" Link="Modules\Global.cs" /> |
| 36 | + <Compile Include="..\EngineIoClientDotNet.mono\Modules\LogManager.cs" Link="Modules\LogManager.cs" /> |
| 37 | + <Compile Include="..\EngineIoClientDotNet.mono\Modules\ParseQS.cs" Link="Modules\ParseQS.cs" /> |
| 38 | + <Compile Include="..\EngineIoClientDotNet.mono\Modules\ServerCertificate.cs" Link="Modules\ServerCertificate.cs" /> |
| 39 | + <Compile Include="..\EngineIoClientDotNet.mono\Modules\UTF8.cs" Link="Modules\UTF8.cs" /> |
| 40 | + <Compile Include="..\EngineIoClientDotNet.mono\Modules\UTF8Exception.cs" Link="Modules\UTF8Exception.cs" /> |
| 41 | + <Compile Include="..\EngineIoClientDotNet.mono\Parser\Buffer.cs" Link="Parser\Buffer.cs" /> |
| 42 | + <Compile Include="..\EngineIoClientDotNet.mono\Parser\ByteBuffer.cs" Link="Parser\ByteBuffer.cs" /> |
| 43 | + <Compile Include="..\EngineIoClientDotNet.mono\Parser\IDecodePayloadCallback.cs" Link="Parser\IDecodePayloadCallback.cs" /> |
| 44 | + <Compile Include="..\EngineIoClientDotNet.mono\Parser\IEncodeCallback.cs" Link="Parser\IEncodeCallback.cs" /> |
| 45 | + <Compile Include="..\EngineIoClientDotNet.mono\Parser\Packet.cs" Link="Parser\Packet.cs" /> |
| 46 | + <Compile Include="..\EngineIoClientDotNet.mono\Parser\Parser.cs" Link="Parser\Parser.cs" /> |
| 47 | + <Compile Include="..\EngineIoClientDotNet.mono\Thread\EasyTimer.cs" Link="Thread\EasyTimer.cs" /> |
| 48 | + </ItemGroup> |
| 49 | + |
| 50 | + <ItemGroup> |
| 51 | + <PackageReference Include="Newtonsoft.Json" Version="9.0.1" /> |
| 52 | + <PackageReference Include="System.Collections.Immutable" Version="1.4.0" /> |
| 53 | + <PackageReference Include="WebSocket4Net" Version="0.15.2" /> |
| 54 | + </ItemGroup> |
| 55 | + |
| 56 | +</Project> |
0 commit comments