-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathEducationSystem.sln
43 lines (43 loc) · 2.61 KB
/
EducationSystem.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.1.32407.343
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EducationSystem.Api", "EducationSystem.Api\EducationSystem.Api.csproj", "{A9305DC7-1D64-47E1-897E-B19184C13366}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EducationSystem.Domain", "EducationSystem.Domain\EducationSystem.Domain.csproj", "{9F75B0F9-298D-4387-A80B-768590671EF7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EducationSystem.Data", "EducationSystem.Data\EducationSystem.Data.csproj", "{ABF65152-93C3-4C98-8B47-13FEC99536E8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EducationSystem.Service", "EducationSystem.Service\EducationSystem.Service.csproj", "{5C815494-B7D8-4576-A650-B5867F1218FC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A9305DC7-1D64-47E1-897E-B19184C13366}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A9305DC7-1D64-47E1-897E-B19184C13366}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A9305DC7-1D64-47E1-897E-B19184C13366}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A9305DC7-1D64-47E1-897E-B19184C13366}.Release|Any CPU.Build.0 = Release|Any CPU
{9F75B0F9-298D-4387-A80B-768590671EF7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9F75B0F9-298D-4387-A80B-768590671EF7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9F75B0F9-298D-4387-A80B-768590671EF7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9F75B0F9-298D-4387-A80B-768590671EF7}.Release|Any CPU.Build.0 = Release|Any CPU
{ABF65152-93C3-4C98-8B47-13FEC99536E8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ABF65152-93C3-4C98-8B47-13FEC99536E8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ABF65152-93C3-4C98-8B47-13FEC99536E8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ABF65152-93C3-4C98-8B47-13FEC99536E8}.Release|Any CPU.Build.0 = Release|Any CPU
{5C815494-B7D8-4576-A650-B5867F1218FC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5C815494-B7D8-4576-A650-B5867F1218FC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5C815494-B7D8-4576-A650-B5867F1218FC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5C815494-B7D8-4576-A650-B5867F1218FC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {CD44EB78-E166-4D87-9FC1-D23BFB3BEB95}
EndGlobalSection
EndGlobal