-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDesignPatterns.sln
85 lines (85 loc) · 5.97 KB
/
DesignPatterns.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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34525.116
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AbstractFactoryPattern", "AbstractFactoryPattern\AbstractFactoryPattern.csproj", "{D9558A30-9B25-4EF7-AB38-3C61E62221C7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AdapterPattern", "AdapterPattern\AdapterPattern.csproj", "{F91C6322-D97F-4D8B-9D8A-009C16A97401}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BuilderPattern", "BuilderPattern\BuilderPattern.csproj", "{AFB33F1F-4226-466C-A1BE-B2FDEFB04E98}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ChainOfResponsibilityPattern", "ChainOfResponsibilityPattern\ChainOfResponsibilityPattern.csproj", "{4970D454-EBA1-463C-ACC7-C1C32F90EF5C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DecoratorPattern", "DecoratorPattern\DecoratorPattern.csproj", "{8DB2B454-6DAC-4B4B-802B-6E5771B9250D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FactoryPattern", "FactoryPattern\FactoryPattern.csproj", "{E4054D2D-E6EE-4FE2-948B-10AFB1B1744F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IteratorPattern", "IteratorPattern\IteratorPattern.csproj", "{4E72B59C-B521-40E8-A178-9A345F37B447}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MediatorPattern", "MediatorPattern\MediatorPattern.csproj", "{671A03C9-F5C4-43A4-949F-788B3898CDC4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ObserverPattern", "ObserverPattern\ObserverPattern.csproj", "{2E1BC9AC-16B2-43E7-BB50-3A5035360046}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PropertyPattern", "PropertyPattern\PropertyPattern.csproj", "{BC4750F9-A7C8-4014-A8E1-150C194A51CB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SingletonPattern", "SingletonPattern\SingletonPattern.csproj", "{07361444-589F-4DE2-A030-6C7CF2AA45E7}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D9558A30-9B25-4EF7-AB38-3C61E62221C7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D9558A30-9B25-4EF7-AB38-3C61E62221C7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D9558A30-9B25-4EF7-AB38-3C61E62221C7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D9558A30-9B25-4EF7-AB38-3C61E62221C7}.Release|Any CPU.Build.0 = Release|Any CPU
{F91C6322-D97F-4D8B-9D8A-009C16A97401}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F91C6322-D97F-4D8B-9D8A-009C16A97401}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F91C6322-D97F-4D8B-9D8A-009C16A97401}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F91C6322-D97F-4D8B-9D8A-009C16A97401}.Release|Any CPU.Build.0 = Release|Any CPU
{AFB33F1F-4226-466C-A1BE-B2FDEFB04E98}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AFB33F1F-4226-466C-A1BE-B2FDEFB04E98}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AFB33F1F-4226-466C-A1BE-B2FDEFB04E98}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AFB33F1F-4226-466C-A1BE-B2FDEFB04E98}.Release|Any CPU.Build.0 = Release|Any CPU
{4970D454-EBA1-463C-ACC7-C1C32F90EF5C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4970D454-EBA1-463C-ACC7-C1C32F90EF5C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4970D454-EBA1-463C-ACC7-C1C32F90EF5C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4970D454-EBA1-463C-ACC7-C1C32F90EF5C}.Release|Any CPU.Build.0 = Release|Any CPU
{8DB2B454-6DAC-4B4B-802B-6E5771B9250D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8DB2B454-6DAC-4B4B-802B-6E5771B9250D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8DB2B454-6DAC-4B4B-802B-6E5771B9250D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8DB2B454-6DAC-4B4B-802B-6E5771B9250D}.Release|Any CPU.Build.0 = Release|Any CPU
{E4054D2D-E6EE-4FE2-948B-10AFB1B1744F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E4054D2D-E6EE-4FE2-948B-10AFB1B1744F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E4054D2D-E6EE-4FE2-948B-10AFB1B1744F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E4054D2D-E6EE-4FE2-948B-10AFB1B1744F}.Release|Any CPU.Build.0 = Release|Any CPU
{4E72B59C-B521-40E8-A178-9A345F37B447}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4E72B59C-B521-40E8-A178-9A345F37B447}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4E72B59C-B521-40E8-A178-9A345F37B447}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4E72B59C-B521-40E8-A178-9A345F37B447}.Release|Any CPU.Build.0 = Release|Any CPU
{671A03C9-F5C4-43A4-949F-788B3898CDC4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{671A03C9-F5C4-43A4-949F-788B3898CDC4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{671A03C9-F5C4-43A4-949F-788B3898CDC4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{671A03C9-F5C4-43A4-949F-788B3898CDC4}.Release|Any CPU.Build.0 = Release|Any CPU
{2E1BC9AC-16B2-43E7-BB50-3A5035360046}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2E1BC9AC-16B2-43E7-BB50-3A5035360046}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2E1BC9AC-16B2-43E7-BB50-3A5035360046}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2E1BC9AC-16B2-43E7-BB50-3A5035360046}.Release|Any CPU.Build.0 = Release|Any CPU
{BC4750F9-A7C8-4014-A8E1-150C194A51CB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BC4750F9-A7C8-4014-A8E1-150C194A51CB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BC4750F9-A7C8-4014-A8E1-150C194A51CB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BC4750F9-A7C8-4014-A8E1-150C194A51CB}.Release|Any CPU.Build.0 = Release|Any CPU
{07361444-589F-4DE2-A030-6C7CF2AA45E7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{07361444-589F-4DE2-A030-6C7CF2AA45E7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{07361444-589F-4DE2-A030-6C7CF2AA45E7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{07361444-589F-4DE2-A030-6C7CF2AA45E7}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {818563B6-305B-4F74-AB02-2772BE8A2CD7}
EndGlobalSection
EndGlobal