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
+ <MinimumVisualStudioVersion >12.0</MinimumVisualStudioVersion >
6
+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
7
+ <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
8
+ <ProjectGuid >{9FAABC51-3020-444F-B0FE-2D84EE2A26B1}</ProjectGuid >
9
+ <OutputType >Library</OutputType >
10
+ <AppDesignerFolder >Properties</AppDesignerFolder >
11
+ <RootNamespace >EngineIoClientDotNet.portable_win81_wpa81</RootNamespace >
12
+ <AssemblyName >EngineIoClientDotNet.portable-win81+wpa81</AssemblyName >
13
+ <DefaultLanguage >en-US</DefaultLanguage >
14
+ <FileAlignment >512</FileAlignment >
15
+ <ProjectTypeGuids >{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids >
16
+ <TargetFrameworkProfile >Profile32</TargetFrameworkProfile >
17
+ <TargetFrameworkVersion >v4.6</TargetFrameworkVersion >
18
+ </PropertyGroup >
19
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
20
+ <DebugSymbols >true</DebugSymbols >
21
+ <DebugType >full</DebugType >
22
+ <Optimize >false</Optimize >
23
+ <OutputPath >bin\Debug\</OutputPath >
24
+ <DefineConstants >DEBUG;TRACE</DefineConstants >
25
+ <ErrorReport >prompt</ErrorReport >
26
+ <WarningLevel >4</WarningLevel >
27
+ </PropertyGroup >
28
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
29
+ <DebugType >pdbonly</DebugType >
30
+ <Optimize >true</Optimize >
31
+ <OutputPath >bin\Release\</OutputPath >
32
+ <DefineConstants >TRACE</DefineConstants >
33
+ <ErrorReport >prompt</ErrorReport >
34
+ <WarningLevel >4</WarningLevel >
35
+ </PropertyGroup >
36
+ <ItemGroup >
37
+ <TargetPlatform Include =" WindowsPhoneApp, Version=8.1" />
38
+ <TargetPlatform Include =" Windows, Version=8.1" />
39
+ </ItemGroup >
40
+ <ItemGroup >
41
+ <Compile Include =" ..\EngineIoClientDotNet.mono\Client\EngineIOException.cs" >
42
+ <Link >Client\EngineIOException.cs</Link >
43
+ </Compile >
44
+ <Compile Include =" ..\EngineIoClientDotNet.mono\Client\HandshakeData.cs" >
45
+ <Link >Client\HandshakeData.cs</Link >
46
+ </Compile >
47
+ <Compile Include =" ..\EngineIoClientDotNet.mono\Client\Socket.cs" >
48
+ <Link >Client\Socket.cs</Link >
49
+ </Compile >
50
+ <Compile Include =" ..\EngineIoClientDotNet.mono\Client\Transport.cs" >
51
+ <Link >Client\Transport.cs</Link >
52
+ </Compile >
53
+ <Compile Include =" ..\EngineIoClientDotNet.mono\Client\Transports\Polling.cs" >
54
+ <Link >Client\Transports\Polling.cs</Link >
55
+ </Compile >
56
+ <Compile Include =" ..\EngineIoClientDotNet.mono\Client\Transports\PollingXHR_netcore45.cs" >
57
+ <Link >Client\Transports\PollingXHR_netcore45.cs</Link >
58
+ </Compile >
59
+ <Compile Include =" ..\EngineIoClientDotNet.mono\Client\Transports\WebSocket_netcore45.cs" >
60
+ <Link >Client\Transports\WebSocket_netcore45.cs</Link >
61
+ </Compile >
62
+ <Compile Include =" ..\EngineIoClientDotNet.mono\ComponentEmitter\Emitter.cs" >
63
+ <Link >ComponentEmitter\Emitter.cs</Link >
64
+ </Compile >
65
+ <Compile Include =" ..\EngineIoClientDotNet.mono\Modules\Global_netcore45.cs" >
66
+ <Link >Modules\Global_netcore45.cs</Link >
67
+ </Compile >
68
+ <Compile Include =" ..\EngineIoClientDotNet.mono\Modules\LogManager_netcore45.cs" >
69
+ <Link >Modules\LogManager_netcore45.cs</Link >
70
+ </Compile >
71
+ <Compile Include =" ..\EngineIoClientDotNet.mono\Modules\ParseQS.cs" >
72
+ <Link >Modules\ParseQS.cs</Link >
73
+ </Compile >
74
+ <Compile Include =" ..\EngineIoClientDotNet.mono\Modules\ServerCertificate_netcore45.cs" >
75
+ <Link >Modules\ServerCertificate_netcore45.cs</Link >
76
+ </Compile >
77
+ <Compile Include =" ..\EngineIoClientDotNet.mono\Modules\UTF8.cs" >
78
+ <Link >Modules\UTF8.cs</Link >
79
+ </Compile >
80
+ <Compile Include =" ..\EngineIoClientDotNet.mono\Modules\UTF8Exception.cs" >
81
+ <Link >Modules\UTF8Exception.cs</Link >
82
+ </Compile >
83
+ <Compile Include =" ..\EngineIoClientDotNet.mono\Parser\Buffer.cs" >
84
+ <Link >Parser\Buffer.cs</Link >
85
+ </Compile >
86
+ <Compile Include =" ..\EngineIoClientDotNet.mono\Parser\ByteBuffer.cs" >
87
+ <Link >Parser\ByteBuffer.cs</Link >
88
+ </Compile >
89
+ <Compile Include =" ..\EngineIoClientDotNet.mono\Parser\IDecodePayloadCallback.cs" >
90
+ <Link >Parser\IDecodePayloadCallback.cs</Link >
91
+ </Compile >
92
+ <Compile Include =" ..\EngineIoClientDotNet.mono\Parser\IEncodeCallback.cs" >
93
+ <Link >Parser\IEncodeCallback.cs</Link >
94
+ </Compile >
95
+ <Compile Include =" ..\EngineIoClientDotNet.mono\Parser\Packet.cs" >
96
+ <Link >Parser\Packet.cs</Link >
97
+ </Compile >
98
+ <Compile Include =" ..\EngineIoClientDotNet.mono\Parser\Parser.cs" >
99
+ <Link >Parser\Parser.cs</Link >
100
+ </Compile >
101
+ <Compile Include =" ..\EngineIoClientDotNet.mono\Thread\EasyTimer.cs" >
102
+ <Link >Thread\EasyTimer.cs</Link >
103
+ </Compile >
104
+ <Compile Include =" ..\Quobject.Collections.Immutable\AvlNode.cs" >
105
+ <Link >Quobject.Collections.Immutable\AvlNode.cs</Link >
106
+ </Compile >
107
+ <Compile Include =" ..\Quobject.Collections.Immutable\IImmutableDictionary.cs" >
108
+ <Link >Quobject.Collections.Immutable\IImmutableDictionary.cs</Link >
109
+ </Compile >
110
+ <Compile Include =" ..\Quobject.Collections.Immutable\IImmutableList.cs" >
111
+ <Link >Quobject.Collections.Immutable\IImmutableList.cs</Link >
112
+ </Compile >
113
+ <Compile Include =" ..\Quobject.Collections.Immutable\IImmutableQueue.cs" >
114
+ <Link >Quobject.Collections.Immutable\IImmutableQueue.cs</Link >
115
+ </Compile >
116
+ <Compile Include =" ..\Quobject.Collections.Immutable\IImmutableSet.cs" >
117
+ <Link >Quobject.Collections.Immutable\IImmutableSet.cs</Link >
118
+ </Compile >
119
+ <Compile Include =" ..\Quobject.Collections.Immutable\IImmutableStack.cs" >
120
+ <Link >Quobject.Collections.Immutable\IImmutableStack.cs</Link >
121
+ </Compile >
122
+ <Compile Include =" ..\Quobject.Collections.Immutable\ImmutableDictionary.cs" >
123
+ <Link >Quobject.Collections.Immutable\ImmutableDictionary.cs</Link >
124
+ </Compile >
125
+ <Compile Include =" ..\Quobject.Collections.Immutable\ImmutableList.cs" >
126
+ <Link >Quobject.Collections.Immutable\ImmutableList.cs</Link >
127
+ </Compile >
128
+ <Compile Include =" ..\Quobject.Collections.Immutable\ImmutableQueue.cs" >
129
+ <Link >Quobject.Collections.Immutable\ImmutableQueue.cs</Link >
130
+ </Compile >
131
+ <Compile Include =" ..\Quobject.Collections.Immutable\ImmutableStack.cs" >
132
+ <Link >Quobject.Collections.Immutable\ImmutableStack.cs</Link >
133
+ </Compile >
134
+ <Compile Include =" Properties\AssemblyInfo.cs" />
135
+ </ItemGroup >
136
+ <ItemGroup >
137
+ <Reference Include =" Newtonsoft.Json" >
138
+ <HintPath >packages\Newtonsoft.Json.6.0.5\lib\portable-net45+wp80+win8+wpa81\Newtonsoft.Json.dll</HintPath >
139
+ </Reference >
140
+ </ItemGroup >
141
+ <ItemGroup >
142
+ <None Include =" packages.config" />
143
+ </ItemGroup >
144
+ <Import Project =" $(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" />
145
+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
146
+ Other similar extension points exist, see Microsoft.Common.targets.
147
+ <Target Name="BeforeBuild">
148
+ </Target>
149
+ <Target Name="AfterBuild">
150
+ </Target>
151
+ -->
152
+ </Project >
0 commit comments