-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBD.CourseApp.sln
93 lines (93 loc) · 6.43 KB
/
BD.CourseApp.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.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{7C05E175-3C97-4EFD-AE3C-97E5C62E80A8}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "1.Core", "1.Core", "{5B3C5DDF-99EC-4504-90B4-5DDFC4BF6A02}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BD.CourseApp.Core.ApplicationService", "src\1.Core\BD.CourseApp.Core.ApplicationService\BD.CourseApp.Core.ApplicationService.csproj", "{49928F49-338C-4AB1-BBB6-0AA68C72ECFC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BD.CourseApp.Core.Domain", "src\1.Core\BD.CourseApp.Core.Domain\BD.CourseApp.Core.Domain.csproj", "{38E7A179-68FB-431B-8B62-CD6D4C73BA79}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "2.Infrastructures", "2.Infrastructures", "{97D447EC-E211-4D86-8160-1B149D86A477}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Data", "Data", "{44CC3DF2-0540-4997-B88A-D0F068FDA990}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BD.CourseApp.Infrastructures.Data.SqlServer", "src\2.Infrastructures\Data\BD.CourseApp.Infrastructures.Data.SqlServer\BD.CourseApp.Infrastructures.Data.SqlServer.csproj", "{675D4807-0C67-42A8-A9FC-6FCA8D4F3746}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Services", "Services", "{95EE146A-7277-401A-A5CF-27BF7E748539}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BD.CourseApp.Infrastructures.Services.Outbound", "src\2.Infrastructures\Services\BD.CourseApp.Infrastructures.Services.Outbound\BD.CourseApp.Infrastructures.Services.Outbound.csproj", "{05424823-B0FC-49E3-8475-6893B160C78F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "3.Endpoints", "3.Endpoints", "{358F6DD9-4AF2-4F03-8CFE-C890225E4D6E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BD.CourseApp.Endpoint.Api", "src\3.Endpoints\BD.CourseApp.Endpoint.Api\BD.CourseApp.Endpoint.Api.csproj", "{CD2C0E36-3D68-4142-A550-C5D39223B47A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{263494F1-332A-4DB5-A6CD-D8A66B16D792}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BD.CourseApp.Tests", "tests\BD.CourseApp.Tests\BD.CourseApp.Tests.csproj", "{14AF405F-F576-4F86-BEE7-27BF02199DDB}"
EndProject
Project("{E53339B2-1760-4266-BCC7-CA923CBCF16C}") = "docker-compose", "docker-compose.dcproj", "{212BBD93-5A7B-47C9-96E9-975F302A84E5}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{47AABD67-F3FE-4A05-8B3A-40FDC5CBAA85}"
ProjectSection(SolutionItems) = preProject
Solution Items\script.sql = Solution Items\script.sql
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{49928F49-338C-4AB1-BBB6-0AA68C72ECFC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{49928F49-338C-4AB1-BBB6-0AA68C72ECFC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{49928F49-338C-4AB1-BBB6-0AA68C72ECFC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{49928F49-338C-4AB1-BBB6-0AA68C72ECFC}.Release|Any CPU.Build.0 = Release|Any CPU
{38E7A179-68FB-431B-8B62-CD6D4C73BA79}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{38E7A179-68FB-431B-8B62-CD6D4C73BA79}.Debug|Any CPU.Build.0 = Debug|Any CPU
{38E7A179-68FB-431B-8B62-CD6D4C73BA79}.Release|Any CPU.ActiveCfg = Release|Any CPU
{38E7A179-68FB-431B-8B62-CD6D4C73BA79}.Release|Any CPU.Build.0 = Release|Any CPU
{675D4807-0C67-42A8-A9FC-6FCA8D4F3746}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{675D4807-0C67-42A8-A9FC-6FCA8D4F3746}.Debug|Any CPU.Build.0 = Debug|Any CPU
{675D4807-0C67-42A8-A9FC-6FCA8D4F3746}.Release|Any CPU.ActiveCfg = Release|Any CPU
{675D4807-0C67-42A8-A9FC-6FCA8D4F3746}.Release|Any CPU.Build.0 = Release|Any CPU
{05424823-B0FC-49E3-8475-6893B160C78F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{05424823-B0FC-49E3-8475-6893B160C78F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{05424823-B0FC-49E3-8475-6893B160C78F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{05424823-B0FC-49E3-8475-6893B160C78F}.Release|Any CPU.Build.0 = Release|Any CPU
{CD2C0E36-3D68-4142-A550-C5D39223B47A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CD2C0E36-3D68-4142-A550-C5D39223B47A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CD2C0E36-3D68-4142-A550-C5D39223B47A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CD2C0E36-3D68-4142-A550-C5D39223B47A}.Release|Any CPU.Build.0 = Release|Any CPU
{14AF405F-F576-4F86-BEE7-27BF02199DDB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{14AF405F-F576-4F86-BEE7-27BF02199DDB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{14AF405F-F576-4F86-BEE7-27BF02199DDB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{14AF405F-F576-4F86-BEE7-27BF02199DDB}.Release|Any CPU.Build.0 = Release|Any CPU
{212BBD93-5A7B-47C9-96E9-975F302A84E5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{212BBD93-5A7B-47C9-96E9-975F302A84E5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{212BBD93-5A7B-47C9-96E9-975F302A84E5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{212BBD93-5A7B-47C9-96E9-975F302A84E5}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{5B3C5DDF-99EC-4504-90B4-5DDFC4BF6A02} = {7C05E175-3C97-4EFD-AE3C-97E5C62E80A8}
{49928F49-338C-4AB1-BBB6-0AA68C72ECFC} = {5B3C5DDF-99EC-4504-90B4-5DDFC4BF6A02}
{38E7A179-68FB-431B-8B62-CD6D4C73BA79} = {5B3C5DDF-99EC-4504-90B4-5DDFC4BF6A02}
{97D447EC-E211-4D86-8160-1B149D86A477} = {7C05E175-3C97-4EFD-AE3C-97E5C62E80A8}
{44CC3DF2-0540-4997-B88A-D0F068FDA990} = {97D447EC-E211-4D86-8160-1B149D86A477}
{675D4807-0C67-42A8-A9FC-6FCA8D4F3746} = {44CC3DF2-0540-4997-B88A-D0F068FDA990}
{95EE146A-7277-401A-A5CF-27BF7E748539} = {97D447EC-E211-4D86-8160-1B149D86A477}
{05424823-B0FC-49E3-8475-6893B160C78F} = {95EE146A-7277-401A-A5CF-27BF7E748539}
{358F6DD9-4AF2-4F03-8CFE-C890225E4D6E} = {7C05E175-3C97-4EFD-AE3C-97E5C62E80A8}
{CD2C0E36-3D68-4142-A550-C5D39223B47A} = {358F6DD9-4AF2-4F03-8CFE-C890225E4D6E}
{14AF405F-F576-4F86-BEE7-27BF02199DDB} = {263494F1-332A-4DB5-A6CD-D8A66B16D792}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7A19895B-8B63-4918-A89B-BFF622C1EB9F}
EndGlobalSection
EndGlobal