-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathEducationHub.sln
61 lines (61 loc) · 3.67 KB
/
EducationHub.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33424.131
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{57C0657B-47DA-4DC1-85E3-A957E3AC0F93}"
ProjectSection(SolutionItems) = preProject
src\.env = src\.env
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Documents", "Documents", "{24767831-61C8-41F9-88A1-0074C30015C9}"
ProjectSection(SolutionItems) = preProject
src\Documents\AccountConfirmation.html = src\Documents\AccountConfirmation.html
src\Documents\AccountConfirmation.min.html = src\Documents\AccountConfirmation.min.html
src\Documents\educationhub_large.png = src\Documents\educationhub_large.png
src\Documents\educationhub_small.png = src\Documents\educationhub_small.png
src\Documents\ProfessorInvitation.html = src\Documents\ProfessorInvitation.html
src\Documents\ProfessorInvitation.min.html = src\Documents\ProfessorInvitation.min.html
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EducationHub.API", "src\EducationHub.API\EducationHub.API.csproj", "{BE3054FB-D3F8-4B20-9B78-8687AFEC595F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EducationHub.Business", "src\EducationHub.Business\EducationHub.Business.csproj", "{93152860-880B-4476-9ECE-28710158A75D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EducationHub.Infrastructure", "src\EducationHub.Infrastructure\EducationHub.Infrastructure.csproj", "{C04B0EC0-1EE6-4D9A-ADEB-F091AC7EAE74}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EducationHub.Shared", "src\EducationHub.Shared\EducationHub.Shared.csproj", "{2D6FEA35-3A9F-4FA5-ADB4-89BD1507F3AD}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BE3054FB-D3F8-4B20-9B78-8687AFEC595F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BE3054FB-D3F8-4B20-9B78-8687AFEC595F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BE3054FB-D3F8-4B20-9B78-8687AFEC595F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BE3054FB-D3F8-4B20-9B78-8687AFEC595F}.Release|Any CPU.Build.0 = Release|Any CPU
{93152860-880B-4476-9ECE-28710158A75D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{93152860-880B-4476-9ECE-28710158A75D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{93152860-880B-4476-9ECE-28710158A75D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{93152860-880B-4476-9ECE-28710158A75D}.Release|Any CPU.Build.0 = Release|Any CPU
{C04B0EC0-1EE6-4D9A-ADEB-F091AC7EAE74}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C04B0EC0-1EE6-4D9A-ADEB-F091AC7EAE74}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C04B0EC0-1EE6-4D9A-ADEB-F091AC7EAE74}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C04B0EC0-1EE6-4D9A-ADEB-F091AC7EAE74}.Release|Any CPU.Build.0 = Release|Any CPU
{2D6FEA35-3A9F-4FA5-ADB4-89BD1507F3AD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2D6FEA35-3A9F-4FA5-ADB4-89BD1507F3AD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2D6FEA35-3A9F-4FA5-ADB4-89BD1507F3AD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2D6FEA35-3A9F-4FA5-ADB4-89BD1507F3AD}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{24767831-61C8-41F9-88A1-0074C30015C9} = {57C0657B-47DA-4DC1-85E3-A957E3AC0F93}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8B264D28-DCFC-4BC8-BAD1-DA2299A84C3D}
EndGlobalSection
EndGlobal