Files
NightAlert/ThirdParty/EngineIoClientDotNet/Src/EngineIoClientDotNet.net45/EngineIoClientDotNet.net45.csproj

128 lines
6.0 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{842D8B13-DAF3-4919-80A0-03EFA3C17178}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>EngineIoClientDotNet</RootNamespace>
<AssemblyName>EngineIoClientDotNet</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<NuGetPackageImportStamp>1fcf80f3</NuGetPackageImportStamp>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\net45\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>packages\Newtonsoft.Json.9.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="SuperSocket.ClientEngine, Version=0.9.0.0, Culture=neutral, PublicKeyToken=ee9af13f57f00acc, processorArchitecture=MSIL">
<HintPath>packages\SuperSocket.ClientEngine.Core.0.9.0\lib\net45\SuperSocket.ClientEngine.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Collections.Immutable, Version=1.2.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>packages\System.Collections.Immutable.1.4.0\lib\portable-net45+win8+wp8+wpa81\System.Collections.Immutable.dll</HintPath>
</Reference>
<Reference Include="System.Core" />
<Reference Include="WebSocket4Net, Version=0.15.1.10, Culture=neutral, PublicKeyToken=eb4e154b696bf72a, processorArchitecture=MSIL">
<HintPath>packages\WebSocket4Net.0.15.1\lib\net45\WebSocket4Net.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="..\EngineIoClientDotNet.mono\Client\EngineIOException.cs">
<Link>Client\EngineIOException.cs</Link>
</Compile>
<Compile Include="..\EngineIoClientDotNet.mono\Client\HandshakeData.cs">
<Link>Client\HandshakeData.cs</Link>
</Compile>
<Compile Include="..\EngineIoClientDotNet.mono\Client\Socket.cs">
<Link>Client\Socket.cs</Link>
</Compile>
<Compile Include="..\EngineIoClientDotNet.mono\Client\Transport.cs">
<Link>Client\Transport.cs</Link>
</Compile>
<Compile Include="..\EngineIoClientDotNet.mono\Client\Transports\Polling.cs">
<Link>Client\Transports\Polling.cs</Link>
</Compile>
<Compile Include="..\EngineIoClientDotNet.mono\Client\Transports\PollingXHR.cs">
<Link>Client\Transports\PollingXHR.cs</Link>
</Compile>
<Compile Include="..\EngineIoClientDotNet.mono\Client\Transports\WebSocket.cs">
<Link>Client\Transports\WebSocket.cs</Link>
</Compile>
<Compile Include="..\EngineIoClientDotNet.mono\ComponentEmitter\Emitter.cs">
<Link>ComponentEmitter\Emitter.cs</Link>
</Compile>
<Compile Include="..\EngineIoClientDotNet.mono\Modules\Global.cs">
<Link>Modules\Global.cs</Link>
</Compile>
<Compile Include="..\EngineIoClientDotNet.mono\Modules\LogManager.cs">
<Link>Modules\LogManager.cs</Link>
</Compile>
<Compile Include="..\EngineIoClientDotNet.mono\Modules\ParseQS.cs">
<Link>Modules\ParseQS.cs</Link>
</Compile>
<Compile Include="..\EngineIoClientDotNet.mono\Modules\ServerCertificate.cs">
<Link>Modules\ServerCertificate.cs</Link>
</Compile>
<Compile Include="..\EngineIoClientDotNet.mono\Modules\UTF8.cs">
<Link>Modules\UTF8.cs</Link>
</Compile>
<Compile Include="..\EngineIoClientDotNet.mono\Modules\UTF8Exception.cs">
<Link>Modules\UTF8Exception.cs</Link>
</Compile>
<Compile Include="..\EngineIoClientDotNet.mono\Parser\Buffer.cs">
<Link>Parser\Buffer.cs</Link>
</Compile>
<Compile Include="..\EngineIoClientDotNet.mono\Parser\ByteBuffer.cs">
<Link>Parser\ByteBuffer.cs</Link>
</Compile>
<Compile Include="..\EngineIoClientDotNet.mono\Parser\IDecodePayloadCallback.cs">
<Link>Parser\IDecodePayloadCallback.cs</Link>
</Compile>
<Compile Include="..\EngineIoClientDotNet.mono\Parser\IEncodeCallback.cs">
<Link>Parser\IEncodeCallback.cs</Link>
</Compile>
<Compile Include="..\EngineIoClientDotNet.mono\Parser\Packet.cs">
<Link>Parser\Packet.cs</Link>
</Compile>
<Compile Include="..\EngineIoClientDotNet.mono\Parser\Parser.cs">
<Link>Parser\Parser.cs</Link>
</Compile>
<Compile Include="..\EngineIoClientDotNet.mono\Thread\EasyTimer.cs">
<Link>Thread\EasyTimer.cs</Link>
</Compile>
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
<None Include="packages.config" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>