Skip to content

Commit

Permalink
All platforms tested and references cleaned up.
Browse files Browse the repository at this point in the history
  • Loading branch information
MelbourneDeveloper committed Jun 18, 2017
1 parent c746296 commit cb3c29a
Show file tree
Hide file tree
Showing 8 changed files with 205 additions and 54 deletions.
102 changes: 52 additions & 50 deletions SQLite.Net.Standard.sln
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ VisualStudioVersion = 15.0.26430.13
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Examples", "Examples", "{49C7015B-F41A-47A6-8200-B925902E74E9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SQLite.Net.Standard", "src\SQLite.Net.Standard\SQLite.Net.Standard.csproj", "{4971D437-0694-4297-A8CC-146CE08C3BD9}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SQLite.Net.Standard", "src\SQLite.Net.Standard\SQLite.Net.Standard.csproj", "{60F5DD28-AC0E-40C6-965D-F9FBD1076E7B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StocksShared", "examples\StocksShared\StocksShared.csproj", "{9A1ED959-56BE-48DB-BD07-545B00242318}"
EndProject
Expand Down Expand Up @@ -49,55 +49,55 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4971D437-0694-4297-A8CC-146CE08C3BD9}.Ad-Hoc|Any CPU.ActiveCfg = Release|Any CPU
{4971D437-0694-4297-A8CC-146CE08C3BD9}.Ad-Hoc|Any CPU.Build.0 = Release|Any CPU
{4971D437-0694-4297-A8CC-146CE08C3BD9}.Ad-Hoc|ARM.ActiveCfg = Release|Any CPU
{4971D437-0694-4297-A8CC-146CE08C3BD9}.Ad-Hoc|iPhone.ActiveCfg = Release|Any CPU
{4971D437-0694-4297-A8CC-146CE08C3BD9}.Ad-Hoc|iPhone.Build.0 = Release|Any CPU
{4971D437-0694-4297-A8CC-146CE08C3BD9}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Release|Any CPU
{4971D437-0694-4297-A8CC-146CE08C3BD9}.Ad-Hoc|iPhoneSimulator.Build.0 = Release|Any CPU
{4971D437-0694-4297-A8CC-146CE08C3BD9}.Ad-Hoc|Mixed Platforms.ActiveCfg = Release|Any CPU
{4971D437-0694-4297-A8CC-146CE08C3BD9}.Ad-Hoc|Mixed Platforms.Build.0 = Release|Any CPU
{4971D437-0694-4297-A8CC-146CE08C3BD9}.Ad-Hoc|x64.ActiveCfg = Release|Any CPU
{4971D437-0694-4297-A8CC-146CE08C3BD9}.Ad-Hoc|x64.Build.0 = Release|Any CPU
{4971D437-0694-4297-A8CC-146CE08C3BD9}.Ad-Hoc|x86.ActiveCfg = Release|Any CPU
{4971D437-0694-4297-A8CC-146CE08C3BD9}.AppStore|Any CPU.ActiveCfg = Release|Any CPU
{4971D437-0694-4297-A8CC-146CE08C3BD9}.AppStore|Any CPU.Build.0 = Release|Any CPU
{4971D437-0694-4297-A8CC-146CE08C3BD9}.AppStore|ARM.ActiveCfg = Release|Any CPU
{4971D437-0694-4297-A8CC-146CE08C3BD9}.AppStore|iPhone.ActiveCfg = Release|Any CPU
{4971D437-0694-4297-A8CC-146CE08C3BD9}.AppStore|iPhoneSimulator.ActiveCfg = Release|Any CPU
{4971D437-0694-4297-A8CC-146CE08C3BD9}.AppStore|iPhoneSimulator.Build.0 = Release|Any CPU
{4971D437-0694-4297-A8CC-146CE08C3BD9}.AppStore|Mixed Platforms.ActiveCfg = Release|Any CPU
{4971D437-0694-4297-A8CC-146CE08C3BD9}.AppStore|Mixed Platforms.Build.0 = Release|Any CPU
{4971D437-0694-4297-A8CC-146CE08C3BD9}.AppStore|x64.ActiveCfg = Release|Any CPU
{4971D437-0694-4297-A8CC-146CE08C3BD9}.AppStore|x86.ActiveCfg = Release|Any CPU
{4971D437-0694-4297-A8CC-146CE08C3BD9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4971D437-0694-4297-A8CC-146CE08C3BD9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4971D437-0694-4297-A8CC-146CE08C3BD9}.Debug|ARM.ActiveCfg = Debug|Any CPU
{4971D437-0694-4297-A8CC-146CE08C3BD9}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{4971D437-0694-4297-A8CC-146CE08C3BD9}.Debug|iPhone.Build.0 = Debug|Any CPU
{4971D437-0694-4297-A8CC-146CE08C3BD9}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{4971D437-0694-4297-A8CC-146CE08C3BD9}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{4971D437-0694-4297-A8CC-146CE08C3BD9}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{4971D437-0694-4297-A8CC-146CE08C3BD9}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{4971D437-0694-4297-A8CC-146CE08C3BD9}.Debug|x64.ActiveCfg = Debug|Any CPU
{4971D437-0694-4297-A8CC-146CE08C3BD9}.Debug|x64.Build.0 = Debug|Any CPU
{4971D437-0694-4297-A8CC-146CE08C3BD9}.Debug|x86.ActiveCfg = Debug|Any CPU
{4971D437-0694-4297-A8CC-146CE08C3BD9}.Debug|x86.Build.0 = Debug|Any CPU
{4971D437-0694-4297-A8CC-146CE08C3BD9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4971D437-0694-4297-A8CC-146CE08C3BD9}.Release|Any CPU.Build.0 = Release|Any CPU
{4971D437-0694-4297-A8CC-146CE08C3BD9}.Release|ARM.ActiveCfg = Release|Any CPU
{4971D437-0694-4297-A8CC-146CE08C3BD9}.Release|ARM.Build.0 = Release|Any CPU
{4971D437-0694-4297-A8CC-146CE08C3BD9}.Release|iPhone.ActiveCfg = Release|Any CPU
{4971D437-0694-4297-A8CC-146CE08C3BD9}.Release|iPhone.Build.0 = Release|Any CPU
{4971D437-0694-4297-A8CC-146CE08C3BD9}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{4971D437-0694-4297-A8CC-146CE08C3BD9}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{4971D437-0694-4297-A8CC-146CE08C3BD9}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{4971D437-0694-4297-A8CC-146CE08C3BD9}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{4971D437-0694-4297-A8CC-146CE08C3BD9}.Release|x64.ActiveCfg = Release|Any CPU
{4971D437-0694-4297-A8CC-146CE08C3BD9}.Release|x64.Build.0 = Release|Any CPU
{4971D437-0694-4297-A8CC-146CE08C3BD9}.Release|x86.ActiveCfg = Release|Any CPU
{4971D437-0694-4297-A8CC-146CE08C3BD9}.Release|x86.Build.0 = Release|Any CPU
{60F5DD28-AC0E-40C6-965D-F9FBD1076E7B}.Ad-Hoc|Any CPU.ActiveCfg = Release|Any CPU
{60F5DD28-AC0E-40C6-965D-F9FBD1076E7B}.Ad-Hoc|Any CPU.Build.0 = Release|Any CPU
{60F5DD28-AC0E-40C6-965D-F9FBD1076E7B}.Ad-Hoc|ARM.ActiveCfg = Release|Any CPU
{60F5DD28-AC0E-40C6-965D-F9FBD1076E7B}.Ad-Hoc|iPhone.ActiveCfg = Release|Any CPU
{60F5DD28-AC0E-40C6-965D-F9FBD1076E7B}.Ad-Hoc|iPhone.Build.0 = Release|Any CPU
{60F5DD28-AC0E-40C6-965D-F9FBD1076E7B}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Release|Any CPU
{60F5DD28-AC0E-40C6-965D-F9FBD1076E7B}.Ad-Hoc|iPhoneSimulator.Build.0 = Release|Any CPU
{60F5DD28-AC0E-40C6-965D-F9FBD1076E7B}.Ad-Hoc|Mixed Platforms.ActiveCfg = Release|Any CPU
{60F5DD28-AC0E-40C6-965D-F9FBD1076E7B}.Ad-Hoc|Mixed Platforms.Build.0 = Release|Any CPU
{60F5DD28-AC0E-40C6-965D-F9FBD1076E7B}.Ad-Hoc|x64.ActiveCfg = Release|Any CPU
{60F5DD28-AC0E-40C6-965D-F9FBD1076E7B}.Ad-Hoc|x64.Build.0 = Release|Any CPU
{60F5DD28-AC0E-40C6-965D-F9FBD1076E7B}.Ad-Hoc|x86.ActiveCfg = Release|Any CPU
{60F5DD28-AC0E-40C6-965D-F9FBD1076E7B}.AppStore|Any CPU.ActiveCfg = Release|Any CPU
{60F5DD28-AC0E-40C6-965D-F9FBD1076E7B}.AppStore|Any CPU.Build.0 = Release|Any CPU
{60F5DD28-AC0E-40C6-965D-F9FBD1076E7B}.AppStore|ARM.ActiveCfg = Release|Any CPU
{60F5DD28-AC0E-40C6-965D-F9FBD1076E7B}.AppStore|iPhone.ActiveCfg = Release|Any CPU
{60F5DD28-AC0E-40C6-965D-F9FBD1076E7B}.AppStore|iPhoneSimulator.ActiveCfg = Release|Any CPU
{60F5DD28-AC0E-40C6-965D-F9FBD1076E7B}.AppStore|iPhoneSimulator.Build.0 = Release|Any CPU
{60F5DD28-AC0E-40C6-965D-F9FBD1076E7B}.AppStore|Mixed Platforms.ActiveCfg = Release|Any CPU
{60F5DD28-AC0E-40C6-965D-F9FBD1076E7B}.AppStore|Mixed Platforms.Build.0 = Release|Any CPU
{60F5DD28-AC0E-40C6-965D-F9FBD1076E7B}.AppStore|x64.ActiveCfg = Release|Any CPU
{60F5DD28-AC0E-40C6-965D-F9FBD1076E7B}.AppStore|x86.ActiveCfg = Release|Any CPU
{60F5DD28-AC0E-40C6-965D-F9FBD1076E7B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{60F5DD28-AC0E-40C6-965D-F9FBD1076E7B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{60F5DD28-AC0E-40C6-965D-F9FBD1076E7B}.Debug|ARM.ActiveCfg = Debug|Any CPU
{60F5DD28-AC0E-40C6-965D-F9FBD1076E7B}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{60F5DD28-AC0E-40C6-965D-F9FBD1076E7B}.Debug|iPhone.Build.0 = Debug|Any CPU
{60F5DD28-AC0E-40C6-965D-F9FBD1076E7B}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{60F5DD28-AC0E-40C6-965D-F9FBD1076E7B}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{60F5DD28-AC0E-40C6-965D-F9FBD1076E7B}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{60F5DD28-AC0E-40C6-965D-F9FBD1076E7B}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{60F5DD28-AC0E-40C6-965D-F9FBD1076E7B}.Debug|x64.ActiveCfg = Debug|Any CPU
{60F5DD28-AC0E-40C6-965D-F9FBD1076E7B}.Debug|x64.Build.0 = Debug|Any CPU
{60F5DD28-AC0E-40C6-965D-F9FBD1076E7B}.Debug|x86.ActiveCfg = Debug|Any CPU
{60F5DD28-AC0E-40C6-965D-F9FBD1076E7B}.Debug|x86.Build.0 = Debug|Any CPU
{60F5DD28-AC0E-40C6-965D-F9FBD1076E7B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{60F5DD28-AC0E-40C6-965D-F9FBD1076E7B}.Release|Any CPU.Build.0 = Release|Any CPU
{60F5DD28-AC0E-40C6-965D-F9FBD1076E7B}.Release|ARM.ActiveCfg = Release|Any CPU
{60F5DD28-AC0E-40C6-965D-F9FBD1076E7B}.Release|ARM.Build.0 = Release|Any CPU
{60F5DD28-AC0E-40C6-965D-F9FBD1076E7B}.Release|iPhone.ActiveCfg = Release|Any CPU
{60F5DD28-AC0E-40C6-965D-F9FBD1076E7B}.Release|iPhone.Build.0 = Release|Any CPU
{60F5DD28-AC0E-40C6-965D-F9FBD1076E7B}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{60F5DD28-AC0E-40C6-965D-F9FBD1076E7B}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{60F5DD28-AC0E-40C6-965D-F9FBD1076E7B}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{60F5DD28-AC0E-40C6-965D-F9FBD1076E7B}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{60F5DD28-AC0E-40C6-965D-F9FBD1076E7B}.Release|x64.ActiveCfg = Release|Any CPU
{60F5DD28-AC0E-40C6-965D-F9FBD1076E7B}.Release|x64.Build.0 = Release|Any CPU
{60F5DD28-AC0E-40C6-965D-F9FBD1076E7B}.Release|x86.ActiveCfg = Release|Any CPU
{60F5DD28-AC0E-40C6-965D-F9FBD1076E7B}.Release|x86.Build.0 = Release|Any CPU
{9A1ED959-56BE-48DB-BD07-545B00242318}.Ad-Hoc|Any CPU.ActiveCfg = Release|Any CPU
{9A1ED959-56BE-48DB-BD07-545B00242318}.Ad-Hoc|Any CPU.Build.0 = Release|Any CPU
{9A1ED959-56BE-48DB-BD07-545B00242318}.Ad-Hoc|ARM.ActiveCfg = Release|ARM
Expand Down Expand Up @@ -260,6 +260,8 @@ Global
{C63C5247-D337-4525-A705-42366FA1A05D}.Debug|ARM.Deploy.0 = Debug|ARM
{C63C5247-D337-4525-A705-42366FA1A05D}.Debug|iPhone.ActiveCfg = Debug|x86
{C63C5247-D337-4525-A705-42366FA1A05D}.Debug|iPhoneSimulator.ActiveCfg = Debug|x86
{C63C5247-D337-4525-A705-42366FA1A05D}.Debug|iPhoneSimulator.Build.0 = Debug|x86
{C63C5247-D337-4525-A705-42366FA1A05D}.Debug|iPhoneSimulator.Deploy.0 = Debug|x86
{C63C5247-D337-4525-A705-42366FA1A05D}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
{C63C5247-D337-4525-A705-42366FA1A05D}.Debug|Mixed Platforms.Build.0 = Debug|x86
{C63C5247-D337-4525-A705-42366FA1A05D}.Debug|Mixed Platforms.Deploy.0 = Debug|x86
Expand Down
2 changes: 2 additions & 0 deletions SQLite.Net.Standard.sln.DotSettings.user
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<wpf:ResourceDictionary xml:space="preserve" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:s="clr-namespace:System;assembly=mscorlib" xmlns:ss="urn:shemas-jetbrains-com:settings-storage-xaml" xmlns:wpf="http://schemas.microsoft.com/winfx/2006/xaml/presentation">
<s:Int64 x:Key="/Default/Environment/SearchAndNavigation/DefaultOccurrencesGroupingIndex/@EntryValue">2</s:Int64></wpf:ResourceDictionary>
2 changes: 1 addition & 1 deletion examples/StocksAndroid/StocksAndroid.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
<AndroidManifest>Properties\AndroidManifest.xml</AndroidManifest>
<AndroidUseLatestPlatformSdk>true</AndroidUseLatestPlatformSdk>
<TargetFrameworkVersion>v6.0</TargetFrameworkVersion>
<TargetFrameworkVersion>v7.1</TargetFrameworkVersion>
<AndroidSupportedAbis>armeabi,armeabi-v7a,x86</AndroidSupportedAbis>
<AndroidStoreUncompressedFileExtensions />
<MandroidI18n />
Expand Down
140 changes: 140 additions & 0 deletions examples/StocksAndroid/StocksAndroid.csproj.bak
Original file line number Diff line number Diff line change
@@ -0,0 +1,140 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>8.0.30703</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{6BB44328-00E5-430B-9048-E4C2E1BBD2B9}</ProjectGuid>
<ProjectTypeGuids>{EFBA0AD7-5A72-4C68-AF49-83D382785DCF};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>XamForms.Droid</RootNamespace>
<AssemblyName>XamForms.Droid</AssemblyName>
<FileAlignment>512</FileAlignment>
<AndroidApplication>true</AndroidApplication>
<AndroidResgenFile>Resources\Resource.Designer.cs</AndroidResgenFile>
<GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
<AndroidManifest>Properties\AndroidManifest.xml</AndroidManifest>
<AndroidUseLatestPlatformSdk>true</AndroidUseLatestPlatformSdk>
<TargetFrameworkVersion>v6.0</TargetFrameworkVersion>
<AndroidSupportedAbis>armeabi,armeabi-v7a,x86</AndroidSupportedAbis>
<AndroidStoreUncompressedFileExtensions />
<MandroidI18n />
<JavaMaximumHeapSize />
<JavaOptions />
<NuGetPackageImportStamp>
</NuGetPackageImportStamp>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<AndroidUseSharedRuntime>True</AndroidUseSharedRuntime>
<AndroidLinkMode>None</AndroidLinkMode>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<AndroidUseSharedRuntime>False</AndroidUseSharedRuntime>
<AndroidLinkMode>SdkOnly</AndroidLinkMode>
</PropertyGroup>
<ItemGroup>
<Reference Include="FormsViewGroup, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\packages\Xamarin.Forms.2.2.0.45\lib\MonoAndroid10\FormsViewGroup.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Mono.Android" />
<Reference Include="mscorlib" />
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.ObjectModel" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Xml" />
<Reference Include="Xamarin.Android.Support.Design, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\packages\Xamarin.Android.Support.Design.23.0.1.3\lib\MonoAndroid403\Xamarin.Android.Support.Design.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Xamarin.Android.Support.v4, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\packages\Xamarin.Android.Support.v4.23.0.1.3\lib\MonoAndroid403\Xamarin.Android.Support.v4.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Xamarin.Android.Support.v7.AppCompat, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\packages\Xamarin.Android.Support.v7.AppCompat.23.0.1.3\lib\MonoAndroid403\Xamarin.Android.Support.v7.AppCompat.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Xamarin.Android.Support.v7.CardView, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\packages\Xamarin.Android.Support.v7.CardView.23.0.1.3\lib\MonoAndroid403\Xamarin.Android.Support.v7.CardView.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Xamarin.Android.Support.v7.MediaRouter, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\packages\Xamarin.Android.Support.v7.MediaRouter.23.0.1.3\lib\MonoAndroid403\Xamarin.Android.Support.v7.MediaRouter.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Xamarin.Forms.Core, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\packages\Xamarin.Forms.2.2.0.45\lib\MonoAndroid10\Xamarin.Forms.Core.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Xamarin.Forms.Platform, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\packages\Xamarin.Forms.2.2.0.45\lib\MonoAndroid10\Xamarin.Forms.Platform.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Xamarin.Forms.Platform.Android, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\packages\Xamarin.Forms.2.2.0.45\lib\MonoAndroid10\Xamarin.Forms.Platform.Android.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Xamarin.Forms.Xaml, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\packages\Xamarin.Forms.2.2.0.45\lib\MonoAndroid10\Xamarin.Forms.Xaml.dll</HintPath>
<Private>True</Private>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="MainActivity.cs" />
<Compile Include="Resources\Resource.Designer.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
<None Include="Resources\AboutResources.txt" />
<None Include="Assets\AboutAssets.txt" />
</ItemGroup>
<ItemGroup>
<AndroidResource Include="Resources\Drawable\Icon.png" />
</ItemGroup>
<ItemGroup>
<None Include="Properties\AndroidManifest.xml" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\src\SQLite.Net.Standard\SQLite.Net.Standard.csproj">
<Project>{4971d437-0694-4297-a8cc-146ce08c3bd9}</Project>
<Name>SQLite.Net.Standard</Name>
</ProjectReference>
<ProjectReference Include="..\StocksShared\StocksShared.csproj">
<Project>{9a1ed959-56be-48db-bd07-545b00242318}</Project>
<Name>StocksShared</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath)\Xamarin\Android\Xamarin.Android.CSharp.targets" />
<Import Project="..\..\packages\Xamarin.Forms.2.2.0.45\build\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+MonoTouch10+Xamarin.iOS10\Xamarin.Forms.targets" Condition="Exists('..\..\packages\Xamarin.Forms.2.2.0.45\build\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+MonoTouch10+Xamarin.iOS10\Xamarin.Forms.targets')" />
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
<PropertyGroup>
<ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
</PropertyGroup>
<Error Condition="!Exists('..\..\packages\Xamarin.Forms.2.2.0.45\build\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+MonoTouch10+Xamarin.iOS10\Xamarin.Forms.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\Xamarin.Forms.2.2.0.45\build\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+MonoTouch10+Xamarin.iOS10\Xamarin.Forms.targets'))" />
</Target>
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>
2 changes: 1 addition & 1 deletion examples/StocksShared/StocksShared.nuget.targets
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<RestoreTool Condition=" '$(RestoreTool)' == '' ">NuGet</RestoreTool>
<ProjectAssetsFile Condition=" '$(ProjectAssetsFile)' == '' ">C:\GitRepos\SQLite.Net.Standard\examples\StocksShared\project.lock.json</ProjectAssetsFile>
<NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">$(UserProfile)\.nuget\packages\</NuGetPackageRoot>
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\ChristianFindlay\.nuget\packages\</NuGetPackageFolders>
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\chris\.nuget\packages\</NuGetPackageFolders>
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">ProjectJson</NuGetProjectStyle>
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">4.2.0</NuGetToolVersion>
</PropertyGroup>
Expand Down
Loading

0 comments on commit cb3c29a

Please sign in to comment.