Skip to content

Commit

Permalink
Reorganising project, update dependencies, changed PCL profile
Browse files Browse the repository at this point in the history
  • Loading branch information
rikkit committed Sep 16, 2014
1 parent df468e1 commit 2b257b0
Show file tree
Hide file tree
Showing 595 changed files with 85,868 additions and 13,621 deletions.
8 changes: 0 additions & 8 deletions IF.Lastfm.Console/packages.config

This file was deleted.

8 changes: 0 additions & 8 deletions IF.Lastfm.Core.Tests/packages.config

This file was deleted.

8 changes: 0 additions & 8 deletions IF.Lastfm.Core/packages.config

This file was deleted.

10 changes: 0 additions & 10 deletions IF.Lastfm.Demo.Apollo/packages.config

This file was deleted.

30 changes: 16 additions & 14 deletions IF.Lastfm.sln
Original file line number Diff line number Diff line change
@@ -1,19 +1,21 @@

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
.nuget\NuGet.Config = .nuget\NuGet.Config
.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
Expand All @@ -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
Expand All @@ -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
Expand Down
Binary file not shown.

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit 2b257b0

Please sign in to comment.