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 >{69763655-9437-4297-95E4-0D77A47A72CC}</ProjectGuid >
8+ <OutputType >Library</OutputType >
9+ <AppDesignerFolder >Properties</AppDesignerFolder >
10+ <RootNamespace >EngineIoClientDotNet.Tests.wpa.UnitTestApp</RootNamespace >
11+ <AssemblyName >EngineIoClientDotNet.Tests.wpa.UnitTestApp</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.wpa.UnitTestApp_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.wpa.UnitTestApp_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+ <ProjectReference Include =" ..\EngineIoClientDotNet.wpa\EngineIoClientDotNet.wpa.csproj" >
137+ <Project >{52922e0f-7300-4970-ba75-e22ef008bea1}</Project >
138+ <Name >EngineIoClientDotNet.wpa</Name >
139+ </ProjectReference >
140+ </ItemGroup >
141+ <ItemGroup >
142+ <Reference Include =" Newtonsoft.Json" >
143+ <HintPath >..\EngineIoClientDotNet.wpa\packages\Newtonsoft.Json.6.0.5\lib\portable-net45+wp80+win8+wpa81\Newtonsoft.Json.dll</HintPath >
144+ </Reference >
145+ </ItemGroup >
146+ <ItemGroup >
147+ <Service Include =" {82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
148+ </ItemGroup >
149+ <PropertyGroup Condition =" '$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' < '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 >
0 commit comments