-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathArchitectural Designs.sln
85 lines (85 loc) · 5.87 KB
/
Architectural Designs.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.1.32210.238
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Liscov", "Liscov\Liscov.csproj", "{A0685C43-6942-4FF1-A6C0-17FD4B1E157C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Factory", "Factory\Factory.csproj", "{255685C7-9E77-4657-8E4A-B5FC6D361031}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Decorator", "Decorator\Decorator.csproj", "{45E244E6-4AFF-46A5-AB2D-91E6FB2817C8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sealed", "Sealed\Sealed.csproj", "{E4E4DF09-5A3F-4ABF-8327-912876DACA53}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AbstractClass", "CanNotCreateObject\AbstractClass.csproj", "{0DE817F9-9244-4306-AE18-4F8D43DEC54B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AbstractFactory", "AbstractFactory\AbstractFactory.csproj", "{A8CB3DE2-555D-4CE5-88EE-596F043A5C03}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "StaticClass", "StaticClass\StaticClass.csproj", "{9975D361-ADD7-4AD7-9600-5347F38C74DB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PrivateOrProtectedConstractor", "PrivateOrProtectedConstractor\PrivateOrProtectedConstractor.csproj", "{63F6CFA4-12C6-4394-8541-B90F2A3BE6FD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AllAboutValueObject", "AllAboutValueObject\AllAboutValueObject.csproj", "{BBCEF4F5-942A-4838-BDC4-1AD516950D67}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LinkedList", "LinkedList\LinkedList.csproj", "{5936A6F1-1B41-4489-988E-B28031DD0136}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WhatAndWhyPartialClass", "WhatAndWhyPartialClass\WhatAndWhyPartialClass.csproj", "{83A10E0C-11EB-4CE2-9E7E-FB3A09BF97D5}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A0685C43-6942-4FF1-A6C0-17FD4B1E157C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A0685C43-6942-4FF1-A6C0-17FD4B1E157C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A0685C43-6942-4FF1-A6C0-17FD4B1E157C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A0685C43-6942-4FF1-A6C0-17FD4B1E157C}.Release|Any CPU.Build.0 = Release|Any CPU
{255685C7-9E77-4657-8E4A-B5FC6D361031}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{255685C7-9E77-4657-8E4A-B5FC6D361031}.Debug|Any CPU.Build.0 = Debug|Any CPU
{255685C7-9E77-4657-8E4A-B5FC6D361031}.Release|Any CPU.ActiveCfg = Release|Any CPU
{255685C7-9E77-4657-8E4A-B5FC6D361031}.Release|Any CPU.Build.0 = Release|Any CPU
{45E244E6-4AFF-46A5-AB2D-91E6FB2817C8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{45E244E6-4AFF-46A5-AB2D-91E6FB2817C8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{45E244E6-4AFF-46A5-AB2D-91E6FB2817C8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{45E244E6-4AFF-46A5-AB2D-91E6FB2817C8}.Release|Any CPU.Build.0 = Release|Any CPU
{E4E4DF09-5A3F-4ABF-8327-912876DACA53}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E4E4DF09-5A3F-4ABF-8327-912876DACA53}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E4E4DF09-5A3F-4ABF-8327-912876DACA53}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E4E4DF09-5A3F-4ABF-8327-912876DACA53}.Release|Any CPU.Build.0 = Release|Any CPU
{0DE817F9-9244-4306-AE18-4F8D43DEC54B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0DE817F9-9244-4306-AE18-4F8D43DEC54B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0DE817F9-9244-4306-AE18-4F8D43DEC54B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0DE817F9-9244-4306-AE18-4F8D43DEC54B}.Release|Any CPU.Build.0 = Release|Any CPU
{A8CB3DE2-555D-4CE5-88EE-596F043A5C03}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A8CB3DE2-555D-4CE5-88EE-596F043A5C03}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A8CB3DE2-555D-4CE5-88EE-596F043A5C03}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A8CB3DE2-555D-4CE5-88EE-596F043A5C03}.Release|Any CPU.Build.0 = Release|Any CPU
{9975D361-ADD7-4AD7-9600-5347F38C74DB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9975D361-ADD7-4AD7-9600-5347F38C74DB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9975D361-ADD7-4AD7-9600-5347F38C74DB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9975D361-ADD7-4AD7-9600-5347F38C74DB}.Release|Any CPU.Build.0 = Release|Any CPU
{63F6CFA4-12C6-4394-8541-B90F2A3BE6FD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{63F6CFA4-12C6-4394-8541-B90F2A3BE6FD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{63F6CFA4-12C6-4394-8541-B90F2A3BE6FD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{63F6CFA4-12C6-4394-8541-B90F2A3BE6FD}.Release|Any CPU.Build.0 = Release|Any CPU
{BBCEF4F5-942A-4838-BDC4-1AD516950D67}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BBCEF4F5-942A-4838-BDC4-1AD516950D67}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BBCEF4F5-942A-4838-BDC4-1AD516950D67}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BBCEF4F5-942A-4838-BDC4-1AD516950D67}.Release|Any CPU.Build.0 = Release|Any CPU
{5936A6F1-1B41-4489-988E-B28031DD0136}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5936A6F1-1B41-4489-988E-B28031DD0136}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5936A6F1-1B41-4489-988E-B28031DD0136}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5936A6F1-1B41-4489-988E-B28031DD0136}.Release|Any CPU.Build.0 = Release|Any CPU
{83A10E0C-11EB-4CE2-9E7E-FB3A09BF97D5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{83A10E0C-11EB-4CE2-9E7E-FB3A09BF97D5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{83A10E0C-11EB-4CE2-9E7E-FB3A09BF97D5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{83A10E0C-11EB-4CE2-9E7E-FB3A09BF97D5}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {31C0B15E-BD06-4732-8D3E-82459B6F9559}
EndGlobalSection
EndGlobal