-
Notifications
You must be signed in to change notification settings - Fork 9
/
BandTracker.sln
62 lines (62 loc) · 3.71 KB
/
BandTracker.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
56
57
58
59
60
61
62
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32804.467
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BandTracker.Core", "src\BandTracker.Core\BandTracker.Core.csproj", "{8F782BA2-AB60-497C-8B48-FF5DC43F8DC3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BandTracker.UI", "src\BandTracker.UI\BandTracker.UI.csproj", "{C38421F1-9E63-4B78-8BAE-F1784D3964C7}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{D86A4818-D357-4CA4-8678-01D062972AA8}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BandTracker.Core.Tests", "tests\BandTracker.Core.Tests\BandTracker.Core.Tests.csproj", "{B6944428-A59E-4470-BE8C-2DD6E48349DF}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{0DB197D0-EF8A-4356-87FB-F76706A68A51}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{AD017E40-F5D2-485F-B2C2-3240A7ECA321}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "utils", "utils", "{ADD16E4C-BB17-4043-95B2-5F527AACEBE0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SpotifyBandScraper", "utils\SpotifyBandScraper\SpotifyBandScraper.csproj", "{8948E8A1-7187-4DE8-AEE5-5FCE4C9A4F03}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8F782BA2-AB60-497C-8B48-FF5DC43F8DC3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8F782BA2-AB60-497C-8B48-FF5DC43F8DC3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8F782BA2-AB60-497C-8B48-FF5DC43F8DC3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8F782BA2-AB60-497C-8B48-FF5DC43F8DC3}.Release|Any CPU.Build.0 = Release|Any CPU
{C38421F1-9E63-4B78-8BAE-F1784D3964C7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C38421F1-9E63-4B78-8BAE-F1784D3964C7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C38421F1-9E63-4B78-8BAE-F1784D3964C7}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{C38421F1-9E63-4B78-8BAE-F1784D3964C7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C38421F1-9E63-4B78-8BAE-F1784D3964C7}.Release|Any CPU.Build.0 = Release|Any CPU
{C38421F1-9E63-4B78-8BAE-F1784D3964C7}.Release|Any CPU.Deploy.0 = Release|Any CPU
{B6944428-A59E-4470-BE8C-2DD6E48349DF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B6944428-A59E-4470-BE8C-2DD6E48349DF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B6944428-A59E-4470-BE8C-2DD6E48349DF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B6944428-A59E-4470-BE8C-2DD6E48349DF}.Release|Any CPU.Build.0 = Release|Any CPU
{8948E8A1-7187-4DE8-AEE5-5FCE4C9A4F03}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8948E8A1-7187-4DE8-AEE5-5FCE4C9A4F03}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8948E8A1-7187-4DE8-AEE5-5FCE4C9A4F03}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8948E8A1-7187-4DE8-AEE5-5FCE4C9A4F03}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{8F782BA2-AB60-497C-8B48-FF5DC43F8DC3} = {0DB197D0-EF8A-4356-87FB-F76706A68A51}
{C38421F1-9E63-4B78-8BAE-F1784D3964C7} = {0DB197D0-EF8A-4356-87FB-F76706A68A51}
{B6944428-A59E-4470-BE8C-2DD6E48349DF} = {AD017E40-F5D2-485F-B2C2-3240A7ECA321}
{8948E8A1-7187-4DE8-AEE5-5FCE4C9A4F03} = {ADD16E4C-BB17-4043-95B2-5F527AACEBE0}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A5D35C6D-833A-4336-AE15-ED2B8116D555}
EndGlobalSection
EndGlobal