forked from JohnnyCrazy/SpotifyAPI-NET
-
Notifications
You must be signed in to change notification settings - Fork 0
/
SpotifyAPI.sln
55 lines (55 loc) · 3.49 KB
/
SpotifyAPI.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27004.2009
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SpotifyAPI.Web", "SpotifyAPI.Web\SpotifyAPI.Web.csproj", "{EC8A93BA-27C4-4642-B7A0-11B809C35BE4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SpotifyAPI.Web.Tests", "SpotifyAPI.Web.Tests\SpotifyAPI.Web.Tests.csproj", "{47FD780C-47B2-4634-9BB4-83C660101FAE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SpotifyAPI.Web.Auth", "SpotifyAPI.Web.Auth\SpotifyAPI.Web.Auth.csproj", "{400A3787-FDBE-4A4C-9DDD-AAEB3DCE1DF5}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SpotifyAPI.Web.Examples", "SpotifyAPI.Web.Examples", "{62023FC7-B2B6-40B4-8CDD-862746255017}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SpotifyAPI.Web.Examples.CLI", "SpotifyAPI.Web.Examples.CLI\SpotifyAPI.Web.Examples.CLI.csproj", "{679FB001-D671-45E9-A660-86A3A7A37093}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SpotifyAPI.Web.Examples.ASP", "SpotifyAPI.Web.Examples.ASP\SpotifyAPI.Web.Examples.ASP.csproj", "{67D6E6AC-E082-4047-81BB-A7DFD980F1B7}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EC8A93BA-27C4-4642-B7A0-11B809C35BE4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EC8A93BA-27C4-4642-B7A0-11B809C35BE4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EC8A93BA-27C4-4642-B7A0-11B809C35BE4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EC8A93BA-27C4-4642-B7A0-11B809C35BE4}.Release|Any CPU.Build.0 = Release|Any CPU
{47FD780C-47B2-4634-9BB4-83C660101FAE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{47FD780C-47B2-4634-9BB4-83C660101FAE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{47FD780C-47B2-4634-9BB4-83C660101FAE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{47FD780C-47B2-4634-9BB4-83C660101FAE}.Release|Any CPU.Build.0 = Release|Any CPU
{400A3787-FDBE-4A4C-9DDD-AAEB3DCE1DF5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{400A3787-FDBE-4A4C-9DDD-AAEB3DCE1DF5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{400A3787-FDBE-4A4C-9DDD-AAEB3DCE1DF5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{400A3787-FDBE-4A4C-9DDD-AAEB3DCE1DF5}.Release|Any CPU.Build.0 = Release|Any CPU
{679FB001-D671-45E9-A660-86A3A7A37093}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{679FB001-D671-45E9-A660-86A3A7A37093}.Debug|Any CPU.Build.0 = Debug|Any CPU
{679FB001-D671-45E9-A660-86A3A7A37093}.Release|Any CPU.ActiveCfg = Release|Any CPU
{679FB001-D671-45E9-A660-86A3A7A37093}.Release|Any CPU.Build.0 = Release|Any CPU
{67D6E6AC-E082-4047-81BB-A7DFD980F1B7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{67D6E6AC-E082-4047-81BB-A7DFD980F1B7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{67D6E6AC-E082-4047-81BB-A7DFD980F1B7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{67D6E6AC-E082-4047-81BB-A7DFD980F1B7}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {097062B8-0E87-43C8-BD98-61843A68BE6D}
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{679FB001-D671-45E9-A660-86A3A7A37093} = {62023FC7-B2B6-40B4-8CDD-862746255017}
{67D6E6AC-E082-4047-81BB-A7DFD980F1B7} = {62023FC7-B2B6-40B4-8CDD-862746255017}
EndGlobalSection
EndGlobal