-
Notifications
You must be signed in to change notification settings - Fork 0
/
LearningPlatform.sln
106 lines (106 loc) · 7.61 KB
/
LearningPlatform.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
94
95
96
97
98
99
100
101
102
103
104
105
106
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34330.188
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{9B8E3244-E520-43E2-B9D6-70F7F5F3F038}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{AF488AAC-4807-4564-97FF-16C89718762A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "API", "API", "{6D8FF71F-B89F-466E-B841-221C8B5513B3}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Core", "Core", "{CB2ABC30-95DF-483A-8C39-BA082AA1118A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Infrastructure", "Infrastructure", "{CE857FD0-E097-4A55-9B00-6B8FFB0DDF11}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "UI", "UI", "{3775018C-0679-4427-BAE8-FE4604382705}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Mobile", "Mobile", "{255D1CE5-B9DB-4796-A117-D48D3DAAE982}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LearningPlatform.API", "src\API\LearningPlatform.API\LearningPlatform.API.csproj", "{3FE894C1-0BD5-4C81-8C34-756BAD0CBF71}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LearningPlatform.Domain", "src\Core\LearningPlatform.Domain\LearningPlatform.Domain.csproj", "{6E43F504-4C34-4F79-9FF8-2B7A6B203AAF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LearningPlatform.Application", "src\Core\LearningPlatform.Application\LearningPlatform.Application.csproj", "{3855BBE2-E5E7-47F4-A542-E1B06D4E5D2C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LearninngPlatform.Web", "src\UI\Web\LearninngPlatform.Web\LearninngPlatform.Web\LearninngPlatform.Web.csproj", "{F13CEB04-FB9A-467F-AAB8-F415FAC4733B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LearninngPlatform.Web.Client", "src\UI\Web\LearninngPlatform.Web\LearninngPlatform.Web.Client\LearninngPlatform.Web.Client.csproj", "{D41579EE-3C6C-4EA4-AA0A-BE6EDBAA4BAF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LearningPlatform.Persistance", "src\Infrastructure\LearningPlatform.Persistance\LearningPlatform.Persistance.csproj", "{F0E9690E-104B-4D4C-A961-E6BF0A63D4CE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LearningPlatform.Infrastructure", "src\Infrastructure\LearningPlatform.Infrastructure\LearningPlatform.Infrastructure.csproj", "{ADD23DB0-861C-4A61-9312-1D6C2BA83169}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LearningPlatform.Identity", "src\Infrastructure\LearningPlatform.Identity\LearningPlatform.Identity.csproj", "{9EA81852-8DDC-4064-A5CB-D28610AEB6CF}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Web", "Web", "{C38F0AEF-1D25-4BA8-B536-B2EF29A98242}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LearningPlatform.LiveChat", "src\Infrastructure\LearningPlatform.LiveChat\LearningPlatform.LiveChat.csproj", "{233B80CA-B090-4E64-A4F3-FA84C8805F88}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3FE894C1-0BD5-4C81-8C34-756BAD0CBF71}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3FE894C1-0BD5-4C81-8C34-756BAD0CBF71}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3FE894C1-0BD5-4C81-8C34-756BAD0CBF71}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3FE894C1-0BD5-4C81-8C34-756BAD0CBF71}.Release|Any CPU.Build.0 = Release|Any CPU
{6E43F504-4C34-4F79-9FF8-2B7A6B203AAF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6E43F504-4C34-4F79-9FF8-2B7A6B203AAF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6E43F504-4C34-4F79-9FF8-2B7A6B203AAF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6E43F504-4C34-4F79-9FF8-2B7A6B203AAF}.Release|Any CPU.Build.0 = Release|Any CPU
{3855BBE2-E5E7-47F4-A542-E1B06D4E5D2C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3855BBE2-E5E7-47F4-A542-E1B06D4E5D2C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3855BBE2-E5E7-47F4-A542-E1B06D4E5D2C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3855BBE2-E5E7-47F4-A542-E1B06D4E5D2C}.Release|Any CPU.Build.0 = Release|Any CPU
{F13CEB04-FB9A-467F-AAB8-F415FAC4733B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F13CEB04-FB9A-467F-AAB8-F415FAC4733B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F13CEB04-FB9A-467F-AAB8-F415FAC4733B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F13CEB04-FB9A-467F-AAB8-F415FAC4733B}.Release|Any CPU.Build.0 = Release|Any CPU
{D41579EE-3C6C-4EA4-AA0A-BE6EDBAA4BAF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D41579EE-3C6C-4EA4-AA0A-BE6EDBAA4BAF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D41579EE-3C6C-4EA4-AA0A-BE6EDBAA4BAF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D41579EE-3C6C-4EA4-AA0A-BE6EDBAA4BAF}.Release|Any CPU.Build.0 = Release|Any CPU
{F0E9690E-104B-4D4C-A961-E6BF0A63D4CE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F0E9690E-104B-4D4C-A961-E6BF0A63D4CE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F0E9690E-104B-4D4C-A961-E6BF0A63D4CE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F0E9690E-104B-4D4C-A961-E6BF0A63D4CE}.Release|Any CPU.Build.0 = Release|Any CPU
{ADD23DB0-861C-4A61-9312-1D6C2BA83169}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ADD23DB0-861C-4A61-9312-1D6C2BA83169}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ADD23DB0-861C-4A61-9312-1D6C2BA83169}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ADD23DB0-861C-4A61-9312-1D6C2BA83169}.Release|Any CPU.Build.0 = Release|Any CPU
{9EA81852-8DDC-4064-A5CB-D28610AEB6CF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9EA81852-8DDC-4064-A5CB-D28610AEB6CF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9EA81852-8DDC-4064-A5CB-D28610AEB6CF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9EA81852-8DDC-4064-A5CB-D28610AEB6CF}.Release|Any CPU.Build.0 = Release|Any CPU
{233B80CA-B090-4E64-A4F3-FA84C8805F88}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{233B80CA-B090-4E64-A4F3-FA84C8805F88}.Debug|Any CPU.Build.0 = Debug|Any CPU
{233B80CA-B090-4E64-A4F3-FA84C8805F88}.Release|Any CPU.ActiveCfg = Release|Any CPU
{233B80CA-B090-4E64-A4F3-FA84C8805F88}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{6D8FF71F-B89F-466E-B841-221C8B5513B3} = {9B8E3244-E520-43E2-B9D6-70F7F5F3F038}
{CB2ABC30-95DF-483A-8C39-BA082AA1118A} = {9B8E3244-E520-43E2-B9D6-70F7F5F3F038}
{CE857FD0-E097-4A55-9B00-6B8FFB0DDF11} = {9B8E3244-E520-43E2-B9D6-70F7F5F3F038}
{3775018C-0679-4427-BAE8-FE4604382705} = {9B8E3244-E520-43E2-B9D6-70F7F5F3F038}
{255D1CE5-B9DB-4796-A117-D48D3DAAE982} = {3775018C-0679-4427-BAE8-FE4604382705}
{3FE894C1-0BD5-4C81-8C34-756BAD0CBF71} = {6D8FF71F-B89F-466E-B841-221C8B5513B3}
{6E43F504-4C34-4F79-9FF8-2B7A6B203AAF} = {CB2ABC30-95DF-483A-8C39-BA082AA1118A}
{3855BBE2-E5E7-47F4-A542-E1B06D4E5D2C} = {CB2ABC30-95DF-483A-8C39-BA082AA1118A}
{F13CEB04-FB9A-467F-AAB8-F415FAC4733B} = {C38F0AEF-1D25-4BA8-B536-B2EF29A98242}
{D41579EE-3C6C-4EA4-AA0A-BE6EDBAA4BAF} = {C38F0AEF-1D25-4BA8-B536-B2EF29A98242}
{F0E9690E-104B-4D4C-A961-E6BF0A63D4CE} = {CE857FD0-E097-4A55-9B00-6B8FFB0DDF11}
{ADD23DB0-861C-4A61-9312-1D6C2BA83169} = {CE857FD0-E097-4A55-9B00-6B8FFB0DDF11}
{9EA81852-8DDC-4064-A5CB-D28610AEB6CF} = {CE857FD0-E097-4A55-9B00-6B8FFB0DDF11}
{C38F0AEF-1D25-4BA8-B536-B2EF29A98242} = {3775018C-0679-4427-BAE8-FE4604382705}
{233B80CA-B090-4E64-A4F3-FA84C8805F88} = {CE857FD0-E097-4A55-9B00-6B8FFB0DDF11}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2A83A163-9A7A-4ACC-ACA5-976027FB2BBE}
EndGlobalSection
EndGlobal