forked from esogaco78/VirtualClassroom
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathVirtualClassroom.sln
92 lines (92 loc) · 6.57 KB
/
VirtualClassroom.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27004.2005
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "VirtualClassroom", "VirtualClassroom\VirtualClassroom.csproj", "{36F76757-9395-4669-9AF0-2142840371B8}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Business", "Business", "{6EA16CE7-2E65-444D-998D-0A875605E2E0}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Persistence", "Persistence", "{A75D1F0B-9173-4F56-8BF4-44057BEDFAC7}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Presentation", "Presentation", "{1FB75753-9F1E-4BBB-8EA0-B09EC3F031FB}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Shared", "Shared", "{57AD9D6E-6245-40E8-8503-5BECC2EA5FA1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "VirtualClassroom.Authentication", "VirtualClassroom.Authentication\VirtualClassroom.Authentication.csproj", "{B97DB017-0FE4-46B4-9167-AE972B2957D9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "VirtualClassroom.Domain", "VirtualClassroom.Domain\VirtualClassroom.Domain.csproj", "{FAFE5F22-0269-4F73-AA79-B47303C2FDB0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "VirtualClassroom.Core", "VirtualClassroom.Core\VirtualClassroom.Core.csproj", "{BFB96421-7423-4F49-AC02-88BE9A79E5C5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "VirtualClassroom.Core.Shared", "VirtualClassroom.Core.Shared\VirtualClassroom.Core.Shared.csproj", "{22F509B1-7A0A-4EBF-ADFE-B52321AF657B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "VirtualClassroom.Persistence", "VirtualClassroom.Persistance\VirtualClassroom.Persistence.csproj", "{C3A632F4-20EB-4A9A-9FE5-07EF54F1D300}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "VirtualClassroom.Persistence.EF", "VirtualClassroom.Persistance.EF\VirtualClassroom.Persistence.EF.csproj", "{73C5AAD5-CB74-4A39-BD9F-D20D31A522EE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "VirtualClassroom.CommonAbstractions", "VirtualClassroom.CommonAbstractions\VirtualClassroom.CommonAbstractions.csproj", "{DB0C5FDC-EF32-4DF6-A8A0-0A2009AB2833}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "VirtualClassroom.Persistence.Memory", "VirtualClassroom.Persistence.Memory\VirtualClassroom.Persistence.Memory.csproj", "{BE960544-FF60-44C2-B895-54B1E5D2EC08}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{36F76757-9395-4669-9AF0-2142840371B8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{36F76757-9395-4669-9AF0-2142840371B8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{36F76757-9395-4669-9AF0-2142840371B8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{36F76757-9395-4669-9AF0-2142840371B8}.Release|Any CPU.Build.0 = Release|Any CPU
{B97DB017-0FE4-46B4-9167-AE972B2957D9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B97DB017-0FE4-46B4-9167-AE972B2957D9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B97DB017-0FE4-46B4-9167-AE972B2957D9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B97DB017-0FE4-46B4-9167-AE972B2957D9}.Release|Any CPU.Build.0 = Release|Any CPU
{FAFE5F22-0269-4F73-AA79-B47303C2FDB0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FAFE5F22-0269-4F73-AA79-B47303C2FDB0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FAFE5F22-0269-4F73-AA79-B47303C2FDB0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FAFE5F22-0269-4F73-AA79-B47303C2FDB0}.Release|Any CPU.Build.0 = Release|Any CPU
{BFB96421-7423-4F49-AC02-88BE9A79E5C5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BFB96421-7423-4F49-AC02-88BE9A79E5C5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BFB96421-7423-4F49-AC02-88BE9A79E5C5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BFB96421-7423-4F49-AC02-88BE9A79E5C5}.Release|Any CPU.Build.0 = Release|Any CPU
{22F509B1-7A0A-4EBF-ADFE-B52321AF657B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{22F509B1-7A0A-4EBF-ADFE-B52321AF657B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{22F509B1-7A0A-4EBF-ADFE-B52321AF657B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{22F509B1-7A0A-4EBF-ADFE-B52321AF657B}.Release|Any CPU.Build.0 = Release|Any CPU
{C3A632F4-20EB-4A9A-9FE5-07EF54F1D300}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C3A632F4-20EB-4A9A-9FE5-07EF54F1D300}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C3A632F4-20EB-4A9A-9FE5-07EF54F1D300}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C3A632F4-20EB-4A9A-9FE5-07EF54F1D300}.Release|Any CPU.Build.0 = Release|Any CPU
{73C5AAD5-CB74-4A39-BD9F-D20D31A522EE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{73C5AAD5-CB74-4A39-BD9F-D20D31A522EE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{73C5AAD5-CB74-4A39-BD9F-D20D31A522EE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{73C5AAD5-CB74-4A39-BD9F-D20D31A522EE}.Release|Any CPU.Build.0 = Release|Any CPU
{DB0C5FDC-EF32-4DF6-A8A0-0A2009AB2833}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DB0C5FDC-EF32-4DF6-A8A0-0A2009AB2833}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DB0C5FDC-EF32-4DF6-A8A0-0A2009AB2833}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DB0C5FDC-EF32-4DF6-A8A0-0A2009AB2833}.Release|Any CPU.Build.0 = Release|Any CPU
{BE960544-FF60-44C2-B895-54B1E5D2EC08}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BE960544-FF60-44C2-B895-54B1E5D2EC08}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BE960544-FF60-44C2-B895-54B1E5D2EC08}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BE960544-FF60-44C2-B895-54B1E5D2EC08}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{36F76757-9395-4669-9AF0-2142840371B8} = {1FB75753-9F1E-4BBB-8EA0-B09EC3F031FB}
{B97DB017-0FE4-46B4-9167-AE972B2957D9} = {57AD9D6E-6245-40E8-8503-5BECC2EA5FA1}
{FAFE5F22-0269-4F73-AA79-B47303C2FDB0} = {57AD9D6E-6245-40E8-8503-5BECC2EA5FA1}
{BFB96421-7423-4F49-AC02-88BE9A79E5C5} = {6EA16CE7-2E65-444D-998D-0A875605E2E0}
{22F509B1-7A0A-4EBF-ADFE-B52321AF657B} = {6EA16CE7-2E65-444D-998D-0A875605E2E0}
{C3A632F4-20EB-4A9A-9FE5-07EF54F1D300} = {A75D1F0B-9173-4F56-8BF4-44057BEDFAC7}
{73C5AAD5-CB74-4A39-BD9F-D20D31A522EE} = {A75D1F0B-9173-4F56-8BF4-44057BEDFAC7}
{DB0C5FDC-EF32-4DF6-A8A0-0A2009AB2833} = {57AD9D6E-6245-40E8-8503-5BECC2EA5FA1}
{BE960544-FF60-44C2-B895-54B1E5D2EC08} = {A75D1F0B-9173-4F56-8BF4-44057BEDFAC7}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0B142723-5B81-425F-9D5D-CE270E0AB124}
EndGlobalSection
EndGlobal