Files

113 lines
5.3 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.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>{53AE4914-A35B-406C-91ED-7E3D9C950F45}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>SocketIoClientDotNet</RootNamespace>
<AssemblyName>SocketIoClientDotNet</AssemblyName>
<TargetFrameworkVersion>v4.0</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\net40\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="EngineIoClientDotNet, Version=1.0.5.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\..\..\packages\EngineIoClientDotNet.1.0.5\lib\net40\EngineIoClientDotNet.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Newtonsoft.Json, Version=11.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\..\..\..\packages\Newtonsoft.Json.11.0.1\lib\net40\Newtonsoft.Json.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="SuperSocket.ClientEngine, Version=0.10.0.0, Culture=neutral, PublicKeyToken=ee9af13f57f00acc, processorArchitecture=MSIL">
<HintPath>..\..\..\..\packages\SuperSocket.ClientEngine.Core.0.10.0\lib\net40-client\SuperSocket.ClientEngine.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
<Reference Include="WebSocket4Net, Version=0.15.2.11, Culture=neutral, PublicKeyToken=eb4e154b696bf72a, processorArchitecture=MSIL">
<HintPath>..\..\..\..\packages\WebSocket4Net.0.15.2\lib\net40\WebSocket4Net.dll</HintPath>
<Private>True</Private>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="..\SocketIoClientDotNet.net35\Collections.Concurrent\ConcurrentQueue.cs">
<Link>Collections.Concurrent\ConcurrentQueue.cs</Link>
</Compile>
<Compile Include="..\SocketIoClientDotNet.net45\Client\AckImpl.cs">
<Link>Client\AckImpl.cs</Link>
</Compile>
<Compile Include="..\SocketIoClientDotNet.net45\Client\IAck.cs">
<Link>Client\IAck.cs</Link>
</Compile>
<Compile Include="..\SocketIoClientDotNet.net45\Client\IO_net35.cs">
<Link>Client\IO_net35.cs</Link>
</Compile>
<Compile Include="..\SocketIoClientDotNet.net45\Client\Manager_net35.cs">
<Link>Client\Manager_net35.cs</Link>
</Compile>
<Compile Include="..\SocketIoClientDotNet.net45\Client\On.cs">
<Link>Client\On.cs</Link>
</Compile>
<Compile Include="..\SocketIoClientDotNet.net45\Client\SocketIOException.cs">
<Link>Client\SocketIOException.cs</Link>
</Compile>
<Compile Include="..\SocketIoClientDotNet.net45\Client\Socket_net40.cs">
<Link>Client\Socket_net40.cs</Link>
</Compile>
<Compile Include="..\SocketIoClientDotNet.net45\Client\Url.cs">
<Link>Client\Url.cs</Link>
</Compile>
<Compile Include="..\SocketIoClientDotNet.net45\Modules\HasBinaryData.cs">
<Link>Modules\HasBinaryData.cs</Link>
</Compile>
<Compile Include="..\SocketIoClientDotNet.net45\Parser\Binary.cs">
<Link>Parser\Binary.cs</Link>
</Compile>
<Compile Include="..\SocketIoClientDotNet.net45\Parser\Packet.cs">
<Link>Parser\Packet.cs</Link>
</Compile>
<Compile Include="..\SocketIoClientDotNet.net45\Parser\Parser.cs">
<Link>Parser\Parser.cs</Link>
</Compile>
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
<None Include="packages.config">
<SubType>Designer</SubType>
</None>
</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>