-
Notifications
You must be signed in to change notification settings - Fork 2
/
SDP.sln
63 lines (63 loc) · 3.71 KB
/
SDP.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
59
60
61
62
63
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Adapter1", "8. The Adapter Pattern __ Structural\Adapter\Adapter1.csproj", "{102AB0D8-3DA1-4EEE-9122-ECD8937D946C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Adapter", "Adapter", "{0333BE0A-F94E-45BE-B246-5E39D0A6B24D}"
ProjectSection(SolutionItems) = preProject
8. The Adapter Pattern __ Structural\README.md = 8. The Adapter Pattern __ Structural\README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SDPTests", "Tests\SDPTests\SDPTests.csproj", "{A659E302-BBBE-43CC-BA86-86DF0F0297A1}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Bridge", "Bridge", "{1EE1136C-411D-4156-8212-57B54BB6CEFD}"
ProjectSection(SolutionItems) = preProject
12. The Bridge Pattern __ Structural\README.md = 12. The Bridge Pattern __ Structural\README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Bridge1", "12. The Bridge Pattern __ Structural\Bridge1\Bridge1.csproj", "{447D8C04-2690-41D7-868C-D8CBBC9B0B73}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Builder", "Builder", "{92A24509-661D-40BF-9E6E-D6DBCFB63E57}"
ProjectSection(SolutionItems) = preProject
4. The Builder Pattern __Creational\README.md = 4. The Builder Pattern __Creational\README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Builder1", "4. The Builder Pattern __Creational\Builder1\Builder1.csproj", "{EC04B5EA-FA09-4252-9715-9DBBDB56D77C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{102AB0D8-3DA1-4EEE-9122-ECD8937D946C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{102AB0D8-3DA1-4EEE-9122-ECD8937D946C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{102AB0D8-3DA1-4EEE-9122-ECD8937D946C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{102AB0D8-3DA1-4EEE-9122-ECD8937D946C}.Release|Any CPU.Build.0 = Release|Any CPU
{A659E302-BBBE-43CC-BA86-86DF0F0297A1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A659E302-BBBE-43CC-BA86-86DF0F0297A1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A659E302-BBBE-43CC-BA86-86DF0F0297A1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A659E302-BBBE-43CC-BA86-86DF0F0297A1}.Release|Any CPU.Build.0 = Release|Any CPU
{447D8C04-2690-41D7-868C-D8CBBC9B0B73}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{447D8C04-2690-41D7-868C-D8CBBC9B0B73}.Debug|Any CPU.Build.0 = Debug|Any CPU
{447D8C04-2690-41D7-868C-D8CBBC9B0B73}.Release|Any CPU.ActiveCfg = Release|Any CPU
{447D8C04-2690-41D7-868C-D8CBBC9B0B73}.Release|Any CPU.Build.0 = Release|Any CPU
{EC04B5EA-FA09-4252-9715-9DBBDB56D77C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EC04B5EA-FA09-4252-9715-9DBBDB56D77C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EC04B5EA-FA09-4252-9715-9DBBDB56D77C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EC04B5EA-FA09-4252-9715-9DBBDB56D77C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{102AB0D8-3DA1-4EEE-9122-ECD8937D946C} = {0333BE0A-F94E-45BE-B246-5E39D0A6B24D}
{447D8C04-2690-41D7-868C-D8CBBC9B0B73} = {1EE1136C-411D-4156-8212-57B54BB6CEFD}
{EC04B5EA-FA09-4252-9715-9DBBDB56D77C} = {92A24509-661D-40BF-9E6E-D6DBCFB63E57}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {07AC4FDD-B403-458E-85EF-9079C9329231}
EndGlobalSection
EndGlobal