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 =" ..\SocketIoClientDotNet.mono\packages\xunit.core.2.0.0\build\portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS\xunit.core.props" Condition =" Exists('..\SocketIoClientDotNet.mono\packages\xunit.core.2.0.0\build\portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS\xunit.core.props')" />
4+ <Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
5+ <PropertyGroup >
6+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
7+ <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
8+ <ProjectGuid >{022DE7B5-7AA6-447A-8720-DDF627C384FD}</ProjectGuid >
9+ <OutputType >Library</OutputType >
10+ <AppDesignerFolder >Properties</AppDesignerFolder >
11+ <RootNamespace >SocketIoClientDotNet.Tests.mono</RootNamespace >
12+ <AssemblyName >SocketIoClientDotNet.Tests.mono</AssemblyName >
13+ <TargetFrameworkVersion >v4.5</TargetFrameworkVersion >
14+ <FileAlignment >512</FileAlignment >
15+ <NuGetPackageImportStamp >56483a1c</NuGetPackageImportStamp >
16+ </PropertyGroup >
17+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
18+ <DebugSymbols >true</DebugSymbols >
19+ <DebugType >full</DebugType >
20+ <Optimize >false</Optimize >
21+ <OutputPath >bin\Debug\</OutputPath >
22+ <DefineConstants >DEBUG;TRACE</DefineConstants >
23+ <ErrorReport >prompt</ErrorReport >
24+ <WarningLevel >4</WarningLevel >
25+ </PropertyGroup >
26+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
27+ <DebugType >pdbonly</DebugType >
28+ <Optimize >true</Optimize >
29+ <OutputPath >bin\Release\</OutputPath >
30+ <DefineConstants >TRACE</DefineConstants >
31+ <ErrorReport >prompt</ErrorReport >
32+ <WarningLevel >4</WarningLevel >
33+ </PropertyGroup >
34+ <ItemGroup >
35+ <Reference Include =" EngineIoClientDotNet, Version=0.9.18.0, Culture=neutral, processorArchitecture=MSIL" >
36+ <HintPath >..\SocketIoClientDotNet.mono\packages\EngineIoClientDotNet.0.9.18\lib\net45\EngineIoClientDotNet.dll</HintPath >
37+ <Private >True</Private >
38+ </Reference >
39+ <Reference Include =" Newtonsoft.Json, Version=7.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL" >
40+ <HintPath >..\SocketIoClientDotNet.mono\packages\Newtonsoft.Json.7.0.1\lib\net45\Newtonsoft.Json.dll</HintPath >
41+ <Private >True</Private >
42+ </Reference >
43+ <Reference Include =" System" />
44+ <Reference Include =" System.Core" />
45+ <Reference Include =" System.Web" />
46+ <Reference Include =" System.Xml.Linq" />
47+ <Reference Include =" System.Data.DataSetExtensions" />
48+ <Reference Include =" Microsoft.CSharp" />
49+ <Reference Include =" System.Data" />
50+ <Reference Include =" System.Xml" />
51+ <Reference Include =" WebSocket4Net, Version=0.12.0.0, Culture=neutral, PublicKeyToken=eb4e154b696bf72a, processorArchitecture=MSIL" >
52+ <HintPath >..\SocketIoClientDotNet.mono\packages\WebSocket4Net.0.12\lib\net45\WebSocket4Net.dll</HintPath >
53+ <Private >True</Private >
54+ </Reference >
55+ <Reference Include =" xunit.abstractions, Version=2.0.0.0, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL" >
56+ <HintPath >..\SocketIoClientDotNet.mono\packages\xunit.abstractions.2.0.0\lib\net35\xunit.abstractions.dll</HintPath >
57+ <Private >True</Private >
58+ </Reference >
59+ <Reference Include =" xunit.assert, Version=2.0.0.2929, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL" >
60+ <HintPath >..\SocketIoClientDotNet.mono\packages\xunit.assert.2.0.0\lib\portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS\xunit.assert.dll</HintPath >
61+ <Private >True</Private >
62+ </Reference >
63+ <Reference Include =" xunit.core, Version=2.0.0.2929, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL" >
64+ <HintPath >..\SocketIoClientDotNet.mono\packages\xunit.extensibility.core.2.0.0\lib\portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS\xunit.core.dll</HintPath >
65+ <Private >True</Private >
66+ </Reference >
67+ </ItemGroup >
68+ <ItemGroup >
69+ <Compile Include =" ..\SocketIoClientDotNet.Tests.net45\ClientTests\Connection.cs" >
70+ <Link >ClientTests\Connection.cs</Link >
71+ </Compile >
72+ <Compile Include =" ..\SocketIoClientDotNet.Tests.net45\ClientTests\ServerConnectionTest.cs" >
73+ <Link >ClientTests\ServerConnectionTest.cs</Link >
74+ </Compile >
75+ <Compile Include =" ..\SocketIoClientDotNet.Tests.net45\ClientTests\UrlTest.cs" >
76+ <Link >ClientTests\UrlTest.cs</Link >
77+ </Compile >
78+ <Compile Include =" ..\SocketIoClientDotNet.Tests.net45\ModuleTests\HasBinaryDataTest.cs" >
79+ <Link >ModuleTests\HasBinaryDataTest.cs</Link >
80+ </Compile >
81+ <Compile Include =" ..\SocketIoClientDotNet.Tests.net45\ParserTests\ByteArrayTest.cs" >
82+ <Link >ParserTests\ByteArrayTest.cs</Link >
83+ </Compile >
84+ <Compile Include =" ..\SocketIoClientDotNet.Tests.net45\ParserTests\Helpers.cs" >
85+ <Link >ParserTests\Helpers.cs</Link >
86+ </Compile >
87+ <Compile Include =" ..\SocketIoClientDotNet.Tests.net45\ParserTests\ParserTest.cs" >
88+ <Link >ParserTests\ParserTest.cs</Link >
89+ </Compile >
90+ <Compile Include =" Properties\AssemblyInfo.cs" />
91+ </ItemGroup >
92+ <ItemGroup >
93+ <ProjectReference Include =" ..\SocketIoClientDotNet.mono\SocketIoClientDotNet.mono.csproj" >
94+ <Project >{9c663463-8a1d-4960-a64a-1e0303034fe2}</Project >
95+ <Name >SocketIoClientDotNet.mono</Name >
96+ </ProjectReference >
97+ </ItemGroup >
98+ <ItemGroup >
99+ <None Include =" app.config" />
100+ <None Include =" packages.config" />
101+ </ItemGroup >
102+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
103+ <Target Name =" EnsureNuGetPackageBuildImports" BeforeTargets =" PrepareForBuild" >
104+ <PropertyGroup >
105+ <ErrorText >This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText >
106+ </PropertyGroup >
107+ <Error Condition =" !Exists('..\SocketIoClientDotNet.mono\packages\xunit.core.2.0.0\build\portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS\xunit.core.props')" Text =" $([System.String]::Format('$(ErrorText)', '..\SocketIoClientDotNet.mono\packages\xunit.core.2.0.0\build\portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS\xunit.core.props'))" />
108+ </Target >
109+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
110+ Other similar extension points exist, see Microsoft.Common.targets.
111+ <Target Name="BeforeBuild">
112+ </Target>
113+ <Target Name="AfterBuild">
114+ </Target>
115+ -->
116+ </Project >
0 commit comments