-
Notifications
You must be signed in to change notification settings - Fork 0
/
Kerber.SpotifyLibrary.sln
72 lines (72 loc) · 4.84 KB
/
Kerber.SpotifyLibrary.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
63
64
65
66
67
68
69
70
71
72
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30114.105
MinimumVisualStudioVersion = 15.0.26124.0
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Kerber.SpotifyLibrary.WebApi", "Kerber.SpotifyLibrary.WebApi\Kerber.SpotifyLibrary.WebApi.csproj", "{6A13513C-157B-48C0-8EE7-7C34FD0F4D07}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Kerber.SpotifyLibrary.Infra", "Kerber.SpotifyLibrary.Infra\Kerber.SpotifyLibrary.Infra.csproj", "{C6591A0E-4E23-43AC-8E96-7167EC542CA1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Kerber.SpotifyLibrary.Domain.Tests", "Kerber.SpotifyLibrary.Domain.Tests\Kerber.SpotifyLibrary.Domain.Tests.csproj", "{B16A7E34-3DF4-48D9-8366-99577A4CA220}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Kerber.SpotifyLibrary.Domain", "Kerber.SpotifyLibrary.Domain\Kerber.SpotifyLibrary.Domain.csproj", "{7016E5E5-2407-4B23-9CC4-AFEDF3EB4A41}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "1. Application Layer", "1. Application Layer", "{21680C53-6364-4F65-9A8C-FCAD26AC02A1}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "2. Domain Layer", "2. Domain Layer", "{9C40AC83-65CF-4045-B326-A47FAB9BB5EE}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "3. Infrastructure Layer", "3. Infrastructure Layer", "{E6FE6B33-C07E-4E6E-BB60-3CA7D2C66B65}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "4. Test Layer", "4. Test Layer", "{1759B503-B7F9-4057-AD70-89C104B21AC1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Kerber.SpotifyLibrary.Application.SpecFlowTests", "Kerber.SpotifyLibrary.Application.SpecFlowTests\Kerber.SpotifyLibrary.Application.SpecFlowTests.csproj", "{5FDC27B7-2D96-4110-9C6A-81A67505E449}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "4.1 BDD", "4.1 BDD", "{D0331439-B79E-44AC-A805-520FB2D6DA41}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "4.2 Simple UnitTests", "4.2 Simple UnitTests", "{7F1B0F11-0C6D-4DE8-A02C-348417ACBCFC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6A13513C-157B-48C0-8EE7-7C34FD0F4D07}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6A13513C-157B-48C0-8EE7-7C34FD0F4D07}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6A13513C-157B-48C0-8EE7-7C34FD0F4D07}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6A13513C-157B-48C0-8EE7-7C34FD0F4D07}.Release|Any CPU.Build.0 = Release|Any CPU
{C6591A0E-4E23-43AC-8E96-7167EC542CA1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C6591A0E-4E23-43AC-8E96-7167EC542CA1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C6591A0E-4E23-43AC-8E96-7167EC542CA1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C6591A0E-4E23-43AC-8E96-7167EC542CA1}.Release|Any CPU.Build.0 = Release|Any CPU
{B16A7E34-3DF4-48D9-8366-99577A4CA220}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B16A7E34-3DF4-48D9-8366-99577A4CA220}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B16A7E34-3DF4-48D9-8366-99577A4CA220}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B16A7E34-3DF4-48D9-8366-99577A4CA220}.Release|Any CPU.Build.0 = Release|Any CPU
{7016E5E5-2407-4B23-9CC4-AFEDF3EB4A41}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7016E5E5-2407-4B23-9CC4-AFEDF3EB4A41}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7016E5E5-2407-4B23-9CC4-AFEDF3EB4A41}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7016E5E5-2407-4B23-9CC4-AFEDF3EB4A41}.Release|Any CPU.Build.0 = Release|Any CPU
{5FDC27B7-2D96-4110-9C6A-81A67505E449}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5FDC27B7-2D96-4110-9C6A-81A67505E449}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5FDC27B7-2D96-4110-9C6A-81A67505E449}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5FDC27B7-2D96-4110-9C6A-81A67505E449}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{6A13513C-157B-48C0-8EE7-7C34FD0F4D07} = {21680C53-6364-4F65-9A8C-FCAD26AC02A1}
{C6591A0E-4E23-43AC-8E96-7167EC542CA1} = {E6FE6B33-C07E-4E6E-BB60-3CA7D2C66B65}
{B16A7E34-3DF4-48D9-8366-99577A4CA220} = {7F1B0F11-0C6D-4DE8-A02C-348417ACBCFC}
{7016E5E5-2407-4B23-9CC4-AFEDF3EB4A41} = {9C40AC83-65CF-4045-B326-A47FAB9BB5EE}
{5FDC27B7-2D96-4110-9C6A-81A67505E449} = {D0331439-B79E-44AC-A805-520FB2D6DA41}
{D0331439-B79E-44AC-A805-520FB2D6DA41} = {1759B503-B7F9-4057-AD70-89C104B21AC1}
{7F1B0F11-0C6D-4DE8-A02C-348417ACBCFC} = {1759B503-B7F9-4057-AD70-89C104B21AC1}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {EF76FD13-B193-4B4F-99FC-5D809E8AAF2A}
EndGlobalSection
EndGlobal