-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathLMS.sln
69 lines (69 loc) · 4.34 KB
/
LMS.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{B2878DB4-A876-4B05-8AAE-18130B32AF19}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{4CF43CF7-11AA-4C0A-80E7-870BA513ADEB}"
ProjectSection(SolutionItems) = preProject
global.json = global.json
EndProjectSection
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "LMS.Web", "src\LMS.Web\LMS.Web.xproj", "{C2FD464B-A25A-43C4-ABCA-24B3FAE4AC73}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{D6FDD71C-3963-4853-BFD5-95E6B05D6CE9}"
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Web.Tests", "tests\Web.Tests\Web.Tests.xproj", "{AED5190A-354C-43B8-AEDE-5A07ED780E73}"
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "LMS.Core", "src\LMS.Core\LMS.Core.xproj", "{53A42552-D797-4E88-9103-3832A3E3D41D}"
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "LMS.Infrastructure", "src\LMS.Infrastructure\LMS.Infrastructure.xproj", "{7FB27625-68EE-473E-8B6A-6C8994504B99}"
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "LMS.Utilities", "src\LMS.Utilities\LMS.Utilities.xproj", "{E3536AA1-CC0F-4EB0-8521-FAC48392BF2B}"
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Utilities.Tests", "tests\Utilities.Tests\Utilities.Tests.xproj", "{828CEC31-62F8-4BEE-A267-CB3412157664}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C2FD464B-A25A-43C4-ABCA-24B3FAE4AC73}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C2FD464B-A25A-43C4-ABCA-24B3FAE4AC73}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C2FD464B-A25A-43C4-ABCA-24B3FAE4AC73}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C2FD464B-A25A-43C4-ABCA-24B3FAE4AC73}.Release|Any CPU.Build.0 = Release|Any CPU
{AED5190A-354C-43B8-AEDE-5A07ED780E73}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AED5190A-354C-43B8-AEDE-5A07ED780E73}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AED5190A-354C-43B8-AEDE-5A07ED780E73}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AED5190A-354C-43B8-AEDE-5A07ED780E73}.Release|Any CPU.Build.0 = Release|Any CPU
{53A42552-D797-4E88-9103-3832A3E3D41D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{53A42552-D797-4E88-9103-3832A3E3D41D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{53A42552-D797-4E88-9103-3832A3E3D41D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{53A42552-D797-4E88-9103-3832A3E3D41D}.Release|Any CPU.Build.0 = Release|Any CPU
{7FB27625-68EE-473E-8B6A-6C8994504B99}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7FB27625-68EE-473E-8B6A-6C8994504B99}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7FB27625-68EE-473E-8B6A-6C8994504B99}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7FB27625-68EE-473E-8B6A-6C8994504B99}.Release|Any CPU.Build.0 = Release|Any CPU
{E3536AA1-CC0F-4EB0-8521-FAC48392BF2B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E3536AA1-CC0F-4EB0-8521-FAC48392BF2B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E3536AA1-CC0F-4EB0-8521-FAC48392BF2B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E3536AA1-CC0F-4EB0-8521-FAC48392BF2B}.Release|Any CPU.Build.0 = Release|Any CPU
{828CEC31-62F8-4BEE-A267-CB3412157664}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{828CEC31-62F8-4BEE-A267-CB3412157664}.Debug|Any CPU.Build.0 = Debug|Any CPU
{828CEC31-62F8-4BEE-A267-CB3412157664}.Release|Any CPU.ActiveCfg = Release|Any CPU
{828CEC31-62F8-4BEE-A267-CB3412157664}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{C2FD464B-A25A-43C4-ABCA-24B3FAE4AC73} = {B2878DB4-A876-4B05-8AAE-18130B32AF19}
{AED5190A-354C-43B8-AEDE-5A07ED780E73} = {D6FDD71C-3963-4853-BFD5-95E6B05D6CE9}
{53A42552-D797-4E88-9103-3832A3E3D41D} = {B2878DB4-A876-4B05-8AAE-18130B32AF19}
{7FB27625-68EE-473E-8B6A-6C8994504B99} = {B2878DB4-A876-4B05-8AAE-18130B32AF19}
{E3536AA1-CC0F-4EB0-8521-FAC48392BF2B} = {B2878DB4-A876-4B05-8AAE-18130B32AF19}
{828CEC31-62F8-4BEE-A267-CB3412157664} = {D6FDD71C-3963-4853-BFD5-95E6B05D6CE9}
EndGlobalSection
EndGlobal