-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathEduTrack.sln
68 lines (68 loc) · 4.3 KB
/
EduTrack.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.7.34031.279
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Domain", "Domain", "{6DD13413-B471-4AD1-83B9-EF5CAFDB8408}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Application", "Application", "{E7B2EC66-4C9E-424E-B5E3-030A72898ACF}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Infrastructure", "Infrastructure", "{A422853B-6622-4D8B-B093-005DCB91EEB9}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Presentation", "Presentation", "{A743B5C0-FCD7-406A-88CE-B84EEE96735D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EduTrack.Domain", "EduTrack.Domain\EduTrack.Domain.csproj", "{49A74FDE-FB6A-4709-B97E-4061401D703B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EduTrack.Persistence", "EduTrack.Persistence\EduTrack.Persistence.csproj", "{C26E67EE-531A-45AC-B2B3-F42DA935E504}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Core", "Core", "{89306294-BAFD-4424-892C-F4AB36C0B312}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EduTrack.Application", "EduTrack.Application\EduTrack.Application.csproj", "{FA05C298-CCFE-4CE7-A8D4-1F186425B8F0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EduTrack.API", "EduTrack.API\EduTrack.API.csproj", "{DBCD4CF8-0750-489D-84B4-30DA6613172A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EduTrack.MVC", "EduTrack.MVC\EduTrack.MVC.csproj", "{298E3BB5-8F79-491E-9AB3-19B2D5B775A9}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{49A74FDE-FB6A-4709-B97E-4061401D703B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{49A74FDE-FB6A-4709-B97E-4061401D703B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{49A74FDE-FB6A-4709-B97E-4061401D703B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{49A74FDE-FB6A-4709-B97E-4061401D703B}.Release|Any CPU.Build.0 = Release|Any CPU
{C26E67EE-531A-45AC-B2B3-F42DA935E504}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C26E67EE-531A-45AC-B2B3-F42DA935E504}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C26E67EE-531A-45AC-B2B3-F42DA935E504}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C26E67EE-531A-45AC-B2B3-F42DA935E504}.Release|Any CPU.Build.0 = Release|Any CPU
{FA05C298-CCFE-4CE7-A8D4-1F186425B8F0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FA05C298-CCFE-4CE7-A8D4-1F186425B8F0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FA05C298-CCFE-4CE7-A8D4-1F186425B8F0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FA05C298-CCFE-4CE7-A8D4-1F186425B8F0}.Release|Any CPU.Build.0 = Release|Any CPU
{DBCD4CF8-0750-489D-84B4-30DA6613172A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DBCD4CF8-0750-489D-84B4-30DA6613172A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DBCD4CF8-0750-489D-84B4-30DA6613172A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DBCD4CF8-0750-489D-84B4-30DA6613172A}.Release|Any CPU.Build.0 = Release|Any CPU
{298E3BB5-8F79-491E-9AB3-19B2D5B775A9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{298E3BB5-8F79-491E-9AB3-19B2D5B775A9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{298E3BB5-8F79-491E-9AB3-19B2D5B775A9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{298E3BB5-8F79-491E-9AB3-19B2D5B775A9}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{6DD13413-B471-4AD1-83B9-EF5CAFDB8408} = {89306294-BAFD-4424-892C-F4AB36C0B312}
{E7B2EC66-4C9E-424E-B5E3-030A72898ACF} = {89306294-BAFD-4424-892C-F4AB36C0B312}
{49A74FDE-FB6A-4709-B97E-4061401D703B} = {6DD13413-B471-4AD1-83B9-EF5CAFDB8408}
{C26E67EE-531A-45AC-B2B3-F42DA935E504} = {A422853B-6622-4D8B-B093-005DCB91EEB9}
{FA05C298-CCFE-4CE7-A8D4-1F186425B8F0} = {E7B2EC66-4C9E-424E-B5E3-030A72898ACF}
{DBCD4CF8-0750-489D-84B4-30DA6613172A} = {A743B5C0-FCD7-406A-88CE-B84EEE96735D}
{298E3BB5-8F79-491E-9AB3-19B2D5B775A9} = {A743B5C0-FCD7-406A-88CE-B84EEE96735D}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {70ADF530-B642-4991-9918-6EF7589238B5}
EndGlobalSection
EndGlobal