-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathStructuralPatterns.sln
More file actions
49 lines (49 loc) · 2.91 KB
/
StructuralPatterns.sln
File metadata and controls
49 lines (49 loc) · 2.91 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 15
VisualStudioVersion = 15.0.26730.12
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Adapter", "StructuralPatterns\Adapter.csproj", "{204B4D91-C013-4585-9379-531FDEE941A7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Facade", "Facade\Facade.csproj", "{C50DA8B2-91DE-4C3A-A6DF-68BD2E320871}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Decorator", "Decorator\Decorator.csproj", "{BAE36A25-3D39-4515-A3C3-824938F94073}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Composite", "Composite\Composite.csproj", "{59A371B5-0614-4393-9B8F-695B05C1E0FA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Proxy", "Proxy\Proxy.csproj", "{D39C26B2-A7B8-42AE-A03C-AFAB16695D3A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{204B4D91-C013-4585-9379-531FDEE941A7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{204B4D91-C013-4585-9379-531FDEE941A7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{204B4D91-C013-4585-9379-531FDEE941A7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{204B4D91-C013-4585-9379-531FDEE941A7}.Release|Any CPU.Build.0 = Release|Any CPU
{C50DA8B2-91DE-4C3A-A6DF-68BD2E320871}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C50DA8B2-91DE-4C3A-A6DF-68BD2E320871}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C50DA8B2-91DE-4C3A-A6DF-68BD2E320871}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C50DA8B2-91DE-4C3A-A6DF-68BD2E320871}.Release|Any CPU.Build.0 = Release|Any CPU
{BAE36A25-3D39-4515-A3C3-824938F94073}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BAE36A25-3D39-4515-A3C3-824938F94073}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BAE36A25-3D39-4515-A3C3-824938F94073}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BAE36A25-3D39-4515-A3C3-824938F94073}.Release|Any CPU.Build.0 = Release|Any CPU
{59A371B5-0614-4393-9B8F-695B05C1E0FA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{59A371B5-0614-4393-9B8F-695B05C1E0FA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{59A371B5-0614-4393-9B8F-695B05C1E0FA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{59A371B5-0614-4393-9B8F-695B05C1E0FA}.Release|Any CPU.Build.0 = Release|Any CPU
{D39C26B2-A7B8-42AE-A03C-AFAB16695D3A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D39C26B2-A7B8-42AE-A03C-AFAB16695D3A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D39C26B2-A7B8-42AE-A03C-AFAB16695D3A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D39C26B2-A7B8-42AE-A03C-AFAB16695D3A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1A30145F-06DE-4DD8-92C0-19567789FF89}
EndGlobalSection
EndGlobal