-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESIGN_PATTERNS.sln
43 lines (43 loc) · 2.62 KB
/
DESIGN_PATTERNS.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31727.386
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Singleton_Pattern", "Singleton_Pattern\Singleton_Pattern.csproj", "{2223DA16-132A-4E9F-BBC0-3FC1F31BE16B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Chain_of_Responsibility_Pattern", "Chain_of_Responsibility_Pattern\Chain_of_Responsibility_Pattern.csproj", "{F04287A8-DB32-49FD-9A6E-640ABE53CE40}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Factory_Method_Pattern", "Factory_Method_Pattern\Factory_Method_Pattern.csproj", "{5F868E03-35E6-44C0-ABAC-39382FB2F17A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Decorator_Pattern", "Decorator_Pattern\Decorator_Pattern.csproj", "{FE62E636-B9B5-4F30-BD2A-62587A1AEB06}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2223DA16-132A-4E9F-BBC0-3FC1F31BE16B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2223DA16-132A-4E9F-BBC0-3FC1F31BE16B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2223DA16-132A-4E9F-BBC0-3FC1F31BE16B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2223DA16-132A-4E9F-BBC0-3FC1F31BE16B}.Release|Any CPU.Build.0 = Release|Any CPU
{F04287A8-DB32-49FD-9A6E-640ABE53CE40}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F04287A8-DB32-49FD-9A6E-640ABE53CE40}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F04287A8-DB32-49FD-9A6E-640ABE53CE40}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F04287A8-DB32-49FD-9A6E-640ABE53CE40}.Release|Any CPU.Build.0 = Release|Any CPU
{5F868E03-35E6-44C0-ABAC-39382FB2F17A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5F868E03-35E6-44C0-ABAC-39382FB2F17A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5F868E03-35E6-44C0-ABAC-39382FB2F17A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5F868E03-35E6-44C0-ABAC-39382FB2F17A}.Release|Any CPU.Build.0 = Release|Any CPU
{FE62E636-B9B5-4F30-BD2A-62587A1AEB06}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FE62E636-B9B5-4F30-BD2A-62587A1AEB06}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FE62E636-B9B5-4F30-BD2A-62587A1AEB06}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FE62E636-B9B5-4F30-BD2A-62587A1AEB06}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B7310C6E-D1A3-47AA-8D63-08F2CDDFEABF}
EndGlobalSection
EndGlobal