-
Notifications
You must be signed in to change notification settings - Fork 0
/
DesignPatterns.sln
49 lines (49 loc) · 2.95 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.572
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Singleton", "Singleton\Singleton.csproj", "{F457469A-73DC-47F2-85D2-AE417F6A162D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Prototype", "Prototype\Prototype.csproj", "{A1F6D330-05B7-4529-A92B-A26586542B77}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Builder", "Builder\Builder.csproj", "{E2AFCE86-A410-4595-81D9-073C38DC5C80}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FactoryMethod", "FactoryMethod\FactoryMethod.csproj", "{CB6F6359-A0DC-4F22-AFDF-3D67FFD34531}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AbstractFactory", "AbstractFactory\AbstractFactory.csproj", "{640F8AC8-2C9E-40F4-B786-63DD32B685A1}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F457469A-73DC-47F2-85D2-AE417F6A162D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F457469A-73DC-47F2-85D2-AE417F6A162D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F457469A-73DC-47F2-85D2-AE417F6A162D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F457469A-73DC-47F2-85D2-AE417F6A162D}.Release|Any CPU.Build.0 = Release|Any CPU
{A1F6D330-05B7-4529-A92B-A26586542B77}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A1F6D330-05B7-4529-A92B-A26586542B77}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A1F6D330-05B7-4529-A92B-A26586542B77}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A1F6D330-05B7-4529-A92B-A26586542B77}.Release|Any CPU.Build.0 = Release|Any CPU
{E2AFCE86-A410-4595-81D9-073C38DC5C80}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E2AFCE86-A410-4595-81D9-073C38DC5C80}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E2AFCE86-A410-4595-81D9-073C38DC5C80}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E2AFCE86-A410-4595-81D9-073C38DC5C80}.Release|Any CPU.Build.0 = Release|Any CPU
{CB6F6359-A0DC-4F22-AFDF-3D67FFD34531}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CB6F6359-A0DC-4F22-AFDF-3D67FFD34531}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CB6F6359-A0DC-4F22-AFDF-3D67FFD34531}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CB6F6359-A0DC-4F22-AFDF-3D67FFD34531}.Release|Any CPU.Build.0 = Release|Any CPU
{640F8AC8-2C9E-40F4-B786-63DD32B685A1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{640F8AC8-2C9E-40F4-B786-63DD32B685A1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{640F8AC8-2C9E-40F4-B786-63DD32B685A1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{640F8AC8-2C9E-40F4-B786-63DD32B685A1}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3716D423-7268-41DA-9BAC-5CBE939D28C1}
EndGlobalSection
EndGlobal