Skip to content

Commit 4634c9e

Browse files
committed
win81 tests
1 parent b9a9a3f commit 4634c9e

File tree

20 files changed

+344
-30
lines changed

20 files changed

+344
-30
lines changed
2.46 KB
Loading
753 Bytes
Loading
14.4 KB
Loading
1.1 KB
Loading
2.15 KB
Loading
4.42 KB
Loading
Lines changed: 163 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,163 @@
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)' == '' ">x86</Platform>
7+
<ProjectGuid>{E1558EE9-04C9-4CE9-B3D4-4348DE0EFDDE}</ProjectGuid>
8+
<OutputType>Library</OutputType>
9+
<AppDesignerFolder>Properties</AppDesignerFolder>
10+
<RootNamespace>EngineIoClientDotNet.Tests.portable_win81_wp81.TestApp</RootNamespace>
11+
<AssemblyName>EngineIoClientDotNet.Tests.portable-win81+wp81.TestApp</AssemblyName>
12+
<DefaultLanguage>en-US</DefaultLanguage>
13+
<TargetPlatformVersion>8.1</TargetPlatformVersion>
14+
<MinimumVisualStudioVersion>12</MinimumVisualStudioVersion>
15+
<FileAlignment>512</FileAlignment>
16+
<ProjectTypeGuids>{76F1466A-8B6D-4E39-A767-685A06062A39};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
17+
<PackageCertificateKeyFile>EngineIoClientDotNet.Tests.portable-win81+wp81.TestApp_TemporaryKey.pfx</PackageCertificateKeyFile>
18+
<AppxBundle>Never</AppxBundle>
19+
<IsTargetingWindowsPhonePlatform>true</IsTargetingWindowsPhonePlatform>
20+
<AllowCrossPlatformRetargeting>False</AllowCrossPlatformRetargeting>
21+
</PropertyGroup>
22+
<PropertyGroup>
23+
<AppXPackage>True</AppXPackage>
24+
<AppxPackageIncludePrivateSymbols>true</AppxPackageIncludePrivateSymbols>
25+
</PropertyGroup>
26+
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
27+
<DebugSymbols>true</DebugSymbols>
28+
<OutputPath>bin\x86\Debug\</OutputPath>
29+
<DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_PHONE_APP</DefineConstants>
30+
<NoWarn>;2008</NoWarn>
31+
<DebugType>full</DebugType>
32+
<PlatformTarget>x86</PlatformTarget>
33+
<UseVSHostingProcess>false</UseVSHostingProcess>
34+
<ErrorReport>prompt</ErrorReport>
35+
<Prefer32Bit>true</Prefer32Bit>
36+
</PropertyGroup>
37+
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
38+
<OutputPath>bin\x86\Release\</OutputPath>
39+
<DefineConstants>TRACE;NETFX_CORE;WINDOWS_PHONE_APP</DefineConstants>
40+
<Optimize>true</Optimize>
41+
<NoWarn>;2008</NoWarn>
42+
<DebugType>pdbonly</DebugType>
43+
<PlatformTarget>x86</PlatformTarget>
44+
<UseVSHostingProcess>false</UseVSHostingProcess>
45+
<ErrorReport>prompt</ErrorReport>
46+
<Prefer32Bit>true</Prefer32Bit>
47+
</PropertyGroup>
48+
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|ARM'">
49+
<DebugSymbols>true</DebugSymbols>
50+
<OutputPath>bin\ARM\Debug\</OutputPath>
51+
<DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_PHONE_APP</DefineConstants>
52+
<NoWarn>;2008</NoWarn>
53+
<DebugType>full</DebugType>
54+
<PlatformTarget>ARM</PlatformTarget>
55+
<UseVSHostingProcess>false</UseVSHostingProcess>
56+
<ErrorReport>prompt</ErrorReport>
57+
<Prefer32Bit>true</Prefer32Bit>
58+
</PropertyGroup>
59+
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|ARM'">
60+
<OutputPath>bin\ARM\Release\</OutputPath>
61+
<DefineConstants>TRACE;NETFX_CORE;WINDOWS_PHONE_APP</DefineConstants>
62+
<Optimize>true</Optimize>
63+
<NoWarn>;2008</NoWarn>
64+
<DebugType>pdbonly</DebugType>
65+
<PlatformTarget>ARM</PlatformTarget>
66+
<UseVSHostingProcess>false</UseVSHostingProcess>
67+
<ErrorReport>prompt</ErrorReport>
68+
<Prefer32Bit>true</Prefer32Bit>
69+
</PropertyGroup>
70+
<ItemGroup>
71+
<!--A reference to the entire .Net Framework and Windows SDK are automatically included-->
72+
<SDKReference Include="MSTestFramework, Version=12.0" />
73+
<SDKReference Include="TestPlatform, Version=12.0" />
74+
</ItemGroup>
75+
<ItemGroup>
76+
<Compile Include="..\EngineIOClientDotNet.Tests.netcore45.UnitTestLibrary\ClientTests\BinaryPollingTest.cs">
77+
<Link>ClientTests\BinaryPollingTest.cs</Link>
78+
</Compile>
79+
<Compile Include="..\EngineIOClientDotNet.Tests.netcore45.UnitTestLibrary\ClientTests\BinaryWebSocketTest.cs">
80+
<Link>ClientTests\BinaryWebSocketTest.cs</Link>
81+
</Compile>
82+
<Compile Include="..\EngineIOClientDotNet.Tests.netcore45.UnitTestLibrary\ClientTests\Connection.cs">
83+
<Link>ClientTests\Connection.cs</Link>
84+
</Compile>
85+
<Compile Include="..\EngineIOClientDotNet.Tests.netcore45.UnitTestLibrary\ClientTests\ConnectionTest.cs">
86+
<Link>ClientTests\ConnectionTest.cs</Link>
87+
</Compile>
88+
<Compile Include="..\EngineIOClientDotNet.Tests.netcore45.UnitTestLibrary\ClientTests\HandshakeDataTests.cs">
89+
<Link>ClientTests\HandshakeDataTests.cs</Link>
90+
</Compile>
91+
<Compile Include="..\EngineIOClientDotNet.Tests.netcore45.UnitTestLibrary\ClientTests\ServerConnectionTest.cs">
92+
<Link>ClientTests\ServerConnectionTest.cs</Link>
93+
</Compile>
94+
<Compile Include="..\EngineIOClientDotNet.Tests.netcore45.UnitTestLibrary\ClientTests\SocketTest.cs">
95+
<Link>ClientTests\SocketTest.cs</Link>
96+
</Compile>
97+
<Compile Include="..\EngineIOClientDotNet.Tests.netcore45.UnitTestLibrary\ClientTests\SSLServerConnectionTest.cs">
98+
<Link>ClientTests\SSLServerConnectionTest.cs</Link>
99+
</Compile>
100+
<Compile Include="..\EngineIOClientDotNet.Tests.netcore45.UnitTestLibrary\ClientTests\UsageTest.cs">
101+
<Link>ClientTests\UsageTest.cs</Link>
102+
</Compile>
103+
<Compile Include="..\EngineIOClientDotNet.Tests.netcore45.UnitTestLibrary\ComponentEmitterTests\EmitterTests.cs">
104+
<Link>ComponentEmitterTests\EmitterTests.cs</Link>
105+
</Compile>
106+
<Compile Include="..\EngineIOClientDotNet.Tests.netcore45.UnitTestLibrary\ModulesTests\ParseQSTests.cs">
107+
<Link>ModulesTests\ParseQSTests.cs</Link>
108+
</Compile>
109+
<Compile Include="..\EngineIOClientDotNet.Tests.netcore45.UnitTestLibrary\ModulesTests\UTF8Tests.cs">
110+
<Link>ModulesTests\UTF8Tests.cs</Link>
111+
</Compile>
112+
<Compile Include="..\EngineIOClientDotNet.Tests.netcore45.UnitTestLibrary\ParserTests\DecodeTests.cs">
113+
<Link>ParserTests\DecodeTests.cs</Link>
114+
</Compile>
115+
<Compile Include="..\EngineIOClientDotNet.Tests.netcore45.UnitTestLibrary\ParserTests\TestsParser.cs">
116+
<Link>ParserTests\TestsParser.cs</Link>
117+
</Compile>
118+
<Compile Include="Properties\AssemblyInfo.cs" />
119+
</ItemGroup>
120+
<ItemGroup>
121+
<AppxManifest Include="Package.appxmanifest">
122+
<SubType>Designer</SubType>
123+
</AppxManifest>
124+
<None Include="EngineIoClientDotNet.Tests.portable-win81+wp81.TestApp_TemporaryKey.pfx" />
125+
<None Include="packages.config" />
126+
</ItemGroup>
127+
<ItemGroup>
128+
<Content Include="Assets\Logo.scale-240.png" />
129+
<Content Include="Assets\SmallLogo.scale-240.png" />
130+
<Content Include="Assets\SplashScreen.scale-240.png" />
131+
<Content Include="Assets\Square71x71Logo.scale-240.png" />
132+
<Content Include="Assets\StoreLogo.scale-240.png" />
133+
<Content Include="Assets\WideLogo.scale-240.png" />
134+
</ItemGroup>
135+
<ItemGroup>
136+
<Reference Include="Newtonsoft.Json">
137+
<HintPath>..\EngineIoClientDotNet.portable-win81+wpa81\packages\Newtonsoft.Json.6.0.5\lib\portable-net45+wp80+win8+wpa81\Newtonsoft.Json.dll</HintPath>
138+
</Reference>
139+
</ItemGroup>
140+
<ItemGroup>
141+
<ProjectReference Include="..\EngineIoClientDotNet.portable-win81+wpa81\EngineIoClientDotNet.portable-win81+wpa81.csproj">
142+
<Project>{9faabc51-3020-444f-b0fe-2d84ee2a26b1}</Project>
143+
<Name>EngineIoClientDotNet.portable-win81+wpa81</Name>
144+
</ProjectReference>
145+
</ItemGroup>
146+
<ItemGroup>
147+
<Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
148+
</ItemGroup>
149+
<PropertyGroup Condition=" '$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' &lt; '12.0' ">
150+
<VisualStudioVersion>12.0</VisualStudioVersion>
151+
</PropertyGroup>
152+
<PropertyGroup Condition=" '$(TargetPlatformIdentifier)' == '' ">
153+
<TargetPlatformIdentifier>WindowsPhoneApp</TargetPlatformIdentifier>
154+
</PropertyGroup>
155+
<Import Project="$(MSBuildExtensionsPath)\Microsoft\WindowsXaml\v$(VisualStudioVersion)\Microsoft.Windows.UI.Xaml.CSharp.targets" />
156+
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
157+
Other similar extension points exist, see Microsoft.Common.targets.
158+
<Target Name="BeforeBuild">
159+
</Target>
160+
<Target Name="AfterBuild">
161+
</Target>
162+
-->
163+
</Project>
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Package xmlns="http://schemas.microsoft.com/appx/2010/manifest" xmlns:m2="http://schemas.microsoft.com/appx/2013/manifest" xmlns:m3="http://schemas.microsoft.com/appx/2014/manifest" xmlns:mp="http://schemas.microsoft.com/appx/2014/phone/manifest">
3+
4+
<Identity Name="799d5f36-bf1c-49ae-9f6a-e338be1522b1"
5+
Publisher="CN=Matthias"
6+
Version="1.0.0.0" />
7+
8+
<mp:PhoneIdentity PhoneProductId="799d5f36-bf1c-49ae-9f6a-e338be1522b1" PhonePublisherId="00000000-0000-0000-0000-000000000000"/>
9+
10+
<Properties>
11+
<DisplayName>EngineIoClientDotNet.Tests.portable-win81+wp81.TestApp</DisplayName>
12+
<PublisherDisplayName>Matthias</PublisherDisplayName>
13+
<Logo>Assets\StoreLogo.png</Logo>
14+
</Properties>
15+
16+
<Prerequisites>
17+
<OSMinVersion>6.3.1</OSMinVersion>
18+
<OSMaxVersionTested>6.3.1</OSMaxVersionTested>
19+
</Prerequisites>
20+
<Resources>
21+
<Resource Language="x-generate" />
22+
</Resources>
23+
<Applications>
24+
<Application Id="App"
25+
Executable="vstest.executionengine.appcontainer.exe"
26+
EntryPoint="Microsoft.VisualStudio.TestPlatform.TestExecutor.AppContainer.App">
27+
<m3:VisualElements
28+
DisplayName="EngineIoClientDotNet.Tests.portable-win81+wp81.TestApp"
29+
Square150x150Logo="Assets\Logo.png"
30+
Square44x44Logo="Assets\SmallLogo.png"
31+
Description="EngineIoClientDotNet.Tests.portable-win81+wp81.TestApp"
32+
ForegroundText="light"
33+
BackgroundColor="#464646">
34+
<m3:DefaultTile Wide310x150Logo="Assets\WideLogo.png" Square71x71Logo="Assets\Square71x71Logo.png"/>
35+
<m3:SplashScreen Image="Assets\SplashScreen.png"/>
36+
<m3:ApplicationView MinWidth="width320"/> <!--Used in XAML Designer. DO NOT REMOVE-->
37+
</m3:VisualElements>
38+
</Application>
39+
</Applications>
40+
<Capabilities>
41+
<Capability Name="internetClientServer" />
42+
</Capabilities>
43+
</Package>
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
using System.Reflection;
2+
using System.Runtime.CompilerServices;
3+
using System.Runtime.InteropServices;
4+
5+
// General Information about an assembly is controlled through the following
6+
// set of attributes. Change these attribute values to modify the information
7+
// associated with an assembly.
8+
[assembly: AssemblyTitle("EngineIoClientDotNet.Tests.portable-win81+wp81.TestApp")]
9+
[assembly: AssemblyDescription("")]
10+
[assembly: AssemblyConfiguration("")]
11+
[assembly: AssemblyCompany("")]
12+
[assembly: AssemblyProduct("EngineIoClientDotNet.Tests.portable-win81+wp81.TestApp")]
13+
[assembly: AssemblyCopyright("Copyright © 2014")]
14+
[assembly: AssemblyTrademark("")]
15+
[assembly: AssemblyCulture("")]
16+
17+
// Version information for an assembly consists of the following four values:
18+
//
19+
// Major Version
20+
// Minor Version
21+
// Build Number
22+
// Revision
23+
//
24+
// You can specify all the values or you can default the Build and Revision Numbers
25+
// by using the '*' as shown below:
26+
// [assembly: AssemblyVersion("1.0.*")]
27+
[assembly: AssemblyVersion("1.0.0.0")]
28+
[assembly: AssemblyFileVersion("1.0.0.0")]
29+
[assembly: ComVisible(false)]
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="wpa81" />
4+
</packages>

0 commit comments

Comments
 (0)