-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTodoManagementAPI.sln
More file actions
63 lines (63 loc) · 4.05 KB
/
TodoManagementAPI.sln
File metadata and controls
63 lines (63 loc) · 4.05 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.9.34728.123
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Application", "Application", "{3085B2A9-A176-41F8-AF6F-CC1E22B24C44}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Domain", "Domain", "{8C9FFCED-2205-4FED-A8C7-D9DBFB08191E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Infrastructure", "Infrastructure", "{BA14D0B2-4670-4633-977A-2229DDE2D8D8}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Presentation", "Presentation", "{E0F8BDCD-39E8-4EA4-B339-4A8E705080EF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TodoManagementAPI.Application", "TodoManagementAPI.Application\TodoManagementAPI.Application.csproj", "{7A337744-51E6-47C9-8684-ED6C64C3EB87}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TodoManagementAPI.Domain", "TodoManagementAPI.Domain\TodoManagementAPI.Domain.csproj", "{DB53D18E-B2D2-4B34-8C98-9E763DDBB88C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TodoManagementAPI.Infrastructure", "TodoManagementAPI.Infrastructure\TodoManagementAPI.Infrastructure.csproj", "{43F7F6F2-12B4-4F67-BF17-8AFDEDECCC88}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TodoManagementAPI.App", "TodoManagementAPI.App\TodoManagementAPI.App.csproj", "{6A877449-5897-4615-9719-0108D02EA212}"
EndProject
Project("{E53339B2-1760-4266-BCC7-CA923CBCF16C}") = "docker-compose", "docker-compose.dcproj", "{E095C474-CB98-476B-9D84-6CFAF292048A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7A337744-51E6-47C9-8684-ED6C64C3EB87}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7A337744-51E6-47C9-8684-ED6C64C3EB87}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7A337744-51E6-47C9-8684-ED6C64C3EB87}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7A337744-51E6-47C9-8684-ED6C64C3EB87}.Release|Any CPU.Build.0 = Release|Any CPU
{DB53D18E-B2D2-4B34-8C98-9E763DDBB88C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DB53D18E-B2D2-4B34-8C98-9E763DDBB88C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DB53D18E-B2D2-4B34-8C98-9E763DDBB88C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DB53D18E-B2D2-4B34-8C98-9E763DDBB88C}.Release|Any CPU.Build.0 = Release|Any CPU
{43F7F6F2-12B4-4F67-BF17-8AFDEDECCC88}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{43F7F6F2-12B4-4F67-BF17-8AFDEDECCC88}.Debug|Any CPU.Build.0 = Debug|Any CPU
{43F7F6F2-12B4-4F67-BF17-8AFDEDECCC88}.Release|Any CPU.ActiveCfg = Release|Any CPU
{43F7F6F2-12B4-4F67-BF17-8AFDEDECCC88}.Release|Any CPU.Build.0 = Release|Any CPU
{6A877449-5897-4615-9719-0108D02EA212}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6A877449-5897-4615-9719-0108D02EA212}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6A877449-5897-4615-9719-0108D02EA212}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6A877449-5897-4615-9719-0108D02EA212}.Release|Any CPU.Build.0 = Release|Any CPU
{E095C474-CB98-476B-9D84-6CFAF292048A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E095C474-CB98-476B-9D84-6CFAF292048A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E095C474-CB98-476B-9D84-6CFAF292048A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E095C474-CB98-476B-9D84-6CFAF292048A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{7A337744-51E6-47C9-8684-ED6C64C3EB87} = {3085B2A9-A176-41F8-AF6F-CC1E22B24C44}
{DB53D18E-B2D2-4B34-8C98-9E763DDBB88C} = {8C9FFCED-2205-4FED-A8C7-D9DBFB08191E}
{43F7F6F2-12B4-4F67-BF17-8AFDEDECCC88} = {BA14D0B2-4670-4633-977A-2229DDE2D8D8}
{6A877449-5897-4615-9719-0108D02EA212} = {E0F8BDCD-39E8-4EA4-B339-4A8E705080EF}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {68670268-5133-4814-8A9D-DF9D5E36196A}
EndGlobalSection
EndGlobal