-
Notifications
You must be signed in to change notification settings - Fork 1
/
StudentAssistant.sln
58 lines (58 loc) · 3.59 KB
/
StudentAssistant.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
57
58
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28809.33
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{AAC49790-C2E6-4466-9394-D18B74BE28A4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "StudentAssistant.Tests", "StudentAssistant.Tests\StudentAssistant.Tests.csproj", "{FD200476-83D3-4395-A01C-58047CEB1343}"
ProjectSection(ProjectDependencies) = postProject
{E8117448-5636-4FCE-A03B-6C15D1FF93B0} = {E8117448-5636-4FCE-A03B-6C15D1FF93B0}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "StudentAssistant.DbLayer", "StudentAssistant.DbLayer\StudentAssistant.DbLayer.csproj", "{AC655981-787F-404E-B011-607E65DAC471}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "StudentAssistant.Backend", "StudentAssistant.Backend\StudentAssistant.Backend.csproj", "{E8117448-5636-4FCE-A03B-6C15D1FF93B0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "StudentAssistant.Frontend", "StudentAssistant.Frontend\StudentAssistant.Frontend.csproj", "{CCE80412-FEE2-4A64-86F3-C68C99FA56E6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "_build", "build\_build.csproj", "{00DBF69A-48DB-4127-A9D7-201BF3142A3D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{00DBF69A-48DB-4127-A9D7-201BF3142A3D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{00DBF69A-48DB-4127-A9D7-201BF3142A3D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FD200476-83D3-4395-A01C-58047CEB1343}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FD200476-83D3-4395-A01C-58047CEB1343}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FD200476-83D3-4395-A01C-58047CEB1343}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FD200476-83D3-4395-A01C-58047CEB1343}.Release|Any CPU.Build.0 = Release|Any CPU
{AC655981-787F-404E-B011-607E65DAC471}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AC655981-787F-404E-B011-607E65DAC471}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AC655981-787F-404E-B011-607E65DAC471}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AC655981-787F-404E-B011-607E65DAC471}.Release|Any CPU.Build.0 = Release|Any CPU
{E8117448-5636-4FCE-A03B-6C15D1FF93B0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E8117448-5636-4FCE-A03B-6C15D1FF93B0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E8117448-5636-4FCE-A03B-6C15D1FF93B0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E8117448-5636-4FCE-A03B-6C15D1FF93B0}.Release|Any CPU.Build.0 = Release|Any CPU
{CCE80412-FEE2-4A64-86F3-C68C99FA56E6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CCE80412-FEE2-4A64-86F3-C68C99FA56E6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CCE80412-FEE2-4A64-86F3-C68C99FA56E6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CCE80412-FEE2-4A64-86F3-C68C99FA56E6}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{FD200476-83D3-4395-A01C-58047CEB1343} = {AAC49790-C2E6-4466-9394-D18B74BE28A4}
{AC655981-787F-404E-B011-607E65DAC471} = {AAC49790-C2E6-4466-9394-D18B74BE28A4}
{E8117448-5636-4FCE-A03B-6C15D1FF93B0} = {AAC49790-C2E6-4466-9394-D18B74BE28A4}
{CCE80412-FEE2-4A64-86F3-C68C99FA56E6} = {AAC49790-C2E6-4466-9394-D18B74BE28A4}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D7897B09-B35D-4144-8962-DFBE59954577}
EndGlobalSection
EndGlobal