-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathLMS.sln
43 lines (43 loc) · 2.51 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.12.35514.174 d17.12
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LMS.Web", "LMS.Web\LMS.Web.csproj", "{D618AF6D-C4F9-45DE-B077-6A17C2801DED}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LMS.Data", "LMS.Data\LMS.Data.csproj", "{53A41CE4-956B-4C31-8F43-A71946B9E2BA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LMS.Repository", "LMS.Repository\LMS.Repository.csproj", "{367D18D2-765B-4BEB-9CAD-75B8F77DF790}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "JqueryDataTables", "JqueryDataTables\JqueryDataTables.csproj", "{5242E3B3-75AA-4BDA-B763-CA28DD809F92}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D618AF6D-C4F9-45DE-B077-6A17C2801DED}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D618AF6D-C4F9-45DE-B077-6A17C2801DED}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D618AF6D-C4F9-45DE-B077-6A17C2801DED}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D618AF6D-C4F9-45DE-B077-6A17C2801DED}.Release|Any CPU.Build.0 = Release|Any CPU
{53A41CE4-956B-4C31-8F43-A71946B9E2BA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{53A41CE4-956B-4C31-8F43-A71946B9E2BA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{53A41CE4-956B-4C31-8F43-A71946B9E2BA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{53A41CE4-956B-4C31-8F43-A71946B9E2BA}.Release|Any CPU.Build.0 = Release|Any CPU
{367D18D2-765B-4BEB-9CAD-75B8F77DF790}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{367D18D2-765B-4BEB-9CAD-75B8F77DF790}.Debug|Any CPU.Build.0 = Debug|Any CPU
{367D18D2-765B-4BEB-9CAD-75B8F77DF790}.Release|Any CPU.ActiveCfg = Release|Any CPU
{367D18D2-765B-4BEB-9CAD-75B8F77DF790}.Release|Any CPU.Build.0 = Release|Any CPU
{5242E3B3-75AA-4BDA-B763-CA28DD809F92}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5242E3B3-75AA-4BDA-B763-CA28DD809F92}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5242E3B3-75AA-4BDA-B763-CA28DD809F92}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5242E3B3-75AA-4BDA-B763-CA28DD809F92}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C8346527-A41B-4558-AD53-5CF5DF76A4C5}
EndGlobalSection
EndGlobal