Skip to content

Commit b9a9a3f

Browse files
committed
win81+wpa81
1 parent ba93652 commit b9a9a3f

File tree

4 files changed

+208
-0
lines changed

4 files changed

+208
-0
lines changed
Lines changed: 152 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,152 @@
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>
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio 2013
4+
VisualStudioVersion = 12.0.30723.0
5+
MinimumVisualStudioVersion = 10.0.40219.1
6+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EngineIoClientDotNet.portable-win81+wpa81", "EngineIoClientDotNet.portable-win81+wpa81.csproj", "{9FAABC51-3020-444F-B0FE-2D84EE2A26B1}"
7+
EndProject
8+
Global
9+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
10+
Debug|Any CPU = Debug|Any CPU
11+
Release|Any CPU = Release|Any CPU
12+
EndGlobalSection
13+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
14+
{9FAABC51-3020-444F-B0FE-2D84EE2A26B1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
15+
{9FAABC51-3020-444F-B0FE-2D84EE2A26B1}.Debug|Any CPU.Build.0 = Debug|Any CPU
16+
{9FAABC51-3020-444F-B0FE-2D84EE2A26B1}.Release|Any CPU.ActiveCfg = Release|Any CPU
17+
{9FAABC51-3020-444F-B0FE-2D84EE2A26B1}.Release|Any CPU.Build.0 = Release|Any CPU
18+
EndGlobalSection
19+
GlobalSection(SolutionProperties) = preSolution
20+
HideSolutionNode = FALSE
21+
EndGlobalSection
22+
EndGlobal
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
using System.Resources;
2+
using System.Reflection;
3+
using System.Runtime.CompilerServices;
4+
using System.Runtime.InteropServices;
5+
6+
// General Information about an assembly is controlled through the following
7+
// set of attributes. Change these attribute values to modify the information
8+
// associated with an assembly.
9+
[assembly: AssemblyTitle("EngineIoClientDotNet.portable-win81+wpa81")]
10+
[assembly: AssemblyDescription("")]
11+
[assembly: AssemblyConfiguration("")]
12+
[assembly: AssemblyCompany("")]
13+
[assembly: AssemblyProduct("EngineIoClientDotNet.portable-win81+wpa81")]
14+
[assembly: AssemblyCopyright("Copyright © 2014")]
15+
[assembly: AssemblyTrademark("")]
16+
[assembly: AssemblyCulture("")]
17+
[assembly: NeutralResourcesLanguage("en")]
18+
19+
// Version information for an assembly consists of the following four values:
20+
//
21+
// Major Version
22+
// Minor Version
23+
// Build Number
24+
// Revision
25+
//
26+
// You can specify all the values or you can default the Build and Revision Numbers
27+
// by using the '*' as shown below:
28+
// [assembly: AssemblyVersion("1.0.*")]
29+
[assembly: AssemblyVersion("1.0.0.0")]
30+
[assembly: AssemblyFileVersion("1.0.0.0")]
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<packages>
3+
<package id="Newtonsoft.Json" version="6.0.5" targetFramework="portable-win81+wpa81" />
4+
</packages>

0 commit comments

Comments
 (0)