-
Notifications
You must be signed in to change notification settings - Fork 57
Expand file tree
/
Copy pathDesignPatterns.slnx
More file actions
32 lines (32 loc) · 2.04 KB
/
DesignPatterns.slnx
File metadata and controls
32 lines (32 loc) · 2.04 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
<Solution>
<Folder Name="/BehaviorPatterns/">
<Project Path="BehaviorPattern/ChainOfResponsibilityPattern/ChainOfResponsibilityPattern.csproj" />
<Project Path="BehaviorPattern/CommandPattern/CommandPattern.csproj" />
<Project Path="BehaviorPattern/InterpreterPattern/InterpreterPattern.csproj" />
<Project Path="BehaviorPattern/IteratorPattern/IteratorPattern.csproj" />
<Project Path="BehaviorPattern/MediatorPattern/MediatorPattern.csproj" />
<Project Path="BehaviorPattern/MementoPattern/MementoPattern.csproj" />
<Project Path="BehaviorPattern/ObserverPattern/ObserverPattern.csproj" />
<Project Path="BehaviorPattern/StatePattern/StatePattern.csproj" />
<Project Path="BehaviorPattern/StrategyPattern/StrategyPattern.csproj" />
<Project Path="BehaviorPattern/TemplateMethodPattern/TemplateMethodPattern.csproj" />
<Project Path="BehaviorPattern/VisitorPattern/VisitorPattern.csproj" />
</Folder>
<Folder Name="/CreatePatterns/">
<Project Path="CreatePattern/AbstractFactoryPattern/AbstractFactoryPattern.csproj" />
<Project Path="CreatePattern/BuilderPattern/BuilderPattern.csproj" />
<Project Path="CreatePattern/FactoryMethodPattern/FactoryMethodPattern.csproj" />
<Project Path="CreatePattern/PrototypePattern/PrototypePattern.csproj" />
<Project Path="CreatePattern/SimpleFactoryPattern/SimpleFactoryPattern.csproj" />
<Project Path="CreatePattern/SingletonPattern/SingletonPattern.csproj" />
</Folder>
<Folder Name="/StructurePatterns/">
<Project Path="StructurePattern/AdapterPattern/AdapterPattern.csproj" />
<Project Path="StructurePattern/BridgePattern/BridgePattern.csproj" />
<Project Path="StructurePattern/CompositePattern/CompositePattern.csproj" />
<Project Path="StructurePattern/DecoratorPattern/DecoratorPattern.csproj" />
<Project Path="StructurePattern/FacadePattern/FacadePattern.csproj" />
<Project Path="StructurePattern/FlyweightPattern/FlyweightPattern.csproj" />
<Project Path="StructurePattern/ProxyPattern/ProxyPattern.csproj" />
</Folder>
</Solution>