From 66366ceaf0b0c01164fe3f801b94876d06eefe1f Mon Sep 17 00:00:00 2001 From: Rikki Tooley Date: Tue, 16 Sep 2014 18:28:40 +0100 Subject: [PATCH] Reorganising project, update dependencies, changed PCL profile --- IF.Lastfm.Console/packages.config | 8 -- IF.Lastfm.Core.Tests/packages.config | 8 -- IF.Lastfm.Core/packages.config | 8 -- IF.Lastfm.Demo.Apollo/packages.config | 10 -- IF.Lastfm.sln | 30 +++--- .../IF.Lastfm.Console.csproj | 38 +++++-- .../IF.Lastfm.Console}/Program.cs | 0 .../Properties/AssemblyInfo.cs | 0 .../IF.Lastfm.Console}/app.config | 2 +- src/IF.Lastfm.Console/packages.config | 8 ++ .../Api/Commands/CommandTestsBase.cs | 0 .../TrackApi/GetTrackShoutsCommandTests.cs | 0 .../IF.Lastfm.Core.Tests}/Api/MockAlbumApi.cs | 0 .../IF.Lastfm.Core.Tests.csproj | 69 ++++++------ .../IF.Lastfm.Core.Tests}/LastFmTests.cs | 0 .../IF.Lastfm.Core.Tests}/MockLastFm.cs | 0 .../Objects/AlbumTests.cs | 0 .../Properties/AssemblyInfo.cs | 0 .../IF.Lastfm.Core.Tests}/ResourceManager.cs | 0 .../Resources/AlbumGetInfo.json | 0 .../Resources/TrackGetShouts.json | 0 .../Resources/TrackGetShoutsSingle.json | 0 .../TestData.Designer.cs | 0 .../IF.Lastfm.Core.Tests}/TestData.resx | 0 .../IF.Lastfm.Core.Tests}/app.config | 8 ++ src/IF.Lastfm.Core.Tests/packages.config | 9 ++ .../IF.Lastfm.Core}/Api/AlbumApi.cs | 0 .../IF.Lastfm.Core}/Api/ArtistApi.cs | 0 .../IF.Lastfm.Core}/Api/Auth.cs | 0 .../Api/Commands/AlbumApi/AddShoutCommand.cs | 0 .../Commands/AlbumApi/GetAlbumInfoCommand.cs | 0 .../AlbumApi/GetAlbumShoutsCommand.cs | 0 .../Api/Commands/ArtistApi/AddShoutCommand.cs | 0 .../ArtistApi/GetArtistInfoCommand.cs | 0 .../ArtistApi/GetArtistShoutsCommand.cs | 0 .../AuthApi/GetMobileSessionCommand.cs | 0 .../Api/Commands/GetAsyncCommandBase.cs | 0 .../Api/Commands/IAsyncCommand.cs | 0 .../Api/Commands/LastAsyncCommandBase.cs | 0 .../Api/Commands/PostAsyncCommandBase.cs | 0 .../Api/Commands/TrackApi/AddShoutCommand.cs | 0 .../Commands/TrackApi/GetTrackInfoCommand.cs | 0 .../TrackApi/GetTrackShoutsCommand.cs | 2 + .../Api/Commands/TrackApi/LoveTrackCommand.cs | 0 .../TrackApi/ScrobbleTracksCommand.cs | 0 .../Commands/TrackApi/UnloveTrackCommand.cs | 0 .../Api/Commands/UserApi/AddShoutCommand.cs | 0 .../UserApi/GetRecentScrobblesCommand.cs | 0 .../UserApi/GetRecentStationsCommand.cs | 0 .../Commands/UserApi/GetTopAlbumsCommand.cs | 0 .../Commands/UserApi/GetUserInfoCommand.cs | 0 .../Commands/UserApi/GetUserShoutsCommand.cs | 0 .../Api/Enums/LastFmApiError.cs | 0 .../Api/Enums/LastStatsTimeSpan.cs | 0 .../Api/Helpers/ApiExtensions.cs | 0 .../Api/Helpers/ApiNameAttribute.cs | 0 .../Api/Helpers/LastResponse.cs | 0 .../Api/Helpers/LastResponse{T}.cs | 0 .../Api/Helpers/PageResponse.cs | 0 .../IF.Lastfm.Core}/Api/IAlbumApi.cs | 0 .../IF.Lastfm.Core}/Api/IArtistApi.cs | 0 .../IF.Lastfm.Core}/Api/IAuth.cs | 0 .../IF.Lastfm.Core}/Api/ITrackApi.cs | 0 .../IF.Lastfm.Core}/Api/IUserApi.cs | 0 .../IF.Lastfm.Core}/Api/Scrobble.cs | 0 .../IF.Lastfm.Core}/Api/TrackApi.cs | 0 .../IF.Lastfm.Core}/Api/UserApi.cs | 0 .../IF.Lastfm.Core}/IF.Lastfm.Core.csproj | 101 +++++++----------- .../Json/LastFmBooleanConverter.cs | 0 .../IF.Lastfm.Core}/LastFm.cs | 0 .../IF.Lastfm.Core}/Objects/Album.cs | 0 .../IF.Lastfm.Core}/Objects/Artist.cs | 0 .../IF.Lastfm.Core}/Objects/BuyLink.cs | 0 .../IF.Lastfm.Core}/Objects/CountryCode.cs | 0 .../IF.Lastfm.Core}/Objects/ILastFmObject.cs | 0 .../Objects/LastImageCollection.cs | 0 .../IF.Lastfm.Core}/Objects/Shout.cs | 0 .../IF.Lastfm.Core}/Objects/Station.cs | 0 .../IF.Lastfm.Core}/Objects/Tag.cs | 0 .../IF.Lastfm.Core}/Objects/Track.cs | 0 .../IF.Lastfm.Core}/Objects/User.cs | 0 .../IF.Lastfm.Core}/Objects/UserSession.cs | 0 .../Properties/AssemblyInfo.cs | 5 +- src/IF.Lastfm.Core/app.config | 15 +++ src/IF.Lastfm.Core/packages.config | 8 ++ .../IF.Lastfm.Demo.Apollo}/App.xaml | 0 .../IF.Lastfm.Demo.Apollo}/App.xaml.cs | 0 .../Assets/AlignmentGrid.png | Bin .../Assets/ApplicationIcon.png | Bin .../Assets/Tiles/FlipCycleTileLarge.png | Bin .../Assets/Tiles/FlipCycleTileMedium.png | Bin .../Assets/Tiles/FlipCycleTileSmall.png | Bin .../Assets/Tiles/IconicTileMediumLarge.png | Bin .../Assets/Tiles/IconicTileSmall.png | Bin .../IF.Lastfm.Demo.Apollo.csproj | 62 ++++++++--- .../LocalizedStrings.cs | 0 .../IF.Lastfm.Demo.Apollo}/MainPage.xaml | 0 .../IF.Lastfm.Demo.Apollo}/MainPage.xaml.cs | 0 .../IF.Lastfm.Demo.Apollo}/Pages/ApiTest.xaml | 0 .../Pages/ApiTest.xaml.cs | 0 .../Pages/ArtistApi/GetArtistInfo.xaml | 0 .../Pages/ArtistApi/GetArtistInfo.xaml.cs | 0 .../Pages/TrackApi/Scrobbling.xaml | 0 .../Pages/TrackApi/Scrobbling.xaml.cs | 0 .../Pages/UserApi/History.xaml | 0 .../Pages/UserApi/History.xaml.cs | 0 .../Pages/UserApi/RecentStations.xaml | 0 .../Pages/UserApi/RecentStations.xaml.cs | 0 .../Properties/Annotations.cs | 0 .../Properties/AppManifest.xml | 0 .../Properties/AssemblyInfo.cs | 0 .../Properties/WMAppManifest.xml | 0 .../IF.Lastfm.Demo.Apollo}/README_FIRST.txt | 0 .../Resources/AppResources.Designer.cs | 0 .../Resources/AppResources.resx | 0 .../Toolkit.Content/ApplicationBar.Add.png | Bin 0 -> 339 bytes .../Toolkit.Content/ApplicationBar.Cancel.png | Bin .../Toolkit.Content/ApplicationBar.Check.png | Bin .../Toolkit.Content/ApplicationBar.Delete.png | Bin .../Toolkit.Content/ApplicationBar.Select.png | Bin .../ArtistApi/GetArtistInfoViewModel.cs | 0 .../ViewModels/BaseViewModel.cs | 0 .../ViewModels/PageProgress.cs | 0 .../TrackApi/ScrobblingTestViewModel.cs | 0 .../UserApi/HistoryTestViewModel.cs | 0 .../UserApi/RecentStationsTestViewModel.cs | 0 src/IF.Lastfm.Demo.Apollo/app.config | 19 ++++ src/IF.Lastfm.Demo.Apollo/packages.config | 12 +++ 128 files changed, 250 insertions(+), 172 deletions(-) delete mode 100644 IF.Lastfm.Console/packages.config delete mode 100644 IF.Lastfm.Core.Tests/packages.config delete mode 100644 IF.Lastfm.Core/packages.config delete mode 100644 IF.Lastfm.Demo.Apollo/packages.config rename {IF.Lastfm.Console => src/IF.Lastfm.Console}/IF.Lastfm.Console.csproj (53%) rename {IF.Lastfm.Console => src/IF.Lastfm.Console}/Program.cs (100%) rename {IF.Lastfm.Console => src/IF.Lastfm.Console}/Properties/AssemblyInfo.cs (100%) rename {IF.Lastfm.Console => src/IF.Lastfm.Console}/app.config (89%) create mode 100644 src/IF.Lastfm.Console/packages.config rename {IF.Lastfm.Core.Tests => src/IF.Lastfm.Core.Tests}/Api/Commands/CommandTestsBase.cs (100%) rename {IF.Lastfm.Core.Tests => src/IF.Lastfm.Core.Tests}/Api/Commands/TrackApi/GetTrackShoutsCommandTests.cs (100%) rename {IF.Lastfm.Core.Tests => src/IF.Lastfm.Core.Tests}/Api/MockAlbumApi.cs (100%) rename {IF.Lastfm.Core.Tests => src/IF.Lastfm.Core.Tests}/IF.Lastfm.Core.Tests.csproj (67%) rename {IF.Lastfm.Core.Tests => src/IF.Lastfm.Core.Tests}/LastFmTests.cs (100%) rename {IF.Lastfm.Core.Tests => src/IF.Lastfm.Core.Tests}/MockLastFm.cs (100%) rename {IF.Lastfm.Core.Tests => src/IF.Lastfm.Core.Tests}/Objects/AlbumTests.cs (100%) rename {IF.Lastfm.Core.Tests => src/IF.Lastfm.Core.Tests}/Properties/AssemblyInfo.cs (100%) rename {IF.Lastfm.Core.Tests => src/IF.Lastfm.Core.Tests}/ResourceManager.cs (100%) rename {IF.Lastfm.Core.Tests => src/IF.Lastfm.Core.Tests}/Resources/AlbumGetInfo.json (100%) rename {IF.Lastfm.Core.Tests => src/IF.Lastfm.Core.Tests}/Resources/TrackGetShouts.json (100%) rename {IF.Lastfm.Core.Tests => src/IF.Lastfm.Core.Tests}/Resources/TrackGetShoutsSingle.json (100%) rename {IF.Lastfm.Core.Tests => src/IF.Lastfm.Core.Tests}/TestData.Designer.cs (100%) rename {IF.Lastfm.Core.Tests => src/IF.Lastfm.Core.Tests}/TestData.resx (100%) rename {IF.Lastfm.Core.Tests => src/IF.Lastfm.Core.Tests}/app.config (68%) create mode 100644 src/IF.Lastfm.Core.Tests/packages.config rename {IF.Lastfm.Core => src/IF.Lastfm.Core}/Api/AlbumApi.cs (100%) rename {IF.Lastfm.Core => src/IF.Lastfm.Core}/Api/ArtistApi.cs (100%) rename {IF.Lastfm.Core => src/IF.Lastfm.Core}/Api/Auth.cs (100%) rename {IF.Lastfm.Core => src/IF.Lastfm.Core}/Api/Commands/AlbumApi/AddShoutCommand.cs (100%) rename {IF.Lastfm.Core => src/IF.Lastfm.Core}/Api/Commands/AlbumApi/GetAlbumInfoCommand.cs (100%) rename {IF.Lastfm.Core => src/IF.Lastfm.Core}/Api/Commands/AlbumApi/GetAlbumShoutsCommand.cs (100%) rename {IF.Lastfm.Core => src/IF.Lastfm.Core}/Api/Commands/ArtistApi/AddShoutCommand.cs (100%) rename {IF.Lastfm.Core => src/IF.Lastfm.Core}/Api/Commands/ArtistApi/GetArtistInfoCommand.cs (100%) rename {IF.Lastfm.Core => src/IF.Lastfm.Core}/Api/Commands/ArtistApi/GetArtistShoutsCommand.cs (100%) rename {IF.Lastfm.Core => src/IF.Lastfm.Core}/Api/Commands/AuthApi/GetMobileSessionCommand.cs (100%) rename {IF.Lastfm.Core => src/IF.Lastfm.Core}/Api/Commands/GetAsyncCommandBase.cs (100%) rename {IF.Lastfm.Core => src/IF.Lastfm.Core}/Api/Commands/IAsyncCommand.cs (100%) rename {IF.Lastfm.Core => src/IF.Lastfm.Core}/Api/Commands/LastAsyncCommandBase.cs (100%) rename {IF.Lastfm.Core => src/IF.Lastfm.Core}/Api/Commands/PostAsyncCommandBase.cs (100%) rename {IF.Lastfm.Core => src/IF.Lastfm.Core}/Api/Commands/TrackApi/AddShoutCommand.cs (100%) rename {IF.Lastfm.Core => src/IF.Lastfm.Core}/Api/Commands/TrackApi/GetTrackInfoCommand.cs (100%) rename {IF.Lastfm.Core => src/IF.Lastfm.Core}/Api/Commands/TrackApi/GetTrackShoutsCommand.cs (94%) rename {IF.Lastfm.Core => src/IF.Lastfm.Core}/Api/Commands/TrackApi/LoveTrackCommand.cs (100%) rename {IF.Lastfm.Core => src/IF.Lastfm.Core}/Api/Commands/TrackApi/ScrobbleTracksCommand.cs (100%) rename {IF.Lastfm.Core => src/IF.Lastfm.Core}/Api/Commands/TrackApi/UnloveTrackCommand.cs (100%) rename {IF.Lastfm.Core => src/IF.Lastfm.Core}/Api/Commands/UserApi/AddShoutCommand.cs (100%) rename {IF.Lastfm.Core => src/IF.Lastfm.Core}/Api/Commands/UserApi/GetRecentScrobblesCommand.cs (100%) rename {IF.Lastfm.Core => src/IF.Lastfm.Core}/Api/Commands/UserApi/GetRecentStationsCommand.cs (100%) rename {IF.Lastfm.Core => src/IF.Lastfm.Core}/Api/Commands/UserApi/GetTopAlbumsCommand.cs (100%) rename {IF.Lastfm.Core => src/IF.Lastfm.Core}/Api/Commands/UserApi/GetUserInfoCommand.cs (100%) rename {IF.Lastfm.Core => src/IF.Lastfm.Core}/Api/Commands/UserApi/GetUserShoutsCommand.cs (100%) rename {IF.Lastfm.Core => src/IF.Lastfm.Core}/Api/Enums/LastFmApiError.cs (100%) rename {IF.Lastfm.Core => src/IF.Lastfm.Core}/Api/Enums/LastStatsTimeSpan.cs (100%) rename {IF.Lastfm.Core => src/IF.Lastfm.Core}/Api/Helpers/ApiExtensions.cs (100%) rename {IF.Lastfm.Core => src/IF.Lastfm.Core}/Api/Helpers/ApiNameAttribute.cs (100%) rename {IF.Lastfm.Core => src/IF.Lastfm.Core}/Api/Helpers/LastResponse.cs (100%) rename {IF.Lastfm.Core => src/IF.Lastfm.Core}/Api/Helpers/LastResponse{T}.cs (100%) rename {IF.Lastfm.Core => src/IF.Lastfm.Core}/Api/Helpers/PageResponse.cs (100%) rename {IF.Lastfm.Core => src/IF.Lastfm.Core}/Api/IAlbumApi.cs (100%) rename {IF.Lastfm.Core => src/IF.Lastfm.Core}/Api/IArtistApi.cs (100%) rename {IF.Lastfm.Core => src/IF.Lastfm.Core}/Api/IAuth.cs (100%) rename {IF.Lastfm.Core => src/IF.Lastfm.Core}/Api/ITrackApi.cs (100%) rename {IF.Lastfm.Core => src/IF.Lastfm.Core}/Api/IUserApi.cs (100%) rename {IF.Lastfm.Core => src/IF.Lastfm.Core}/Api/Scrobble.cs (100%) rename {IF.Lastfm.Core => src/IF.Lastfm.Core}/Api/TrackApi.cs (100%) rename {IF.Lastfm.Core => src/IF.Lastfm.Core}/Api/UserApi.cs (100%) rename {IF.Lastfm.Core => src/IF.Lastfm.Core}/IF.Lastfm.Core.csproj (68%) rename {IF.Lastfm.Core => src/IF.Lastfm.Core}/Json/LastFmBooleanConverter.cs (100%) rename {IF.Lastfm.Core => src/IF.Lastfm.Core}/LastFm.cs (100%) rename {IF.Lastfm.Core => src/IF.Lastfm.Core}/Objects/Album.cs (100%) rename {IF.Lastfm.Core => src/IF.Lastfm.Core}/Objects/Artist.cs (100%) rename {IF.Lastfm.Core => src/IF.Lastfm.Core}/Objects/BuyLink.cs (100%) rename {IF.Lastfm.Core => src/IF.Lastfm.Core}/Objects/CountryCode.cs (100%) rename {IF.Lastfm.Core => src/IF.Lastfm.Core}/Objects/ILastFmObject.cs (100%) rename {IF.Lastfm.Core => src/IF.Lastfm.Core}/Objects/LastImageCollection.cs (100%) rename {IF.Lastfm.Core => src/IF.Lastfm.Core}/Objects/Shout.cs (100%) rename {IF.Lastfm.Core => src/IF.Lastfm.Core}/Objects/Station.cs (100%) rename {IF.Lastfm.Core => src/IF.Lastfm.Core}/Objects/Tag.cs (100%) rename {IF.Lastfm.Core => src/IF.Lastfm.Core}/Objects/Track.cs (100%) rename {IF.Lastfm.Core => src/IF.Lastfm.Core}/Objects/User.cs (100%) rename {IF.Lastfm.Core => src/IF.Lastfm.Core}/Objects/UserSession.cs (100%) rename {IF.Lastfm.Core => src/IF.Lastfm.Core}/Properties/AssemblyInfo.cs (87%) create mode 100644 src/IF.Lastfm.Core/app.config create mode 100644 src/IF.Lastfm.Core/packages.config rename {IF.Lastfm.Demo.Apollo => src/IF.Lastfm.Demo.Apollo}/App.xaml (100%) rename {IF.Lastfm.Demo.Apollo => src/IF.Lastfm.Demo.Apollo}/App.xaml.cs (100%) rename {IF.Lastfm.Demo.Apollo => src/IF.Lastfm.Demo.Apollo}/Assets/AlignmentGrid.png (100%) rename {IF.Lastfm.Demo.Apollo => src/IF.Lastfm.Demo.Apollo}/Assets/ApplicationIcon.png (100%) rename {IF.Lastfm.Demo.Apollo => src/IF.Lastfm.Demo.Apollo}/Assets/Tiles/FlipCycleTileLarge.png (100%) rename {IF.Lastfm.Demo.Apollo => src/IF.Lastfm.Demo.Apollo}/Assets/Tiles/FlipCycleTileMedium.png (100%) rename {IF.Lastfm.Demo.Apollo => src/IF.Lastfm.Demo.Apollo}/Assets/Tiles/FlipCycleTileSmall.png (100%) rename {IF.Lastfm.Demo.Apollo => src/IF.Lastfm.Demo.Apollo}/Assets/Tiles/IconicTileMediumLarge.png (100%) rename {IF.Lastfm.Demo.Apollo => src/IF.Lastfm.Demo.Apollo}/Assets/Tiles/IconicTileSmall.png (100%) rename {IF.Lastfm.Demo.Apollo => src/IF.Lastfm.Demo.Apollo}/IF.Lastfm.Demo.Apollo.csproj (67%) rename {IF.Lastfm.Demo.Apollo => src/IF.Lastfm.Demo.Apollo}/LocalizedStrings.cs (100%) rename {IF.Lastfm.Demo.Apollo => src/IF.Lastfm.Demo.Apollo}/MainPage.xaml (100%) rename {IF.Lastfm.Demo.Apollo => src/IF.Lastfm.Demo.Apollo}/MainPage.xaml.cs (100%) rename {IF.Lastfm.Demo.Apollo => src/IF.Lastfm.Demo.Apollo}/Pages/ApiTest.xaml (100%) rename {IF.Lastfm.Demo.Apollo => src/IF.Lastfm.Demo.Apollo}/Pages/ApiTest.xaml.cs (100%) rename {IF.Lastfm.Demo.Apollo => src/IF.Lastfm.Demo.Apollo}/Pages/ArtistApi/GetArtistInfo.xaml (100%) rename {IF.Lastfm.Demo.Apollo => src/IF.Lastfm.Demo.Apollo}/Pages/ArtistApi/GetArtistInfo.xaml.cs (100%) rename {IF.Lastfm.Demo.Apollo => src/IF.Lastfm.Demo.Apollo}/Pages/TrackApi/Scrobbling.xaml (100%) rename {IF.Lastfm.Demo.Apollo => src/IF.Lastfm.Demo.Apollo}/Pages/TrackApi/Scrobbling.xaml.cs (100%) rename {IF.Lastfm.Demo.Apollo => src/IF.Lastfm.Demo.Apollo}/Pages/UserApi/History.xaml (100%) rename {IF.Lastfm.Demo.Apollo => src/IF.Lastfm.Demo.Apollo}/Pages/UserApi/History.xaml.cs (100%) rename {IF.Lastfm.Demo.Apollo => src/IF.Lastfm.Demo.Apollo}/Pages/UserApi/RecentStations.xaml (100%) rename {IF.Lastfm.Demo.Apollo => src/IF.Lastfm.Demo.Apollo}/Pages/UserApi/RecentStations.xaml.cs (100%) rename {IF.Lastfm.Demo.Apollo => src/IF.Lastfm.Demo.Apollo}/Properties/Annotations.cs (100%) rename {IF.Lastfm.Demo.Apollo => src/IF.Lastfm.Demo.Apollo}/Properties/AppManifest.xml (100%) rename {IF.Lastfm.Demo.Apollo => src/IF.Lastfm.Demo.Apollo}/Properties/AssemblyInfo.cs (100%) rename {IF.Lastfm.Demo.Apollo => src/IF.Lastfm.Demo.Apollo}/Properties/WMAppManifest.xml (100%) rename {IF.Lastfm.Demo.Apollo => src/IF.Lastfm.Demo.Apollo}/README_FIRST.txt (100%) rename {IF.Lastfm.Demo.Apollo => src/IF.Lastfm.Demo.Apollo}/Resources/AppResources.Designer.cs (100%) rename {IF.Lastfm.Demo.Apollo => src/IF.Lastfm.Demo.Apollo}/Resources/AppResources.resx (100%) create mode 100644 src/IF.Lastfm.Demo.Apollo/Toolkit.Content/ApplicationBar.Add.png rename {IF.Lastfm.Demo.Apollo => src/IF.Lastfm.Demo.Apollo}/Toolkit.Content/ApplicationBar.Cancel.png (100%) rename {IF.Lastfm.Demo.Apollo => src/IF.Lastfm.Demo.Apollo}/Toolkit.Content/ApplicationBar.Check.png (100%) rename {IF.Lastfm.Demo.Apollo => src/IF.Lastfm.Demo.Apollo}/Toolkit.Content/ApplicationBar.Delete.png (100%) rename {IF.Lastfm.Demo.Apollo => src/IF.Lastfm.Demo.Apollo}/Toolkit.Content/ApplicationBar.Select.png (100%) rename {IF.Lastfm.Demo.Apollo => src/IF.Lastfm.Demo.Apollo}/ViewModels/ArtistApi/GetArtistInfoViewModel.cs (100%) rename {IF.Lastfm.Demo.Apollo => src/IF.Lastfm.Demo.Apollo}/ViewModels/BaseViewModel.cs (100%) rename {IF.Lastfm.Demo.Apollo => src/IF.Lastfm.Demo.Apollo}/ViewModels/PageProgress.cs (100%) rename {IF.Lastfm.Demo.Apollo => src/IF.Lastfm.Demo.Apollo}/ViewModels/TrackApi/ScrobblingTestViewModel.cs (100%) rename {IF.Lastfm.Demo.Apollo => src/IF.Lastfm.Demo.Apollo}/ViewModels/UserApi/HistoryTestViewModel.cs (100%) rename {IF.Lastfm.Demo.Apollo => src/IF.Lastfm.Demo.Apollo}/ViewModels/UserApi/RecentStationsTestViewModel.cs (100%) create mode 100644 src/IF.Lastfm.Demo.Apollo/app.config create mode 100644 src/IF.Lastfm.Demo.Apollo/packages.config diff --git a/IF.Lastfm.Console/packages.config b/IF.Lastfm.Console/packages.config deleted file mode 100644 index 35067fd..0000000 --- a/IF.Lastfm.Console/packages.config +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/IF.Lastfm.Core.Tests/packages.config b/IF.Lastfm.Core.Tests/packages.config deleted file mode 100644 index f2ba7f8..0000000 --- a/IF.Lastfm.Core.Tests/packages.config +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/IF.Lastfm.Core/packages.config b/IF.Lastfm.Core/packages.config deleted file mode 100644 index 0e48257..0000000 --- a/IF.Lastfm.Core/packages.config +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/IF.Lastfm.Demo.Apollo/packages.config b/IF.Lastfm.Demo.Apollo/packages.config deleted file mode 100644 index 4b885d8..0000000 --- a/IF.Lastfm.Demo.Apollo/packages.config +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/IF.Lastfm.sln b/IF.Lastfm.sln index 27835d4..c156b25 100644 --- a/IF.Lastfm.sln +++ b/IF.Lastfm.sln @@ -1,11 +1,11 @@  Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 2012 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IF.Lastfm.Core.Tests", "IF.Lastfm.Core.Tests\IF.Lastfm.Core.Tests.csproj", "{EC1526C6-AE22-4F12-8640-F9613DFCCE1A}" +# Visual Studio 2013 +VisualStudioVersion = 12.0.30501.0 +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("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IF.Lastfm.Core", "IF.Lastfm.Core\IF.Lastfm.Core.csproj", "{C4B8883C-757A-4952-81D0-34221BAABB67}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IF.Lastfm.Console", "IF.Lastfm.Console\IF.Lastfm.Console.csproj", "{146087E5-B995-4BA1-9E4C-AD332BDDB2EF}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IF.Lastfm.Console", "src\IF.Lastfm.Console\IF.Lastfm.Console.csproj", "{146087E5-B995-4BA1-9E4C-AD332BDDB2EF}" EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{81B53C1A-26E0-4C55-9D20-0E4CF35D6924}" ProjectSection(SolutionItems) = preProject @@ -13,7 +13,9 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{81B53C .nuget\NuGet.exe = .nuget\NuGet.exe EndProjectSection EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IF.Lastfm.Demo.Apollo", "IF.Lastfm.Demo.Apollo\IF.Lastfm.Demo.Apollo.csproj", "{3B3CF5ED-2107-4BFA-9E0E-BCB8260C174B}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IF.Lastfm.Demo.Apollo", "src\IF.Lastfm.Demo.Apollo\IF.Lastfm.Demo.Apollo.csproj", "{3B3CF5ED-2107-4BFA-9E0E-BCB8260C174B}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IF.Lastfm.Core", "src\IF.Lastfm.Core\IF.Lastfm.Core.csproj", "{3CF4B78F-8B48-49CB-942F-83DB13474A4F}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution @@ -33,14 +35,6 @@ Global {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|x86.ActiveCfg = Release|Any CPU - {C4B8883C-757A-4952-81D0-34221BAABB67}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {C4B8883C-757A-4952-81D0-34221BAABB67}.Debug|Any CPU.Build.0 = Debug|Any CPU - {C4B8883C-757A-4952-81D0-34221BAABB67}.Debug|ARM.ActiveCfg = Debug|Any CPU - {C4B8883C-757A-4952-81D0-34221BAABB67}.Debug|x86.ActiveCfg = Debug|Any CPU - {C4B8883C-757A-4952-81D0-34221BAABB67}.Release|Any CPU.ActiveCfg = Release|Any CPU - {C4B8883C-757A-4952-81D0-34221BAABB67}.Release|Any CPU.Build.0 = Release|Any CPU - {C4B8883C-757A-4952-81D0-34221BAABB67}.Release|ARM.ActiveCfg = Release|Any CPU - {C4B8883C-757A-4952-81D0-34221BAABB67}.Release|x86.ActiveCfg = Release|Any CPU {146087E5-B995-4BA1-9E4C-AD332BDDB2EF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {146087E5-B995-4BA1-9E4C-AD332BDDB2EF}.Debug|Any CPU.Build.0 = Debug|Any CPU {146087E5-B995-4BA1-9E4C-AD332BDDB2EF}.Debug|ARM.ActiveCfg = Debug|Any CPU @@ -67,6 +61,14 @@ Global {3B3CF5ED-2107-4BFA-9E0E-BCB8260C174B}.Release|x86.ActiveCfg = Release|x86 {3B3CF5ED-2107-4BFA-9E0E-BCB8260C174B}.Release|x86.Build.0 = Release|x86 {3B3CF5ED-2107-4BFA-9E0E-BCB8260C174B}.Release|x86.Deploy.0 = Release|x86 + {3CF4B78F-8B48-49CB-942F-83DB13474A4F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {3CF4B78F-8B48-49CB-942F-83DB13474A4F}.Debug|Any CPU.Build.0 = Debug|Any CPU + {3CF4B78F-8B48-49CB-942F-83DB13474A4F}.Debug|ARM.ActiveCfg = Debug|Any CPU + {3CF4B78F-8B48-49CB-942F-83DB13474A4F}.Debug|x86.ActiveCfg = Debug|Any CPU + {3CF4B78F-8B48-49CB-942F-83DB13474A4F}.Release|Any CPU.ActiveCfg = Release|Any CPU + {3CF4B78F-8B48-49CB-942F-83DB13474A4F}.Release|Any CPU.Build.0 = Release|Any CPU + {3CF4B78F-8B48-49CB-942F-83DB13474A4F}.Release|ARM.ActiveCfg = Release|Any CPU + {3CF4B78F-8B48-49CB-942F-83DB13474A4F}.Release|x86.ActiveCfg = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/IF.Lastfm.Console/IF.Lastfm.Console.csproj b/src/IF.Lastfm.Console/IF.Lastfm.Console.csproj similarity index 53% rename from IF.Lastfm.Console/IF.Lastfm.Console.csproj rename to src/IF.Lastfm.Console/IF.Lastfm.Console.csproj index c6843dc..8f6f28a 100644 --- a/IF.Lastfm.Console/IF.Lastfm.Console.csproj +++ b/src/IF.Lastfm.Console/IF.Lastfm.Console.csproj @@ -14,6 +14,7 @@ ..\ true + 8e1d0753 AnyCPU @@ -37,24 +38,30 @@ false - - ..\packages\Microsoft.Bcl.Async.1.0.16\lib\net45\Microsoft.Threading.Tasks.dll + + False + ..\packages\Microsoft.Bcl.Async.1.0.168\lib\net40\Microsoft.Threading.Tasks.dll - - ..\packages\Microsoft.Bcl.Async.1.0.16\lib\net45\Microsoft.Threading.Tasks.Extensions.dll + + False + ..\packages\Microsoft.Bcl.Async.1.0.168\lib\net40\Microsoft.Threading.Tasks.Extensions.dll - - ..\packages\Newtonsoft.Json.5.0.6\lib\net45\Newtonsoft.Json.dll + + ..\packages\Microsoft.Bcl.Async.1.0.168\lib\net40\Microsoft.Threading.Tasks.Extensions.Desktop.dll + + + False + ..\packages\Newtonsoft.Json.6.0.5\lib\net45\Newtonsoft.Json.dll - ..\packages\Microsoft.Net.Http.2.1.10\lib\net45\System.Net.Http.Extensions.dll + ..\packages\Microsoft.Net.Http.2.2.28\lib\net45\System.Net.Http.Extensions.dll - ..\packages\Microsoft.Net.Http.2.1.10\lib\net45\System.Net.Http.Primitives.dll + ..\packages\Microsoft.Net.Http.2.2.28\lib\net45\System.Net.Http.Primitives.dll @@ -74,13 +81,24 @@ - {c4b8883c-757a-4952-81d0-34221baabb67} + {3cf4b78f-8b48-49cb-942f-83db13474a4f} IF.Lastfm.Core - + + + + + + + + + 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}. + + + - - - + @@ -70,6 +48,7 @@ + @@ -83,26 +62,23 @@ + + - - + + - - - - - @@ -113,60 +89,61 @@ - + + - ..\packages\Microsoft.Bcl.Async.1.0.16\lib\portable-net40+sl4+win8+wp71\Microsoft.Threading.Tasks.dll + ..\..\packages\Microsoft.Bcl.Async.1.0.168\lib\portable-net40+sl4+win8+wp71+wpa81\Microsoft.Threading.Tasks.dll - ..\packages\Microsoft.Bcl.Async.1.0.16\lib\portable-net40+sl4+win8+wp71\Microsoft.Threading.Tasks.Extensions.dll + ..\..\packages\Microsoft.Bcl.Async.1.0.168\lib\portable-net40+sl4+win8+wp71+wpa81\Microsoft.Threading.Tasks.Extensions.dll - ..\..\packages\Newtonsoft.Json.5.0.8\lib\portable-net40+sl4+wp7+win8\Newtonsoft.Json.dll + ..\..\packages\Newtonsoft.Json.6.0.5\lib\portable-net40+sl5+wp80+win8+wpa81\Newtonsoft.Json.dll - ..\..\packages\Microsoft.Bcl.1.1.3\lib\portable-net40+sl5+win8+wp8\System.IO.dll + ..\..\packages\Microsoft.Bcl.1.1.9\lib\portable-net40+sl5+win8+wp8+wpa81\System.IO.dll - ..\..\packages\Microsoft.Net.Http.2.2.15\lib\portable-net40+sl4+win8+wp71\System.Net.Http.dll + ..\..\packages\Microsoft.Net.Http.2.2.28\lib\portable-net40+sl4+win8+wp71+wpa81\System.Net.Http.dll - ..\..\packages\Microsoft.Net.Http.2.2.15\lib\portable-net40+sl4+win8+wp71\System.Net.Http.Extensions.dll + ..\..\packages\Microsoft.Net.Http.2.2.28\lib\portable-net40+sl4+win8+wp71+wpa81\System.Net.Http.Extensions.dll - ..\..\packages\Microsoft.Net.Http.2.2.15\lib\portable-net40+sl4+win8+wp71\System.Net.Http.Primitives.dll + ..\..\packages\Microsoft.Net.Http.2.2.28\lib\portable-net40+sl4+win8+wp71+wpa81\System.Net.Http.Primitives.dll - ..\..\packages\Microsoft.Bcl.1.1.3\lib\portable-net40+sl5+win8+wp8\System.Runtime.dll + ..\..\packages\Microsoft.Bcl.1.1.9\lib\portable-net40+sl5+win8+wp8+wpa81\System.Runtime.dll - ..\..\packages\Microsoft.Bcl.1.1.3\lib\portable-net40+sl5+win8+wp8\System.Threading.Tasks.dll + ..\..\packages\Microsoft.Bcl.1.1.9\lib\portable-net40+sl5+win8+wp8+wpa81\System.Threading.Tasks.dll - ..\lib\xBrainLab.Security.Cryptography.dll + ..\..\lib\xBrainLab.Security.Cryptography.dll - - False - .NET Framework 3.5 SP1 Client Profile - false - - - False - .NET Framework 3.5 SP1 - false - + + - - - - + + + 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}. + + + + + + + + + - + + + + + + + + + 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}. + + + \ No newline at end of file diff --git a/IF.Lastfm.Demo.Apollo/LocalizedStrings.cs b/src/IF.Lastfm.Demo.Apollo/LocalizedStrings.cs similarity index 100% rename from IF.Lastfm.Demo.Apollo/LocalizedStrings.cs rename to src/IF.Lastfm.Demo.Apollo/LocalizedStrings.cs diff --git a/IF.Lastfm.Demo.Apollo/MainPage.xaml b/src/IF.Lastfm.Demo.Apollo/MainPage.xaml similarity index 100% rename from IF.Lastfm.Demo.Apollo/MainPage.xaml rename to src/IF.Lastfm.Demo.Apollo/MainPage.xaml diff --git a/IF.Lastfm.Demo.Apollo/MainPage.xaml.cs b/src/IF.Lastfm.Demo.Apollo/MainPage.xaml.cs similarity index 100% rename from IF.Lastfm.Demo.Apollo/MainPage.xaml.cs rename to src/IF.Lastfm.Demo.Apollo/MainPage.xaml.cs diff --git a/IF.Lastfm.Demo.Apollo/Pages/ApiTest.xaml b/src/IF.Lastfm.Demo.Apollo/Pages/ApiTest.xaml similarity index 100% rename from IF.Lastfm.Demo.Apollo/Pages/ApiTest.xaml rename to src/IF.Lastfm.Demo.Apollo/Pages/ApiTest.xaml diff --git a/IF.Lastfm.Demo.Apollo/Pages/ApiTest.xaml.cs b/src/IF.Lastfm.Demo.Apollo/Pages/ApiTest.xaml.cs similarity index 100% rename from IF.Lastfm.Demo.Apollo/Pages/ApiTest.xaml.cs rename to src/IF.Lastfm.Demo.Apollo/Pages/ApiTest.xaml.cs diff --git a/IF.Lastfm.Demo.Apollo/Pages/ArtistApi/GetArtistInfo.xaml b/src/IF.Lastfm.Demo.Apollo/Pages/ArtistApi/GetArtistInfo.xaml similarity index 100% rename from IF.Lastfm.Demo.Apollo/Pages/ArtistApi/GetArtistInfo.xaml rename to src/IF.Lastfm.Demo.Apollo/Pages/ArtistApi/GetArtistInfo.xaml diff --git a/IF.Lastfm.Demo.Apollo/Pages/ArtistApi/GetArtistInfo.xaml.cs b/src/IF.Lastfm.Demo.Apollo/Pages/ArtistApi/GetArtistInfo.xaml.cs similarity index 100% rename from IF.Lastfm.Demo.Apollo/Pages/ArtistApi/GetArtistInfo.xaml.cs rename to src/IF.Lastfm.Demo.Apollo/Pages/ArtistApi/GetArtistInfo.xaml.cs diff --git a/IF.Lastfm.Demo.Apollo/Pages/TrackApi/Scrobbling.xaml b/src/IF.Lastfm.Demo.Apollo/Pages/TrackApi/Scrobbling.xaml similarity index 100% rename from IF.Lastfm.Demo.Apollo/Pages/TrackApi/Scrobbling.xaml rename to src/IF.Lastfm.Demo.Apollo/Pages/TrackApi/Scrobbling.xaml diff --git a/IF.Lastfm.Demo.Apollo/Pages/TrackApi/Scrobbling.xaml.cs b/src/IF.Lastfm.Demo.Apollo/Pages/TrackApi/Scrobbling.xaml.cs similarity index 100% rename from IF.Lastfm.Demo.Apollo/Pages/TrackApi/Scrobbling.xaml.cs rename to src/IF.Lastfm.Demo.Apollo/Pages/TrackApi/Scrobbling.xaml.cs diff --git a/IF.Lastfm.Demo.Apollo/Pages/UserApi/History.xaml b/src/IF.Lastfm.Demo.Apollo/Pages/UserApi/History.xaml similarity index 100% rename from IF.Lastfm.Demo.Apollo/Pages/UserApi/History.xaml rename to src/IF.Lastfm.Demo.Apollo/Pages/UserApi/History.xaml diff --git a/IF.Lastfm.Demo.Apollo/Pages/UserApi/History.xaml.cs b/src/IF.Lastfm.Demo.Apollo/Pages/UserApi/History.xaml.cs similarity index 100% rename from IF.Lastfm.Demo.Apollo/Pages/UserApi/History.xaml.cs rename to src/IF.Lastfm.Demo.Apollo/Pages/UserApi/History.xaml.cs diff --git a/IF.Lastfm.Demo.Apollo/Pages/UserApi/RecentStations.xaml b/src/IF.Lastfm.Demo.Apollo/Pages/UserApi/RecentStations.xaml similarity index 100% rename from IF.Lastfm.Demo.Apollo/Pages/UserApi/RecentStations.xaml rename to src/IF.Lastfm.Demo.Apollo/Pages/UserApi/RecentStations.xaml diff --git a/IF.Lastfm.Demo.Apollo/Pages/UserApi/RecentStations.xaml.cs b/src/IF.Lastfm.Demo.Apollo/Pages/UserApi/RecentStations.xaml.cs similarity index 100% rename from IF.Lastfm.Demo.Apollo/Pages/UserApi/RecentStations.xaml.cs rename to src/IF.Lastfm.Demo.Apollo/Pages/UserApi/RecentStations.xaml.cs diff --git a/IF.Lastfm.Demo.Apollo/Properties/Annotations.cs b/src/IF.Lastfm.Demo.Apollo/Properties/Annotations.cs similarity index 100% rename from IF.Lastfm.Demo.Apollo/Properties/Annotations.cs rename to src/IF.Lastfm.Demo.Apollo/Properties/Annotations.cs diff --git a/IF.Lastfm.Demo.Apollo/Properties/AppManifest.xml b/src/IF.Lastfm.Demo.Apollo/Properties/AppManifest.xml similarity index 100% rename from IF.Lastfm.Demo.Apollo/Properties/AppManifest.xml rename to src/IF.Lastfm.Demo.Apollo/Properties/AppManifest.xml diff --git a/IF.Lastfm.Demo.Apollo/Properties/AssemblyInfo.cs b/src/IF.Lastfm.Demo.Apollo/Properties/AssemblyInfo.cs similarity index 100% rename from IF.Lastfm.Demo.Apollo/Properties/AssemblyInfo.cs rename to src/IF.Lastfm.Demo.Apollo/Properties/AssemblyInfo.cs diff --git a/IF.Lastfm.Demo.Apollo/Properties/WMAppManifest.xml b/src/IF.Lastfm.Demo.Apollo/Properties/WMAppManifest.xml similarity index 100% rename from IF.Lastfm.Demo.Apollo/Properties/WMAppManifest.xml rename to src/IF.Lastfm.Demo.Apollo/Properties/WMAppManifest.xml diff --git a/IF.Lastfm.Demo.Apollo/README_FIRST.txt b/src/IF.Lastfm.Demo.Apollo/README_FIRST.txt similarity index 100% rename from IF.Lastfm.Demo.Apollo/README_FIRST.txt rename to src/IF.Lastfm.Demo.Apollo/README_FIRST.txt diff --git a/IF.Lastfm.Demo.Apollo/Resources/AppResources.Designer.cs b/src/IF.Lastfm.Demo.Apollo/Resources/AppResources.Designer.cs similarity index 100% rename from IF.Lastfm.Demo.Apollo/Resources/AppResources.Designer.cs rename to src/IF.Lastfm.Demo.Apollo/Resources/AppResources.Designer.cs diff --git a/IF.Lastfm.Demo.Apollo/Resources/AppResources.resx b/src/IF.Lastfm.Demo.Apollo/Resources/AppResources.resx similarity index 100% rename from IF.Lastfm.Demo.Apollo/Resources/AppResources.resx rename to src/IF.Lastfm.Demo.Apollo/Resources/AppResources.resx diff --git a/src/IF.Lastfm.Demo.Apollo/Toolkit.Content/ApplicationBar.Add.png b/src/IF.Lastfm.Demo.Apollo/Toolkit.Content/ApplicationBar.Add.png new file mode 100644 index 0000000000000000000000000000000000000000..4b524d6f14c6da928c2c8d2568b08eb761eee4c8 GIT binary patch literal 339 zcmeAS@N?(olHy`uVBq!ia0vp^J|N7&1|*M957Y)yk|nMYCBgY=CFO}lsSJ)O`AMk? zp1FzXsX?iUDV2pMQ*D5XzIwVihE&{obH|bQkby))pqEyH(1eB-&x1@t0S&Bk5*Rrr zH#E6OB%7>L{{E>|uIG6qT_6*FX_@{z`E0Aq@!sV2sTGcDH*{Hz%Q5{C literal 0 HcmV?d00001 diff --git a/IF.Lastfm.Demo.Apollo/Toolkit.Content/ApplicationBar.Cancel.png b/src/IF.Lastfm.Demo.Apollo/Toolkit.Content/ApplicationBar.Cancel.png similarity index 100% rename from IF.Lastfm.Demo.Apollo/Toolkit.Content/ApplicationBar.Cancel.png rename to src/IF.Lastfm.Demo.Apollo/Toolkit.Content/ApplicationBar.Cancel.png diff --git a/IF.Lastfm.Demo.Apollo/Toolkit.Content/ApplicationBar.Check.png b/src/IF.Lastfm.Demo.Apollo/Toolkit.Content/ApplicationBar.Check.png similarity index 100% rename from IF.Lastfm.Demo.Apollo/Toolkit.Content/ApplicationBar.Check.png rename to src/IF.Lastfm.Demo.Apollo/Toolkit.Content/ApplicationBar.Check.png diff --git a/IF.Lastfm.Demo.Apollo/Toolkit.Content/ApplicationBar.Delete.png b/src/IF.Lastfm.Demo.Apollo/Toolkit.Content/ApplicationBar.Delete.png similarity index 100% rename from IF.Lastfm.Demo.Apollo/Toolkit.Content/ApplicationBar.Delete.png rename to src/IF.Lastfm.Demo.Apollo/Toolkit.Content/ApplicationBar.Delete.png diff --git a/IF.Lastfm.Demo.Apollo/Toolkit.Content/ApplicationBar.Select.png b/src/IF.Lastfm.Demo.Apollo/Toolkit.Content/ApplicationBar.Select.png similarity index 100% rename from IF.Lastfm.Demo.Apollo/Toolkit.Content/ApplicationBar.Select.png rename to src/IF.Lastfm.Demo.Apollo/Toolkit.Content/ApplicationBar.Select.png diff --git a/IF.Lastfm.Demo.Apollo/ViewModels/ArtistApi/GetArtistInfoViewModel.cs b/src/IF.Lastfm.Demo.Apollo/ViewModels/ArtistApi/GetArtistInfoViewModel.cs similarity index 100% rename from IF.Lastfm.Demo.Apollo/ViewModels/ArtistApi/GetArtistInfoViewModel.cs rename to src/IF.Lastfm.Demo.Apollo/ViewModels/ArtistApi/GetArtistInfoViewModel.cs diff --git a/IF.Lastfm.Demo.Apollo/ViewModels/BaseViewModel.cs b/src/IF.Lastfm.Demo.Apollo/ViewModels/BaseViewModel.cs similarity index 100% rename from IF.Lastfm.Demo.Apollo/ViewModels/BaseViewModel.cs rename to src/IF.Lastfm.Demo.Apollo/ViewModels/BaseViewModel.cs diff --git a/IF.Lastfm.Demo.Apollo/ViewModels/PageProgress.cs b/src/IF.Lastfm.Demo.Apollo/ViewModels/PageProgress.cs similarity index 100% rename from IF.Lastfm.Demo.Apollo/ViewModels/PageProgress.cs rename to src/IF.Lastfm.Demo.Apollo/ViewModels/PageProgress.cs diff --git a/IF.Lastfm.Demo.Apollo/ViewModels/TrackApi/ScrobblingTestViewModel.cs b/src/IF.Lastfm.Demo.Apollo/ViewModels/TrackApi/ScrobblingTestViewModel.cs similarity index 100% rename from IF.Lastfm.Demo.Apollo/ViewModels/TrackApi/ScrobblingTestViewModel.cs rename to src/IF.Lastfm.Demo.Apollo/ViewModels/TrackApi/ScrobblingTestViewModel.cs diff --git a/IF.Lastfm.Demo.Apollo/ViewModels/UserApi/HistoryTestViewModel.cs b/src/IF.Lastfm.Demo.Apollo/ViewModels/UserApi/HistoryTestViewModel.cs similarity index 100% rename from IF.Lastfm.Demo.Apollo/ViewModels/UserApi/HistoryTestViewModel.cs rename to src/IF.Lastfm.Demo.Apollo/ViewModels/UserApi/HistoryTestViewModel.cs diff --git a/IF.Lastfm.Demo.Apollo/ViewModels/UserApi/RecentStationsTestViewModel.cs b/src/IF.Lastfm.Demo.Apollo/ViewModels/UserApi/RecentStationsTestViewModel.cs similarity index 100% rename from IF.Lastfm.Demo.Apollo/ViewModels/UserApi/RecentStationsTestViewModel.cs rename to src/IF.Lastfm.Demo.Apollo/ViewModels/UserApi/RecentStationsTestViewModel.cs diff --git a/src/IF.Lastfm.Demo.Apollo/app.config b/src/IF.Lastfm.Demo.Apollo/app.config new file mode 100644 index 0000000..ecc2c9f --- /dev/null +++ b/src/IF.Lastfm.Demo.Apollo/app.config @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/IF.Lastfm.Demo.Apollo/packages.config b/src/IF.Lastfm.Demo.Apollo/packages.config new file mode 100644 index 0000000..5da5fd5 --- /dev/null +++ b/src/IF.Lastfm.Demo.Apollo/packages.config @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file