1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project ToolsVersion =" 12.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3+ <Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4+ <PropertyGroup >
5+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
6+ <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
7+ <ProjectGuid >{DD1A4F5E-5606-4989-9DF8-C1BBD50CD850}</ProjectGuid >
8+ <OutputType >Library</OutputType >
9+ <AppDesignerFolder >Properties</AppDesignerFolder >
10+ <RootNamespace >SocketIoClientDotNet.Tests.net40</RootNamespace >
11+ <AssemblyName >SocketIoClientDotNet.Tests.net40</AssemblyName >
12+ <TargetFrameworkVersion >v4.0</TargetFrameworkVersion >
13+ <FileAlignment >512</FileAlignment >
14+ </PropertyGroup >
15+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
16+ <DebugSymbols >true</DebugSymbols >
17+ <DebugType >full</DebugType >
18+ <Optimize >false</Optimize >
19+ <OutputPath >bin\Debug\</OutputPath >
20+ <DefineConstants >DEBUG;TRACE</DefineConstants >
21+ <ErrorReport >prompt</ErrorReport >
22+ <WarningLevel >4</WarningLevel >
23+ </PropertyGroup >
24+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
25+ <DebugType >pdbonly</DebugType >
26+ <Optimize >true</Optimize >
27+ <OutputPath >bin\Release\</OutputPath >
28+ <DefineConstants >TRACE</DefineConstants >
29+ <ErrorReport >prompt</ErrorReport >
30+ <WarningLevel >4</WarningLevel >
31+ </PropertyGroup >
32+ <ItemGroup >
33+ <Reference Include =" EngineIoClientDotNet, Version=0.9.17.0, Culture=neutral, processorArchitecture=MSIL" >
34+ <SpecificVersion >False</SpecificVersion >
35+ <HintPath >..\SocketIoClientDotNet.net40\packages\EngineIoClientDotNet.0.9.17\lib\net40\EngineIoClientDotNet.dll</HintPath >
36+ </Reference >
37+ <Reference Include =" Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL" >
38+ <SpecificVersion >False</SpecificVersion >
39+ <HintPath >..\SocketIoClientDotNet.net40\packages\Newtonsoft.Json.6.0.8\lib\net40\Newtonsoft.Json.dll</HintPath >
40+ </Reference >
41+ <Reference Include =" System" />
42+ <Reference Include =" System.Core" />
43+ <Reference Include =" System.Xml.Linq" />
44+ <Reference Include =" System.Data.DataSetExtensions" />
45+ <Reference Include =" Microsoft.CSharp" />
46+ <Reference Include =" System.Data" />
47+ <Reference Include =" System.Xml" />
48+ <Reference Include =" WebSocket4Net" >
49+ <HintPath >..\SocketIoClientDotNet.net40\packages\WebSocket4Net.0.11\lib\net40\WebSocket4Net.dll</HintPath >
50+ </Reference >
51+ <Reference Include =" xunit" >
52+ <HintPath >..\SocketIoClientDotNet.net40\packages\xunit.1.9.2\lib\net20\xunit.dll</HintPath >
53+ </Reference >
54+ </ItemGroup >
55+ <ItemGroup >
56+ <Compile Include =" ..\SocketIoClientDotNet.Tests.net45\ClientTests\Connection.cs" >
57+ <Link >ClientTests\Connection.cs</Link >
58+ </Compile >
59+ <Compile Include =" ..\SocketIoClientDotNet.Tests.net45\ClientTests\ServerConnectionTest_net35.cs" >
60+ <Link >ClientTests\ServerConnectionTest_net35.cs</Link >
61+ </Compile >
62+ <Compile Include =" ..\SocketIoClientDotNet.Tests.net45\ClientTests\UrlTest.cs" >
63+ <Link >ClientTests\UrlTest.cs</Link >
64+ </Compile >
65+ <Compile Include =" ..\SocketIoClientDotNet.Tests.net45\ModuleTests\HasBinaryDataTest.cs" >
66+ <Link >ModuleTests\HasBinaryDataTest.cs</Link >
67+ </Compile >
68+ <Compile Include =" ..\SocketIoClientDotNet.Tests.net45\ParserTests\ByteArrayTest.cs" >
69+ <Link >ParserTests\ByteArrayTest.cs</Link >
70+ </Compile >
71+ <Compile Include =" ..\SocketIoClientDotNet.Tests.net45\ParserTests\Helpers.cs" >
72+ <Link >ParserTests\Helpers.cs</Link >
73+ </Compile >
74+ <Compile Include =" ..\SocketIoClientDotNet.Tests.net45\ParserTests\ParserTest.cs" >
75+ <Link >ParserTests\ParserTest.cs</Link >
76+ </Compile >
77+ <Compile Include =" Properties\AssemblyInfo.cs" />
78+ </ItemGroup >
79+ <ItemGroup >
80+ <ProjectReference Include =" ..\SocketIoClientDotNet.net40\SocketIoClientDotNet.net40.csproj" >
81+ <Project >{53ae4914-a35b-406c-91ed-7e3d9c950f45}</Project >
82+ <Name >SocketIoClientDotNet.net40</Name >
83+ </ProjectReference >
84+ </ItemGroup >
85+ <ItemGroup >
86+ <None Include =" packages.config" />
87+ </ItemGroup >
88+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
89+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
90+ Other similar extension points exist, see Microsoft.Common.targets.
91+ <Target Name="BeforeBuild">
92+ </Target>
93+ <Target Name="AfterBuild">
94+ </Target>
95+ -->
96+ </Project >
0 commit comments