-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSpotifyWebAPI.sln
More file actions
49 lines (49 loc) · 3.09 KB
/
SpotifyWebAPI.sln
File metadata and controls
49 lines (49 loc) · 3.09 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31515.178
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SpotifyWebAPI", "SpotifyWebAPI\SpotifyWebAPI.csproj", "{19645F7A-CF65-49C6-939B-78EB47BC390D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SpotifyWebAPI.Application", "SpotifyWebAPI.Application\SpotifyWebAPI.Application.csproj", "{D46735BB-0A40-4818-88F7-FACEC76470D4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SpotifyWebAPI.Services", "SpotifyWebAPI.Services\SpotifyWebAPI.Services.csproj", "{DAF9FFEE-424C-4B99-81F0-9165A01CC770}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SpotifyWebAPI.IoC", "SpotifyWebAPI.IoC\SpotifyWebAPI.IoC.csproj", "{5574EA1D-89E5-4BDC-B66F-1F74C2F84C0F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SpotifyWebAPI.Shared", "SpotifyWebAPI.Shared\SpotifyWebAPI.Shared.csproj", "{57EBFDB0-5256-4428-965C-136596F440F4}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{19645F7A-CF65-49C6-939B-78EB47BC390D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{19645F7A-CF65-49C6-939B-78EB47BC390D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{19645F7A-CF65-49C6-939B-78EB47BC390D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{19645F7A-CF65-49C6-939B-78EB47BC390D}.Release|Any CPU.Build.0 = Release|Any CPU
{D46735BB-0A40-4818-88F7-FACEC76470D4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D46735BB-0A40-4818-88F7-FACEC76470D4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D46735BB-0A40-4818-88F7-FACEC76470D4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D46735BB-0A40-4818-88F7-FACEC76470D4}.Release|Any CPU.Build.0 = Release|Any CPU
{DAF9FFEE-424C-4B99-81F0-9165A01CC770}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DAF9FFEE-424C-4B99-81F0-9165A01CC770}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DAF9FFEE-424C-4B99-81F0-9165A01CC770}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DAF9FFEE-424C-4B99-81F0-9165A01CC770}.Release|Any CPU.Build.0 = Release|Any CPU
{5574EA1D-89E5-4BDC-B66F-1F74C2F84C0F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5574EA1D-89E5-4BDC-B66F-1F74C2F84C0F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5574EA1D-89E5-4BDC-B66F-1F74C2F84C0F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5574EA1D-89E5-4BDC-B66F-1F74C2F84C0F}.Release|Any CPU.Build.0 = Release|Any CPU
{57EBFDB0-5256-4428-965C-136596F440F4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{57EBFDB0-5256-4428-965C-136596F440F4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{57EBFDB0-5256-4428-965C-136596F440F4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{57EBFDB0-5256-4428-965C-136596F440F4}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2C74C515-B47E-4A19-96D6-50CAEA2FE208}
EndGlobalSection
EndGlobal