forked from jkhines/hfpatternsincsharp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
HFPatternsInCSharp.sln
263 lines (263 loc) · 17.5 KB
/
HFPatternsInCSharp.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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.31101.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AbstractFactory", "AbstractFactory\AbstractFactory.csproj", "{B0382776-4A77-4684-870B-129547B2AC00}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Adapter", "Adapter\Adapter.csproj", "{EB95262C-E671-4F98-9195-87DB245D9B2C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Command", "Command\Command.csproj", "{02ECF20A-6C4D-4681-988D-45EC3B181532}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Decorator", "Decorator\Decorator.csproj", "{BBC57587-A73E-4C32-9DB5-E4435EB7876E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FactoryMethod", "FactoryMethod\FactoryMethod.csproj", "{1236178A-A409-4BB0-B410-AD54345985B9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Iterator", "Iterator\Iterator.csproj", "{D0AF10FB-F7CD-4157-AD2D-1879C0FFC157}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SimpleFactory", "SimpleFactory\SimpleFactory.csproj", "{27C515A6-B5FD-45CC-95DA-57CDEFAE64A8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Singleton", "Singleton\Singleton.csproj", "{BF7518CF-43F7-4DB7-8291-81B530A77B8E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Compound", "Compound\Compound.csproj", "{01D33CB4-8449-4E17-B193-8E7411AE052C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Observer.Explicit", "Observer.Explicit\Observer.Explicit.csproj", "{57BAF118-5386-4275-A720-D91662F09E48}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Observer.Net", "Observer.Net\Observer.Net.csproj", "{71371A61-A22A-4FE0-941C-47D0C3448E3E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Strategy", "Strategy\Strategy.csproj", "{61580795-600D-469F-8C50-E94803BA5FC0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TemplateMethod", "TemplateMethod\TemplateMethod.csproj", "{B956DE99-C505-44A2-9848-83AAF2073467}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ModelViewController", "ModelViewController\ModelViewController.csproj", "{950D2E86-5670-4D92-9654-2914CA94451E}"
EndProject
Global
GlobalSection(TeamFoundationVersionControl) = preSolution
SccNumberOfProjects = 14
SccEnterpriseProvider = {4CA58AB2-18FA-4F8D-95D4-32DDF27D184C}
SccTeamFoundationServer = https://tfs.codeplex.com/tfs/tfs21
SccProjectUniqueName0 = Adapter\\Adapter.csproj
SccProjectName0 = Adapter
SccAuxPath0 = https://tfs.codeplex.com/tfs/tfs21
SccLocalPath0 = Adapter
SccProvider0 = {4CA58AB2-18FA-4F8D-95D4-32DDF27D184C}
SccProjectUniqueName1 = Iterator\\Iterator.csproj
SccProjectName1 = Iterator
SccAuxPath1 = https://tfs.codeplex.com/tfs/tfs21
SccLocalPath1 = Iterator
SccProvider1 = {4CA58AB2-18FA-4F8D-95D4-32DDF27D184C}
SccProjectUniqueName2 = AbstractFactory\\AbstractFactory.csproj
SccProjectName2 = AbstractFactory
SccAuxPath2 = https://tfs.codeplex.com/tfs/tfs21
SccLocalPath2 = AbstractFactory
SccProvider2 = {4CA58AB2-18FA-4F8D-95D4-32DDF27D184C}
SccProjectUniqueName3 = Command\\Command.csproj
SccProjectName3 = Command
SccAuxPath3 = https://tfs.codeplex.com/tfs/tfs21
SccLocalPath3 = Command
SccProvider3 = {4CA58AB2-18FA-4F8D-95D4-32DDF27D184C}
SccProjectUniqueName4 = Decorator\\Decorator.csproj
SccProjectName4 = Decorator
SccAuxPath4 = https://tfs.codeplex.com/tfs/tfs21
SccLocalPath4 = Decorator
SccProvider4 = {4CA58AB2-18FA-4F8D-95D4-32DDF27D184C}
SccProjectUniqueName5 = FactoryMethod\\FactoryMethod.csproj
SccProjectName5 = FactoryMethod
SccAuxPath5 = https://tfs.codeplex.com/tfs/tfs21
SccLocalPath5 = FactoryMethod
SccProvider5 = {4CA58AB2-18FA-4F8D-95D4-32DDF27D184C}
SccProjectUniqueName6 = SimpleFactory\\SimpleFactory.csproj
SccProjectName6 = SimpleFactory
SccAuxPath6 = https://tfs.codeplex.com/tfs/tfs21
SccLocalPath6 = SimpleFactory
SccProvider6 = {4CA58AB2-18FA-4F8D-95D4-32DDF27D184C}
SccProjectUniqueName7 = Singleton\\Singleton.csproj
SccProjectName7 = Singleton
SccAuxPath7 = https://tfs.codeplex.com/tfs/tfs21
SccLocalPath7 = Singleton
SccProvider7 = {4CA58AB2-18FA-4F8D-95D4-32DDF27D184C}
SccProjectUniqueName8 = Compound\\Compound.csproj
SccProjectName8 = Compound
SccAuxPath8 = https://tfs.codeplex.com/tfs/tfs21
SccLocalPath8 = Compound
SccProvider8 = {4CA58AB2-18FA-4F8D-95D4-32DDF27D184C}
SccProjectUniqueName9 = Observer.Explicit\\Observer.Explicit.csproj
SccProjectName9 = Observer.Explicit
SccAuxPath9 = https://tfs.codeplex.com/tfs/tfs21
SccLocalPath9 = Observer.Explicit
SccProvider9 = {4CA58AB2-18FA-4F8D-95D4-32DDF27D184C}
SccProjectUniqueName10 = Observer.Net\\Observer.Net.csproj
SccProjectName10 = Observer.Net
SccAuxPath10 = https://tfs.codeplex.com/tfs/tfs21
SccLocalPath10 = Observer.Net
SccProvider10 = {4CA58AB2-18FA-4F8D-95D4-32DDF27D184C}
SccProjectUniqueName11 = Strategy\\Strategy.csproj
SccProjectName11 = Strategy
SccAuxPath11 = https://tfs.codeplex.com/tfs/tfs21
SccLocalPath11 = Strategy
SccProvider11 = {4CA58AB2-18FA-4F8D-95D4-32DDF27D184C}
SccProjectUniqueName12 = TemplateMethod\\TemplateMethod.csproj
SccProjectName12 = TemplateMethod
SccAuxPath12 = https://tfs.codeplex.com/tfs/tfs21
SccLocalPath12 = TemplateMethod
SccProvider12 = {4CA58AB2-18FA-4F8D-95D4-32DDF27D184C}
SccProjectUniqueName13 = ModelViewController\\ModelViewController.csproj
SccProjectName13 = ModelViewController
SccAuxPath13 = https://tfs.codeplex.com/tfs/tfs21
SccLocalPath13 = ModelViewController
SccProvider13 = {4CA58AB2-18FA-4F8D-95D4-32DDF27D184C}
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|Mixed Platforms = Debug|Mixed Platforms
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|Mixed Platforms = Release|Mixed Platforms
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B0382776-4A77-4684-870B-129547B2AC00}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B0382776-4A77-4684-870B-129547B2AC00}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B0382776-4A77-4684-870B-129547B2AC00}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{B0382776-4A77-4684-870B-129547B2AC00}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{B0382776-4A77-4684-870B-129547B2AC00}.Debug|x86.ActiveCfg = Debug|Any CPU
{B0382776-4A77-4684-870B-129547B2AC00}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B0382776-4A77-4684-870B-129547B2AC00}.Release|Any CPU.Build.0 = Release|Any CPU
{B0382776-4A77-4684-870B-129547B2AC00}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{B0382776-4A77-4684-870B-129547B2AC00}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{B0382776-4A77-4684-870B-129547B2AC00}.Release|x86.ActiveCfg = Release|Any CPU
{EB95262C-E671-4F98-9195-87DB245D9B2C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EB95262C-E671-4F98-9195-87DB245D9B2C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EB95262C-E671-4F98-9195-87DB245D9B2C}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{EB95262C-E671-4F98-9195-87DB245D9B2C}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{EB95262C-E671-4F98-9195-87DB245D9B2C}.Debug|x86.ActiveCfg = Debug|Any CPU
{EB95262C-E671-4F98-9195-87DB245D9B2C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EB95262C-E671-4F98-9195-87DB245D9B2C}.Release|Any CPU.Build.0 = Release|Any CPU
{EB95262C-E671-4F98-9195-87DB245D9B2C}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{EB95262C-E671-4F98-9195-87DB245D9B2C}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{EB95262C-E671-4F98-9195-87DB245D9B2C}.Release|x86.ActiveCfg = Release|Any CPU
{02ECF20A-6C4D-4681-988D-45EC3B181532}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{02ECF20A-6C4D-4681-988D-45EC3B181532}.Debug|Any CPU.Build.0 = Debug|Any CPU
{02ECF20A-6C4D-4681-988D-45EC3B181532}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{02ECF20A-6C4D-4681-988D-45EC3B181532}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{02ECF20A-6C4D-4681-988D-45EC3B181532}.Debug|x86.ActiveCfg = Debug|Any CPU
{02ECF20A-6C4D-4681-988D-45EC3B181532}.Release|Any CPU.ActiveCfg = Release|Any CPU
{02ECF20A-6C4D-4681-988D-45EC3B181532}.Release|Any CPU.Build.0 = Release|Any CPU
{02ECF20A-6C4D-4681-988D-45EC3B181532}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{02ECF20A-6C4D-4681-988D-45EC3B181532}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{02ECF20A-6C4D-4681-988D-45EC3B181532}.Release|x86.ActiveCfg = Release|Any CPU
{BBC57587-A73E-4C32-9DB5-E4435EB7876E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BBC57587-A73E-4C32-9DB5-E4435EB7876E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BBC57587-A73E-4C32-9DB5-E4435EB7876E}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{BBC57587-A73E-4C32-9DB5-E4435EB7876E}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{BBC57587-A73E-4C32-9DB5-E4435EB7876E}.Debug|x86.ActiveCfg = Debug|Any CPU
{BBC57587-A73E-4C32-9DB5-E4435EB7876E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BBC57587-A73E-4C32-9DB5-E4435EB7876E}.Release|Any CPU.Build.0 = Release|Any CPU
{BBC57587-A73E-4C32-9DB5-E4435EB7876E}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{BBC57587-A73E-4C32-9DB5-E4435EB7876E}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{BBC57587-A73E-4C32-9DB5-E4435EB7876E}.Release|x86.ActiveCfg = Release|Any CPU
{1236178A-A409-4BB0-B410-AD54345985B9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1236178A-A409-4BB0-B410-AD54345985B9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1236178A-A409-4BB0-B410-AD54345985B9}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{1236178A-A409-4BB0-B410-AD54345985B9}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{1236178A-A409-4BB0-B410-AD54345985B9}.Debug|x86.ActiveCfg = Debug|Any CPU
{1236178A-A409-4BB0-B410-AD54345985B9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1236178A-A409-4BB0-B410-AD54345985B9}.Release|Any CPU.Build.0 = Release|Any CPU
{1236178A-A409-4BB0-B410-AD54345985B9}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{1236178A-A409-4BB0-B410-AD54345985B9}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{1236178A-A409-4BB0-B410-AD54345985B9}.Release|x86.ActiveCfg = Release|Any CPU
{D0AF10FB-F7CD-4157-AD2D-1879C0FFC157}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D0AF10FB-F7CD-4157-AD2D-1879C0FFC157}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D0AF10FB-F7CD-4157-AD2D-1879C0FFC157}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{D0AF10FB-F7CD-4157-AD2D-1879C0FFC157}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{D0AF10FB-F7CD-4157-AD2D-1879C0FFC157}.Debug|x86.ActiveCfg = Debug|Any CPU
{D0AF10FB-F7CD-4157-AD2D-1879C0FFC157}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D0AF10FB-F7CD-4157-AD2D-1879C0FFC157}.Release|Any CPU.Build.0 = Release|Any CPU
{D0AF10FB-F7CD-4157-AD2D-1879C0FFC157}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{D0AF10FB-F7CD-4157-AD2D-1879C0FFC157}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{D0AF10FB-F7CD-4157-AD2D-1879C0FFC157}.Release|x86.ActiveCfg = Release|Any CPU
{27C515A6-B5FD-45CC-95DA-57CDEFAE64A8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{27C515A6-B5FD-45CC-95DA-57CDEFAE64A8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{27C515A6-B5FD-45CC-95DA-57CDEFAE64A8}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{27C515A6-B5FD-45CC-95DA-57CDEFAE64A8}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{27C515A6-B5FD-45CC-95DA-57CDEFAE64A8}.Debug|x86.ActiveCfg = Debug|Any CPU
{27C515A6-B5FD-45CC-95DA-57CDEFAE64A8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{27C515A6-B5FD-45CC-95DA-57CDEFAE64A8}.Release|Any CPU.Build.0 = Release|Any CPU
{27C515A6-B5FD-45CC-95DA-57CDEFAE64A8}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{27C515A6-B5FD-45CC-95DA-57CDEFAE64A8}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{27C515A6-B5FD-45CC-95DA-57CDEFAE64A8}.Release|x86.ActiveCfg = Release|Any CPU
{BF7518CF-43F7-4DB7-8291-81B530A77B8E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BF7518CF-43F7-4DB7-8291-81B530A77B8E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BF7518CF-43F7-4DB7-8291-81B530A77B8E}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{BF7518CF-43F7-4DB7-8291-81B530A77B8E}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{BF7518CF-43F7-4DB7-8291-81B530A77B8E}.Debug|x86.ActiveCfg = Debug|Any CPU
{BF7518CF-43F7-4DB7-8291-81B530A77B8E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BF7518CF-43F7-4DB7-8291-81B530A77B8E}.Release|Any CPU.Build.0 = Release|Any CPU
{BF7518CF-43F7-4DB7-8291-81B530A77B8E}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{BF7518CF-43F7-4DB7-8291-81B530A77B8E}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{BF7518CF-43F7-4DB7-8291-81B530A77B8E}.Release|x86.ActiveCfg = Release|Any CPU
{01D33CB4-8449-4E17-B193-8E7411AE052C}.Debug|Any CPU.ActiveCfg = Debug|x86
{01D33CB4-8449-4E17-B193-8E7411AE052C}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
{01D33CB4-8449-4E17-B193-8E7411AE052C}.Debug|Mixed Platforms.Build.0 = Debug|x86
{01D33CB4-8449-4E17-B193-8E7411AE052C}.Debug|x86.ActiveCfg = Debug|x86
{01D33CB4-8449-4E17-B193-8E7411AE052C}.Debug|x86.Build.0 = Debug|x86
{01D33CB4-8449-4E17-B193-8E7411AE052C}.Release|Any CPU.ActiveCfg = Release|x86
{01D33CB4-8449-4E17-B193-8E7411AE052C}.Release|Mixed Platforms.ActiveCfg = Release|x86
{01D33CB4-8449-4E17-B193-8E7411AE052C}.Release|Mixed Platforms.Build.0 = Release|x86
{01D33CB4-8449-4E17-B193-8E7411AE052C}.Release|x86.ActiveCfg = Release|x86
{01D33CB4-8449-4E17-B193-8E7411AE052C}.Release|x86.Build.0 = Release|x86
{57BAF118-5386-4275-A720-D91662F09E48}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{57BAF118-5386-4275-A720-D91662F09E48}.Debug|Any CPU.Build.0 = Debug|Any CPU
{57BAF118-5386-4275-A720-D91662F09E48}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{57BAF118-5386-4275-A720-D91662F09E48}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{57BAF118-5386-4275-A720-D91662F09E48}.Debug|x86.ActiveCfg = Debug|Any CPU
{57BAF118-5386-4275-A720-D91662F09E48}.Release|Any CPU.ActiveCfg = Release|Any CPU
{57BAF118-5386-4275-A720-D91662F09E48}.Release|Any CPU.Build.0 = Release|Any CPU
{57BAF118-5386-4275-A720-D91662F09E48}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{57BAF118-5386-4275-A720-D91662F09E48}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{57BAF118-5386-4275-A720-D91662F09E48}.Release|x86.ActiveCfg = Release|Any CPU
{71371A61-A22A-4FE0-941C-47D0C3448E3E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{71371A61-A22A-4FE0-941C-47D0C3448E3E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{71371A61-A22A-4FE0-941C-47D0C3448E3E}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{71371A61-A22A-4FE0-941C-47D0C3448E3E}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{71371A61-A22A-4FE0-941C-47D0C3448E3E}.Debug|x86.ActiveCfg = Debug|Any CPU
{71371A61-A22A-4FE0-941C-47D0C3448E3E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{71371A61-A22A-4FE0-941C-47D0C3448E3E}.Release|Any CPU.Build.0 = Release|Any CPU
{71371A61-A22A-4FE0-941C-47D0C3448E3E}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{71371A61-A22A-4FE0-941C-47D0C3448E3E}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{71371A61-A22A-4FE0-941C-47D0C3448E3E}.Release|x86.ActiveCfg = Release|Any CPU
{61580795-600D-469F-8C50-E94803BA5FC0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{61580795-600D-469F-8C50-E94803BA5FC0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{61580795-600D-469F-8C50-E94803BA5FC0}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{61580795-600D-469F-8C50-E94803BA5FC0}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{61580795-600D-469F-8C50-E94803BA5FC0}.Debug|x86.ActiveCfg = Debug|Any CPU
{61580795-600D-469F-8C50-E94803BA5FC0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{61580795-600D-469F-8C50-E94803BA5FC0}.Release|Any CPU.Build.0 = Release|Any CPU
{61580795-600D-469F-8C50-E94803BA5FC0}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{61580795-600D-469F-8C50-E94803BA5FC0}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{61580795-600D-469F-8C50-E94803BA5FC0}.Release|x86.ActiveCfg = Release|Any CPU
{B956DE99-C505-44A2-9848-83AAF2073467}.Debug|Any CPU.ActiveCfg = Debug|x86
{B956DE99-C505-44A2-9848-83AAF2073467}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
{B956DE99-C505-44A2-9848-83AAF2073467}.Debug|Mixed Platforms.Build.0 = Debug|x86
{B956DE99-C505-44A2-9848-83AAF2073467}.Debug|x86.ActiveCfg = Debug|x86
{B956DE99-C505-44A2-9848-83AAF2073467}.Debug|x86.Build.0 = Debug|x86
{B956DE99-C505-44A2-9848-83AAF2073467}.Release|Any CPU.ActiveCfg = Release|x86
{B956DE99-C505-44A2-9848-83AAF2073467}.Release|Mixed Platforms.ActiveCfg = Release|x86
{B956DE99-C505-44A2-9848-83AAF2073467}.Release|Mixed Platforms.Build.0 = Release|x86
{B956DE99-C505-44A2-9848-83AAF2073467}.Release|x86.ActiveCfg = Release|x86
{B956DE99-C505-44A2-9848-83AAF2073467}.Release|x86.Build.0 = Release|x86
{950D2E86-5670-4D92-9654-2914CA94451E}.Debug|Any CPU.ActiveCfg = Debug|x86
{950D2E86-5670-4D92-9654-2914CA94451E}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
{950D2E86-5670-4D92-9654-2914CA94451E}.Debug|Mixed Platforms.Build.0 = Debug|x86
{950D2E86-5670-4D92-9654-2914CA94451E}.Debug|x86.ActiveCfg = Debug|x86
{950D2E86-5670-4D92-9654-2914CA94451E}.Debug|x86.Build.0 = Debug|x86
{950D2E86-5670-4D92-9654-2914CA94451E}.Release|Any CPU.ActiveCfg = Release|x86
{950D2E86-5670-4D92-9654-2914CA94451E}.Release|Mixed Platforms.ActiveCfg = Release|x86
{950D2E86-5670-4D92-9654-2914CA94451E}.Release|Mixed Platforms.Build.0 = Release|x86
{950D2E86-5670-4D92-9654-2914CA94451E}.Release|x86.ActiveCfg = Release|x86
{950D2E86-5670-4D92-9654-2914CA94451E}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal