This repository has been archived by the owner on Jan 19, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDesignPatterns.sln
55 lines (55 loc) · 3.39 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29911.84
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Memento", "Memento\Memento.csproj", "{05B53C15-819F-4552-B215-39B4D3EDC77D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "State", "State\State.csproj", "{965A752B-F4C4-486E-A86A-830CCCD2483B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Iterator", "Iterator\Iterator.csproj", "{0F71B567-0664-41BE-8209-C03DDACCE32C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Strategy", "Strategy\Strategy.csproj", "{7C218955-AB81-443B-A7E9-B6304E953D39}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TempleteMethod", "TempleteMethod\TempleteMethod.csproj", "{05C18127-D9C2-4BD0-897D-6EB375E953DC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Builder", "Builder\Builder.csproj", "{0B62DB42-8518-419A-B65A-94BD5EFF461C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{05B53C15-819F-4552-B215-39B4D3EDC77D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{05B53C15-819F-4552-B215-39B4D3EDC77D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{05B53C15-819F-4552-B215-39B4D3EDC77D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{05B53C15-819F-4552-B215-39B4D3EDC77D}.Release|Any CPU.Build.0 = Release|Any CPU
{965A752B-F4C4-486E-A86A-830CCCD2483B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{965A752B-F4C4-486E-A86A-830CCCD2483B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{965A752B-F4C4-486E-A86A-830CCCD2483B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{965A752B-F4C4-486E-A86A-830CCCD2483B}.Release|Any CPU.Build.0 = Release|Any CPU
{0F71B567-0664-41BE-8209-C03DDACCE32C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0F71B567-0664-41BE-8209-C03DDACCE32C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0F71B567-0664-41BE-8209-C03DDACCE32C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0F71B567-0664-41BE-8209-C03DDACCE32C}.Release|Any CPU.Build.0 = Release|Any CPU
{7C218955-AB81-443B-A7E9-B6304E953D39}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7C218955-AB81-443B-A7E9-B6304E953D39}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7C218955-AB81-443B-A7E9-B6304E953D39}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7C218955-AB81-443B-A7E9-B6304E953D39}.Release|Any CPU.Build.0 = Release|Any CPU
{05C18127-D9C2-4BD0-897D-6EB375E953DC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{05C18127-D9C2-4BD0-897D-6EB375E953DC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{05C18127-D9C2-4BD0-897D-6EB375E953DC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{05C18127-D9C2-4BD0-897D-6EB375E953DC}.Release|Any CPU.Build.0 = Release|Any CPU
{0B62DB42-8518-419A-B65A-94BD5EFF461C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0B62DB42-8518-419A-B65A-94BD5EFF461C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0B62DB42-8518-419A-B65A-94BD5EFF461C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0B62DB42-8518-419A-B65A-94BD5EFF461C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {912C82C6-D86A-45B0-8901-B20768A75375}
EndGlobalSection
EndGlobal