-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathStudentPicker.sln
More file actions
49 lines (49 loc) · 2.95 KB
/
StudentPicker.sln
File metadata and controls
49 lines (49 loc) · 2.95 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.14.36301.6
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Infrastructure", "Data\Infrastructure.csproj", "{F36421F4-2E57-4D92-8379-0C4AA42D37C2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BackEndTest", "BackEndTest\BackEndTest.csproj", "{451795DA-951B-4CE6-8CFA-C1D4E7AE43C9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Domain", "Domain\Domain.csproj", "{F1E4BC15-E867-4406-A2FD-10E1AB6D6881}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Application", "Applications\Application.csproj", "{361D7D24-0F7D-4B8A-AF3A-0B86B711E444}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Presentation", "Presentation\Presentation.csproj", "{3C650FE4-687C-404E-A186-1205EE018240}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F36421F4-2E57-4D92-8379-0C4AA42D37C2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F36421F4-2E57-4D92-8379-0C4AA42D37C2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F36421F4-2E57-4D92-8379-0C4AA42D37C2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F36421F4-2E57-4D92-8379-0C4AA42D37C2}.Release|Any CPU.Build.0 = Release|Any CPU
{451795DA-951B-4CE6-8CFA-C1D4E7AE43C9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{451795DA-951B-4CE6-8CFA-C1D4E7AE43C9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{451795DA-951B-4CE6-8CFA-C1D4E7AE43C9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{451795DA-951B-4CE6-8CFA-C1D4E7AE43C9}.Release|Any CPU.Build.0 = Release|Any CPU
{F1E4BC15-E867-4406-A2FD-10E1AB6D6881}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F1E4BC15-E867-4406-A2FD-10E1AB6D6881}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F1E4BC15-E867-4406-A2FD-10E1AB6D6881}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F1E4BC15-E867-4406-A2FD-10E1AB6D6881}.Release|Any CPU.Build.0 = Release|Any CPU
{361D7D24-0F7D-4B8A-AF3A-0B86B711E444}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{361D7D24-0F7D-4B8A-AF3A-0B86B711E444}.Debug|Any CPU.Build.0 = Debug|Any CPU
{361D7D24-0F7D-4B8A-AF3A-0B86B711E444}.Release|Any CPU.ActiveCfg = Release|Any CPU
{361D7D24-0F7D-4B8A-AF3A-0B86B711E444}.Release|Any CPU.Build.0 = Release|Any CPU
{3C650FE4-687C-404E-A186-1205EE018240}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3C650FE4-687C-404E-A186-1205EE018240}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3C650FE4-687C-404E-A186-1205EE018240}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3C650FE4-687C-404E-A186-1205EE018240}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9070D12A-595E-4D7E-93CC-3707CE442720}
EndGlobalSection
EndGlobal