-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathToDoList.sln
93 lines (93 loc) · 6.22 KB
/
ToDoList.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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.32126.317
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Core", "Core", "{A7806CEF-9103-435D-9BE4-13B24C297997}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Domains", "Core\Domains\Domains.csproj", "{1A607DEC-FE7A-4487-AB70-B7CE1ABB6BE1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Domains.Tests", "Core\Domains.Tests\Domains.Tests.csproj", "{E2AC914E-8422-4CEB-BB4E-54C6DCCC468F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Infra", "Infra", "{489D3552-D8BE-4EDB-9342-7DCD424302F3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DataAccess", "Infra\DataAccess\DataAccess.csproj", "{D774C60E-4669-48F7-8C44-CAD48D20DC59}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Repository", "Infra\Repository\Repository.csproj", "{1F9DFB1C-3656-4E12-88F2-27F0F5518647}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Repository.Tests", "Infra\Repository.Tests\Repository.Tests.csproj", "{FB476D99-6228-424D-BAFA-4E2D8724EBF2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ToDoList.API", "Api\ToDoList\ToDoList.API.csproj", "{B6B33232-B379-4037-A7A7-E14536A330AE}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "BackgroundServices", "BackgroundServices", "{E97679D7-28EA-42E2-B7A6-321BE359B3C1}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Application", "Application", "{89EB99B8-B327-45FB-8D25-64603C8B61CF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ApplicationServices", "Application\ApplicationServices.csproj", "{AAADBA51-626E-4565-BF5A-DE81EE59658A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IoC", "IoC\IoC.csproj", "{FB474107-851F-47A6-A7EA-0E7C75A0F3DE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BackgroundServices", "BackgroundServices\BackgroundServices.csproj", "{2F70A994-47DA-4175-9145-910FDFB7F8CD}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Api", "Api", "{ADA084BF-B7A2-4DFB-BF78-31266EA13016}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1A607DEC-FE7A-4487-AB70-B7CE1ABB6BE1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1A607DEC-FE7A-4487-AB70-B7CE1ABB6BE1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1A607DEC-FE7A-4487-AB70-B7CE1ABB6BE1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1A607DEC-FE7A-4487-AB70-B7CE1ABB6BE1}.Release|Any CPU.Build.0 = Release|Any CPU
{E2AC914E-8422-4CEB-BB4E-54C6DCCC468F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E2AC914E-8422-4CEB-BB4E-54C6DCCC468F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E2AC914E-8422-4CEB-BB4E-54C6DCCC468F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E2AC914E-8422-4CEB-BB4E-54C6DCCC468F}.Release|Any CPU.Build.0 = Release|Any CPU
{D774C60E-4669-48F7-8C44-CAD48D20DC59}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D774C60E-4669-48F7-8C44-CAD48D20DC59}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D774C60E-4669-48F7-8C44-CAD48D20DC59}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D774C60E-4669-48F7-8C44-CAD48D20DC59}.Release|Any CPU.Build.0 = Release|Any CPU
{1F9DFB1C-3656-4E12-88F2-27F0F5518647}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1F9DFB1C-3656-4E12-88F2-27F0F5518647}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1F9DFB1C-3656-4E12-88F2-27F0F5518647}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1F9DFB1C-3656-4E12-88F2-27F0F5518647}.Release|Any CPU.Build.0 = Release|Any CPU
{FB476D99-6228-424D-BAFA-4E2D8724EBF2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FB476D99-6228-424D-BAFA-4E2D8724EBF2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FB476D99-6228-424D-BAFA-4E2D8724EBF2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FB476D99-6228-424D-BAFA-4E2D8724EBF2}.Release|Any CPU.Build.0 = Release|Any CPU
{B6B33232-B379-4037-A7A7-E14536A330AE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B6B33232-B379-4037-A7A7-E14536A330AE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B6B33232-B379-4037-A7A7-E14536A330AE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B6B33232-B379-4037-A7A7-E14536A330AE}.Release|Any CPU.Build.0 = Release|Any CPU
{AAADBA51-626E-4565-BF5A-DE81EE59658A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AAADBA51-626E-4565-BF5A-DE81EE59658A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AAADBA51-626E-4565-BF5A-DE81EE59658A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AAADBA51-626E-4565-BF5A-DE81EE59658A}.Release|Any CPU.Build.0 = Release|Any CPU
{FB474107-851F-47A6-A7EA-0E7C75A0F3DE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FB474107-851F-47A6-A7EA-0E7C75A0F3DE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FB474107-851F-47A6-A7EA-0E7C75A0F3DE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FB474107-851F-47A6-A7EA-0E7C75A0F3DE}.Release|Any CPU.Build.0 = Release|Any CPU
{2F70A994-47DA-4175-9145-910FDFB7F8CD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2F70A994-47DA-4175-9145-910FDFB7F8CD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2F70A994-47DA-4175-9145-910FDFB7F8CD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2F70A994-47DA-4175-9145-910FDFB7F8CD}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{1A607DEC-FE7A-4487-AB70-B7CE1ABB6BE1} = {A7806CEF-9103-435D-9BE4-13B24C297997}
{E2AC914E-8422-4CEB-BB4E-54C6DCCC468F} = {A7806CEF-9103-435D-9BE4-13B24C297997}
{D774C60E-4669-48F7-8C44-CAD48D20DC59} = {489D3552-D8BE-4EDB-9342-7DCD424302F3}
{1F9DFB1C-3656-4E12-88F2-27F0F5518647} = {489D3552-D8BE-4EDB-9342-7DCD424302F3}
{FB476D99-6228-424D-BAFA-4E2D8724EBF2} = {489D3552-D8BE-4EDB-9342-7DCD424302F3}
{B6B33232-B379-4037-A7A7-E14536A330AE} = {ADA084BF-B7A2-4DFB-BF78-31266EA13016}
{AAADBA51-626E-4565-BF5A-DE81EE59658A} = {89EB99B8-B327-45FB-8D25-64603C8B61CF}
{2F70A994-47DA-4175-9145-910FDFB7F8CD} = {E97679D7-28EA-42E2-B7A6-321BE359B3C1}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {67483A26-B28A-4162-9DC1-F8D8D3900E6C}
EndGlobalSection
EndGlobal