-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathStudentManagementSystem.sln
More file actions
59 lines (59 loc) · 3.89 KB
/
StudentManagementSystem.sln
File metadata and controls
59 lines (59 loc) · 3.89 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.32014.148
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StudentManagementSystem.Entities", "StudentManagementSystem.Entities\StudentManagementSystem.Entities.csproj", "{381993B4-E31A-4C47-A91F-076194971108}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StudentManagementSystem.DataAccess", "StudentManagementSystem.DataAccess\StudentManagementSystem.DataAccess.csproj", "{58A8038C-5917-4697-948D-3DB83C0997E1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StudentManagementSystem.Core", "StudentManagementSystem.Core\StudentManagementSystem.Core.csproj", "{67024470-02BC-45C2-B766-5DEE3591E457}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StudentManagementSystem.Business", "StudentManagementSystem.Business\StudentManagementSystem.Business.csproj", "{15267BFE-367F-4BFA-8D48-53B9FDA0450E}"
ProjectSection(ProjectDependencies) = postProject
{67024470-02BC-45C2-B766-5DEE3591E457} = {67024470-02BC-45C2-B766-5DEE3591E457}
{58A8038C-5917-4697-948D-3DB83C0997E1} = {58A8038C-5917-4697-948D-3DB83C0997E1}
{381993B4-E31A-4C47-A91F-076194971108} = {381993B4-E31A-4C47-A91F-076194971108}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StudentManagementSystem.Application", "StudentManagementSystem.Application\StudentManagementSystem.Application.csproj", "{B7084DDD-2029-49BC-9D19-B17B1E2CDEB2}"
ProjectSection(ProjectDependencies) = postProject
{67024470-02BC-45C2-B766-5DEE3591E457} = {67024470-02BC-45C2-B766-5DEE3591E457}
{381993B4-E31A-4C47-A91F-076194971108} = {381993B4-E31A-4C47-A91F-076194971108}
{15267BFE-367F-4BFA-8D48-53B9FDA0450E} = {15267BFE-367F-4BFA-8D48-53B9FDA0450E}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{381993B4-E31A-4C47-A91F-076194971108}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{381993B4-E31A-4C47-A91F-076194971108}.Debug|Any CPU.Build.0 = Debug|Any CPU
{381993B4-E31A-4C47-A91F-076194971108}.Release|Any CPU.ActiveCfg = Release|Any CPU
{381993B4-E31A-4C47-A91F-076194971108}.Release|Any CPU.Build.0 = Release|Any CPU
{58A8038C-5917-4697-948D-3DB83C0997E1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{58A8038C-5917-4697-948D-3DB83C0997E1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{58A8038C-5917-4697-948D-3DB83C0997E1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{58A8038C-5917-4697-948D-3DB83C0997E1}.Release|Any CPU.Build.0 = Release|Any CPU
{67024470-02BC-45C2-B766-5DEE3591E457}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{67024470-02BC-45C2-B766-5DEE3591E457}.Debug|Any CPU.Build.0 = Debug|Any CPU
{67024470-02BC-45C2-B766-5DEE3591E457}.Release|Any CPU.ActiveCfg = Release|Any CPU
{67024470-02BC-45C2-B766-5DEE3591E457}.Release|Any CPU.Build.0 = Release|Any CPU
{15267BFE-367F-4BFA-8D48-53B9FDA0450E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{15267BFE-367F-4BFA-8D48-53B9FDA0450E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{15267BFE-367F-4BFA-8D48-53B9FDA0450E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{15267BFE-367F-4BFA-8D48-53B9FDA0450E}.Release|Any CPU.Build.0 = Release|Any CPU
{B7084DDD-2029-49BC-9D19-B17B1E2CDEB2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B7084DDD-2029-49BC-9D19-B17B1E2CDEB2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B7084DDD-2029-49BC-9D19-B17B1E2CDEB2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B7084DDD-2029-49BC-9D19-B17B1E2CDEB2}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B36B6372-FC62-4B3C-BE83-6D5B5278042B}
EndGlobalSection
EndGlobal