Added NightAlert project for travel kit
This commit is contained in:
113
ThirdParty/EngineIoClientDotNet/Src/EngineIoClientDotNet.mono/EngineIoClientDotNet.mono.csproj
vendored
Normal file
113
ThirdParty/EngineIoClientDotNet/Src/EngineIoClientDotNet.mono/EngineIoClientDotNet.mono.csproj
vendored
Normal file
@@ -0,0 +1,113 @@
|
||||
<?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>{B6731266-B247-4A63-B10B-F938288248B6}</ProjectGuid>
|
||||
<OutputType>Library</OutputType>
|
||||
<AppDesignerFolder>Properties</AppDesignerFolder>
|
||||
<RootNamespace>EngineIoClientDotNet</RootNamespace>
|
||||
<AssemblyName>EngineIoClientDotNet</AssemblyName>
|
||||
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
||||
<FileAlignment>512</FileAlignment>
|
||||
</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\</OutputPath>
|
||||
<DefineConstants>TRACE</DefineConstants>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<WarningLevel>4</WarningLevel>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
||||
<HintPath>packages\Newtonsoft.Json.10.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
|
||||
<Private>True</Private>
|
||||
</Reference>
|
||||
<Reference Include="SuperSocket.ClientEngine, Version=0.8.0.8, Culture=neutral, processorArchitecture=MSIL">
|
||||
<HintPath>packages\SuperSocket.ClientEngine.Core.0.8.0.8\lib\net45\SuperSocket.ClientEngine.dll</HintPath>
|
||||
<Private>True</Private>
|
||||
</Reference>
|
||||
<Reference Include="System" />
|
||||
<Reference Include="System.Core" />
|
||||
<Reference Include="WebSocket4Net, Version=0.15.0.0, Culture=neutral, processorArchitecture=MSIL">
|
||||
<HintPath>packages\WebSocket4Net.0.15.0-beta6\lib\net45\WebSocket4Net.dll</HintPath>
|
||||
<Private>True</Private>
|
||||
</Reference>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="..\Quobject.Collections.Immutable\AvlNode.cs">
|
||||
<Link>Quobject.Collections.Immutable\AvlNode.cs</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\Quobject.Collections.Immutable\IImmutableDictionary.cs">
|
||||
<Link>Quobject.Collections.Immutable\IImmutableDictionary.cs</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\Quobject.Collections.Immutable\IImmutableList.cs">
|
||||
<Link>Quobject.Collections.Immutable\IImmutableList.cs</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\Quobject.Collections.Immutable\IImmutableQueue.cs">
|
||||
<Link>Quobject.Collections.Immutable\IImmutableQueue.cs</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\Quobject.Collections.Immutable\IImmutableSet.cs">
|
||||
<Link>Quobject.Collections.Immutable\IImmutableSet.cs</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\Quobject.Collections.Immutable\IImmutableStack.cs">
|
||||
<Link>Quobject.Collections.Immutable\IImmutableStack.cs</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\Quobject.Collections.Immutable\ImmutableDictionary.cs">
|
||||
<Link>Quobject.Collections.Immutable\ImmutableDictionary.cs</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\Quobject.Collections.Immutable\ImmutableList.cs">
|
||||
<Link>Quobject.Collections.Immutable\ImmutableList.cs</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\Quobject.Collections.Immutable\ImmutableQueue.cs">
|
||||
<Link>Quobject.Collections.Immutable\ImmutableQueue.cs</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\Quobject.Collections.Immutable\ImmutableStack.cs">
|
||||
<Link>Quobject.Collections.Immutable\ImmutableStack.cs</Link>
|
||||
</Compile>
|
||||
<Compile Include="Client\EngineIOException.cs" />
|
||||
<Compile Include="Client\HandshakeData.cs" />
|
||||
<Compile Include="Client\Socket.cs" />
|
||||
<Compile Include="Client\Transport.cs" />
|
||||
<Compile Include="Client\Transports\Polling.cs" />
|
||||
<Compile Include="Client\Transports\PollingXHR.cs" />
|
||||
<Compile Include="Client\Transports\WebSocket.cs" />
|
||||
<Compile Include="ComponentEmitter\Emitter.cs" />
|
||||
<Compile Include="Modules\Global.cs" />
|
||||
<Compile Include="Modules\LogManager.cs" />
|
||||
<Compile Include="Modules\ParseQS.cs" />
|
||||
<Compile Include="Modules\ServerCertificate.cs" />
|
||||
<Compile Include="Modules\UTF8.cs" />
|
||||
<Compile Include="Modules\UTF8Exception.cs" />
|
||||
<Compile Include="Parser\Buffer.cs" />
|
||||
<Compile Include="Parser\ByteBuffer.cs" />
|
||||
<Compile Include="Parser\IDecodePayloadCallback.cs" />
|
||||
<Compile Include="Parser\IEncodeCallback.cs" />
|
||||
<Compile Include="Parser\Packet.cs" />
|
||||
<Compile Include="Parser\Parser.cs" />
|
||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||
<Compile Include="Thread\EasyTimer.cs" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<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>
|
||||
Reference in New Issue
Block a user