-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMusicPlaylistAPI.sln
77 lines (77 loc) · 5.32 KB
/
MusicPlaylistAPI.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
73
74
75
76
77
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.9.34728.123
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MusicPlaylistAPI", "MusicPlaylistAPI\MusicPlaylistAPI.csproj", "{AE688DE8-8626-4D6A-B548-C528BF610419}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Src", "Src", "{5F1DF368-92BC-4FD2-A39D-FB49A6058056}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Core", "Core", "{011FD015-9FAC-47FB-AC00-0FC3302A37DE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MusicPlaylistAPI.Core.Application", "MusicPlaylistAPI.Core.Application\MusicPlaylistAPI.Core.Application.csproj", "{457F0E23-EC5D-4926-829E-448F230DBDC6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MusicPlaylistAPI.Core.Domain", "MusicPlaylistAPI.Core.Domain\MusicPlaylistAPI.Core.Domain.csproj", "{ACA7C39E-09CF-463A-B01D-873EEBB1426C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Infraestructure", "Infraestructure", "{F569B456-CDEA-41C1-B110-E21405E4F5D7}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "WebApi", "WebApi", "{4FB973BB-2349-4783-80A2-9749F5AA2D72}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MusicPlaylistAPI.Infraestructure.Persistence", "MusicPlaylistAPI.Infraestructure.Persistence\MusicPlaylistAPI.Infraestructure.Persistence.csproj", "{FA979694-41AF-437E-8260-8E2576810585}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MusicPlaylistAPI.Infraestructure.Shared", "MusicPlaylistAPI.Infraestructure.Shared\MusicPlaylistAPI.Infraestructure.Shared.csproj", "{3406C9E2-42BB-479E-AB88-842A79A82CB2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MusicPlaylistAPI.Infraestructure.Identity", "MusicPlaylistAPI.Infraestructure.Identity\MusicPlaylistAPI.Infraestructure.Identity.csproj", "{5D64553B-1597-40AD-AD07-2CFE1611A9E0}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Presentation", "Presentation", "{BF9AD664-45CE-488D-A61C-03ED1ACE6D77}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{AE688DE8-8626-4D6A-B548-C528BF610419}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AE688DE8-8626-4D6A-B548-C528BF610419}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AE688DE8-8626-4D6A-B548-C528BF610419}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AE688DE8-8626-4D6A-B548-C528BF610419}.Release|Any CPU.Build.0 = Release|Any CPU
{457F0E23-EC5D-4926-829E-448F230DBDC6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{457F0E23-EC5D-4926-829E-448F230DBDC6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{457F0E23-EC5D-4926-829E-448F230DBDC6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{457F0E23-EC5D-4926-829E-448F230DBDC6}.Release|Any CPU.Build.0 = Release|Any CPU
{ACA7C39E-09CF-463A-B01D-873EEBB1426C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ACA7C39E-09CF-463A-B01D-873EEBB1426C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ACA7C39E-09CF-463A-B01D-873EEBB1426C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ACA7C39E-09CF-463A-B01D-873EEBB1426C}.Release|Any CPU.Build.0 = Release|Any CPU
{FA979694-41AF-437E-8260-8E2576810585}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FA979694-41AF-437E-8260-8E2576810585}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FA979694-41AF-437E-8260-8E2576810585}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FA979694-41AF-437E-8260-8E2576810585}.Release|Any CPU.Build.0 = Release|Any CPU
{3406C9E2-42BB-479E-AB88-842A79A82CB2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3406C9E2-42BB-479E-AB88-842A79A82CB2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3406C9E2-42BB-479E-AB88-842A79A82CB2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3406C9E2-42BB-479E-AB88-842A79A82CB2}.Release|Any CPU.Build.0 = Release|Any CPU
{5D64553B-1597-40AD-AD07-2CFE1611A9E0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5D64553B-1597-40AD-AD07-2CFE1611A9E0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5D64553B-1597-40AD-AD07-2CFE1611A9E0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5D64553B-1597-40AD-AD07-2CFE1611A9E0}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{AE688DE8-8626-4D6A-B548-C528BF610419} = {4FB973BB-2349-4783-80A2-9749F5AA2D72}
{011FD015-9FAC-47FB-AC00-0FC3302A37DE} = {5F1DF368-92BC-4FD2-A39D-FB49A6058056}
{457F0E23-EC5D-4926-829E-448F230DBDC6} = {011FD015-9FAC-47FB-AC00-0FC3302A37DE}
{ACA7C39E-09CF-463A-B01D-873EEBB1426C} = {011FD015-9FAC-47FB-AC00-0FC3302A37DE}
{F569B456-CDEA-41C1-B110-E21405E4F5D7} = {5F1DF368-92BC-4FD2-A39D-FB49A6058056}
{4FB973BB-2349-4783-80A2-9749F5AA2D72} = {BF9AD664-45CE-488D-A61C-03ED1ACE6D77}
{FA979694-41AF-437E-8260-8E2576810585} = {F569B456-CDEA-41C1-B110-E21405E4F5D7}
{3406C9E2-42BB-479E-AB88-842A79A82CB2} = {F569B456-CDEA-41C1-B110-E21405E4F5D7}
{5D64553B-1597-40AD-AD07-2CFE1611A9E0} = {F569B456-CDEA-41C1-B110-E21405E4F5D7}
{BF9AD664-45CE-488D-A61C-03ED1ACE6D77} = {5F1DF368-92BC-4FD2-A39D-FB49A6058056}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {BF341C52-691C-4960-B3BE-FD761FD3CAAE}
EndGlobalSection
EndGlobal