-
Notifications
You must be signed in to change notification settings - Fork 26
/
ssi_core.v14.sln
640 lines (640 loc) · 46.2 KB
/
ssi_core.v14.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
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29613.14
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{8627DA10-B8B1-4648-83B5-C3F6AF16E6C2}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "libs", "libs", "{1C38265A-7E94-46BE-8A02-8677DC696F73}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "dlls", "dlls", "{64BFCE8E-1E58-4520-97F8-B8D42CA9F1C2}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tools", "tools", "{7C37B23D-BD44-44CC-8D6A-2E1900960AE2}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "thread", "core\build\test\thread\thread.v14.vcxproj", "{1877BCF9-A1D6-43A1-87F9-2D0537B56846}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ssi", "core\build\libs\ssi.v14.vcxproj", "{F3BCD1A4-5985-47B7-9BB7-1701E582DEEC}"
ProjectSection(ProjectDependencies) = postProject
{87EE9DA4-DE1E-4448-8324-183C98DCA588} = {87EE9DA4-DE1E-4448-8324-183C98DCA588}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "convert", "core\build\tools\convert\convert.v14.vcxproj", "{4A889481-CA5F-43B5-934F-5DF438F04E4D}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "serialize", "core\build\test\serialize\serialize.v14.vcxproj", "{9E58F6A3-FE67-445B-B179-00ADBBDA5560}"
ProjectSection(ProjectDependencies) = postProject
{F256A6B4-8E7E-47E2-B447-E62D2E2E51EF} = {F256A6B4-8E7E-47E2-B447-E62D2E2E51EF}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "xmlpipe", "core\build\tools\xmlpipe\xmlpipe.v14.vcxproj", "{AB84FCD4-4866-49AB-89E9-56A0F8911EC6}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "apigen", "core\build\tools\apigen\apigen.v14.vcxproj", "{1037021E-56D2-4FBB-84E7-A1CCC38EF9BB}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "factory", "core\build\test\factory\factory.v14.vcxproj", "{2406A8F5-5BEF-43C7-8BFE-8CAEAEB3F653}"
ProjectSection(ProjectDependencies) = postProject
{F3BCD1A4-5985-47B7-9BB7-1701E582DEEC} = {F3BCD1A4-5985-47B7-9BB7-1701E582DEEC}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "option", "core\build\test\option\option.v14.vcxproj", "{3EDBE4B1-76BD-4949-BEC2-FFE4A31AF9AE}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "sockspy", "core\build\tools\sockspy\sockspy.v14.vcxproj", "{02272B9F-6444-4372-8345-9F18A018E7F5}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "dialog", "plugins\dialog\build\dlls\dialog.v14.vcxproj", "{C053800A-9167-4B23-9402-B969AE52A8F8}"
ProjectSection(ProjectDependencies) = postProject
{F3BCD1A4-5985-47B7-9BB7-1701E582DEEC} = {F3BCD1A4-5985-47B7-9BB7-1701E582DEEC}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "dialog", "plugins\dialog\build\test\dialog.v14.vcxproj", "{12C69A28-32CA-4AB7-8F2E-544958D63738}"
ProjectSection(ProjectDependencies) = postProject
{C053800A-9167-4B23-9402-B969AE52A8F8} = {C053800A-9167-4B23-9402-B969AE52A8F8}
{F3BCD1A4-5985-47B7-9BB7-1701E582DEEC} = {F3BCD1A4-5985-47B7-9BB7-1701E582DEEC}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "event", "plugins\event\build\dlls\event.v14.vcxproj", "{5874D2AD-B7CF-477E-9892-FEFA940894E9}"
ProjectSection(ProjectDependencies) = postProject
{F3BCD1A4-5985-47B7-9BB7-1701E582DEEC} = {F3BCD1A4-5985-47B7-9BB7-1701E582DEEC}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "event", "plugins\event\build\test\event.v14.vcxproj", "{8A544854-4C37-4CB1-B608-31D8B6A4764B}"
ProjectSection(ProjectDependencies) = postProject
{F3BCD1A4-5985-47B7-9BB7-1701E582DEEC} = {F3BCD1A4-5985-47B7-9BB7-1701E582DEEC}
{5874D2AD-B7CF-477E-9892-FEFA940894E9} = {5874D2AD-B7CF-477E-9892-FEFA940894E9}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "frame", "plugins\frame\build\dlls\frame.v14.vcxproj", "{2D36D338-705B-4D63-827C-B49F5B9D8EF5}"
ProjectSection(ProjectDependencies) = postProject
{F3BCD1A4-5985-47B7-9BB7-1701E582DEEC} = {F3BCD1A4-5985-47B7-9BB7-1701E582DEEC}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "graphic", "plugins\graphic\build\dlls\graphic.v14.vcxproj", "{F396D9A0-7648-4832-8A96-E7023568B366}"
ProjectSection(ProjectDependencies) = postProject
{F3BCD1A4-5985-47B7-9BB7-1701E582DEEC} = {F3BCD1A4-5985-47B7-9BB7-1701E582DEEC}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "graphic", "plugins\graphic\build\test\graphic.v14.vcxproj", "{AB40ABB9-58EA-4477-AF68-319D131B22FD}"
ProjectSection(ProjectDependencies) = postProject
{F396D9A0-7648-4832-8A96-E7023568B366} = {F396D9A0-7648-4832-8A96-E7023568B366}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ioput", "plugins\ioput\build\dlls\ioput.v14.vcxproj", "{61A9903B-0D99-4DB1-B9C3-2D4C99B7E76C}"
ProjectSection(ProjectDependencies) = postProject
{F3BCD1A4-5985-47B7-9BB7-1701E582DEEC} = {F3BCD1A4-5985-47B7-9BB7-1701E582DEEC}
{F256A6B4-8E7E-47E2-B447-E62D2E2E51EF} = {F256A6B4-8E7E-47E2-B447-E62D2E2E51EF}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mouse", "plugins\mouse\build\dlls\mouse.v14.vcxproj", "{56A4FE6E-5C9D-4CBA-8FB6-07408B9830A3}"
ProjectSection(ProjectDependencies) = postProject
{F3BCD1A4-5985-47B7-9BB7-1701E582DEEC} = {F3BCD1A4-5985-47B7-9BB7-1701E582DEEC}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mouse", "plugins\mouse\build\test\mouse.v14.vcxproj", "{A9685499-9CF7-4F8B-9862-0B8EADACCD14}"
ProjectSection(ProjectDependencies) = postProject
{56A4FE6E-5C9D-4CBA-8FB6-07408B9830A3} = {56A4FE6E-5C9D-4CBA-8FB6-07408B9830A3}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ioput", "plugins\ioput\build\test\ioput.v14.vcxproj", "{AE6F7D57-CC12-4CF3-8EDC-29A25ECC9913}"
ProjectSection(ProjectDependencies) = postProject
{61A9903B-0D99-4DB1-B9C3-2D4C99B7E76C} = {61A9903B-0D99-4DB1-B9C3-2D4C99B7E76C}
{F3BCD1A4-5985-47B7-9BB7-1701E582DEEC} = {F3BCD1A4-5985-47B7-9BB7-1701E582DEEC}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "frame", "plugins\frame\build\test\frame.v14.vcxproj", "{59D8440A-668B-4D38-B35F-562774AD2AAD}"
ProjectSection(ProjectDependencies) = postProject
{2D36D338-705B-4D63-827C-B49F5B9D8EF5} = {2D36D338-705B-4D63-827C-B49F5B9D8EF5}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "struct", "core\build\test\struct\struct.v14.vcxproj", "{310E6336-17EB-4B82-B2E8-059F812EA290}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ssiml", "libs\build\ssiml\ssiml.v14.vcxproj", "{F256A6B4-8E7E-47E2-B447-E62D2E2E51EF}"
ProjectSection(ProjectDependencies) = postProject
{F3BCD1A4-5985-47B7-9BB7-1701E582DEEC} = {F3BCD1A4-5985-47B7-9BB7-1701E582DEEC}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "control", "plugins\control\build\dlls\control.v14.vcxproj", "{682E784C-BD4B-4EA1-BEF3-5B7297DCE20E}"
ProjectSection(ProjectDependencies) = postProject
{F3BCD1A4-5985-47B7-9BB7-1701E582DEEC} = {F3BCD1A4-5985-47B7-9BB7-1701E582DEEC}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "control", "plugins\control\build\test\test.v14.vcxproj", "{EDBFF262-7A6C-4003-9BC1-3FA9D09E4889}"
ProjectSection(ProjectDependencies) = postProject
{682E784C-BD4B-4EA1-BEF3-5B7297DCE20E} = {682E784C-BD4B-4EA1-BEF3-5B7297DCE20E}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "python", "plugins\python\build\test\python.v14.vcxproj", "{DBF54D98-E57B-4475-AD88-CD927258B75B}"
ProjectSection(ProjectDependencies) = postProject
{90D48C31-EB0F-4CBA-A05E-BD08385DB93E} = {90D48C31-EB0F-4CBA-A05E-BD08385DB93E}
{F256A6B4-8E7E-47E2-B447-E62D2E2E51EF} = {F256A6B4-8E7E-47E2-B447-E62D2E2E51EF}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "python", "plugins\python\build\dlls\python.v14.vcxproj", "{90D48C31-EB0F-4CBA-A05E-BD08385DB93E}"
ProjectSection(ProjectDependencies) = postProject
{F3BCD1A4-5985-47B7-9BB7-1701E582DEEC} = {F3BCD1A4-5985-47B7-9BB7-1701E582DEEC}
{F256A6B4-8E7E-47E2-B447-E62D2E2E51EF} = {F256A6B4-8E7E-47E2-B447-E62D2E2E51EF}
{CF7AC3D1-E2DF-41D2-BEA6-1E2556CDEA26} = {CF7AC3D1-E2DF-41D2-BEA6-1E2556CDEA26}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libcurl", "libs\build\curl\curl-7.21.6\lib\libcurl.vc14.vcxproj", "{87EE9DA4-DE1E-4448-8324-183C98DCA588}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "xmlchain", "core\build\tools\xmlchain\xmlchain.v14.vcxproj", "{C57B7A44-8027-402B-874D-DA1A48CF2A28}"
ProjectSection(ProjectDependencies) = postProject
{F256A6B4-8E7E-47E2-B447-E62D2E2E51EF} = {F256A6B4-8E7E-47E2-B447-E62D2E2E51EF}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "xmltrain", "plugins\model\build\tools\xmltrain.v14.vcxproj", "{F501E0B2-89E5-408E-9ABD-4106BE050C5E}"
ProjectSection(ProjectDependencies) = postProject
{F3BCD1A4-5985-47B7-9BB7-1701E582DEEC} = {F3BCD1A4-5985-47B7-9BB7-1701E582DEEC}
{F256A6B4-8E7E-47E2-B447-E62D2E2E51EF} = {F256A6B4-8E7E-47E2-B447-E62D2E2E51EF}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "pythoncore", "libs\build\Python-3.7.7\PCbuild\pythoncore.vcxproj", "{CF7AC3D1-E2DF-41D2-BEA6-1E2556CDEA26}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
PGInstrument|x64 = PGInstrument|x64
PGInstrument|x86 = PGInstrument|x86
PGUpdate|x64 = PGUpdate|x64
PGUpdate|x86 = PGUpdate|x86
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1877BCF9-A1D6-43A1-87F9-2D0537B56846}.Debug|x64.ActiveCfg = Debug|x64
{1877BCF9-A1D6-43A1-87F9-2D0537B56846}.Debug|x64.Build.0 = Debug|x64
{1877BCF9-A1D6-43A1-87F9-2D0537B56846}.Debug|x86.ActiveCfg = Debug|x64
{1877BCF9-A1D6-43A1-87F9-2D0537B56846}.PGInstrument|x64.ActiveCfg = Release|x64
{1877BCF9-A1D6-43A1-87F9-2D0537B56846}.PGInstrument|x64.Build.0 = Release|x64
{1877BCF9-A1D6-43A1-87F9-2D0537B56846}.PGInstrument|x86.ActiveCfg = Release|x64
{1877BCF9-A1D6-43A1-87F9-2D0537B56846}.PGInstrument|x86.Build.0 = Release|x64
{1877BCF9-A1D6-43A1-87F9-2D0537B56846}.PGUpdate|x64.ActiveCfg = Release|x64
{1877BCF9-A1D6-43A1-87F9-2D0537B56846}.PGUpdate|x64.Build.0 = Release|x64
{1877BCF9-A1D6-43A1-87F9-2D0537B56846}.PGUpdate|x86.ActiveCfg = Release|x64
{1877BCF9-A1D6-43A1-87F9-2D0537B56846}.PGUpdate|x86.Build.0 = Release|x64
{1877BCF9-A1D6-43A1-87F9-2D0537B56846}.Release|x64.ActiveCfg = Release|x64
{1877BCF9-A1D6-43A1-87F9-2D0537B56846}.Release|x64.Build.0 = Release|x64
{1877BCF9-A1D6-43A1-87F9-2D0537B56846}.Release|x86.ActiveCfg = Release|x64
{F3BCD1A4-5985-47B7-9BB7-1701E582DEEC}.Debug|x64.ActiveCfg = Debug|x64
{F3BCD1A4-5985-47B7-9BB7-1701E582DEEC}.Debug|x64.Build.0 = Debug|x64
{F3BCD1A4-5985-47B7-9BB7-1701E582DEEC}.Debug|x86.ActiveCfg = Debug|x64
{F3BCD1A4-5985-47B7-9BB7-1701E582DEEC}.PGInstrument|x64.ActiveCfg = Release|x64
{F3BCD1A4-5985-47B7-9BB7-1701E582DEEC}.PGInstrument|x64.Build.0 = Release|x64
{F3BCD1A4-5985-47B7-9BB7-1701E582DEEC}.PGInstrument|x86.ActiveCfg = Release|x64
{F3BCD1A4-5985-47B7-9BB7-1701E582DEEC}.PGInstrument|x86.Build.0 = Release|x64
{F3BCD1A4-5985-47B7-9BB7-1701E582DEEC}.PGUpdate|x64.ActiveCfg = Release|x64
{F3BCD1A4-5985-47B7-9BB7-1701E582DEEC}.PGUpdate|x64.Build.0 = Release|x64
{F3BCD1A4-5985-47B7-9BB7-1701E582DEEC}.PGUpdate|x86.ActiveCfg = Release|x64
{F3BCD1A4-5985-47B7-9BB7-1701E582DEEC}.PGUpdate|x86.Build.0 = Release|x64
{F3BCD1A4-5985-47B7-9BB7-1701E582DEEC}.Release|x64.ActiveCfg = Release|x64
{F3BCD1A4-5985-47B7-9BB7-1701E582DEEC}.Release|x64.Build.0 = Release|x64
{F3BCD1A4-5985-47B7-9BB7-1701E582DEEC}.Release|x86.ActiveCfg = Release|x64
{4A889481-CA5F-43B5-934F-5DF438F04E4D}.Debug|x64.ActiveCfg = Debug|x64
{4A889481-CA5F-43B5-934F-5DF438F04E4D}.Debug|x64.Build.0 = Debug|x64
{4A889481-CA5F-43B5-934F-5DF438F04E4D}.Debug|x86.ActiveCfg = Debug|x64
{4A889481-CA5F-43B5-934F-5DF438F04E4D}.PGInstrument|x64.ActiveCfg = Release|x64
{4A889481-CA5F-43B5-934F-5DF438F04E4D}.PGInstrument|x64.Build.0 = Release|x64
{4A889481-CA5F-43B5-934F-5DF438F04E4D}.PGInstrument|x86.ActiveCfg = Release|x64
{4A889481-CA5F-43B5-934F-5DF438F04E4D}.PGInstrument|x86.Build.0 = Release|x64
{4A889481-CA5F-43B5-934F-5DF438F04E4D}.PGUpdate|x64.ActiveCfg = Release|x64
{4A889481-CA5F-43B5-934F-5DF438F04E4D}.PGUpdate|x64.Build.0 = Release|x64
{4A889481-CA5F-43B5-934F-5DF438F04E4D}.PGUpdate|x86.ActiveCfg = Release|x64
{4A889481-CA5F-43B5-934F-5DF438F04E4D}.PGUpdate|x86.Build.0 = Release|x64
{4A889481-CA5F-43B5-934F-5DF438F04E4D}.Release|x64.ActiveCfg = Release|x64
{4A889481-CA5F-43B5-934F-5DF438F04E4D}.Release|x64.Build.0 = Release|x64
{4A889481-CA5F-43B5-934F-5DF438F04E4D}.Release|x86.ActiveCfg = Release|x64
{9E58F6A3-FE67-445B-B179-00ADBBDA5560}.Debug|x64.ActiveCfg = Debug|x64
{9E58F6A3-FE67-445B-B179-00ADBBDA5560}.Debug|x64.Build.0 = Debug|x64
{9E58F6A3-FE67-445B-B179-00ADBBDA5560}.Debug|x86.ActiveCfg = Debug|x64
{9E58F6A3-FE67-445B-B179-00ADBBDA5560}.PGInstrument|x64.ActiveCfg = Release|x64
{9E58F6A3-FE67-445B-B179-00ADBBDA5560}.PGInstrument|x64.Build.0 = Release|x64
{9E58F6A3-FE67-445B-B179-00ADBBDA5560}.PGInstrument|x86.ActiveCfg = Release|x64
{9E58F6A3-FE67-445B-B179-00ADBBDA5560}.PGInstrument|x86.Build.0 = Release|x64
{9E58F6A3-FE67-445B-B179-00ADBBDA5560}.PGUpdate|x64.ActiveCfg = Release|x64
{9E58F6A3-FE67-445B-B179-00ADBBDA5560}.PGUpdate|x64.Build.0 = Release|x64
{9E58F6A3-FE67-445B-B179-00ADBBDA5560}.PGUpdate|x86.ActiveCfg = Release|x64
{9E58F6A3-FE67-445B-B179-00ADBBDA5560}.PGUpdate|x86.Build.0 = Release|x64
{9E58F6A3-FE67-445B-B179-00ADBBDA5560}.Release|x64.ActiveCfg = Release|x64
{9E58F6A3-FE67-445B-B179-00ADBBDA5560}.Release|x64.Build.0 = Release|x64
{9E58F6A3-FE67-445B-B179-00ADBBDA5560}.Release|x86.ActiveCfg = Release|x64
{AB84FCD4-4866-49AB-89E9-56A0F8911EC6}.Debug|x64.ActiveCfg = Debug|x64
{AB84FCD4-4866-49AB-89E9-56A0F8911EC6}.Debug|x64.Build.0 = Debug|x64
{AB84FCD4-4866-49AB-89E9-56A0F8911EC6}.Debug|x86.ActiveCfg = Debug|x64
{AB84FCD4-4866-49AB-89E9-56A0F8911EC6}.PGInstrument|x64.ActiveCfg = Release|x64
{AB84FCD4-4866-49AB-89E9-56A0F8911EC6}.PGInstrument|x64.Build.0 = Release|x64
{AB84FCD4-4866-49AB-89E9-56A0F8911EC6}.PGInstrument|x86.ActiveCfg = Release|x64
{AB84FCD4-4866-49AB-89E9-56A0F8911EC6}.PGInstrument|x86.Build.0 = Release|x64
{AB84FCD4-4866-49AB-89E9-56A0F8911EC6}.PGUpdate|x64.ActiveCfg = Release|x64
{AB84FCD4-4866-49AB-89E9-56A0F8911EC6}.PGUpdate|x64.Build.0 = Release|x64
{AB84FCD4-4866-49AB-89E9-56A0F8911EC6}.PGUpdate|x86.ActiveCfg = Release|x64
{AB84FCD4-4866-49AB-89E9-56A0F8911EC6}.PGUpdate|x86.Build.0 = Release|x64
{AB84FCD4-4866-49AB-89E9-56A0F8911EC6}.Release|x64.ActiveCfg = Release|x64
{AB84FCD4-4866-49AB-89E9-56A0F8911EC6}.Release|x64.Build.0 = Release|x64
{AB84FCD4-4866-49AB-89E9-56A0F8911EC6}.Release|x86.ActiveCfg = Release|x64
{1037021E-56D2-4FBB-84E7-A1CCC38EF9BB}.Debug|x64.ActiveCfg = Debug|x64
{1037021E-56D2-4FBB-84E7-A1CCC38EF9BB}.Debug|x64.Build.0 = Debug|x64
{1037021E-56D2-4FBB-84E7-A1CCC38EF9BB}.Debug|x86.ActiveCfg = Debug|x64
{1037021E-56D2-4FBB-84E7-A1CCC38EF9BB}.PGInstrument|x64.ActiveCfg = Release|x64
{1037021E-56D2-4FBB-84E7-A1CCC38EF9BB}.PGInstrument|x64.Build.0 = Release|x64
{1037021E-56D2-4FBB-84E7-A1CCC38EF9BB}.PGInstrument|x86.ActiveCfg = Release|x64
{1037021E-56D2-4FBB-84E7-A1CCC38EF9BB}.PGInstrument|x86.Build.0 = Release|x64
{1037021E-56D2-4FBB-84E7-A1CCC38EF9BB}.PGUpdate|x64.ActiveCfg = Release|x64
{1037021E-56D2-4FBB-84E7-A1CCC38EF9BB}.PGUpdate|x64.Build.0 = Release|x64
{1037021E-56D2-4FBB-84E7-A1CCC38EF9BB}.PGUpdate|x86.ActiveCfg = Release|x64
{1037021E-56D2-4FBB-84E7-A1CCC38EF9BB}.PGUpdate|x86.Build.0 = Release|x64
{1037021E-56D2-4FBB-84E7-A1CCC38EF9BB}.Release|x64.ActiveCfg = Release|x64
{1037021E-56D2-4FBB-84E7-A1CCC38EF9BB}.Release|x64.Build.0 = Release|x64
{1037021E-56D2-4FBB-84E7-A1CCC38EF9BB}.Release|x86.ActiveCfg = Release|x64
{2406A8F5-5BEF-43C7-8BFE-8CAEAEB3F653}.Debug|x64.ActiveCfg = Debug|x64
{2406A8F5-5BEF-43C7-8BFE-8CAEAEB3F653}.Debug|x64.Build.0 = Debug|x64
{2406A8F5-5BEF-43C7-8BFE-8CAEAEB3F653}.Debug|x86.ActiveCfg = Debug|x64
{2406A8F5-5BEF-43C7-8BFE-8CAEAEB3F653}.PGInstrument|x64.ActiveCfg = Release|x64
{2406A8F5-5BEF-43C7-8BFE-8CAEAEB3F653}.PGInstrument|x64.Build.0 = Release|x64
{2406A8F5-5BEF-43C7-8BFE-8CAEAEB3F653}.PGInstrument|x86.ActiveCfg = Release|x64
{2406A8F5-5BEF-43C7-8BFE-8CAEAEB3F653}.PGInstrument|x86.Build.0 = Release|x64
{2406A8F5-5BEF-43C7-8BFE-8CAEAEB3F653}.PGUpdate|x64.ActiveCfg = Release|x64
{2406A8F5-5BEF-43C7-8BFE-8CAEAEB3F653}.PGUpdate|x64.Build.0 = Release|x64
{2406A8F5-5BEF-43C7-8BFE-8CAEAEB3F653}.PGUpdate|x86.ActiveCfg = Release|x64
{2406A8F5-5BEF-43C7-8BFE-8CAEAEB3F653}.PGUpdate|x86.Build.0 = Release|x64
{2406A8F5-5BEF-43C7-8BFE-8CAEAEB3F653}.Release|x64.ActiveCfg = Release|x64
{2406A8F5-5BEF-43C7-8BFE-8CAEAEB3F653}.Release|x64.Build.0 = Release|x64
{2406A8F5-5BEF-43C7-8BFE-8CAEAEB3F653}.Release|x86.ActiveCfg = Release|x64
{3EDBE4B1-76BD-4949-BEC2-FFE4A31AF9AE}.Debug|x64.ActiveCfg = Debug|x64
{3EDBE4B1-76BD-4949-BEC2-FFE4A31AF9AE}.Debug|x64.Build.0 = Debug|x64
{3EDBE4B1-76BD-4949-BEC2-FFE4A31AF9AE}.Debug|x86.ActiveCfg = Debug|x64
{3EDBE4B1-76BD-4949-BEC2-FFE4A31AF9AE}.PGInstrument|x64.ActiveCfg = Release|x64
{3EDBE4B1-76BD-4949-BEC2-FFE4A31AF9AE}.PGInstrument|x64.Build.0 = Release|x64
{3EDBE4B1-76BD-4949-BEC2-FFE4A31AF9AE}.PGInstrument|x86.ActiveCfg = Release|x64
{3EDBE4B1-76BD-4949-BEC2-FFE4A31AF9AE}.PGInstrument|x86.Build.0 = Release|x64
{3EDBE4B1-76BD-4949-BEC2-FFE4A31AF9AE}.PGUpdate|x64.ActiveCfg = Release|x64
{3EDBE4B1-76BD-4949-BEC2-FFE4A31AF9AE}.PGUpdate|x64.Build.0 = Release|x64
{3EDBE4B1-76BD-4949-BEC2-FFE4A31AF9AE}.PGUpdate|x86.ActiveCfg = Release|x64
{3EDBE4B1-76BD-4949-BEC2-FFE4A31AF9AE}.PGUpdate|x86.Build.0 = Release|x64
{3EDBE4B1-76BD-4949-BEC2-FFE4A31AF9AE}.Release|x64.ActiveCfg = Release|x64
{3EDBE4B1-76BD-4949-BEC2-FFE4A31AF9AE}.Release|x64.Build.0 = Release|x64
{3EDBE4B1-76BD-4949-BEC2-FFE4A31AF9AE}.Release|x86.ActiveCfg = Release|x64
{02272B9F-6444-4372-8345-9F18A018E7F5}.Debug|x64.ActiveCfg = Debug|x64
{02272B9F-6444-4372-8345-9F18A018E7F5}.Debug|x64.Build.0 = Debug|x64
{02272B9F-6444-4372-8345-9F18A018E7F5}.Debug|x86.ActiveCfg = Debug|x64
{02272B9F-6444-4372-8345-9F18A018E7F5}.PGInstrument|x64.ActiveCfg = Release|x64
{02272B9F-6444-4372-8345-9F18A018E7F5}.PGInstrument|x64.Build.0 = Release|x64
{02272B9F-6444-4372-8345-9F18A018E7F5}.PGInstrument|x86.ActiveCfg = Release|x64
{02272B9F-6444-4372-8345-9F18A018E7F5}.PGInstrument|x86.Build.0 = Release|x64
{02272B9F-6444-4372-8345-9F18A018E7F5}.PGUpdate|x64.ActiveCfg = Release|x64
{02272B9F-6444-4372-8345-9F18A018E7F5}.PGUpdate|x64.Build.0 = Release|x64
{02272B9F-6444-4372-8345-9F18A018E7F5}.PGUpdate|x86.ActiveCfg = Release|x64
{02272B9F-6444-4372-8345-9F18A018E7F5}.PGUpdate|x86.Build.0 = Release|x64
{02272B9F-6444-4372-8345-9F18A018E7F5}.Release|x64.ActiveCfg = Release|x64
{02272B9F-6444-4372-8345-9F18A018E7F5}.Release|x64.Build.0 = Release|x64
{02272B9F-6444-4372-8345-9F18A018E7F5}.Release|x86.ActiveCfg = Release|x64
{C053800A-9167-4B23-9402-B969AE52A8F8}.Debug|x64.ActiveCfg = Debug|x64
{C053800A-9167-4B23-9402-B969AE52A8F8}.Debug|x64.Build.0 = Debug|x64
{C053800A-9167-4B23-9402-B969AE52A8F8}.Debug|x86.ActiveCfg = Debug|x64
{C053800A-9167-4B23-9402-B969AE52A8F8}.PGInstrument|x64.ActiveCfg = Release|x64
{C053800A-9167-4B23-9402-B969AE52A8F8}.PGInstrument|x64.Build.0 = Release|x64
{C053800A-9167-4B23-9402-B969AE52A8F8}.PGInstrument|x86.ActiveCfg = Release|x64
{C053800A-9167-4B23-9402-B969AE52A8F8}.PGInstrument|x86.Build.0 = Release|x64
{C053800A-9167-4B23-9402-B969AE52A8F8}.PGUpdate|x64.ActiveCfg = Release|x64
{C053800A-9167-4B23-9402-B969AE52A8F8}.PGUpdate|x64.Build.0 = Release|x64
{C053800A-9167-4B23-9402-B969AE52A8F8}.PGUpdate|x86.ActiveCfg = Release|x64
{C053800A-9167-4B23-9402-B969AE52A8F8}.PGUpdate|x86.Build.0 = Release|x64
{C053800A-9167-4B23-9402-B969AE52A8F8}.Release|x64.ActiveCfg = Release|x64
{C053800A-9167-4B23-9402-B969AE52A8F8}.Release|x64.Build.0 = Release|x64
{C053800A-9167-4B23-9402-B969AE52A8F8}.Release|x86.ActiveCfg = Release|x64
{12C69A28-32CA-4AB7-8F2E-544958D63738}.Debug|x64.ActiveCfg = Debug|x64
{12C69A28-32CA-4AB7-8F2E-544958D63738}.Debug|x64.Build.0 = Debug|x64
{12C69A28-32CA-4AB7-8F2E-544958D63738}.Debug|x86.ActiveCfg = Debug|x64
{12C69A28-32CA-4AB7-8F2E-544958D63738}.PGInstrument|x64.ActiveCfg = Release|x64
{12C69A28-32CA-4AB7-8F2E-544958D63738}.PGInstrument|x64.Build.0 = Release|x64
{12C69A28-32CA-4AB7-8F2E-544958D63738}.PGInstrument|x86.ActiveCfg = Release|x64
{12C69A28-32CA-4AB7-8F2E-544958D63738}.PGInstrument|x86.Build.0 = Release|x64
{12C69A28-32CA-4AB7-8F2E-544958D63738}.PGUpdate|x64.ActiveCfg = Release|x64
{12C69A28-32CA-4AB7-8F2E-544958D63738}.PGUpdate|x64.Build.0 = Release|x64
{12C69A28-32CA-4AB7-8F2E-544958D63738}.PGUpdate|x86.ActiveCfg = Release|x64
{12C69A28-32CA-4AB7-8F2E-544958D63738}.PGUpdate|x86.Build.0 = Release|x64
{12C69A28-32CA-4AB7-8F2E-544958D63738}.Release|x64.ActiveCfg = Release|x64
{12C69A28-32CA-4AB7-8F2E-544958D63738}.Release|x64.Build.0 = Release|x64
{12C69A28-32CA-4AB7-8F2E-544958D63738}.Release|x86.ActiveCfg = Release|x64
{5874D2AD-B7CF-477E-9892-FEFA940894E9}.Debug|x64.ActiveCfg = Debug|x64
{5874D2AD-B7CF-477E-9892-FEFA940894E9}.Debug|x64.Build.0 = Debug|x64
{5874D2AD-B7CF-477E-9892-FEFA940894E9}.Debug|x86.ActiveCfg = Debug|x64
{5874D2AD-B7CF-477E-9892-FEFA940894E9}.PGInstrument|x64.ActiveCfg = Release|x64
{5874D2AD-B7CF-477E-9892-FEFA940894E9}.PGInstrument|x64.Build.0 = Release|x64
{5874D2AD-B7CF-477E-9892-FEFA940894E9}.PGInstrument|x86.ActiveCfg = Release|x64
{5874D2AD-B7CF-477E-9892-FEFA940894E9}.PGInstrument|x86.Build.0 = Release|x64
{5874D2AD-B7CF-477E-9892-FEFA940894E9}.PGUpdate|x64.ActiveCfg = Release|x64
{5874D2AD-B7CF-477E-9892-FEFA940894E9}.PGUpdate|x64.Build.0 = Release|x64
{5874D2AD-B7CF-477E-9892-FEFA940894E9}.PGUpdate|x86.ActiveCfg = Release|x64
{5874D2AD-B7CF-477E-9892-FEFA940894E9}.PGUpdate|x86.Build.0 = Release|x64
{5874D2AD-B7CF-477E-9892-FEFA940894E9}.Release|x64.ActiveCfg = Release|x64
{5874D2AD-B7CF-477E-9892-FEFA940894E9}.Release|x64.Build.0 = Release|x64
{5874D2AD-B7CF-477E-9892-FEFA940894E9}.Release|x86.ActiveCfg = Release|x64
{8A544854-4C37-4CB1-B608-31D8B6A4764B}.Debug|x64.ActiveCfg = Debug|x64
{8A544854-4C37-4CB1-B608-31D8B6A4764B}.Debug|x64.Build.0 = Debug|x64
{8A544854-4C37-4CB1-B608-31D8B6A4764B}.Debug|x86.ActiveCfg = Debug|x64
{8A544854-4C37-4CB1-B608-31D8B6A4764B}.PGInstrument|x64.ActiveCfg = Release|x64
{8A544854-4C37-4CB1-B608-31D8B6A4764B}.PGInstrument|x64.Build.0 = Release|x64
{8A544854-4C37-4CB1-B608-31D8B6A4764B}.PGInstrument|x86.ActiveCfg = Release|x64
{8A544854-4C37-4CB1-B608-31D8B6A4764B}.PGInstrument|x86.Build.0 = Release|x64
{8A544854-4C37-4CB1-B608-31D8B6A4764B}.PGUpdate|x64.ActiveCfg = Release|x64
{8A544854-4C37-4CB1-B608-31D8B6A4764B}.PGUpdate|x64.Build.0 = Release|x64
{8A544854-4C37-4CB1-B608-31D8B6A4764B}.PGUpdate|x86.ActiveCfg = Release|x64
{8A544854-4C37-4CB1-B608-31D8B6A4764B}.PGUpdate|x86.Build.0 = Release|x64
{8A544854-4C37-4CB1-B608-31D8B6A4764B}.Release|x64.ActiveCfg = Release|x64
{8A544854-4C37-4CB1-B608-31D8B6A4764B}.Release|x64.Build.0 = Release|x64
{8A544854-4C37-4CB1-B608-31D8B6A4764B}.Release|x86.ActiveCfg = Release|x64
{2D36D338-705B-4D63-827C-B49F5B9D8EF5}.Debug|x64.ActiveCfg = Debug|x64
{2D36D338-705B-4D63-827C-B49F5B9D8EF5}.Debug|x64.Build.0 = Debug|x64
{2D36D338-705B-4D63-827C-B49F5B9D8EF5}.Debug|x86.ActiveCfg = Debug|x64
{2D36D338-705B-4D63-827C-B49F5B9D8EF5}.PGInstrument|x64.ActiveCfg = Release|x64
{2D36D338-705B-4D63-827C-B49F5B9D8EF5}.PGInstrument|x64.Build.0 = Release|x64
{2D36D338-705B-4D63-827C-B49F5B9D8EF5}.PGInstrument|x86.ActiveCfg = Release|x64
{2D36D338-705B-4D63-827C-B49F5B9D8EF5}.PGInstrument|x86.Build.0 = Release|x64
{2D36D338-705B-4D63-827C-B49F5B9D8EF5}.PGUpdate|x64.ActiveCfg = Release|x64
{2D36D338-705B-4D63-827C-B49F5B9D8EF5}.PGUpdate|x64.Build.0 = Release|x64
{2D36D338-705B-4D63-827C-B49F5B9D8EF5}.PGUpdate|x86.ActiveCfg = Release|x64
{2D36D338-705B-4D63-827C-B49F5B9D8EF5}.PGUpdate|x86.Build.0 = Release|x64
{2D36D338-705B-4D63-827C-B49F5B9D8EF5}.Release|x64.ActiveCfg = Release|x64
{2D36D338-705B-4D63-827C-B49F5B9D8EF5}.Release|x64.Build.0 = Release|x64
{2D36D338-705B-4D63-827C-B49F5B9D8EF5}.Release|x86.ActiveCfg = Release|x64
{F396D9A0-7648-4832-8A96-E7023568B366}.Debug|x64.ActiveCfg = Debug|x64
{F396D9A0-7648-4832-8A96-E7023568B366}.Debug|x64.Build.0 = Debug|x64
{F396D9A0-7648-4832-8A96-E7023568B366}.Debug|x86.ActiveCfg = Debug|x64
{F396D9A0-7648-4832-8A96-E7023568B366}.PGInstrument|x64.ActiveCfg = Release|x64
{F396D9A0-7648-4832-8A96-E7023568B366}.PGInstrument|x64.Build.0 = Release|x64
{F396D9A0-7648-4832-8A96-E7023568B366}.PGInstrument|x86.ActiveCfg = Release|x64
{F396D9A0-7648-4832-8A96-E7023568B366}.PGInstrument|x86.Build.0 = Release|x64
{F396D9A0-7648-4832-8A96-E7023568B366}.PGUpdate|x64.ActiveCfg = Release|x64
{F396D9A0-7648-4832-8A96-E7023568B366}.PGUpdate|x64.Build.0 = Release|x64
{F396D9A0-7648-4832-8A96-E7023568B366}.PGUpdate|x86.ActiveCfg = Release|x64
{F396D9A0-7648-4832-8A96-E7023568B366}.PGUpdate|x86.Build.0 = Release|x64
{F396D9A0-7648-4832-8A96-E7023568B366}.Release|x64.ActiveCfg = Release|x64
{F396D9A0-7648-4832-8A96-E7023568B366}.Release|x64.Build.0 = Release|x64
{F396D9A0-7648-4832-8A96-E7023568B366}.Release|x86.ActiveCfg = Release|x64
{AB40ABB9-58EA-4477-AF68-319D131B22FD}.Debug|x64.ActiveCfg = Debug|x64
{AB40ABB9-58EA-4477-AF68-319D131B22FD}.Debug|x64.Build.0 = Debug|x64
{AB40ABB9-58EA-4477-AF68-319D131B22FD}.Debug|x86.ActiveCfg = Debug|x64
{AB40ABB9-58EA-4477-AF68-319D131B22FD}.PGInstrument|x64.ActiveCfg = Release|x64
{AB40ABB9-58EA-4477-AF68-319D131B22FD}.PGInstrument|x64.Build.0 = Release|x64
{AB40ABB9-58EA-4477-AF68-319D131B22FD}.PGInstrument|x86.ActiveCfg = Release|x64
{AB40ABB9-58EA-4477-AF68-319D131B22FD}.PGInstrument|x86.Build.0 = Release|x64
{AB40ABB9-58EA-4477-AF68-319D131B22FD}.PGUpdate|x64.ActiveCfg = Release|x64
{AB40ABB9-58EA-4477-AF68-319D131B22FD}.PGUpdate|x64.Build.0 = Release|x64
{AB40ABB9-58EA-4477-AF68-319D131B22FD}.PGUpdate|x86.ActiveCfg = Release|x64
{AB40ABB9-58EA-4477-AF68-319D131B22FD}.PGUpdate|x86.Build.0 = Release|x64
{AB40ABB9-58EA-4477-AF68-319D131B22FD}.Release|x64.ActiveCfg = Release|x64
{AB40ABB9-58EA-4477-AF68-319D131B22FD}.Release|x64.Build.0 = Release|x64
{AB40ABB9-58EA-4477-AF68-319D131B22FD}.Release|x86.ActiveCfg = Release|x64
{61A9903B-0D99-4DB1-B9C3-2D4C99B7E76C}.Debug|x64.ActiveCfg = Debug|x64
{61A9903B-0D99-4DB1-B9C3-2D4C99B7E76C}.Debug|x64.Build.0 = Debug|x64
{61A9903B-0D99-4DB1-B9C3-2D4C99B7E76C}.Debug|x86.ActiveCfg = Debug|x64
{61A9903B-0D99-4DB1-B9C3-2D4C99B7E76C}.PGInstrument|x64.ActiveCfg = Release|x64
{61A9903B-0D99-4DB1-B9C3-2D4C99B7E76C}.PGInstrument|x64.Build.0 = Release|x64
{61A9903B-0D99-4DB1-B9C3-2D4C99B7E76C}.PGInstrument|x86.ActiveCfg = Release|x64
{61A9903B-0D99-4DB1-B9C3-2D4C99B7E76C}.PGInstrument|x86.Build.0 = Release|x64
{61A9903B-0D99-4DB1-B9C3-2D4C99B7E76C}.PGUpdate|x64.ActiveCfg = Release|x64
{61A9903B-0D99-4DB1-B9C3-2D4C99B7E76C}.PGUpdate|x64.Build.0 = Release|x64
{61A9903B-0D99-4DB1-B9C3-2D4C99B7E76C}.PGUpdate|x86.ActiveCfg = Release|x64
{61A9903B-0D99-4DB1-B9C3-2D4C99B7E76C}.PGUpdate|x86.Build.0 = Release|x64
{61A9903B-0D99-4DB1-B9C3-2D4C99B7E76C}.Release|x64.ActiveCfg = Release|x64
{61A9903B-0D99-4DB1-B9C3-2D4C99B7E76C}.Release|x64.Build.0 = Release|x64
{61A9903B-0D99-4DB1-B9C3-2D4C99B7E76C}.Release|x86.ActiveCfg = Release|x64
{56A4FE6E-5C9D-4CBA-8FB6-07408B9830A3}.Debug|x64.ActiveCfg = Debug|x64
{56A4FE6E-5C9D-4CBA-8FB6-07408B9830A3}.Debug|x64.Build.0 = Debug|x64
{56A4FE6E-5C9D-4CBA-8FB6-07408B9830A3}.Debug|x86.ActiveCfg = Debug|x64
{56A4FE6E-5C9D-4CBA-8FB6-07408B9830A3}.PGInstrument|x64.ActiveCfg = Release|x64
{56A4FE6E-5C9D-4CBA-8FB6-07408B9830A3}.PGInstrument|x64.Build.0 = Release|x64
{56A4FE6E-5C9D-4CBA-8FB6-07408B9830A3}.PGInstrument|x86.ActiveCfg = Release|x64
{56A4FE6E-5C9D-4CBA-8FB6-07408B9830A3}.PGInstrument|x86.Build.0 = Release|x64
{56A4FE6E-5C9D-4CBA-8FB6-07408B9830A3}.PGUpdate|x64.ActiveCfg = Release|x64
{56A4FE6E-5C9D-4CBA-8FB6-07408B9830A3}.PGUpdate|x64.Build.0 = Release|x64
{56A4FE6E-5C9D-4CBA-8FB6-07408B9830A3}.PGUpdate|x86.ActiveCfg = Release|x64
{56A4FE6E-5C9D-4CBA-8FB6-07408B9830A3}.PGUpdate|x86.Build.0 = Release|x64
{56A4FE6E-5C9D-4CBA-8FB6-07408B9830A3}.Release|x64.ActiveCfg = Release|x64
{56A4FE6E-5C9D-4CBA-8FB6-07408B9830A3}.Release|x64.Build.0 = Release|x64
{56A4FE6E-5C9D-4CBA-8FB6-07408B9830A3}.Release|x86.ActiveCfg = Release|x64
{A9685499-9CF7-4F8B-9862-0B8EADACCD14}.Debug|x64.ActiveCfg = Debug|x64
{A9685499-9CF7-4F8B-9862-0B8EADACCD14}.Debug|x64.Build.0 = Debug|x64
{A9685499-9CF7-4F8B-9862-0B8EADACCD14}.Debug|x86.ActiveCfg = Debug|x64
{A9685499-9CF7-4F8B-9862-0B8EADACCD14}.PGInstrument|x64.ActiveCfg = Release|x64
{A9685499-9CF7-4F8B-9862-0B8EADACCD14}.PGInstrument|x64.Build.0 = Release|x64
{A9685499-9CF7-4F8B-9862-0B8EADACCD14}.PGInstrument|x86.ActiveCfg = Release|x64
{A9685499-9CF7-4F8B-9862-0B8EADACCD14}.PGInstrument|x86.Build.0 = Release|x64
{A9685499-9CF7-4F8B-9862-0B8EADACCD14}.PGUpdate|x64.ActiveCfg = Release|x64
{A9685499-9CF7-4F8B-9862-0B8EADACCD14}.PGUpdate|x64.Build.0 = Release|x64
{A9685499-9CF7-4F8B-9862-0B8EADACCD14}.PGUpdate|x86.ActiveCfg = Release|x64
{A9685499-9CF7-4F8B-9862-0B8EADACCD14}.PGUpdate|x86.Build.0 = Release|x64
{A9685499-9CF7-4F8B-9862-0B8EADACCD14}.Release|x64.ActiveCfg = Release|x64
{A9685499-9CF7-4F8B-9862-0B8EADACCD14}.Release|x64.Build.0 = Release|x64
{A9685499-9CF7-4F8B-9862-0B8EADACCD14}.Release|x86.ActiveCfg = Release|x64
{AE6F7D57-CC12-4CF3-8EDC-29A25ECC9913}.Debug|x64.ActiveCfg = Debug|x64
{AE6F7D57-CC12-4CF3-8EDC-29A25ECC9913}.Debug|x64.Build.0 = Debug|x64
{AE6F7D57-CC12-4CF3-8EDC-29A25ECC9913}.Debug|x86.ActiveCfg = Debug|x64
{AE6F7D57-CC12-4CF3-8EDC-29A25ECC9913}.PGInstrument|x64.ActiveCfg = Release|x64
{AE6F7D57-CC12-4CF3-8EDC-29A25ECC9913}.PGInstrument|x64.Build.0 = Release|x64
{AE6F7D57-CC12-4CF3-8EDC-29A25ECC9913}.PGInstrument|x86.ActiveCfg = Release|x64
{AE6F7D57-CC12-4CF3-8EDC-29A25ECC9913}.PGInstrument|x86.Build.0 = Release|x64
{AE6F7D57-CC12-4CF3-8EDC-29A25ECC9913}.PGUpdate|x64.ActiveCfg = Release|x64
{AE6F7D57-CC12-4CF3-8EDC-29A25ECC9913}.PGUpdate|x64.Build.0 = Release|x64
{AE6F7D57-CC12-4CF3-8EDC-29A25ECC9913}.PGUpdate|x86.ActiveCfg = Release|x64
{AE6F7D57-CC12-4CF3-8EDC-29A25ECC9913}.PGUpdate|x86.Build.0 = Release|x64
{AE6F7D57-CC12-4CF3-8EDC-29A25ECC9913}.Release|x64.ActiveCfg = Release|x64
{AE6F7D57-CC12-4CF3-8EDC-29A25ECC9913}.Release|x64.Build.0 = Release|x64
{AE6F7D57-CC12-4CF3-8EDC-29A25ECC9913}.Release|x86.ActiveCfg = Release|x64
{59D8440A-668B-4D38-B35F-562774AD2AAD}.Debug|x64.ActiveCfg = Debug|x64
{59D8440A-668B-4D38-B35F-562774AD2AAD}.Debug|x64.Build.0 = Debug|x64
{59D8440A-668B-4D38-B35F-562774AD2AAD}.Debug|x86.ActiveCfg = Debug|x64
{59D8440A-668B-4D38-B35F-562774AD2AAD}.PGInstrument|x64.ActiveCfg = Release|x64
{59D8440A-668B-4D38-B35F-562774AD2AAD}.PGInstrument|x64.Build.0 = Release|x64
{59D8440A-668B-4D38-B35F-562774AD2AAD}.PGInstrument|x86.ActiveCfg = Release|x64
{59D8440A-668B-4D38-B35F-562774AD2AAD}.PGInstrument|x86.Build.0 = Release|x64
{59D8440A-668B-4D38-B35F-562774AD2AAD}.PGUpdate|x64.ActiveCfg = Release|x64
{59D8440A-668B-4D38-B35F-562774AD2AAD}.PGUpdate|x64.Build.0 = Release|x64
{59D8440A-668B-4D38-B35F-562774AD2AAD}.PGUpdate|x86.ActiveCfg = Release|x64
{59D8440A-668B-4D38-B35F-562774AD2AAD}.PGUpdate|x86.Build.0 = Release|x64
{59D8440A-668B-4D38-B35F-562774AD2AAD}.Release|x64.ActiveCfg = Release|x64
{59D8440A-668B-4D38-B35F-562774AD2AAD}.Release|x64.Build.0 = Release|x64
{59D8440A-668B-4D38-B35F-562774AD2AAD}.Release|x86.ActiveCfg = Release|x64
{310E6336-17EB-4B82-B2E8-059F812EA290}.Debug|x64.ActiveCfg = Debug|x64
{310E6336-17EB-4B82-B2E8-059F812EA290}.Debug|x64.Build.0 = Debug|x64
{310E6336-17EB-4B82-B2E8-059F812EA290}.Debug|x86.ActiveCfg = Debug|x64
{310E6336-17EB-4B82-B2E8-059F812EA290}.PGInstrument|x64.ActiveCfg = Release|x64
{310E6336-17EB-4B82-B2E8-059F812EA290}.PGInstrument|x64.Build.0 = Release|x64
{310E6336-17EB-4B82-B2E8-059F812EA290}.PGInstrument|x86.ActiveCfg = Release|x64
{310E6336-17EB-4B82-B2E8-059F812EA290}.PGInstrument|x86.Build.0 = Release|x64
{310E6336-17EB-4B82-B2E8-059F812EA290}.PGUpdate|x64.ActiveCfg = Release|x64
{310E6336-17EB-4B82-B2E8-059F812EA290}.PGUpdate|x64.Build.0 = Release|x64
{310E6336-17EB-4B82-B2E8-059F812EA290}.PGUpdate|x86.ActiveCfg = Release|x64
{310E6336-17EB-4B82-B2E8-059F812EA290}.PGUpdate|x86.Build.0 = Release|x64
{310E6336-17EB-4B82-B2E8-059F812EA290}.Release|x64.ActiveCfg = Release|x64
{310E6336-17EB-4B82-B2E8-059F812EA290}.Release|x64.Build.0 = Release|x64
{310E6336-17EB-4B82-B2E8-059F812EA290}.Release|x86.ActiveCfg = Release|x64
{F256A6B4-8E7E-47E2-B447-E62D2E2E51EF}.Debug|x64.ActiveCfg = Debug|x64
{F256A6B4-8E7E-47E2-B447-E62D2E2E51EF}.Debug|x64.Build.0 = Debug|x64
{F256A6B4-8E7E-47E2-B447-E62D2E2E51EF}.Debug|x86.ActiveCfg = Debug|x64
{F256A6B4-8E7E-47E2-B447-E62D2E2E51EF}.PGInstrument|x64.ActiveCfg = Release|x64
{F256A6B4-8E7E-47E2-B447-E62D2E2E51EF}.PGInstrument|x64.Build.0 = Release|x64
{F256A6B4-8E7E-47E2-B447-E62D2E2E51EF}.PGInstrument|x86.ActiveCfg = Release|x64
{F256A6B4-8E7E-47E2-B447-E62D2E2E51EF}.PGInstrument|x86.Build.0 = Release|x64
{F256A6B4-8E7E-47E2-B447-E62D2E2E51EF}.PGUpdate|x64.ActiveCfg = Release|x64
{F256A6B4-8E7E-47E2-B447-E62D2E2E51EF}.PGUpdate|x64.Build.0 = Release|x64
{F256A6B4-8E7E-47E2-B447-E62D2E2E51EF}.PGUpdate|x86.ActiveCfg = Release|x64
{F256A6B4-8E7E-47E2-B447-E62D2E2E51EF}.PGUpdate|x86.Build.0 = Release|x64
{F256A6B4-8E7E-47E2-B447-E62D2E2E51EF}.Release|x64.ActiveCfg = Release|x64
{F256A6B4-8E7E-47E2-B447-E62D2E2E51EF}.Release|x64.Build.0 = Release|x64
{F256A6B4-8E7E-47E2-B447-E62D2E2E51EF}.Release|x86.ActiveCfg = Release|x64
{682E784C-BD4B-4EA1-BEF3-5B7297DCE20E}.Debug|x64.ActiveCfg = Debug|x64
{682E784C-BD4B-4EA1-BEF3-5B7297DCE20E}.Debug|x64.Build.0 = Debug|x64
{682E784C-BD4B-4EA1-BEF3-5B7297DCE20E}.Debug|x86.ActiveCfg = Debug|x64
{682E784C-BD4B-4EA1-BEF3-5B7297DCE20E}.PGInstrument|x64.ActiveCfg = Release|x64
{682E784C-BD4B-4EA1-BEF3-5B7297DCE20E}.PGInstrument|x64.Build.0 = Release|x64
{682E784C-BD4B-4EA1-BEF3-5B7297DCE20E}.PGInstrument|x86.ActiveCfg = Release|x64
{682E784C-BD4B-4EA1-BEF3-5B7297DCE20E}.PGInstrument|x86.Build.0 = Release|x64
{682E784C-BD4B-4EA1-BEF3-5B7297DCE20E}.PGUpdate|x64.ActiveCfg = Release|x64
{682E784C-BD4B-4EA1-BEF3-5B7297DCE20E}.PGUpdate|x64.Build.0 = Release|x64
{682E784C-BD4B-4EA1-BEF3-5B7297DCE20E}.PGUpdate|x86.ActiveCfg = Release|x64
{682E784C-BD4B-4EA1-BEF3-5B7297DCE20E}.PGUpdate|x86.Build.0 = Release|x64
{682E784C-BD4B-4EA1-BEF3-5B7297DCE20E}.Release|x64.ActiveCfg = Release|x64
{682E784C-BD4B-4EA1-BEF3-5B7297DCE20E}.Release|x64.Build.0 = Release|x64
{682E784C-BD4B-4EA1-BEF3-5B7297DCE20E}.Release|x86.ActiveCfg = Release|x64
{EDBFF262-7A6C-4003-9BC1-3FA9D09E4889}.Debug|x64.ActiveCfg = Debug|x64
{EDBFF262-7A6C-4003-9BC1-3FA9D09E4889}.Debug|x64.Build.0 = Debug|x64
{EDBFF262-7A6C-4003-9BC1-3FA9D09E4889}.Debug|x86.ActiveCfg = Debug|x64
{EDBFF262-7A6C-4003-9BC1-3FA9D09E4889}.PGInstrument|x64.ActiveCfg = Release|x64
{EDBFF262-7A6C-4003-9BC1-3FA9D09E4889}.PGInstrument|x64.Build.0 = Release|x64
{EDBFF262-7A6C-4003-9BC1-3FA9D09E4889}.PGInstrument|x86.ActiveCfg = Release|x64
{EDBFF262-7A6C-4003-9BC1-3FA9D09E4889}.PGInstrument|x86.Build.0 = Release|x64
{EDBFF262-7A6C-4003-9BC1-3FA9D09E4889}.PGUpdate|x64.ActiveCfg = Release|x64
{EDBFF262-7A6C-4003-9BC1-3FA9D09E4889}.PGUpdate|x64.Build.0 = Release|x64
{EDBFF262-7A6C-4003-9BC1-3FA9D09E4889}.PGUpdate|x86.ActiveCfg = Release|x64
{EDBFF262-7A6C-4003-9BC1-3FA9D09E4889}.PGUpdate|x86.Build.0 = Release|x64
{EDBFF262-7A6C-4003-9BC1-3FA9D09E4889}.Release|x64.ActiveCfg = Release|x64
{EDBFF262-7A6C-4003-9BC1-3FA9D09E4889}.Release|x64.Build.0 = Release|x64
{EDBFF262-7A6C-4003-9BC1-3FA9D09E4889}.Release|x86.ActiveCfg = Release|x64
{DBF54D98-E57B-4475-AD88-CD927258B75B}.Debug|x64.ActiveCfg = Debug|x64
{DBF54D98-E57B-4475-AD88-CD927258B75B}.Debug|x64.Build.0 = Debug|x64
{DBF54D98-E57B-4475-AD88-CD927258B75B}.Debug|x86.ActiveCfg = Debug|x64
{DBF54D98-E57B-4475-AD88-CD927258B75B}.PGInstrument|x64.ActiveCfg = Release|x64
{DBF54D98-E57B-4475-AD88-CD927258B75B}.PGInstrument|x64.Build.0 = Release|x64
{DBF54D98-E57B-4475-AD88-CD927258B75B}.PGInstrument|x86.ActiveCfg = Release|x64
{DBF54D98-E57B-4475-AD88-CD927258B75B}.PGInstrument|x86.Build.0 = Release|x64
{DBF54D98-E57B-4475-AD88-CD927258B75B}.PGUpdate|x64.ActiveCfg = Release|x64
{DBF54D98-E57B-4475-AD88-CD927258B75B}.PGUpdate|x64.Build.0 = Release|x64
{DBF54D98-E57B-4475-AD88-CD927258B75B}.PGUpdate|x86.ActiveCfg = Release|x64
{DBF54D98-E57B-4475-AD88-CD927258B75B}.PGUpdate|x86.Build.0 = Release|x64
{DBF54D98-E57B-4475-AD88-CD927258B75B}.Release|x64.ActiveCfg = Release|x64
{DBF54D98-E57B-4475-AD88-CD927258B75B}.Release|x64.Build.0 = Release|x64
{DBF54D98-E57B-4475-AD88-CD927258B75B}.Release|x86.ActiveCfg = Release|x64
{90D48C31-EB0F-4CBA-A05E-BD08385DB93E}.Debug|x64.ActiveCfg = Debug|x64
{90D48C31-EB0F-4CBA-A05E-BD08385DB93E}.Debug|x64.Build.0 = Debug|x64
{90D48C31-EB0F-4CBA-A05E-BD08385DB93E}.Debug|x86.ActiveCfg = Debug|x64
{90D48C31-EB0F-4CBA-A05E-BD08385DB93E}.PGInstrument|x64.ActiveCfg = Release|x64
{90D48C31-EB0F-4CBA-A05E-BD08385DB93E}.PGInstrument|x64.Build.0 = Release|x64
{90D48C31-EB0F-4CBA-A05E-BD08385DB93E}.PGInstrument|x86.ActiveCfg = Release|x64
{90D48C31-EB0F-4CBA-A05E-BD08385DB93E}.PGInstrument|x86.Build.0 = Release|x64
{90D48C31-EB0F-4CBA-A05E-BD08385DB93E}.PGUpdate|x64.ActiveCfg = Release|x64
{90D48C31-EB0F-4CBA-A05E-BD08385DB93E}.PGUpdate|x64.Build.0 = Release|x64
{90D48C31-EB0F-4CBA-A05E-BD08385DB93E}.PGUpdate|x86.ActiveCfg = Release|x64
{90D48C31-EB0F-4CBA-A05E-BD08385DB93E}.PGUpdate|x86.Build.0 = Release|x64
{90D48C31-EB0F-4CBA-A05E-BD08385DB93E}.Release|x64.ActiveCfg = Release|x64
{90D48C31-EB0F-4CBA-A05E-BD08385DB93E}.Release|x64.Build.0 = Release|x64
{90D48C31-EB0F-4CBA-A05E-BD08385DB93E}.Release|x86.ActiveCfg = Release|x64
{87EE9DA4-DE1E-4448-8324-183C98DCA588}.Debug|x64.ActiveCfg = Debug|x64
{87EE9DA4-DE1E-4448-8324-183C98DCA588}.Debug|x64.Build.0 = Debug|x64
{87EE9DA4-DE1E-4448-8324-183C98DCA588}.Debug|x86.ActiveCfg = Debug|x64
{87EE9DA4-DE1E-4448-8324-183C98DCA588}.PGInstrument|x64.ActiveCfg = Release|x64
{87EE9DA4-DE1E-4448-8324-183C98DCA588}.PGInstrument|x64.Build.0 = Release|x64
{87EE9DA4-DE1E-4448-8324-183C98DCA588}.PGInstrument|x86.ActiveCfg = Release|x64
{87EE9DA4-DE1E-4448-8324-183C98DCA588}.PGInstrument|x86.Build.0 = Release|x64
{87EE9DA4-DE1E-4448-8324-183C98DCA588}.PGUpdate|x64.ActiveCfg = Release|x64
{87EE9DA4-DE1E-4448-8324-183C98DCA588}.PGUpdate|x64.Build.0 = Release|x64
{87EE9DA4-DE1E-4448-8324-183C98DCA588}.PGUpdate|x86.ActiveCfg = Release|x64
{87EE9DA4-DE1E-4448-8324-183C98DCA588}.PGUpdate|x86.Build.0 = Release|x64
{87EE9DA4-DE1E-4448-8324-183C98DCA588}.Release|x64.ActiveCfg = Release|x64
{87EE9DA4-DE1E-4448-8324-183C98DCA588}.Release|x64.Build.0 = Release|x64
{87EE9DA4-DE1E-4448-8324-183C98DCA588}.Release|x86.ActiveCfg = Release|x64
{C57B7A44-8027-402B-874D-DA1A48CF2A28}.Debug|x64.ActiveCfg = Debug|x64
{C57B7A44-8027-402B-874D-DA1A48CF2A28}.Debug|x64.Build.0 = Debug|x64
{C57B7A44-8027-402B-874D-DA1A48CF2A28}.Debug|x86.ActiveCfg = Debug|x64
{C57B7A44-8027-402B-874D-DA1A48CF2A28}.PGInstrument|x64.ActiveCfg = Release|x64
{C57B7A44-8027-402B-874D-DA1A48CF2A28}.PGInstrument|x64.Build.0 = Release|x64
{C57B7A44-8027-402B-874D-DA1A48CF2A28}.PGInstrument|x86.ActiveCfg = Release|x64
{C57B7A44-8027-402B-874D-DA1A48CF2A28}.PGInstrument|x86.Build.0 = Release|x64
{C57B7A44-8027-402B-874D-DA1A48CF2A28}.PGUpdate|x64.ActiveCfg = Release|x64
{C57B7A44-8027-402B-874D-DA1A48CF2A28}.PGUpdate|x64.Build.0 = Release|x64
{C57B7A44-8027-402B-874D-DA1A48CF2A28}.PGUpdate|x86.ActiveCfg = Release|x64
{C57B7A44-8027-402B-874D-DA1A48CF2A28}.PGUpdate|x86.Build.0 = Release|x64
{C57B7A44-8027-402B-874D-DA1A48CF2A28}.Release|x64.ActiveCfg = Release|x64
{C57B7A44-8027-402B-874D-DA1A48CF2A28}.Release|x64.Build.0 = Release|x64
{C57B7A44-8027-402B-874D-DA1A48CF2A28}.Release|x86.ActiveCfg = Release|x64
{F501E0B2-89E5-408E-9ABD-4106BE050C5E}.Debug|x64.ActiveCfg = Debug|x64
{F501E0B2-89E5-408E-9ABD-4106BE050C5E}.Debug|x64.Build.0 = Debug|x64
{F501E0B2-89E5-408E-9ABD-4106BE050C5E}.Debug|x86.ActiveCfg = Debug|Win32
{F501E0B2-89E5-408E-9ABD-4106BE050C5E}.Debug|x86.Build.0 = Debug|Win32
{F501E0B2-89E5-408E-9ABD-4106BE050C5E}.PGInstrument|x64.ActiveCfg = Release|x64
{F501E0B2-89E5-408E-9ABD-4106BE050C5E}.PGInstrument|x64.Build.0 = Release|x64
{F501E0B2-89E5-408E-9ABD-4106BE050C5E}.PGInstrument|x86.ActiveCfg = Release|Win32
{F501E0B2-89E5-408E-9ABD-4106BE050C5E}.PGInstrument|x86.Build.0 = Release|Win32
{F501E0B2-89E5-408E-9ABD-4106BE050C5E}.PGUpdate|x64.ActiveCfg = Release|x64
{F501E0B2-89E5-408E-9ABD-4106BE050C5E}.PGUpdate|x64.Build.0 = Release|x64
{F501E0B2-89E5-408E-9ABD-4106BE050C5E}.PGUpdate|x86.ActiveCfg = Release|Win32
{F501E0B2-89E5-408E-9ABD-4106BE050C5E}.PGUpdate|x86.Build.0 = Release|Win32
{F501E0B2-89E5-408E-9ABD-4106BE050C5E}.Release|x64.ActiveCfg = Release|x64
{F501E0B2-89E5-408E-9ABD-4106BE050C5E}.Release|x64.Build.0 = Release|x64
{F501E0B2-89E5-408E-9ABD-4106BE050C5E}.Release|x86.ActiveCfg = Release|Win32
{F501E0B2-89E5-408E-9ABD-4106BE050C5E}.Release|x86.Build.0 = Release|Win32
{CF7AC3D1-E2DF-41D2-BEA6-1E2556CDEA26}.Debug|x64.ActiveCfg = Debug|x64
{CF7AC3D1-E2DF-41D2-BEA6-1E2556CDEA26}.Debug|x64.Build.0 = Debug|x64
{CF7AC3D1-E2DF-41D2-BEA6-1E2556CDEA26}.Debug|x86.ActiveCfg = Debug|Win32
{CF7AC3D1-E2DF-41D2-BEA6-1E2556CDEA26}.Debug|x86.Build.0 = Debug|Win32
{CF7AC3D1-E2DF-41D2-BEA6-1E2556CDEA26}.PGInstrument|x64.ActiveCfg = PGInstrument|x64
{CF7AC3D1-E2DF-41D2-BEA6-1E2556CDEA26}.PGInstrument|x64.Build.0 = PGInstrument|x64
{CF7AC3D1-E2DF-41D2-BEA6-1E2556CDEA26}.PGInstrument|x86.ActiveCfg = PGInstrument|Win32
{CF7AC3D1-E2DF-41D2-BEA6-1E2556CDEA26}.PGInstrument|x86.Build.0 = PGInstrument|Win32
{CF7AC3D1-E2DF-41D2-BEA6-1E2556CDEA26}.PGUpdate|x64.ActiveCfg = PGUpdate|x64
{CF7AC3D1-E2DF-41D2-BEA6-1E2556CDEA26}.PGUpdate|x64.Build.0 = PGUpdate|x64
{CF7AC3D1-E2DF-41D2-BEA6-1E2556CDEA26}.PGUpdate|x86.ActiveCfg = PGUpdate|Win32
{CF7AC3D1-E2DF-41D2-BEA6-1E2556CDEA26}.PGUpdate|x86.Build.0 = PGUpdate|Win32
{CF7AC3D1-E2DF-41D2-BEA6-1E2556CDEA26}.Release|x64.ActiveCfg = Release|x64
{CF7AC3D1-E2DF-41D2-BEA6-1E2556CDEA26}.Release|x64.Build.0 = Release|x64
{CF7AC3D1-E2DF-41D2-BEA6-1E2556CDEA26}.Release|x86.ActiveCfg = Release|Win32
{CF7AC3D1-E2DF-41D2-BEA6-1E2556CDEA26}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{1877BCF9-A1D6-43A1-87F9-2D0537B56846} = {8627DA10-B8B1-4648-83B5-C3F6AF16E6C2}
{F3BCD1A4-5985-47B7-9BB7-1701E582DEEC} = {1C38265A-7E94-46BE-8A02-8677DC696F73}
{4A889481-CA5F-43B5-934F-5DF438F04E4D} = {7C37B23D-BD44-44CC-8D6A-2E1900960AE2}
{9E58F6A3-FE67-445B-B179-00ADBBDA5560} = {8627DA10-B8B1-4648-83B5-C3F6AF16E6C2}
{AB84FCD4-4866-49AB-89E9-56A0F8911EC6} = {7C37B23D-BD44-44CC-8D6A-2E1900960AE2}
{1037021E-56D2-4FBB-84E7-A1CCC38EF9BB} = {7C37B23D-BD44-44CC-8D6A-2E1900960AE2}
{2406A8F5-5BEF-43C7-8BFE-8CAEAEB3F653} = {8627DA10-B8B1-4648-83B5-C3F6AF16E6C2}
{3EDBE4B1-76BD-4949-BEC2-FFE4A31AF9AE} = {8627DA10-B8B1-4648-83B5-C3F6AF16E6C2}
{02272B9F-6444-4372-8345-9F18A018E7F5} = {7C37B23D-BD44-44CC-8D6A-2E1900960AE2}
{C053800A-9167-4B23-9402-B969AE52A8F8} = {64BFCE8E-1E58-4520-97F8-B8D42CA9F1C2}
{12C69A28-32CA-4AB7-8F2E-544958D63738} = {8627DA10-B8B1-4648-83B5-C3F6AF16E6C2}
{5874D2AD-B7CF-477E-9892-FEFA940894E9} = {64BFCE8E-1E58-4520-97F8-B8D42CA9F1C2}
{8A544854-4C37-4CB1-B608-31D8B6A4764B} = {8627DA10-B8B1-4648-83B5-C3F6AF16E6C2}
{2D36D338-705B-4D63-827C-B49F5B9D8EF5} = {64BFCE8E-1E58-4520-97F8-B8D42CA9F1C2}
{F396D9A0-7648-4832-8A96-E7023568B366} = {64BFCE8E-1E58-4520-97F8-B8D42CA9F1C2}
{AB40ABB9-58EA-4477-AF68-319D131B22FD} = {8627DA10-B8B1-4648-83B5-C3F6AF16E6C2}
{61A9903B-0D99-4DB1-B9C3-2D4C99B7E76C} = {64BFCE8E-1E58-4520-97F8-B8D42CA9F1C2}
{56A4FE6E-5C9D-4CBA-8FB6-07408B9830A3} = {64BFCE8E-1E58-4520-97F8-B8D42CA9F1C2}
{A9685499-9CF7-4F8B-9862-0B8EADACCD14} = {8627DA10-B8B1-4648-83B5-C3F6AF16E6C2}
{AE6F7D57-CC12-4CF3-8EDC-29A25ECC9913} = {8627DA10-B8B1-4648-83B5-C3F6AF16E6C2}
{59D8440A-668B-4D38-B35F-562774AD2AAD} = {8627DA10-B8B1-4648-83B5-C3F6AF16E6C2}
{310E6336-17EB-4B82-B2E8-059F812EA290} = {8627DA10-B8B1-4648-83B5-C3F6AF16E6C2}
{F256A6B4-8E7E-47E2-B447-E62D2E2E51EF} = {1C38265A-7E94-46BE-8A02-8677DC696F73}
{682E784C-BD4B-4EA1-BEF3-5B7297DCE20E} = {64BFCE8E-1E58-4520-97F8-B8D42CA9F1C2}
{EDBFF262-7A6C-4003-9BC1-3FA9D09E4889} = {8627DA10-B8B1-4648-83B5-C3F6AF16E6C2}
{DBF54D98-E57B-4475-AD88-CD927258B75B} = {8627DA10-B8B1-4648-83B5-C3F6AF16E6C2}
{90D48C31-EB0F-4CBA-A05E-BD08385DB93E} = {64BFCE8E-1E58-4520-97F8-B8D42CA9F1C2}
{87EE9DA4-DE1E-4448-8324-183C98DCA588} = {1C38265A-7E94-46BE-8A02-8677DC696F73}
{C57B7A44-8027-402B-874D-DA1A48CF2A28} = {7C37B23D-BD44-44CC-8D6A-2E1900960AE2}
{F501E0B2-89E5-408E-9ABD-4106BE050C5E} = {7C37B23D-BD44-44CC-8D6A-2E1900960AE2}
{CF7AC3D1-E2DF-41D2-BEA6-1E2556CDEA26} = {1C38265A-7E94-46BE-8A02-8677DC696F73}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8ECE173B-E2EE-4D10-94EC-CCC5A33C29D1}
EndGlobalSection
EndGlobal