-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathClassroomManagement.sln
43 lines (43 loc) · 2.68 KB
/
ClassroomManagement.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.7.34024.191
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ClassroomManagement.Domain", "ClassroomManagement.Domain\ClassroomManagement.Domain.csproj", "{39B6A708-3A83-4090-9EE5-3C017CE4D8EE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ClassroomManagement.Infrastructure", "ClassroomManagement.Infrastructure\ClassroomManagement.Infrastructure.csproj", "{3123E875-A081-4A2B-A28F-7C97AFC73172}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ClassroomManagement.Web", "ClassroomManagement.Web\ClassroomManagement.Web.csproj", "{4ABAD8A5-22B2-43F0-A6FA-CE94835CE3B5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ClassroomManagement.Test", "ClassroomManagement.Test\ClassroomManagement.Test.csproj", "{9BAA7841-6E50-441A-9FE1-023133747253}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{39B6A708-3A83-4090-9EE5-3C017CE4D8EE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{39B6A708-3A83-4090-9EE5-3C017CE4D8EE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{39B6A708-3A83-4090-9EE5-3C017CE4D8EE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{39B6A708-3A83-4090-9EE5-3C017CE4D8EE}.Release|Any CPU.Build.0 = Release|Any CPU
{3123E875-A081-4A2B-A28F-7C97AFC73172}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3123E875-A081-4A2B-A28F-7C97AFC73172}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3123E875-A081-4A2B-A28F-7C97AFC73172}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3123E875-A081-4A2B-A28F-7C97AFC73172}.Release|Any CPU.Build.0 = Release|Any CPU
{4ABAD8A5-22B2-43F0-A6FA-CE94835CE3B5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4ABAD8A5-22B2-43F0-A6FA-CE94835CE3B5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4ABAD8A5-22B2-43F0-A6FA-CE94835CE3B5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4ABAD8A5-22B2-43F0-A6FA-CE94835CE3B5}.Release|Any CPU.Build.0 = Release|Any CPU
{9BAA7841-6E50-441A-9FE1-023133747253}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9BAA7841-6E50-441A-9FE1-023133747253}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9BAA7841-6E50-441A-9FE1-023133747253}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9BAA7841-6E50-441A-9FE1-023133747253}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4147DD3C-2E40-4470-ACBE-670D6F4902A5}
EndGlobalSection
EndGlobal