-
Notifications
You must be signed in to change notification settings - Fork 0
/
CourseManagementSystem.sln
56 lines (56 loc) · 3.57 KB
/
CourseManagementSystem.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30330.147
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{AB2BB653-225D-4522-82BA-FE08829FE01F}"
ProjectSection(SolutionItems) = preProject
.gitattributes = .gitattributes
.gitignore = .gitignore
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CourseManagementSystem.API", "CourseManagementSystem.API\CourseManagementSystem.API.csproj", "{DB4E1629-71BF-4898-8BDB-03D9B80FA197}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CourseManagementSystem.Data", "CourseManagementSystem.Data\CourseManagementSystem.Data.csproj", "{58B6C6D5-1E9B-49FC-8D08-4F7A0741318F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CourseManagementSystem.Services", "CourseManagementSystem.Services\CourseManagementSystem.Services.csproj", "{B943AA5D-41C9-4148-8347-E538BD069C2E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CourseManagementSystem.TestEvaluation.Tests", "CourseManagementSystem.TestEvaluation.Tests\CourseManagementSystem.TestEvaluation.Tests.csproj", "{A3075B73-A8BD-4380-A677-8BBCE2CA96B6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CourseManagementSystem.TestEvaluation", "CourseManagementSystem.TestEvaluation\CourseManagementSystem.TestEvaluation.csproj", "{4D0475A3-435E-4CA1-A642-7CC68DE2F253}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DB4E1629-71BF-4898-8BDB-03D9B80FA197}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DB4E1629-71BF-4898-8BDB-03D9B80FA197}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DB4E1629-71BF-4898-8BDB-03D9B80FA197}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DB4E1629-71BF-4898-8BDB-03D9B80FA197}.Release|Any CPU.Build.0 = Release|Any CPU
{58B6C6D5-1E9B-49FC-8D08-4F7A0741318F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{58B6C6D5-1E9B-49FC-8D08-4F7A0741318F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{58B6C6D5-1E9B-49FC-8D08-4F7A0741318F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{58B6C6D5-1E9B-49FC-8D08-4F7A0741318F}.Release|Any CPU.Build.0 = Release|Any CPU
{B943AA5D-41C9-4148-8347-E538BD069C2E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B943AA5D-41C9-4148-8347-E538BD069C2E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B943AA5D-41C9-4148-8347-E538BD069C2E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B943AA5D-41C9-4148-8347-E538BD069C2E}.Release|Any CPU.Build.0 = Release|Any CPU
{A3075B73-A8BD-4380-A677-8BBCE2CA96B6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A3075B73-A8BD-4380-A677-8BBCE2CA96B6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A3075B73-A8BD-4380-A677-8BBCE2CA96B6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A3075B73-A8BD-4380-A677-8BBCE2CA96B6}.Release|Any CPU.Build.0 = Release|Any CPU
{4D0475A3-435E-4CA1-A642-7CC68DE2F253}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4D0475A3-435E-4CA1-A642-7CC68DE2F253}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4D0475A3-435E-4CA1-A642-7CC68DE2F253}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4D0475A3-435E-4CA1-A642-7CC68DE2F253}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0154730D-41F8-490D-8F6C-08D74150796F}
EndGlobalSection
EndGlobal