-
Notifications
You must be signed in to change notification settings - Fork 0
/
Student.Management.System.sln
46 lines (46 loc) · 3.23 KB
/
Student.Management.System.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Student.Management.System.Tests", "Student.Management.System.Tests\Student.Management.System.Tests.csproj", "{44B18987-4D78-4149-A66E-7AD54B065897}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Student.Management.System.WebAPI", "Student.Management.System.WebAPI\Student.Management.System.WebAPI.csproj", "{A818CB80-2ECF-490F-98B7-C5F2872906A1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Student.Management.System.Application", "Student.Management.System.Application\Student.Management.System.Application.csproj", "{5AC9460C-9C03-4259-8F78-0467BCDD2E23}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Student.Management.System.Domain", "Student.Management.System.Domain\Student.Management.System.Domain.csproj", "{9901F4F8-A26B-4AFD-908C-D0F0A0CCDA38}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Student.Management.System.Infrastructure", "Student.Management.System.Infrastructure\Student.Management.System.Infrastructure.csproj", "{B324CA2B-989F-415C-B832-14509ECC7343}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{44B18987-4D78-4149-A66E-7AD54B065897}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{44B18987-4D78-4149-A66E-7AD54B065897}.Debug|Any CPU.Build.0 = Debug|Any CPU
{44B18987-4D78-4149-A66E-7AD54B065897}.Release|Any CPU.ActiveCfg = Release|Any CPU
{44B18987-4D78-4149-A66E-7AD54B065897}.Release|Any CPU.Build.0 = Release|Any CPU
{A818CB80-2ECF-490F-98B7-C5F2872906A1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A818CB80-2ECF-490F-98B7-C5F2872906A1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A818CB80-2ECF-490F-98B7-C5F2872906A1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A818CB80-2ECF-490F-98B7-C5F2872906A1}.Release|Any CPU.Build.0 = Release|Any CPU
{5AC9460C-9C03-4259-8F78-0467BCDD2E23}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5AC9460C-9C03-4259-8F78-0467BCDD2E23}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5AC9460C-9C03-4259-8F78-0467BCDD2E23}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5AC9460C-9C03-4259-8F78-0467BCDD2E23}.Release|Any CPU.Build.0 = Release|Any CPU
{9901F4F8-A26B-4AFD-908C-D0F0A0CCDA38}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9901F4F8-A26B-4AFD-908C-D0F0A0CCDA38}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9901F4F8-A26B-4AFD-908C-D0F0A0CCDA38}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9901F4F8-A26B-4AFD-908C-D0F0A0CCDA38}.Release|Any CPU.Build.0 = Release|Any CPU
{B324CA2B-989F-415C-B832-14509ECC7343}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B324CA2B-989F-415C-B832-14509ECC7343}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B324CA2B-989F-415C-B832-14509ECC7343}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B324CA2B-989F-415C-B832-14509ECC7343}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal