|
4 | 4 | <PropertyGroup> |
5 | 5 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
6 | 6 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
7 | | - <ProductVersion>8.0.30703</ProductVersion> |
8 | | - <SchemaVersion>2.0</SchemaVersion> |
9 | 7 | <ProjectGuid>{C5CD5898-63A6-46CB-A1D0-B6FBCE505DC3}</ProjectGuid> |
10 | 8 | <ProjectTypeGuids>{EFBA0AD7-5A72-4C68-AF49-83D382785DCF};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> |
11 | 9 | <OutputType>Library</OutputType> |
|
16 | 14 | <AndroidApplication>true</AndroidApplication> |
17 | 15 | <AndroidResgenFile>Resources\Resource.Designer.cs</AndroidResgenFile> |
18 | 16 | <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies> |
19 | | - <AndroidUseLatestPlatformSdk>True</AndroidUseLatestPlatformSdk> |
| 17 | + <AndroidUseLatestPlatformSdk>False</AndroidUseLatestPlatformSdk> |
20 | 18 | <TargetFrameworkVersion>v5.0</TargetFrameworkVersion> |
21 | 19 | <AndroidManifest>Properties\AndroidManifest.xml</AndroidManifest> |
22 | 20 | <NuGetPackageImportStamp>e1a141c4</NuGetPackageImportStamp> |
|
29 | 27 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
30 | 28 | <ErrorReport>prompt</ErrorReport> |
31 | 29 | <WarningLevel>4</WarningLevel> |
32 | | - <AndroidUseSharedRuntime>True</AndroidUseSharedRuntime> |
33 | 30 | <AndroidLinkMode>None</AndroidLinkMode> |
34 | 31 | </PropertyGroup> |
35 | 32 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
|
40 | 37 | <ErrorReport>prompt</ErrorReport> |
41 | 38 | <WarningLevel>4</WarningLevel> |
42 | 39 | <AndroidUseSharedRuntime>False</AndroidUseSharedRuntime> |
43 | | - <AndroidLinkMode>SdkOnly</AndroidLinkMode> |
44 | 40 | </PropertyGroup> |
45 | 41 | <ItemGroup> |
46 | | - <Reference Include="FormsViewGroup, Version=1.4.0.0, Culture=neutral, processorArchitecture=MSIL"> |
47 | | - <HintPath>..\EngineIoClientDotNet.Xamarin-Android\packages\Xamarin.Forms.1.4.4.6392\lib\MonoAndroid10\FormsViewGroup.dll</HintPath> |
48 | | - <Private>True</Private> |
49 | | - </Reference> |
50 | 42 | <Reference Include="Mono.Android" /> |
51 | 43 | <Reference Include="mscorlib" /> |
52 | | - <Reference Include="Newtonsoft.Json, Version=7.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> |
53 | | - <HintPath>..\EngineIoClientDotNet.Xamarin-Android\packages\Newtonsoft.Json.7.0.1\lib\portable-net40+sl5+wp80+win8+wpa81\Newtonsoft.Json.dll</HintPath> |
54 | | - <Private>True</Private> |
55 | | - </Reference> |
56 | 44 | <Reference Include="System" /> |
57 | 45 | <Reference Include="System.Core" /> |
58 | 46 | <Reference Include="System.Xml.Linq" /> |
59 | 47 | <Reference Include="System.Xml" /> |
60 | | - <Reference Include="WebSocket4Net, Version=0.12.0.0, Culture=neutral, PublicKeyToken=eb4e154b696bf72a, processorArchitecture=MSIL"> |
| 48 | + <Reference Include="FormsViewGroup, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null"> |
| 49 | + <HintPath>..\EngineIoClientDotNet.Xamarin-Android\packages\Xamarin.Forms.1.4.4.6392\lib\MonoAndroid10\FormsViewGroup.dll</HintPath> |
| 50 | + </Reference> |
| 51 | + <Reference Include="Newtonsoft.Json, Version=7.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed"> |
| 52 | + <HintPath>..\EngineIoClientDotNet.Xamarin-Android\packages\Newtonsoft.Json.7.0.1\lib\portable-net40+sl5+wp80+win8+wpa81\Newtonsoft.Json.dll</HintPath> |
| 53 | + </Reference> |
| 54 | + <Reference Include="WebSocket4Net, Version=0.12.0.0, Culture=neutral, PublicKeyToken=eb4e154b696bf72a"> |
61 | 55 | <HintPath>..\EngineIoClientDotNet.Xamarin-Android\packages\WebSocket4Net.0.13.1\lib\monoandroid23\WebSocket4Net.dll</HintPath> |
62 | | - <Private>True</Private> |
63 | 56 | </Reference> |
64 | | - <Reference Include="Xamarin.Android.Support.v4, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL"> |
| 57 | + <Reference Include="Xamarin.Android.Support.v4, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null"> |
65 | 58 | <HintPath>..\EngineIoClientDotNet.Xamarin-Android\packages\Xamarin.Android.Support.v4.21.0.3.0\lib\MonoAndroid10\Xamarin.Android.Support.v4.dll</HintPath> |
66 | | - <Private>True</Private> |
67 | 59 | </Reference> |
68 | | - <Reference Include="Xamarin.Forms.Core, Version=1.4.0.0, Culture=neutral, processorArchitecture=MSIL"> |
| 60 | + <Reference Include="Xamarin.Forms.Core, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null"> |
69 | 61 | <HintPath>..\EngineIoClientDotNet.Xamarin-Android\packages\Xamarin.Forms.1.4.4.6392\lib\MonoAndroid10\Xamarin.Forms.Core.dll</HintPath> |
70 | | - <Private>True</Private> |
71 | 62 | </Reference> |
72 | | - <Reference Include="Xamarin.Forms.Platform, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL"> |
| 63 | + <Reference Include="Xamarin.Forms.Platform, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null"> |
73 | 64 | <HintPath>..\EngineIoClientDotNet.Xamarin-Android\packages\Xamarin.Forms.1.4.4.6392\lib\MonoAndroid10\Xamarin.Forms.Platform.dll</HintPath> |
74 | | - <Private>True</Private> |
75 | 65 | </Reference> |
76 | | - <Reference Include="Xamarin.Forms.Platform.Android, Version=1.4.0.0, Culture=neutral, processorArchitecture=MSIL"> |
| 66 | + <Reference Include="Xamarin.Forms.Platform.Android, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null"> |
77 | 67 | <HintPath>..\EngineIoClientDotNet.Xamarin-Android\packages\Xamarin.Forms.1.4.4.6392\lib\MonoAndroid10\Xamarin.Forms.Platform.Android.dll</HintPath> |
78 | | - <Private>True</Private> |
79 | 68 | </Reference> |
80 | | - <Reference Include="Xamarin.Forms.Xaml, Version=1.4.0.0, Culture=neutral, processorArchitecture=MSIL"> |
| 69 | + <Reference Include="Xamarin.Forms.Xaml, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null"> |
81 | 70 | <HintPath>..\EngineIoClientDotNet.Xamarin-Android\packages\Xamarin.Forms.1.4.4.6392\lib\MonoAndroid10\Xamarin.Forms.Xaml.dll</HintPath> |
82 | | - <Private>True</Private> |
83 | 71 | </Reference> |
84 | | - <Reference Include="xunit.abstractions, Version=2.0.0.0, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL"> |
| 72 | + <Reference Include="xunit.abstractions, Version=2.0.0.0, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c"> |
85 | 73 | <HintPath>..\EngineIoClientDotNet.Xamarin-Android\packages\xunit.abstractions.2.0.0\lib\portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS\xunit.abstractions.dll</HintPath> |
86 | | - <Private>True</Private> |
87 | 74 | </Reference> |
88 | | - <Reference Include="xunit.assert, Version=2.0.0.2929, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL"> |
| 75 | + <Reference Include="xunit.assert, Version=2.0.0.2929, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c"> |
89 | 76 | <HintPath>..\EngineIoClientDotNet.Xamarin-Android\packages\xunit.assert.2.0.0\lib\portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS\xunit.assert.dll</HintPath> |
90 | | - <Private>True</Private> |
91 | 77 | </Reference> |
92 | | - <Reference Include="xunit.core, Version=2.0.0.2929, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL"> |
| 78 | + <Reference Include="xunit.core, Version=2.0.0.2929, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c"> |
93 | 79 | <HintPath>..\EngineIoClientDotNet.Xamarin-Android\packages\xunit.extensibility.core.2.0.0\lib\portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS\xunit.core.dll</HintPath> |
94 | | - <Private>True</Private> |
95 | 80 | </Reference> |
96 | | - <Reference Include="xunit.execution.MonoAndroid, Version=2.0.0.2929, Culture=neutral, processorArchitecture=MSIL"> |
| 81 | + <Reference Include="xunit.execution.MonoAndroid, Version=2.0.0.2929, Culture=neutral, PublicKeyToken=null"> |
97 | 82 | <HintPath>..\EngineIoClientDotNet.Xamarin-Android\packages\xunit.extensibility.execution.2.0.0\lib\monoandroid\xunit.execution.MonoAndroid.dll</HintPath> |
98 | | - <Private>True</Private> |
99 | 83 | </Reference> |
100 | | - <Reference Include="xunit.runner.devices, Version=2.0.0.1062, Culture=neutral, processorArchitecture=MSIL"> |
| 84 | + <Reference Include="xunit.runner.devices, Version=2.0.0.1062, Culture=neutral, PublicKeyToken=null"> |
101 | 85 | <HintPath>..\EngineIoClientDotNet.Xamarin-Android\packages\xunit.runner.devices.1.0.0\lib\MonoAndroid\xunit.runner.devices.dll</HintPath> |
102 | | - <Private>True</Private> |
103 | 86 | </Reference> |
104 | | - <Reference Include="xunit.runner.utility.MonoAndroid, Version=2.0.0.2929, Culture=neutral, processorArchitecture=MSIL"> |
| 87 | + <Reference Include="xunit.runner.utility.MonoAndroid, Version=2.0.0.2929, Culture=neutral, PublicKeyToken=null"> |
105 | 88 | <HintPath>..\EngineIoClientDotNet.Xamarin-Android\packages\xunit.runner.utility.2.0.0\lib\monoandroid\xunit.runner.utility.MonoAndroid.dll</HintPath> |
106 | | - <Private>True</Private> |
107 | 89 | </Reference> |
108 | 90 | </ItemGroup> |
109 | 91 | <ItemGroup> |
|
113 | 95 | <Compile Include="..\EngineIoClientDotNet.Tests.mono\clienttests\BinaryWebSocketTest.cs"> |
114 | 96 | <Link>ClientTests\BinaryWebSocketTest.cs</Link> |
115 | 97 | </Compile> |
116 | | - <Compile Include="..\EngineIoClientDotNet.Tests.mono\clienttests\Connection.cs"> |
117 | | - <Link>ClientTests\Connection.cs</Link> |
118 | | - </Compile> |
119 | 98 | <Compile Include="..\EngineIoClientDotNet.Tests.mono\clienttests\ConnectionTest.cs"> |
120 | 99 | <Link>ClientTests\ConnectionTest.cs</Link> |
121 | 100 | </Compile> |
|
155 | 134 | <Compile Include="MainActivity.cs" /> |
156 | 135 | <Compile Include="Resources\Resource.Designer.cs" /> |
157 | 136 | <Compile Include="Properties\AssemblyInfo.cs" /> |
| 137 | + <Compile Include="ClientTests\Connection.cs" /> |
158 | 138 | </ItemGroup> |
159 | 139 | <ItemGroup> |
160 | 140 | <None Include="packages.config" /> |
|
167 | 147 | </ItemGroup> |
168 | 148 | <ItemGroup> |
169 | 149 | <ProjectReference Include="..\EngineIoClientDotNet.Xamarin-Android\EngineIoClientDotNet.Xamarin-Android.csproj"> |
170 | | - <Project>{491f98d3-b919-452a-a604-f087061403b8}</Project> |
| 150 | + <Project>{491F98D3-B919-452A-A604-F087061403B8}</Project> |
171 | 151 | <Name>EngineIoClientDotNet.Xamarin-Android</Name> |
172 | 152 | </ProjectReference> |
173 | 153 | </ItemGroup> |
|
0 commit comments