-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathUsers.sln
More file actions
60 lines (60 loc) · 3.19 KB
/
Users.sln
File metadata and controls
60 lines (60 loc) · 3.19 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
50
51
52
53
54
55
56
57
58
59
60
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30611.23
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Users", "Src\Users\Users.csproj", "{2FE469D8-DA73-4F83-A367-4BD68049E520}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Users.L0Tests", "Src\Users.L0Tests\Users.L0Tests.csproj", "{A7BB6E56-B194-45F2-8A55-AFB3401161D1}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Doc", "Doc", "{47AD7957-9EF7-4F57-8078-70E0E82E5181}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Requirements", "Requirements", "{8932CB44-2378-41B7-B7F8-7FC8BD11E2F4}"
ProjectSection(SolutionItems) = preProject
Doc\Requirements\Users requirements.md = Doc\Requirements\Users requirements.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Diagrams", "Diagrams", "{DEC063BD-0706-427A-ABEF-085761A6C47E}"
ProjectSection(SolutionItems) = preProject
Doc\Diagrams\Architecture.md = Doc\Diagrams\Architecture.md
Doc\Diagrams\Simplified architecture.md = Doc\Diagrams\Simplified architecture.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Presentations", "Presentations", "{4EBACD0A-8E4F-41EE-B546-4035337541A4}"
ProjectSection(SolutionItems) = preProject
Doc\Presentations\Writing test plans.md = Doc\Presentations\Writing test plans.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "TestPlans", "TestPlans", "{16C7C1A7-DB97-4A43-841D-E51B5BA33D21}"
ProjectSection(SolutionItems) = preProject
Doc\TestPlans\Users test plan.md = Doc\TestPlans\Users test plan.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2FE469D8-DA73-4F83-A367-4BD68049E520}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2FE469D8-DA73-4F83-A367-4BD68049E520}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2FE469D8-DA73-4F83-A367-4BD68049E520}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2FE469D8-DA73-4F83-A367-4BD68049E520}.Release|Any CPU.Build.0 = Release|Any CPU
{A7BB6E56-B194-45F2-8A55-AFB3401161D1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A7BB6E56-B194-45F2-8A55-AFB3401161D1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A7BB6E56-B194-45F2-8A55-AFB3401161D1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A7BB6E56-B194-45F2-8A55-AFB3401161D1}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{8932CB44-2378-41B7-B7F8-7FC8BD11E2F4} = {47AD7957-9EF7-4F57-8078-70E0E82E5181}
{DEC063BD-0706-427A-ABEF-085761A6C47E} = {47AD7957-9EF7-4F57-8078-70E0E82E5181}
{4EBACD0A-8E4F-41EE-B546-4035337541A4} = {47AD7957-9EF7-4F57-8078-70E0E82E5181}
{16C7C1A7-DB97-4A43-841D-E51B5BA33D21} = {47AD7957-9EF7-4F57-8078-70E0E82E5181}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {602FEBEF-C35E-42D0-BB6A-EA7A084901F0}
EndGlobalSection
EndGlobal