-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDesign_Patterns.sln
More file actions
49 lines (49 loc) · 2.72 KB
/
Design_Patterns.sln
File metadata and controls
49 lines (49 loc) · 2.72 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33516.290
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Singleton", "Singleton\Singleton.csproj", "{32898BBF-CEF5-43BC-B886-26F2DCB0730D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Abstract_factory", "Abstract_Design_Pattern\Abstract_factory.csproj", "{529C8655-DBB7-4E06-AFF8-66373D56C64A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IteratorAndCompositeExercise", "IteratorAndCompositeExercise\IteratorAndCompositeExercise.csproj", "{089EBFA1-9BC1-4327-9FB6-D6219EF53BAD}"
EndProject
<<<<<<< HEAD
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BuilderAssignment", "BuilderAssignment\BuilderAssignment.csproj", "{2EFAA8E9-33B4-479A-B6CE-2F05873F40EA}"
EndProject
=======
>>>>>>> aff12be22414554fe9cab9552d13835c67a3971d
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{32898BBF-CEF5-43BC-B886-26F2DCB0730D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{32898BBF-CEF5-43BC-B886-26F2DCB0730D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{32898BBF-CEF5-43BC-B886-26F2DCB0730D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{32898BBF-CEF5-43BC-B886-26F2DCB0730D}.Release|Any CPU.Build.0 = Release|Any CPU
{529C8655-DBB7-4E06-AFF8-66373D56C64A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{529C8655-DBB7-4E06-AFF8-66373D56C64A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{529C8655-DBB7-4E06-AFF8-66373D56C64A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{529C8655-DBB7-4E06-AFF8-66373D56C64A}.Release|Any CPU.Build.0 = Release|Any CPU
{089EBFA1-9BC1-4327-9FB6-D6219EF53BAD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{089EBFA1-9BC1-4327-9FB6-D6219EF53BAD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{089EBFA1-9BC1-4327-9FB6-D6219EF53BAD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{089EBFA1-9BC1-4327-9FB6-D6219EF53BAD}.Release|Any CPU.Build.0 = Release|Any CPU
<<<<<<< HEAD
{2EFAA8E9-33B4-479A-B6CE-2F05873F40EA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2EFAA8E9-33B4-479A-B6CE-2F05873F40EA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2EFAA8E9-33B4-479A-B6CE-2F05873F40EA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2EFAA8E9-33B4-479A-B6CE-2F05873F40EA}.Release|Any CPU.Build.0 = Release|Any CPU
=======
>>>>>>> aff12be22414554fe9cab9552d13835c67a3971d
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A7AE8D7A-943C-42E8-9612-88ABA761ECA3}
EndGlobalSection
EndGlobal