-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathOnlineLearningPlatform.sln
More file actions
55 lines (55 loc) · 3.58 KB
/
OnlineLearningPlatform.sln
File metadata and controls
55 lines (55 loc) · 3.58 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.11.35303.130
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "e-learning.API", "e-learning.API\e-learning.API.csproj", "{7C63806B-9C83-4FC3-8BB0-9BA35C8AE163}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "e-learning.Core", "e-learning.Core\e-learning.Core.csproj", "{6B933BF0-22CC-449D-835C-C6BC859C3CD1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "e-learning.Data", "e-learning.Data\e-learning.Data.csproj", "{2F0E91BF-0B88-4DE7-B276-CA04BEB6F3DE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "e-learning.infrastructure", "e-learning.infrastructure\e-learning.infrastructure.csproj", "{0B47C45B-2594-4DB7-A74E-1B2DF9C43A6F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "e-learning.Services", "e-learning.Services\e-learning.Services.csproj", "{06F1E7CA-F8C4-44E2-859A-A4F78C631ADD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "e-learning.Services.Tests", "e-learning.Services.Tests\e-learning.Services.Tests.csproj", "{599DC012-EE22-47A7-896E-CA34BE7B166D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7C63806B-9C83-4FC3-8BB0-9BA35C8AE163}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7C63806B-9C83-4FC3-8BB0-9BA35C8AE163}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7C63806B-9C83-4FC3-8BB0-9BA35C8AE163}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7C63806B-9C83-4FC3-8BB0-9BA35C8AE163}.Release|Any CPU.Build.0 = Release|Any CPU
{6B933BF0-22CC-449D-835C-C6BC859C3CD1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6B933BF0-22CC-449D-835C-C6BC859C3CD1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6B933BF0-22CC-449D-835C-C6BC859C3CD1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6B933BF0-22CC-449D-835C-C6BC859C3CD1}.Release|Any CPU.Build.0 = Release|Any CPU
{2F0E91BF-0B88-4DE7-B276-CA04BEB6F3DE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2F0E91BF-0B88-4DE7-B276-CA04BEB6F3DE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2F0E91BF-0B88-4DE7-B276-CA04BEB6F3DE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2F0E91BF-0B88-4DE7-B276-CA04BEB6F3DE}.Release|Any CPU.Build.0 = Release|Any CPU
{0B47C45B-2594-4DB7-A74E-1B2DF9C43A6F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0B47C45B-2594-4DB7-A74E-1B2DF9C43A6F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0B47C45B-2594-4DB7-A74E-1B2DF9C43A6F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0B47C45B-2594-4DB7-A74E-1B2DF9C43A6F}.Release|Any CPU.Build.0 = Release|Any CPU
{06F1E7CA-F8C4-44E2-859A-A4F78C631ADD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{06F1E7CA-F8C4-44E2-859A-A4F78C631ADD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{06F1E7CA-F8C4-44E2-859A-A4F78C631ADD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{06F1E7CA-F8C4-44E2-859A-A4F78C631ADD}.Release|Any CPU.Build.0 = Release|Any CPU
{599DC012-EE22-47A7-896E-CA34BE7B166D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{599DC012-EE22-47A7-896E-CA34BE7B166D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{599DC012-EE22-47A7-896E-CA34BE7B166D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{599DC012-EE22-47A7-896E-CA34BE7B166D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F879DBD6-3495-4639-8A7F-BECB0EF51633}
EndGlobalSection
EndGlobal