-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSpotifyNet.sln
42 lines (42 loc) · 2.28 KB
/
SpotifyNet.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29111.141
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SpotifyNet", "SpotifyNet\SpotifyNet.csproj", "{9A098E44-75BF-4E6D-97A8-A180BAFAC318}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{A17B3BA3-C875-4940-99C9-64FEA7FE626F}"
ProjectSection(SolutionItems) = preProject
spotify.secret = spotify.secret
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SpotifyNet.Demo", "SpotifyNet.Demo\SpotifyNet.Demo.csproj", "{61A69F07-E0F1-4345-9398-4ABB76656C64}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SpotifyNet.Cover", "SpotifyNet.Cover\SpotifyNet.Cover.csproj", "{1A031378-6B11-484A-95C5-27F623F6A8AA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9A098E44-75BF-4E6D-97A8-A180BAFAC318}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9A098E44-75BF-4E6D-97A8-A180BAFAC318}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9A098E44-75BF-4E6D-97A8-A180BAFAC318}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9A098E44-75BF-4E6D-97A8-A180BAFAC318}.Release|Any CPU.Build.0 = Release|Any CPU
{61A69F07-E0F1-4345-9398-4ABB76656C64}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{61A69F07-E0F1-4345-9398-4ABB76656C64}.Debug|Any CPU.Build.0 = Debug|Any CPU
{61A69F07-E0F1-4345-9398-4ABB76656C64}.Release|Any CPU.ActiveCfg = Release|Any CPU
{61A69F07-E0F1-4345-9398-4ABB76656C64}.Release|Any CPU.Build.0 = Release|Any CPU
{1A031378-6B11-484A-95C5-27F623F6A8AA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1A031378-6B11-484A-95C5-27F623F6A8AA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1A031378-6B11-484A-95C5-27F623F6A8AA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1A031378-6B11-484A-95C5-27F623F6A8AA}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5AC3199F-AE44-4EB2-8E4E-D8439E04D5AE}
EndGlobalSection
EndGlobal