-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSession10.Middleware.practice.sln
More file actions
42 lines (42 loc) · 2.21 KB
/
Session10.Middleware.practice.sln
File metadata and controls
42 lines (42 loc) · 2.21 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28803.352
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{5241D119-DA4C-46D4-AE2A-0A932E477E96}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{AF7CFAD4-2D45-40F1-93E3-490AFBE0D60A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "EndPoint", "EndPoint", "{D2AF2D19-0E05-46B6-8F26-D66D6C975638}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebUI", "src\EndPoint\WebUI\WebUI.csproj", "{7E3FF739-5E5F-4B6D-BD15-37682B5ED62F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebUI.Test", "test\WebUI.Test\WebUI.Test.csproj", "{05AA6E1B-6451-4FFD-9BC6-12E7CA12C261}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7E3FF739-5E5F-4B6D-BD15-37682B5ED62F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7E3FF739-5E5F-4B6D-BD15-37682B5ED62F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7E3FF739-5E5F-4B6D-BD15-37682B5ED62F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7E3FF739-5E5F-4B6D-BD15-37682B5ED62F}.Release|Any CPU.Build.0 = Release|Any CPU
{05AA6E1B-6451-4FFD-9BC6-12E7CA12C261}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{05AA6E1B-6451-4FFD-9BC6-12E7CA12C261}.Debug|Any CPU.Build.0 = Debug|Any CPU
{05AA6E1B-6451-4FFD-9BC6-12E7CA12C261}.Release|Any CPU.ActiveCfg = Release|Any CPU
{05AA6E1B-6451-4FFD-9BC6-12E7CA12C261}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{D2AF2D19-0E05-46B6-8F26-D66D6C975638} = {5241D119-DA4C-46D4-AE2A-0A932E477E96}
{7E3FF739-5E5F-4B6D-BD15-37682B5ED62F} = {D2AF2D19-0E05-46B6-8F26-D66D6C975638}
{05AA6E1B-6451-4FFD-9BC6-12E7CA12C261} = {AF7CFAD4-2D45-40F1-93E3-490AFBE0D60A}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4666D028-E70F-44D7-8F84-24EEEC9F2509}
EndGlobalSection
EndGlobal