Consolidate NuGet packages, migrate IF.Lastfm.SQLite to netstandard1.1

- upgrade sqlite-pcl-net dependency to latest stable
This commit is contained in:
Rikki Tooley 2017-08-23 01:23:20 +01:00
parent 97c2d4a130
commit 2620e5e5a2
18 changed files with 168 additions and 412 deletions

View File

@ -1,10 +1,8 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
# Visual Studio 15
VisualStudioVersion = 15.0.26730.10
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IF.Lastfm.Core.Tests", "src\IF.Lastfm.Core.Tests\IF.Lastfm.Core.Tests.csproj", "{EC1526C6-AE22-4F12-8640-F9613DFCCE1A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{81B53C1A-26E0-4C55-9D20-0E4CF35D6924}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
@ -15,9 +13,15 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IF.Lastfm.Core", "src\IF.La
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IF.Lastfm.Syro", "src\IF.Lastfm.Syro\IF.Lastfm.Syro.csproj", "{2BDE74CF-AB11-441D-9641-5EAAD38DD01D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{5185BD96-FDB5-4DB2-A967-9152D6556150}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IF.Lastfm.SQLite", "src\IF.Lastfm.SQLite\IF.Lastfm.SQLite.csproj", "{48327111-3D16-49FF-8689-F5C330E2A70B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IF.Lastfm.Core.Tests", "src\IF.Lastfm.Core.Tests\IF.Lastfm.Core.Tests.csproj", "{EC1526C6-AE22-4F12-8640-F9613DFCCE1A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IF.Lastfm.Core.Tests.Integration", "src\IF.Lastfm.Core.Tests.Integration\IF.Lastfm.Core.Tests.Integration.csproj", "{39C00A2D-9896-4392-B751-540CD16B3315}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{5185BD96-FDB5-4DB2-A967-9152D6556150}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IF.Lastfm.SQLite.Tests.Integration", "src\IF.Lastfm.SQLite.Tests.Integration\IF.Lastfm.SQLite.Tests.Integration.csproj", "{3F182AD9-AD85-4CE0-BBB1-8BA0A8D22000}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@ -35,22 +39,6 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EC1526C6-AE22-4F12-8640-F9613DFCCE1A}.Debug ARM|Any CPU.ActiveCfg = Debug|Any CPU
{EC1526C6-AE22-4F12-8640-F9613DFCCE1A}.Debug ARM|Any CPU.Build.0 = Debug|Any CPU
{EC1526C6-AE22-4F12-8640-F9613DFCCE1A}.Debug ARM|ARM.ActiveCfg = Debug|Any CPU
{EC1526C6-AE22-4F12-8640-F9613DFCCE1A}.Debug ARM|x64.ActiveCfg = Debug|Any CPU
{EC1526C6-AE22-4F12-8640-F9613DFCCE1A}.Debug ARM|x86.ActiveCfg = Debug|Any CPU
{EC1526C6-AE22-4F12-8640-F9613DFCCE1A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EC1526C6-AE22-4F12-8640-F9613DFCCE1A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EC1526C6-AE22-4F12-8640-F9613DFCCE1A}.Debug|ARM.ActiveCfg = Debug|Any CPU
{EC1526C6-AE22-4F12-8640-F9613DFCCE1A}.Debug|x64.ActiveCfg = Debug|Any CPU
{EC1526C6-AE22-4F12-8640-F9613DFCCE1A}.Debug|x86.ActiveCfg = Debug|Any CPU
{EC1526C6-AE22-4F12-8640-F9613DFCCE1A}.Debug|x86.Build.0 = Debug|Any CPU
{EC1526C6-AE22-4F12-8640-F9613DFCCE1A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EC1526C6-AE22-4F12-8640-F9613DFCCE1A}.Release|Any CPU.Build.0 = Release|Any CPU
{EC1526C6-AE22-4F12-8640-F9613DFCCE1A}.Release|ARM.ActiveCfg = Release|Any CPU
{EC1526C6-AE22-4F12-8640-F9613DFCCE1A}.Release|x64.ActiveCfg = Release|Any CPU
{EC1526C6-AE22-4F12-8640-F9613DFCCE1A}.Release|x86.ActiveCfg = Release|Any CPU
{3CF4B78F-8B48-49CB-942F-83DB13474A4F}.Debug ARM|Any CPU.ActiveCfg = Debug|Any CPU
{3CF4B78F-8B48-49CB-942F-83DB13474A4F}.Debug ARM|Any CPU.Build.0 = Debug|Any CPU
{3CF4B78F-8B48-49CB-942F-83DB13474A4F}.Debug ARM|ARM.ActiveCfg = Debug|Any CPU
@ -82,21 +70,102 @@ Global
{2BDE74CF-AB11-441D-9641-5EAAD38DD01D}.Release|ARM.ActiveCfg = Release|Any CPU
{2BDE74CF-AB11-441D-9641-5EAAD38DD01D}.Release|x64.ActiveCfg = Release|Any CPU
{2BDE74CF-AB11-441D-9641-5EAAD38DD01D}.Release|x86.ActiveCfg = Release|Any CPU
{48327111-3D16-49FF-8689-F5C330E2A70B}.Debug ARM|Any CPU.ActiveCfg = Debug|Any CPU
{48327111-3D16-49FF-8689-F5C330E2A70B}.Debug ARM|Any CPU.Build.0 = Debug|Any CPU
{48327111-3D16-49FF-8689-F5C330E2A70B}.Debug ARM|ARM.ActiveCfg = Debug|Any CPU
{48327111-3D16-49FF-8689-F5C330E2A70B}.Debug ARM|ARM.Build.0 = Debug|Any CPU
{48327111-3D16-49FF-8689-F5C330E2A70B}.Debug ARM|x64.ActiveCfg = Debug|Any CPU
{48327111-3D16-49FF-8689-F5C330E2A70B}.Debug ARM|x64.Build.0 = Debug|Any CPU
{48327111-3D16-49FF-8689-F5C330E2A70B}.Debug ARM|x86.ActiveCfg = Debug|Any CPU
{48327111-3D16-49FF-8689-F5C330E2A70B}.Debug ARM|x86.Build.0 = Debug|Any CPU
{48327111-3D16-49FF-8689-F5C330E2A70B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{48327111-3D16-49FF-8689-F5C330E2A70B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{48327111-3D16-49FF-8689-F5C330E2A70B}.Debug|ARM.ActiveCfg = Debug|Any CPU
{48327111-3D16-49FF-8689-F5C330E2A70B}.Debug|ARM.Build.0 = Debug|Any CPU
{48327111-3D16-49FF-8689-F5C330E2A70B}.Debug|x64.ActiveCfg = Debug|Any CPU
{48327111-3D16-49FF-8689-F5C330E2A70B}.Debug|x64.Build.0 = Debug|Any CPU
{48327111-3D16-49FF-8689-F5C330E2A70B}.Debug|x86.ActiveCfg = Debug|Any CPU
{48327111-3D16-49FF-8689-F5C330E2A70B}.Debug|x86.Build.0 = Debug|Any CPU
{48327111-3D16-49FF-8689-F5C330E2A70B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{48327111-3D16-49FF-8689-F5C330E2A70B}.Release|Any CPU.Build.0 = Release|Any CPU
{48327111-3D16-49FF-8689-F5C330E2A70B}.Release|ARM.ActiveCfg = Release|Any CPU
{48327111-3D16-49FF-8689-F5C330E2A70B}.Release|ARM.Build.0 = Release|Any CPU
{48327111-3D16-49FF-8689-F5C330E2A70B}.Release|x64.ActiveCfg = Release|Any CPU
{48327111-3D16-49FF-8689-F5C330E2A70B}.Release|x64.Build.0 = Release|Any CPU
{48327111-3D16-49FF-8689-F5C330E2A70B}.Release|x86.ActiveCfg = Release|Any CPU
{48327111-3D16-49FF-8689-F5C330E2A70B}.Release|x86.Build.0 = Release|Any CPU
{EC1526C6-AE22-4F12-8640-F9613DFCCE1A}.Debug ARM|Any CPU.ActiveCfg = Debug|Any CPU
{EC1526C6-AE22-4F12-8640-F9613DFCCE1A}.Debug ARM|Any CPU.Build.0 = Debug|Any CPU
{EC1526C6-AE22-4F12-8640-F9613DFCCE1A}.Debug ARM|ARM.ActiveCfg = Debug|Any CPU
{EC1526C6-AE22-4F12-8640-F9613DFCCE1A}.Debug ARM|ARM.Build.0 = Debug|Any CPU
{EC1526C6-AE22-4F12-8640-F9613DFCCE1A}.Debug ARM|x64.ActiveCfg = Debug|Any CPU
{EC1526C6-AE22-4F12-8640-F9613DFCCE1A}.Debug ARM|x64.Build.0 = Debug|Any CPU
{EC1526C6-AE22-4F12-8640-F9613DFCCE1A}.Debug ARM|x86.ActiveCfg = Debug|Any CPU
{EC1526C6-AE22-4F12-8640-F9613DFCCE1A}.Debug ARM|x86.Build.0 = Debug|Any CPU
{EC1526C6-AE22-4F12-8640-F9613DFCCE1A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EC1526C6-AE22-4F12-8640-F9613DFCCE1A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EC1526C6-AE22-4F12-8640-F9613DFCCE1A}.Debug|ARM.ActiveCfg = Debug|Any CPU
{EC1526C6-AE22-4F12-8640-F9613DFCCE1A}.Debug|ARM.Build.0 = Debug|Any CPU
{EC1526C6-AE22-4F12-8640-F9613DFCCE1A}.Debug|x64.ActiveCfg = Debug|Any CPU
{EC1526C6-AE22-4F12-8640-F9613DFCCE1A}.Debug|x64.Build.0 = Debug|Any CPU
{EC1526C6-AE22-4F12-8640-F9613DFCCE1A}.Debug|x86.ActiveCfg = Debug|Any CPU
{EC1526C6-AE22-4F12-8640-F9613DFCCE1A}.Debug|x86.Build.0 = Debug|Any CPU
{EC1526C6-AE22-4F12-8640-F9613DFCCE1A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EC1526C6-AE22-4F12-8640-F9613DFCCE1A}.Release|Any CPU.Build.0 = Release|Any CPU
{EC1526C6-AE22-4F12-8640-F9613DFCCE1A}.Release|ARM.ActiveCfg = Release|Any CPU
{EC1526C6-AE22-4F12-8640-F9613DFCCE1A}.Release|ARM.Build.0 = Release|Any CPU
{EC1526C6-AE22-4F12-8640-F9613DFCCE1A}.Release|x64.ActiveCfg = Release|Any CPU
{EC1526C6-AE22-4F12-8640-F9613DFCCE1A}.Release|x64.Build.0 = Release|Any CPU
{EC1526C6-AE22-4F12-8640-F9613DFCCE1A}.Release|x86.ActiveCfg = Release|Any CPU
{EC1526C6-AE22-4F12-8640-F9613DFCCE1A}.Release|x86.Build.0 = Release|Any CPU
{39C00A2D-9896-4392-B751-540CD16B3315}.Debug ARM|Any CPU.ActiveCfg = Debug|Any CPU
{39C00A2D-9896-4392-B751-540CD16B3315}.Debug ARM|Any CPU.Build.0 = Debug|Any CPU
{39C00A2D-9896-4392-B751-540CD16B3315}.Debug ARM|ARM.ActiveCfg = Debug|Any CPU
{39C00A2D-9896-4392-B751-540CD16B3315}.Debug ARM|ARM.Build.0 = Debug|Any CPU
{39C00A2D-9896-4392-B751-540CD16B3315}.Debug ARM|x64.ActiveCfg = Debug|Any CPU
{39C00A2D-9896-4392-B751-540CD16B3315}.Debug ARM|x64.Build.0 = Debug|Any CPU
{39C00A2D-9896-4392-B751-540CD16B3315}.Debug ARM|x86.ActiveCfg = Debug|Any CPU
{39C00A2D-9896-4392-B751-540CD16B3315}.Debug ARM|x86.Build.0 = Debug|Any CPU
{39C00A2D-9896-4392-B751-540CD16B3315}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{39C00A2D-9896-4392-B751-540CD16B3315}.Debug|Any CPU.Build.0 = Debug|Any CPU
{39C00A2D-9896-4392-B751-540CD16B3315}.Debug|ARM.ActiveCfg = Debug|Any CPU
{39C00A2D-9896-4392-B751-540CD16B3315}.Debug|ARM.Build.0 = Debug|Any CPU
{39C00A2D-9896-4392-B751-540CD16B3315}.Debug|x64.ActiveCfg = Debug|Any CPU
{39C00A2D-9896-4392-B751-540CD16B3315}.Debug|x64.Build.0 = Debug|Any CPU
{39C00A2D-9896-4392-B751-540CD16B3315}.Debug|x86.ActiveCfg = Debug|Any CPU
{39C00A2D-9896-4392-B751-540CD16B3315}.Debug|x86.Build.0 = Debug|Any CPU
{39C00A2D-9896-4392-B751-540CD16B3315}.Release|Any CPU.ActiveCfg = Release|Any CPU
{39C00A2D-9896-4392-B751-540CD16B3315}.Release|Any CPU.Build.0 = Release|Any CPU
{39C00A2D-9896-4392-B751-540CD16B3315}.Release|ARM.ActiveCfg = Release|Any CPU
{39C00A2D-9896-4392-B751-540CD16B3315}.Release|ARM.Build.0 = Release|Any CPU
{39C00A2D-9896-4392-B751-540CD16B3315}.Release|x64.ActiveCfg = Release|Any CPU
{39C00A2D-9896-4392-B751-540CD16B3315}.Release|x64.Build.0 = Release|Any CPU
{39C00A2D-9896-4392-B751-540CD16B3315}.Release|x86.ActiveCfg = Release|Any CPU
{39C00A2D-9896-4392-B751-540CD16B3315}.Release|x86.Build.0 = Release|Any CPU
{3F182AD9-AD85-4CE0-BBB1-8BA0A8D22000}.Debug ARM|Any CPU.ActiveCfg = Debug|Any CPU
{3F182AD9-AD85-4CE0-BBB1-8BA0A8D22000}.Debug ARM|Any CPU.Build.0 = Debug|Any CPU
{3F182AD9-AD85-4CE0-BBB1-8BA0A8D22000}.Debug ARM|ARM.ActiveCfg = Debug|Any CPU
{3F182AD9-AD85-4CE0-BBB1-8BA0A8D22000}.Debug ARM|ARM.Build.0 = Debug|Any CPU
{3F182AD9-AD85-4CE0-BBB1-8BA0A8D22000}.Debug ARM|x64.ActiveCfg = Debug|Any CPU
{3F182AD9-AD85-4CE0-BBB1-8BA0A8D22000}.Debug ARM|x64.Build.0 = Debug|Any CPU
{3F182AD9-AD85-4CE0-BBB1-8BA0A8D22000}.Debug ARM|x86.ActiveCfg = Debug|Any CPU
{3F182AD9-AD85-4CE0-BBB1-8BA0A8D22000}.Debug ARM|x86.Build.0 = Debug|Any CPU
{3F182AD9-AD85-4CE0-BBB1-8BA0A8D22000}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3F182AD9-AD85-4CE0-BBB1-8BA0A8D22000}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3F182AD9-AD85-4CE0-BBB1-8BA0A8D22000}.Debug|ARM.ActiveCfg = Debug|Any CPU
{3F182AD9-AD85-4CE0-BBB1-8BA0A8D22000}.Debug|ARM.Build.0 = Debug|Any CPU
{3F182AD9-AD85-4CE0-BBB1-8BA0A8D22000}.Debug|x64.ActiveCfg = Debug|Any CPU
{3F182AD9-AD85-4CE0-BBB1-8BA0A8D22000}.Debug|x64.Build.0 = Debug|Any CPU
{3F182AD9-AD85-4CE0-BBB1-8BA0A8D22000}.Debug|x86.ActiveCfg = Debug|Any CPU
{3F182AD9-AD85-4CE0-BBB1-8BA0A8D22000}.Debug|x86.Build.0 = Debug|Any CPU
{3F182AD9-AD85-4CE0-BBB1-8BA0A8D22000}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3F182AD9-AD85-4CE0-BBB1-8BA0A8D22000}.Release|Any CPU.Build.0 = Release|Any CPU
{3F182AD9-AD85-4CE0-BBB1-8BA0A8D22000}.Release|ARM.ActiveCfg = Release|Any CPU
{3F182AD9-AD85-4CE0-BBB1-8BA0A8D22000}.Release|ARM.Build.0 = Release|Any CPU
{3F182AD9-AD85-4CE0-BBB1-8BA0A8D22000}.Release|x64.ActiveCfg = Release|Any CPU
{3F182AD9-AD85-4CE0-BBB1-8BA0A8D22000}.Release|x64.Build.0 = Release|Any CPU
{3F182AD9-AD85-4CE0-BBB1-8BA0A8D22000}.Release|x86.ActiveCfg = Release|Any CPU
{3F182AD9-AD85-4CE0-BBB1-8BA0A8D22000}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
@ -104,5 +173,9 @@ Global
GlobalSection(NestedProjects) = preSolution
{EC1526C6-AE22-4F12-8640-F9613DFCCE1A} = {5185BD96-FDB5-4DB2-A967-9152D6556150}
{39C00A2D-9896-4392-B751-540CD16B3315} = {5185BD96-FDB5-4DB2-A967-9152D6556150}
{3F182AD9-AD85-4CE0-BBB1-8BA0A8D22000} = {5185BD96-FDB5-4DB2-A967-9152D6556150}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0B5C756B-3B30-48A8-B8B7-4C065B275062}
EndGlobalSection
EndGlobal

View File

@ -52,11 +52,11 @@
</Reference>
<Reference Include="System" />
<Reference Include="System.Net.Http" />
<Reference Include="System.Net.Http.Extensions">
<HintPath>..\..\packages\Microsoft.Net.Http.2.2.28\lib\net45\System.Net.Http.Extensions.dll</HintPath>
<Reference Include="System.Net.Http.Extensions, Version=2.2.29.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\..\packages\Microsoft.Net.Http.2.2.29\lib\net45\System.Net.Http.Extensions.dll</HintPath>
</Reference>
<Reference Include="System.Net.Http.Primitives">
<HintPath>..\..\packages\Microsoft.Net.Http.2.2.28\lib\net45\System.Net.Http.Primitives.dll</HintPath>
<Reference Include="System.Net.Http.Primitives, Version=4.2.29.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\..\packages\Microsoft.Net.Http.2.2.29\lib\net45\System.Net.Http.Primitives.dll</HintPath>
</Reference>
<Reference Include="System.Net.Http.WebRequest" />
</ItemGroup>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Microsoft.Bcl" version="1.1.9" targetFramework="net45" />
<package id="Microsoft.Bcl" version="1.1.10" targetFramework="net462" />
<package id="Microsoft.Bcl.Build" version="1.0.21" targetFramework="net45" />
<package id="Microsoft.Net.Http" version="2.2.28" targetFramework="net45" />
<package id="Microsoft.Net.Http" version="2.2.29" targetFramework="net462" />
<package id="Moq" version="4.2.1502.0911" targetFramework="net45" />
<package id="Newtonsoft.Json" version="9.0.1" targetFramework="net45" />
<package id="NUnit" version="2.6.4" targetFramework="net45" />

View File

@ -60,13 +60,11 @@
</Reference>
<Reference Include="System.Net" />
<Reference Include="System.Net.Http" />
<Reference Include="System.Net.Http.Extensions, Version=2.2.28.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\packages\Microsoft.Net.Http.2.2.28\lib\net45\System.Net.Http.Extensions.dll</HintPath>
<Reference Include="System.Net.Http.Extensions, Version=2.2.29.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\..\packages\Microsoft.Net.Http.2.2.29\lib\net45\System.Net.Http.Extensions.dll</HintPath>
</Reference>
<Reference Include="System.Net.Http.Primitives, Version=4.2.28.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\packages\Microsoft.Net.Http.2.2.28\lib\net45\System.Net.Http.Primitives.dll</HintPath>
<Reference Include="System.Net.Http.Primitives, Version=4.2.29.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\..\packages\Microsoft.Net.Http.2.2.29\lib\net45\System.Net.Http.Primitives.dll</HintPath>
</Reference>
<Reference Include="System.Net.Http.WebRequest" />
<Reference Include="System.Web" />

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Microsoft.Bcl" version="1.1.9" targetFramework="net45" />
<package id="Microsoft.Bcl" version="1.1.10" targetFramework="net462" />
<package id="Microsoft.Bcl.Build" version="1.0.21" targetFramework="net45" />
<package id="Microsoft.Net.Http" version="2.2.28" targetFramework="net45" />
<package id="Microsoft.Net.Http" version="2.2.29" targetFramework="net462" />
<package id="Moq" version="4.2.1502.0911" targetFramework="net45" />
<package id="Newtonsoft.Json" version="9.0.1" targetFramework="net45" />
<package id="NUnit" version="2.6.4" targetFramework="net45" />

View File

@ -1,183 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<MinimumVisualStudioVersion>14.0</MinimumVisualStudioVersion>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{3CF4B78F-8B48-49CB-942F-83DB13474A4F}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>IF.Lastfm.Core</RootNamespace>
<AssemblyName>IF.Lastfm.Core</AssemblyName>
<DefaultLanguage>en-US</DefaultLanguage>
<FileAlignment>512</FileAlignment>
<ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<TargetFrameworkProfile>
</TargetFrameworkProfile>
<TargetFrameworkVersion>v5.0</TargetFrameworkVersion>
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
<RestorePackages>true</RestorePackages>
<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>
<UseVSHostingProcess>true</UseVSHostingProcess>
</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>
<TargetFramework>netstandard1.1</TargetFramework>
</PropertyGroup>
<ItemGroup>
<Compile Include="Api\AlbumApi.cs" />
<Compile Include="Api\ArtistApi.cs" />
<Compile Include="Api\Commands\Album\AddShoutCommand.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="Api\Commands\Album\GetTagsByUserCommand.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="Api\Commands\Album\GetInfoCommand.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="Api\Commands\Album\GetShoutsCommand.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="Api\Commands\Album\GetTopTagsCommand.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="Api\Commands\Album\SearchCommand.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="Api\Commands\Artist\GetTagsByUserCommand.cs" />
<Compile Include="Api\Commands\Artist\GetTopTagsCommand.cs" />
<Compile Include="Api\Commands\Chart\GetTopTagsCommand.cs" />
<Compile Include="Api\Commands\Library\GetArtistsCommand.cs" />
<Compile Include="Api\Commands\Library\GetTracksCommand.cs" />
<Compile Include="Api\Commands\Library\RemoveScrobbleCommand.cs" />
<Compile Include="Api\Commands\Library\RemoveTrackCommand.cs" />
<Compile Include="Api\Commands\Tag\GetInfoCommand.cs" />
<Compile Include="Api\Commands\Tag\GetSimilarCommand.cs" />
<Compile Include="Api\Commands\Tag\GetTopAlbumsCommand.cs" />
<Compile Include="Api\Commands\Tag\GetTopArtistsCommand.cs" />
<Compile Include="Api\Commands\Tag\GetTopTagsCommand.cs" />
<Compile Include="Api\Commands\Tag\GetTopTracksCommand.cs" />
<Compile Include="Api\Commands\Track\ScrobbleCommand.cs" />
<Compile Include="Api\Commands\Track\UpdateNowPlayingCommand.cs" />
<Compile Include="Api\Commands\UnauthenticatedPostAsyncCommandBase.cs" />
<Compile Include="Api\Commands\User\GetRecommendedArtistsCommand.cs" />
<Compile Include="Api\Commands\User\GetTopArtistsCommand.cs" />
<Compile Include="Api\ILibraryApi.cs" />
<Compile Include="Api\ITagApi.cs" />
<Compile Include="Api\LastfmClient.cs" />
<Compile Include="Api\LastAuth.cs" />
<Compile Include="Api\ChartApi.cs" />
<Compile Include="Api\Commands\Artist\AddShoutCommand.cs" />
<Compile Include="Api\Commands\Artist\GetInfoCommand.cs" />
<Compile Include="Api\Commands\Artist\GetShoutsCommand.cs" />
<Compile Include="Api\Commands\Artist\GetTopAlbumsCommand.cs" />
<Compile Include="Api\Commands\Artist\GetTopTracksCommand.cs" />
<Compile Include="Api\Commands\Artist\GetSimilarCommand.cs" />
<Compile Include="Api\Commands\Artist\SearchCommand.cs" />
<Compile Include="Api\Commands\Auth\GetMobileSessionCommand.cs" />
<Compile Include="Api\Commands\Chart\GetTopArtistsCommand.cs" />
<Compile Include="Api\Commands\Chart\GetTopTracksCommand.cs" />
<Compile Include="Api\Commands\GetAsyncCommandBase.cs" />
<Compile Include="Api\Commands\IAsyncCommand.cs" />
<Compile Include="Api\Commands\LastAsyncCommandBase.cs" />
<Compile Include="Api\Commands\PostAsyncCommandBase.cs" />
<Compile Include="Api\Commands\Track\AddShoutCommand.cs" />
<Compile Include="Api\Commands\Track\GetSimilarCommand.cs" />
<Compile Include="Api\Commands\Track\GetInfoCommand.cs" />
<Compile Include="Api\Commands\Track\GetShoutsCommand.cs" />
<Compile Include="Api\Commands\Track\LoveCommand.cs" />
<Compile Include="Api\Commands\Track\SearchCommand.cs" />
<Compile Include="Api\Commands\Track\UnloveCommand.cs" />
<Compile Include="Api\Commands\User\AddShoutCommand.cs" />
<Compile Include="Api\Commands\User\GetRecentTracksCommand.cs" />
<Compile Include="Api\Commands\User\GetRecentStationsCommand.cs" />
<Compile Include="Api\Commands\User\GetTopAlbumsCommand.cs" />
<Compile Include="Api\Commands\User\GetInfoCommand.cs" />
<Compile Include="Api\Commands\User\GetShoutsCommand.cs" />
<Compile Include="Api\Enums\LastResponseStatus.cs" />
<Compile Include="Api\Enums\LastStatsTimeSpan.cs" />
<Compile Include="Api\Helpers\ApiExtensions.cs" />
<Compile Include="Api\Helpers\ApiNameAttribute.cs" />
<Compile Include="Api\Helpers\LastResponse.cs" />
<Compile Include="Api\Helpers\LastResponse{T}.cs" />
<Compile Include="Api\Helpers\PageResponse.cs" />
<Compile Include="Api\IAlbumApi.cs" />
<Compile Include="Api\IArtistApi.cs" />
<Compile Include="Api\ILastAuth.cs" />
<Compile Include="Api\IChartApi.cs" />
<Compile Include="Api\ITrackApi.cs" />
<Compile Include="Api\IUserApi.cs" />
<Compile Include="Api\LibraryApi.cs" />
<Compile Include="Api\TagApi.cs" />
<Compile Include="Objects\LastStats.cs" />
<Compile Include="Objects\Scrobble.cs" />
<Compile Include="Api\TrackApi.cs" />
<Compile Include="Api\UserApi.cs" />
<Compile Include="Helpers\ApiBase.cs" />
<Compile Include="Helpers\CountingHttpClientHandler.cs" />
<Compile Include="Helpers\EnumerableExtensions.cs" />
<Compile Include="Helpers\FakeResponseHandler.cs" />
<Compile Include="Helpers\QueueFakeResponseHandler.cs" />
<Compile Include="Json\LastFmBooleanConverter.cs" />
<Compile Include="Json\PageResponseJsonConverter.cs" />
<Compile Include="LastFm.cs" />
<Compile Include="MD5.cs" />
<Compile Include="Objects\LastAlbum.cs" />
<Compile Include="Objects\LastArtist.cs" />
<Compile Include="Objects\BuyLink.cs" />
<Compile Include="Objects\CountryCode.cs" />
<Compile Include="Objects\ILastFmObject.cs" />
<Compile Include="Objects\LastWiki.cs" />
<Compile Include="Objects\LastImageSet.cs" />
<Compile Include="Objects\LastShout.cs" />
<Compile Include="Objects\LastStation.cs" />
<Compile Include="Objects\LastTag.cs" />
<Compile Include="Objects\LastTrack.cs" />
<Compile Include="Objects\LastUser.cs" />
<Compile Include="Objects\LastUserSession.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Scrobblers\IScrobbler.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="Scrobblers\Scrobbler.cs" />
<Compile Include="Scrobblers\ScrobblerBase.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="Scrobblers\ScrobbleResponse.cs" />
<PackageReference Include="System.Net.Http" Version="4.3.2" />
<PackageReference Include="Newtonsoft.Json" Version="9.0.1" />
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
<None Include="project.json" />
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" />
<Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
<PropertyGroup>
<ErrorText>This project references NuGet package(s) that are missing on this computer. Enable 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('$(SolutionDir)\.nuget\NuGet.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\.nuget\NuGet.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>

View File

@ -1,28 +0,0 @@
using System.Resources;
using System.Reflection;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Inflatable Last.fm .NET SDK")]
[assembly: AssemblyDescription("Portable Last.fm SDK for modern .NET platforms")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Inflatable Friends")]
[assembly: AssemblyProduct("IF.Lastfm.Core")]
[assembly: AssemblyCopyright("Copyright © 2014")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
[assembly: NeutralResourcesLanguage("en")]
// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// Build Number
// Revision
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.2.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]

View File

@ -1,13 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="System.Runtime" publicKeyToken="b03f5f7f11d50a3a" culture="neutral"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Threading.Tasks" publicKeyToken="b03f5f7f11d50a3a" culture="neutral"/>
</dependentAssembly>
</assemblyBinding>
</runtime>
</configuration>

View File

@ -1,5 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Microsoft.Bcl" version="1.1.10" targetFramework="portable45-net45+win8+wp8+wpa81" />
<package id="Microsoft.Bcl.Build" version="1.0.14" targetFramework="portable45-net45+win8+wp8+wpa81" />
</packages>

View File

@ -1,12 +0,0 @@
{
"supports": {},
"dependencies": {
"Microsoft.NETCore.Portable.Compatibility": "1.0.1",
"NETStandard.Library": "1.6.1",
"Newtonsoft.Json": "9.0.1",
"System.Net.Http": "4.3.0"
},
"frameworks": {
"netstandard1.1": {}
}
}

View File

@ -8,7 +8,7 @@
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>IF.Lastfm.SQLite.Tests.Integration</RootNamespace>
<AssemblyName>IF.Lastfm.SQLite.Tests.Integration</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<ProjectTypeGuids>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
@ -20,6 +20,7 @@
<RestorePackages>true</RestorePackages>
<NuGetPackageImportStamp>
</NuGetPackageImportStamp>
<TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
@ -42,19 +43,31 @@
<Reference Include="Moq">
<HintPath>..\..\packages\Moq.4.2.1502.0911\lib\net40\Moq.dll</HintPath>
</Reference>
<Reference Include="Newtonsoft.Json">
<HintPath>..\..\packages\Newtonsoft.Json.6.0.8\lib\net45\Newtonsoft.Json.dll</HintPath>
<Reference Include="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\..\packages\Newtonsoft.Json.9.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="nunit.framework, Version=2.6.4.14350, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\packages\NUnit.2.6.4\lib\nunit.framework.dll</HintPath>
</Reference>
<Reference Include="SQLite-net">
<HintPath>..\..\packages\sqlite-net-pcl.1.0.11\lib\portable-net45+wp8+wpa81+win8+MonoAndroid10+MonoTouch10+Xamarin.iOS10\SQLite-net.dll</HintPath>
<Reference Include="SQLite-net, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\packages\sqlite-net-pcl.1.4.118\lib\netstandard1.1\SQLite-net.dll</HintPath>
</Reference>
<Reference Include="SQLitePCL.raw">
<HintPath>..\..\packages\SQLitePCL.raw_basic.0.7.1\lib\net45\SQLitePCL.raw.dll</HintPath>
</Reference>
<Reference Include="SQLitePCLRaw.batteries_green, Version=1.0.0.0, Culture=neutral, PublicKeyToken=a84b7dcfb1391f7f, processorArchitecture=MSIL">
<HintPath>..\..\packages\SQLitePCLRaw.bundle_green.1.1.5\lib\net45\SQLitePCLRaw.batteries_green.dll</HintPath>
</Reference>
<Reference Include="SQLitePCLRaw.batteries_v2, Version=1.0.0.0, Culture=neutral, PublicKeyToken=8226ea5df37bcae9, processorArchitecture=MSIL">
<HintPath>..\..\packages\SQLitePCLRaw.bundle_green.1.1.5\lib\net45\SQLitePCLRaw.batteries_v2.dll</HintPath>
</Reference>
<Reference Include="SQLitePCLRaw.core, Version=1.0.0.0, Culture=neutral, PublicKeyToken=1488e028ca7ab535, processorArchitecture=MSIL">
<HintPath>..\..\packages\SQLitePCLRaw.core.1.1.5\lib\net45\SQLitePCLRaw.core.dll</HintPath>
</Reference>
<Reference Include="SQLitePCLRaw.provider.e_sqlite3, Version=1.0.0.0, Culture=neutral, PublicKeyToken=9c301db686d0bd12, processorArchitecture=MSIL">
<HintPath>..\..\packages\SQLitePCLRaw.provider.e_sqlite3.net45.1.1.5\lib\net45\SQLitePCLRaw.provider.e_sqlite3.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Net.Http" />
<Reference Include="System.Net.Http.Extensions, Version=2.2.29.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
@ -92,6 +105,10 @@
<Project>{3cf4b78f-8b48-49cb-942f-83db13474a4f}</Project>
<Name>IF.Lastfm.Core</Name>
</ProjectReference>
<ProjectReference Include="..\IF.Lastfm.SQLite\IF.Lastfm.SQLite.csproj">
<Project>{48327111-3d16-49ff-8689-f5c330e2a70b}</Project>
<Name>IF.Lastfm.SQLite</Name>
</ProjectReference>
</ItemGroup>
<Choose>
<When Condition="'$(VisualStudioVersion)' == '10.0' And '$(IsCodedUITest)' == 'True'">
@ -121,9 +138,15 @@
<Error Condition="!Exists('$(SolutionDir)\.nuget\NuGet.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\.nuget\NuGet.targets'))" />
<Error Condition="!Exists('..\..\packages\SQLitePCL.raw_basic.0.7.1\build\net45\SQLitePCL.raw_basic.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\SQLitePCL.raw_basic.0.7.1\build\net45\SQLitePCL.raw_basic.targets'))" />
<Error Condition="!Exists('..\..\packages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.targets'))" />
<Error Condition="!Exists('..\..\packages\SQLitePCLRaw.lib.e_sqlite3.linux.1.1.5\build\net35\SQLitePCLRaw.lib.e_sqlite3.linux.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\SQLitePCLRaw.lib.e_sqlite3.linux.1.1.5\build\net35\SQLitePCLRaw.lib.e_sqlite3.linux.targets'))" />
<Error Condition="!Exists('..\..\packages\SQLitePCLRaw.lib.e_sqlite3.osx.1.1.5\build\net35\SQLitePCLRaw.lib.e_sqlite3.osx.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\SQLitePCLRaw.lib.e_sqlite3.osx.1.1.5\build\net35\SQLitePCLRaw.lib.e_sqlite3.osx.targets'))" />
<Error Condition="!Exists('..\..\packages\SQLitePCLRaw.lib.e_sqlite3.v110_xp.1.1.5\build\net35\SQLitePCLRaw.lib.e_sqlite3.v110_xp.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\SQLitePCLRaw.lib.e_sqlite3.v110_xp.1.1.5\build\net35\SQLitePCLRaw.lib.e_sqlite3.v110_xp.targets'))" />
</Target>
<Import Project="..\..\packages\SQLitePCL.raw_basic.0.7.1\build\net45\SQLitePCL.raw_basic.targets" Condition="Exists('..\..\packages\SQLitePCL.raw_basic.0.7.1\build\net45\SQLitePCL.raw_basic.targets')" />
<Import Project="..\..\packages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.targets" Condition="Exists('..\..\packages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.targets')" />
<Import Project="..\..\packages\SQLitePCLRaw.lib.e_sqlite3.linux.1.1.5\build\net35\SQLitePCLRaw.lib.e_sqlite3.linux.targets" Condition="Exists('..\..\packages\SQLitePCLRaw.lib.e_sqlite3.linux.1.1.5\build\net35\SQLitePCLRaw.lib.e_sqlite3.linux.targets')" />
<Import Project="..\..\packages\SQLitePCLRaw.lib.e_sqlite3.osx.1.1.5\build\net35\SQLitePCLRaw.lib.e_sqlite3.osx.targets" Condition="Exists('..\..\packages\SQLitePCLRaw.lib.e_sqlite3.osx.1.1.5\build\net35\SQLitePCLRaw.lib.e_sqlite3.osx.targets')" />
<Import Project="..\..\packages\SQLitePCLRaw.lib.e_sqlite3.v110_xp.1.1.5\build\net35\SQLitePCLRaw.lib.e_sqlite3.v110_xp.targets" Condition="Exists('..\..\packages\SQLitePCLRaw.lib.e_sqlite3.v110_xp.1.1.5\build\net35\SQLitePCLRaw.lib.e_sqlite3.v110_xp.targets')" />
<!-- 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">

View File

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
@ -8,4 +8,4 @@
</dependentAssembly>
</assemblyBinding>
</runtime>
</configuration>
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.2"/></startup></configuration>

View File

@ -4,8 +4,14 @@
<package id="Microsoft.Bcl.Build" version="1.0.21" targetFramework="net45" />
<package id="Microsoft.Net.Http" version="2.2.29" targetFramework="net45" />
<package id="Moq" version="4.2.1502.0911" targetFramework="net45" />
<package id="Newtonsoft.Json" version="6.0.8" targetFramework="net45" />
<package id="Newtonsoft.Json" version="9.0.1" targetFramework="net462" />
<package id="NUnit" version="2.6.4" targetFramework="net45" />
<package id="sqlite-net-pcl" version="1.0.11" targetFramework="net45" />
<package id="sqlite-net-pcl" version="1.4.118" targetFramework="net462" />
<package id="SQLitePCL.raw_basic" version="0.7.1" targetFramework="net45" />
<package id="SQLitePCLRaw.bundle_green" version="1.1.5" targetFramework="net462" />
<package id="SQLitePCLRaw.core" version="1.1.5" targetFramework="net462" />
<package id="SQLitePCLRaw.lib.e_sqlite3.linux" version="1.1.5" targetFramework="net462" />
<package id="SQLitePCLRaw.lib.e_sqlite3.osx" version="1.1.5" targetFramework="net462" />
<package id="SQLitePCLRaw.lib.e_sqlite3.v110_xp" version="1.1.5" targetFramework="net462" />
<package id="SQLitePCLRaw.provider.e_sqlite3.net45" version="1.1.5" targetFramework="net462" />
</packages>

View File

@ -1,91 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<MinimumVisualStudioVersion>10.0</MinimumVisualStudioVersion>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{09D7D389-7D67-45B7-90EC-B1D20693DBC5}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>IF.Lastfm.SQLite</RootNamespace>
<AssemblyName>IF.Lastfm.SQLite</AssemblyName>
<DefaultLanguage>en-US</DefaultLanguage>
<FileAlignment>512</FileAlignment>
<ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<TargetFrameworkProfile>Profile259</TargetFrameworkProfile>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
<RestorePackages>true</RestorePackages>
<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>
</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>
<TargetFramework>netstandard1.1</TargetFramework>
</PropertyGroup>
<ItemGroup>
<!-- A reference to the entire .NET Framework is automatically included -->
<ProjectReference Include="..\IF.Lastfm.Core\IF.Lastfm.Core.csproj">
<Project>{3cf4b78f-8b48-49cb-942f-83db13474a4f}</Project>
<Name>IF.Lastfm.Core</Name>
</ProjectReference>
<PackageReference Include="sqlite-net-pcl" Version="1.4.118" />
</ItemGroup>
<ItemGroup>
<Compile Include="SQLiteScrobbler.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<ProjectReference Include="..\IF.Lastfm.Core\IF.Lastfm.Core.csproj" />
</ItemGroup>
<ItemGroup>
<Reference Include="Newtonsoft.Json">
<HintPath>..\..\packages\Newtonsoft.Json.6.0.8\lib\portable-net45+wp80+win8+wpa81+aspnetcore50\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="SQLite-net">
<HintPath>..\..\packages\sqlite-net-pcl.1.0.11\lib\portable-net45+wp8+wpa81+win8+MonoAndroid10+MonoTouch10+Xamarin.iOS10\SQLite-net.dll</HintPath>
</Reference>
<Reference Include="SQLitePCL.raw">
<HintPath>..\..\packages\SQLitePCL.raw_basic.0.7.1\lib\portable-net45+netcore45+wpa81+wp8+MonoAndroid10+MonoTouch10+Xamarin.iOS10\SQLitePCL.raw.dll</HintPath>
</Reference>
<Reference Include="System.Net.Http">
<HintPath>..\..\packages\Microsoft.Net.Http.2.2.29\lib\portable-net40+sl4+win8+wp71+wpa81\System.Net.Http.dll</HintPath>
</Reference>
<Reference Include="System.Net.Http.Extensions">
<HintPath>..\..\packages\Microsoft.Net.Http.2.2.29\lib\portable-net40+sl4+win8+wp71+wpa81\System.Net.Http.Extensions.dll</HintPath>
</Reference>
<Reference Include="System.Net.Http.Primitives">
<HintPath>..\..\packages\Microsoft.Net.Http.2.2.29\lib\portable-net40+sl4+win8+wp71+wpa81\System.Net.Http.Primitives.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" />
<Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
<PropertyGroup>
<ErrorText>This project references NuGet package(s) that are missing on this computer. Enable 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('$(SolutionDir)\.nuget\NuGet.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\.nuget\NuGet.targets'))" />
<Error Condition="!Exists('..\..\packages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.targets'))" />
</Target>
<Import Project="..\..\packages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.targets" Condition="Exists('..\..\packages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.targets')" />
<!-- 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>

View File

@ -1,30 +0,0 @@
using System.Resources;
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Inflatable Last.fm .NET SDK - SQLite components")]
[assembly: AssemblyDescription("SQLite components for Inflatable Last.fm .NET SDK")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Inflatable Friends")]
[assembly: AssemblyProduct("IF.Lastfm.Sql")]
[assembly: AssemblyCopyright("Copyright © 2015")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
[assembly: NeutralResourcesLanguage("en")]
// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// Build Number
// Revision
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.2.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]

View File

@ -1,9 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Microsoft.Bcl" version="1.1.10" targetFramework="portable-net45+win+wpa81+wp80" />
<package id="Microsoft.Bcl.Build" version="1.0.21" targetFramework="portable45-net45+win8+wp8+wpa81" />
<package id="Microsoft.Net.Http" version="2.2.29" targetFramework="portable-net45+win+wpa81+wp80" />
<package id="Newtonsoft.Json" version="6.0.8" targetFramework="portable-net45+win+wpa81+wp80" />
<package id="sqlite-net-pcl" version="1.0.11" targetFramework="portable-net45+win+wpa81+wp80+MonoAndroid10+xamarinios10+MonoTouch10" />
<package id="SQLitePCL.raw_basic" version="0.7.1" targetFramework="portable-net45+win+wpa81+wp80+MonoAndroid10+xamarinios10+MonoTouch10" />
</packages>

View File

@ -68,11 +68,11 @@
<Reference Include="System" />
<Reference Include="System.Data" />
<Reference Include="System.Net.Http" />
<Reference Include="System.Net.Http.Extensions">
<HintPath>..\..\packages\Microsoft.Net.Http.2.2.28\lib\net45\System.Net.Http.Extensions.dll</HintPath>
<Reference Include="System.Net.Http.Extensions, Version=2.2.29.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\..\packages\Microsoft.Net.Http.2.2.29\lib\net45\System.Net.Http.Extensions.dll</HintPath>
</Reference>
<Reference Include="System.Net.Http.Primitives">
<HintPath>..\..\packages\Microsoft.Net.Http.2.2.28\lib\net45\System.Net.Http.Primitives.dll</HintPath>
<Reference Include="System.Net.Http.Primitives, Version=4.2.29.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\..\packages\Microsoft.Net.Http.2.2.29\lib\net45\System.Net.Http.Primitives.dll</HintPath>
</Reference>
<Reference Include="System.Net.Http.WebRequest" />
<Reference Include="System.Windows.Interactivity">

View File

@ -4,9 +4,9 @@
<package id="HtmlAgilityPack" version="1.4.9" targetFramework="net451" />
<package id="MahApps.Metro" version="1.0.0.0" targetFramework="net451" />
<package id="MahApps.Metro.Resources" version="0.4.0.0" targetFramework="net451" />
<package id="Microsoft.Bcl" version="1.1.9" targetFramework="net451" />
<package id="Microsoft.Bcl" version="1.1.10" targetFramework="net462" />
<package id="Microsoft.Bcl.Build" version="1.0.21" targetFramework="net451" />
<package id="Microsoft.Net.Http" version="2.2.28" targetFramework="net451" />
<package id="Microsoft.Net.Http" version="2.2.29" targetFramework="net462" />
<package id="MvvmLightLibs" version="5.1.1.0" targetFramework="net451" />
<package id="Newtonsoft.Json" version="9.0.1" targetFramework="net451" />
</packages>