1313 <AndroidResgenFile >Resources\Resource.designer.cs</AndroidResgenFile >
1414 <AndroidApplication >True</AndroidApplication >
1515 <AndroidUseLatestPlatformSdk >False</AndroidUseLatestPlatformSdk >
16- <AssemblyName >SQLitePCL.pretty.tests</AssemblyName >
16+ <AssemblyName >SQLitePCL.pretty.tests.Android </AssemblyName >
1717 <TargetFrameworkVersion >v4.4</TargetFrameworkVersion >
1818 <AndroidManifest >Properties\AndroidManifest.xml</AndroidManifest >
1919 </PropertyGroup >
4242 <Reference Include =" System.Xml" />
4343 <Reference Include =" System.Core" />
4444 <Reference Include =" Mono.Android" />
45+ <Reference Include =" System.Reactive.Core" >
46+ <HintPath >..\packages\Rx-Core.2.2.5\lib\portable-net45+winrt45+wp8+wpa81\System.Reactive.Core.dll</HintPath >
47+ </Reference >
48+ <Reference Include =" System.Reactive.Interfaces" >
49+ <HintPath >..\packages\Rx-Interfaces.2.2.5\lib\portable-net45+winrt45+wp8+wpa81\System.Reactive.Interfaces.dll</HintPath >
50+ </Reference >
51+ <Reference Include =" System.Reactive.Linq" >
52+ <HintPath >..\packages\Rx-Linq.2.2.5\lib\portable-net45+winrt45+wp8+wpa81\System.Reactive.Linq.dll</HintPath >
53+ </Reference >
54+ <Reference Include =" System.Reactive.PlatformServices" >
55+ <HintPath >..\packages\Rx-PlatformServices.2.2.5\lib\portable-net45+winrt45+wp8+wpa81\System.Reactive.PlatformServices.dll</HintPath >
56+ </Reference >
57+ <Reference Include =" SQLitePCL.raw" >
58+ <HintPath >..\packages\SQLitePCL.raw.0.8.0-pre2\build\MonoAndroid\pinvoke_packaged_sqlite3\anycpu\SQLitePCL.raw.dll</HintPath >
59+ </Reference >
60+ <Reference Include =" xunit.abstractions" >
61+ <HintPath >..\packages\xunit.abstractions.2.0.0\lib\portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS\xunit.abstractions.dll</HintPath >
62+ </Reference >
63+ <Reference Include =" xunit.core" >
64+ <HintPath >..\packages\xunit.extensibility.core.2.0.0\lib\portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS\xunit.core.dll</HintPath >
65+ </Reference >
4566 <Reference Include =" xunit.execution.MonoAndroid" >
4667 <HintPath >..\packages\xunit.extensibility.execution.2.0.0\lib\monoandroid\xunit.execution.MonoAndroid.dll</HintPath >
4768 </Reference >
4869 <Reference Include =" xunit.runner.utility.MonoAndroid" >
4970 <HintPath >..\packages\xunit.runner.utility.2.0.0\lib\monoandroid\xunit.runner.utility.MonoAndroid.dll</HintPath >
5071 </Reference >
72+ <Reference Include =" xunit.assert" >
73+ <HintPath >..\packages\xunit.assert.2.0.0\lib\portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS\xunit.assert.dll</HintPath >
74+ </Reference >
5175 <Reference Include =" Xamarin.Android.Support.v4" >
5276 <HintPath >..\packages\Xamarin.Android.Support.v4.21.0.3.0\lib\MonoAndroid10\Xamarin.Android.Support.v4.dll</HintPath >
5377 </Reference >
6690 <Reference Include =" xunit.runner.devices" >
6791 <HintPath >..\packages\xunit.runner.devices.1.0.0\lib\MonoAndroid\xunit.runner.devices.dll</HintPath >
6892 </Reference >
69- <Reference Include =" System.Reactive.Core" >
70- <HintPath >..\packages\Rx-Core.2.2.5\lib\portable-net45+winrt45+wp8+wpa81\System.Reactive.Core.dll</HintPath >
71- </Reference >
72- <Reference Include =" System.Reactive.Interfaces" >
73- <HintPath >..\packages\Rx-Interfaces.2.2.5\lib\portable-net45+winrt45+wp8+wpa81\System.Reactive.Interfaces.dll</HintPath >
74- </Reference >
75- <Reference Include =" System.Reactive.Linq" >
76- <HintPath >..\packages\Rx-Linq.2.2.5\lib\portable-net45+winrt45+wp8+wpa81\System.Reactive.Linq.dll</HintPath >
77- </Reference >
78- <Reference Include =" System.Reactive.PlatformServices" >
79- <HintPath >..\packages\Rx-PlatformServices.2.2.5\lib\portable-net45+winrt45+wp8+wpa81\System.Reactive.PlatformServices.dll</HintPath >
80- </Reference >
81- <Reference Include =" xunit.abstractions" >
82- <HintPath >..\packages\xunit.abstractions.2.0.0\lib\net35\xunit.abstractions.dll</HintPath >
83- </Reference >
84- <Reference Include =" xunit.core" >
85- <HintPath >..\packages\xunit.extensibility.core.2.0.0\lib\portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS\xunit.core.dll</HintPath >
86- </Reference >
87- <Reference Include =" xunit.assert" >
88- <HintPath >..\packages\xunit.assert.2.0.0\lib\portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS\xunit.assert.dll</HintPath >
89- </Reference >
90- <Reference Include =" SQLitePCL.raw" >
91- <HintPath >..\packages\SQLitePCL.raw.0.8.0-pre2\build\MonoAndroid\pinvoke_packaged_sqlite3\anycpu\SQLitePCL.raw.dll</HintPath >
92- </Reference >
9393 </ItemGroup >
9494 <ItemGroup >
95- <Compile Include =" Resources\Resource.designer.cs" />
9695 <Compile Include =" Properties\AssemblyInfo.cs" />
9796 <Compile Include =" MainActivity.cs" />
98- <Compile Include =" ColumnInfoTests.cs" />
99- <Compile Include =" DatabaseConnectionTests.cs" />
100- <Compile Include =" Example.cs" />
101- <Compile Include =" ImplementationTests.cs" />
102- <Compile Include =" prettyTests.cs" />
103- <Compile Include =" ResultSet.cs" />
104- <Compile Include =" SQLite3Tests.cs" />
105- <Compile Include =" SQLiteValueTests.cs" />
106- <Compile Include =" SQLiteVersionTests.cs" />
107- <Compile Include =" TableColumnMetadataTests.cs" />
108- <Compile Include =" AsyncTests\AsyncBlobStreamTests.cs" />
109- <Compile Include =" AsyncTests\AsyncDatabaseConnectionTests.cs" />
110- <Compile Include =" AsyncTests\AsyncStatementTests.cs" />
111- <Compile Include =" AsyncTests\ResultSet.cs" />
112- <Compile Include =" OrmTests\QueryTests.Joins.cs" />
113- <Compile Include =" OrmTests\QueryTests.cs" />
114- <Compile Include =" OrmTests\TableMappingTest.Async.cs" />
115- <Compile Include =" OrmTests\TableMappingTests.Create.cs" />
116- <Compile Include =" OrmTests\TableMappingTests.Sync.cs" />
11797 </ItemGroup >
11898 <ItemGroup >
11999 <None Include =" Properties\AndroidManifest.xml" />
123103 <Import Project =" ..\packages\Xamarin.Forms.1.4.0.6341\build\portable-win+net45+wp80+MonoAndroid10+MonoTouch10+Xamarin.iOS10\Xamarin.Forms.targets" Condition =" Exists('..\packages\Xamarin.Forms.1.4.0.6341\build\portable-win+net45+wp80+MonoAndroid10+MonoTouch10+Xamarin.iOS10\Xamarin.Forms.targets')" />
124104 <Import Project =" ..\packages\xunit.runner.devices.1.0.0\build\MonoAndroid\xunit.runner.devices.targets" Condition =" Exists('..\packages\xunit.runner.devices.1.0.0\build\MonoAndroid\xunit.runner.devices.targets')" />
125105 <Import Project =" ..\packages\SQLitePCL.raw.0.8.0-pre2\build\MonoAndroid\SQLitePCL.raw.targets" Condition =" Exists('..\packages\SQLitePCL.raw.0.8.0-pre2\build\MonoAndroid\SQLitePCL.raw.targets')" />
126- <ItemGroup >
127- <Folder Include =" AsyncTests\" />
128- <Folder Include =" OrmTests\" />
129- </ItemGroup >
106+ <Import Project =" ..\packages\xunit.core.2.0.0\build\monoandroid\xunit.core.props" Condition =" Exists('..\packages\xunit.core.2.0.0\build\monoandroid\xunit.core.props')" />
130107 <ItemGroup >
131108 <ProjectReference Include =" ..\SQLitePCL.pretty\SQLitePCL.pretty.csproj" >
132109 <Project >{C6743D26-E16E-41CA-A757-72BE2D7EAF28}</Project >
140117 <Project >{82EF24A8-7B24-42AA-BDB9-7A9F7527DF48}</Project >
141118 <Name >SQLitePCL.pretty.Orm</Name >
142119 </ProjectReference >
120+ <ProjectReference Include =" ..\SQLitePCL.pretty.Tests\SQLitePCL.pretty.Tests.csproj" >
121+ <Project >{3C8B2558-E287-4031-8597-14480A15ED0E}</Project >
122+ <Name >SQLitePCL.pretty.Tests</Name >
123+ </ProjectReference >
124+ </ItemGroup >
125+ <ItemGroup >
126+ <Folder Include =" Resources\" />
143127 </ItemGroup >
144128</Project >
0 commit comments