-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
739 lines (739 loc) · 63.5 KB
/
.gitignore
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
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
/.vs/AutomaticImageFramer/DesignTimeBuild/.dtbcache.v2
/.vs/AutomaticImageFramer/v16/.suo
/AutomaticImageFramer/Properties/PublishProfiles/*.user
/AutomaticImageFramer/bin/Debug/net5.0-windows/AutomaticImageFramer.deps.json
/AutomaticImageFramer/bin/Debug/net5.0-windows/AutomaticImageFramer.dll
/AutomaticImageFramer/bin/Debug/net5.0-windows/AutomaticImageFramer.exe
/AutomaticImageFramer/bin/Debug/net5.0-windows/AutomaticImageFramer.pdb
/AutomaticImageFramer/bin/Debug/net5.0-windows/AutomaticImageFramer.runtimeconfig.dev.json
/AutomaticImageFramer/bin/Debug/net5.0-windows/AutomaticImageFramer.runtimeconfig.json
/AutomaticImageFramer/bin/Debug/net5.0-windows/System.Drawing.Common.dll
/AutomaticImageFramer/bin/Debug/net5.0-windows/UserSettings.json
/AutomaticImageFramer/bin/Debug/net5.0-windows/UserSettings.xml
/AutomaticImageFramer/bin/Debug/net5.0-windows/Xceed.Wpf.AvalonDock.Themes.Aero.dll
/AutomaticImageFramer/bin/Debug/net5.0-windows/Xceed.Wpf.AvalonDock.Themes.Metro.dll
/AutomaticImageFramer/bin/Debug/net5.0-windows/Xceed.Wpf.AvalonDock.Themes.VS2010.dll
/AutomaticImageFramer/bin/Debug/net5.0-windows/Xceed.Wpf.AvalonDock.dll
/AutomaticImageFramer/bin/Debug/net5.0-windows/Xceed.Wpf.Toolkit.dll
/AutomaticImageFramer/bin/Debug/net5.0-windows/cs-CZ/Xceed.Wpf.AvalonDock.resources.dll
/AutomaticImageFramer/bin/Debug/net5.0-windows/de/Xceed.Wpf.AvalonDock.resources.dll
/AutomaticImageFramer/bin/Debug/net5.0-windows/es/Xceed.Wpf.AvalonDock.resources.dll
/AutomaticImageFramer/bin/Debug/net5.0-windows/fr/Xceed.Wpf.AvalonDock.resources.dll
/AutomaticImageFramer/bin/Debug/net5.0-windows/hu/Xceed.Wpf.AvalonDock.resources.dll
/AutomaticImageFramer/bin/Debug/net5.0-windows/it/Xceed.Wpf.AvalonDock.resources.dll
/AutomaticImageFramer/bin/Debug/net5.0-windows/ja-JP/Xceed.Wpf.AvalonDock.resources.dll
/AutomaticImageFramer/bin/Debug/net5.0-windows/pt-BR/Xceed.Wpf.AvalonDock.resources.dll
/AutomaticImageFramer/bin/Debug/net5.0-windows/ref/AutomaticImageFramer.dll
/AutomaticImageFramer/bin/Debug/net5.0-windows/ro/Xceed.Wpf.AvalonDock.resources.dll
/AutomaticImageFramer/bin/Debug/net5.0-windows/ru/Xceed.Wpf.AvalonDock.resources.dll
/AutomaticImageFramer/bin/Debug/net5.0-windows/runtimes/unix/lib/netcoreapp3.0/System.Drawing.Common.dll
/AutomaticImageFramer/bin/Debug/net5.0-windows/runtimes/win/lib/netcoreapp3.0/System.Drawing.Common.dll
/AutomaticImageFramer/bin/Debug/net5.0-windows/sv/Xceed.Wpf.AvalonDock.resources.dll
/AutomaticImageFramer/bin/Debug/net5.0-windows/zh-Hans/Xceed.Wpf.AvalonDock.resources.dll
/AutomaticImageFramer/bin/Debug/netcoreapp3.1/AutomaticImageFramer.deps.json
/AutomaticImageFramer/bin/Debug/netcoreapp3.1/AutomaticImageFramer.dll
/AutomaticImageFramer/bin/Debug/netcoreapp3.1/AutomaticImageFramer.exe
/AutomaticImageFramer/bin/Debug/netcoreapp3.1/AutomaticImageFramer.pdb
/AutomaticImageFramer/bin/Debug/netcoreapp3.1/AutomaticImageFramer.runtimeconfig.dev.json
/AutomaticImageFramer/bin/Debug/netcoreapp3.1/AutomaticImageFramer.runtimeconfig.json
/AutomaticImageFramer/bin/Debug/netcoreapp3.1/Microsoft.Win32.SystemEvents.dll
/AutomaticImageFramer/bin/Debug/netcoreapp3.1/System.Drawing.Common.dll
/AutomaticImageFramer/bin/Debug/netcoreapp3.1/runtimes/unix/lib/netcoreapp3.0/System.Drawing.Common.dll
/AutomaticImageFramer/bin/Debug/netcoreapp3.1/runtimes/win/lib/netcoreapp3.0/Microsoft.Win32.SystemEvents.dll
/AutomaticImageFramer/bin/Debug/netcoreapp3.1/runtimes/win/lib/netcoreapp3.0/System.Drawing.Common.dll
/AutomaticImageFramer/bin/Release/net5.0-windows/AutomaticImageFramer.deps.json
/AutomaticImageFramer/bin/Release/net5.0-windows/AutomaticImageFramer.dll
/AutomaticImageFramer/bin/Release/net5.0-windows/AutomaticImageFramer.exe
/AutomaticImageFramer/bin/Release/net5.0-windows/AutomaticImageFramer.pdb
/AutomaticImageFramer/bin/Release/net5.0-windows/AutomaticImageFramer.runtimeconfig.dev.json
/AutomaticImageFramer/bin/Release/net5.0-windows/AutomaticImageFramer.runtimeconfig.json
/AutomaticImageFramer/bin/Release/net5.0-windows/System.Drawing.Common.dll
/AutomaticImageFramer/bin/Release/net5.0-windows/Xceed.Wpf.AvalonDock.Themes.Aero.dll
/AutomaticImageFramer/bin/Release/net5.0-windows/Xceed.Wpf.AvalonDock.Themes.Metro.dll
/AutomaticImageFramer/bin/Release/net5.0-windows/Xceed.Wpf.AvalonDock.Themes.VS2010.dll
/AutomaticImageFramer/bin/Release/net5.0-windows/Xceed.Wpf.AvalonDock.dll
/AutomaticImageFramer/bin/Release/net5.0-windows/Xceed.Wpf.Toolkit.dll
/AutomaticImageFramer/bin/Release/net5.0-windows/cs-CZ/Xceed.Wpf.AvalonDock.resources.dll
/AutomaticImageFramer/bin/Release/net5.0-windows/de/Xceed.Wpf.AvalonDock.resources.dll
/AutomaticImageFramer/bin/Release/net5.0-windows/es/Xceed.Wpf.AvalonDock.resources.dll
/AutomaticImageFramer/bin/Release/net5.0-windows/fr/Xceed.Wpf.AvalonDock.resources.dll
/AutomaticImageFramer/bin/Release/net5.0-windows/hu/Xceed.Wpf.AvalonDock.resources.dll
/AutomaticImageFramer/bin/Release/net5.0-windows/it/Xceed.Wpf.AvalonDock.resources.dll
/AutomaticImageFramer/bin/Release/net5.0-windows/ja-JP/Xceed.Wpf.AvalonDock.resources.dll
/AutomaticImageFramer/bin/Release/net5.0-windows/pt-BR/Xceed.Wpf.AvalonDock.resources.dll
/AutomaticImageFramer/bin/Release/net5.0-windows/ref/AutomaticImageFramer.dll
/AutomaticImageFramer/bin/Release/net5.0-windows/ro/Xceed.Wpf.AvalonDock.resources.dll
/AutomaticImageFramer/bin/Release/net5.0-windows/ru/Xceed.Wpf.AvalonDock.resources.dll
/AutomaticImageFramer/bin/Release/net5.0-windows/runtimes/unix/lib/netcoreapp3.0/System.Drawing.Common.dll
/AutomaticImageFramer/bin/Release/net5.0-windows/runtimes/win/lib/netcoreapp3.0/System.Drawing.Common.dll
/AutomaticImageFramer/bin/Release/net5.0-windows/sv/Xceed.Wpf.AvalonDock.resources.dll
/AutomaticImageFramer/bin/Release/net5.0-windows/zh-Hans/Xceed.Wpf.AvalonDock.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/AutomaticFramer.exe
/AutomaticImageFramer/bin/Release/netcoreapp3.1/AutomaticImageFramer.deps.json
/AutomaticImageFramer/bin/Release/netcoreapp3.1/AutomaticImageFramer.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/AutomaticImageFramer.exe
/AutomaticImageFramer/bin/Release/netcoreapp3.1/AutomaticImageFramer.pdb
/AutomaticImageFramer/bin/Release/netcoreapp3.1/AutomaticImageFramer.runtimeconfig.dev.json
/AutomaticImageFramer/bin/Release/netcoreapp3.1/AutomaticImageFramer.runtimeconfig.json
/AutomaticImageFramer/bin/Release/netcoreapp3.1/Microsoft.Win32.SystemEvents.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/System.Drawing.Common.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/Xceed.Wpf.AvalonDock.Themes.Aero.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/Xceed.Wpf.AvalonDock.Themes.Metro.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/Xceed.Wpf.AvalonDock.Themes.VS2010.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/Xceed.Wpf.AvalonDock.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/Xceed.Wpf.Toolkit.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/cs-CZ/Xceed.Wpf.AvalonDock.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/de/Xceed.Wpf.AvalonDock.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/es/Xceed.Wpf.AvalonDock.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/fr/Xceed.Wpf.AvalonDock.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/hu/Xceed.Wpf.AvalonDock.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/it/Xceed.Wpf.AvalonDock.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/ja-JP/Xceed.Wpf.AvalonDock.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/pt-BR/Xceed.Wpf.AvalonDock.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/publish/AutomaticImageFramer.deps.json
/AutomaticImageFramer/bin/Release/netcoreapp3.1/publish/AutomaticImageFramer.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/publish/AutomaticImageFramer.exe
/AutomaticImageFramer/bin/Release/netcoreapp3.1/publish/AutomaticImageFramer.pdb
/AutomaticImageFramer/bin/Release/netcoreapp3.1/publish/AutomaticImageFramer.runtimeconfig.json
/AutomaticImageFramer/bin/Release/netcoreapp3.1/publish/Microsoft.Win32.SystemEvents.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/publish/System.Drawing.Common.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/publish/runtimes/unix/lib/netcoreapp3.0/System.Drawing.Common.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/publish/runtimes/win/lib/netcoreapp3.0/Microsoft.Win32.SystemEvents.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/publish/runtimes/win/lib/netcoreapp3.0/System.Drawing.Common.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/ro/Xceed.Wpf.AvalonDock.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/ru/Xceed.Wpf.AvalonDock.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/runtimes/unix/lib/netcoreapp3.0/System.Drawing.Common.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/runtimes/win/lib/netcoreapp3.0/Microsoft.Win32.SystemEvents.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/runtimes/win/lib/netcoreapp3.0/System.Drawing.Common.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/sv/Xceed.Wpf.AvalonDock.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/Accessibility.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/AutomaticImageFramer.deps.json
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/AutomaticImageFramer.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/AutomaticImageFramer.exe
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/AutomaticImageFramer.pdb
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/AutomaticImageFramer.runtimeconfig.dev.json
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/AutomaticImageFramer.runtimeconfig.json
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/D3DCompiler_47_cor3.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/DirectWriteForwarder.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/Microsoft.CSharp.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/Microsoft.DiaSymReader.Native.amd64.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/Microsoft.VisualBasic.Core.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/Microsoft.VisualBasic.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/Microsoft.Win32.Primitives.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/Microsoft.Win32.Registry.AccessControl.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/Microsoft.Win32.Registry.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/Microsoft.Win32.SystemEvents.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/PenImc_cor3.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/PresentationCore.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/PresentationFramework-SystemCore.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/PresentationFramework-SystemData.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/PresentationFramework-SystemDrawing.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/PresentationFramework-SystemXml.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/PresentationFramework-SystemXmlLinq.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/PresentationFramework.Aero.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/PresentationFramework.Aero2.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/PresentationFramework.AeroLite.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/PresentationFramework.Classic.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/PresentationFramework.Luna.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/PresentationFramework.Royale.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/PresentationFramework.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/PresentationNative_cor3.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/PresentationUI.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/ReachFramework.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/SOS_README.md
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/System.AppContext.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/System.Buffers.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/System.CodeDom.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/System.Collections.Concurrent.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/System.Collections.Immutable.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/System.Collections.NonGeneric.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/System.Collections.Specialized.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/System.Collections.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/System.ComponentModel.Annotations.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/System.ComponentModel.DataAnnotations.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/System.ComponentModel.EventBasedAsync.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/System.ComponentModel.Primitives.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/System.ComponentModel.TypeConverter.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/System.ComponentModel.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/System.Configuration.ConfigurationManager.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/System.Configuration.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/System.Console.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/System.Core.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/System.Data.Common.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/System.Data.DataSetExtensions.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/System.Data.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/System.Design.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/System.Diagnostics.Contracts.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/System.Diagnostics.Debug.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/System.Diagnostics.DiagnosticSource.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/System.Diagnostics.EventLog.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/System.Diagnostics.FileVersionInfo.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/System.Diagnostics.PerformanceCounter.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/System.Diagnostics.Process.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/System.Diagnostics.StackTrace.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/System.Diagnostics.TextWriterTraceListener.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/System.Diagnostics.Tools.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/System.Diagnostics.TraceSource.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/System.Diagnostics.Tracing.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/System.DirectoryServices.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/System.Drawing.Common.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/System.Drawing.Design.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/System.Drawing.Primitives.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/System.Drawing.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/System.Dynamic.Runtime.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/System.Globalization.Calendars.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/System.Globalization.Extensions.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/System.Globalization.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/System.IO.Compression.Brotli.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/System.IO.Compression.FileSystem.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/System.IO.Compression.ZipFile.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/System.IO.Compression.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/System.IO.FileSystem.AccessControl.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/System.IO.FileSystem.DriveInfo.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/System.IO.FileSystem.Primitives.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/System.IO.FileSystem.Watcher.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/System.IO.FileSystem.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/System.IO.IsolatedStorage.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/System.IO.MemoryMappedFiles.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/System.IO.Packaging.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/System.IO.Pipes.AccessControl.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/System.IO.Pipes.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/System.IO.UnmanagedMemoryStream.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/System.IO.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/System.Linq.Expressions.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/System.Linq.Parallel.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/System.Linq.Queryable.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/System.Linq.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/System.Memory.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/System.Net.Http.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/System.Net.HttpListener.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/System.Net.Mail.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/System.Net.NameResolution.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/System.Net.NetworkInformation.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/System.Net.Ping.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/System.Net.Primitives.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/System.Net.Requests.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/System.Net.Security.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/System.Net.ServicePoint.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/System.Net.Sockets.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/System.Net.WebClient.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/System.Net.WebHeaderCollection.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/System.Net.WebProxy.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/System.Net.WebSockets.Client.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/System.Net.WebSockets.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/System.Net.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/System.Numerics.Vectors.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/System.Numerics.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/System.ObjectModel.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/System.Printing.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/System.Private.CoreLib.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/System.Private.DataContractSerialization.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/System.Private.Uri.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/System.Private.Xml.Linq.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/System.Private.Xml.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/System.Reflection.DispatchProxy.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/System.Reflection.Emit.ILGeneration.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/System.Reflection.Emit.Lightweight.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/System.Reflection.Emit.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/System.Reflection.Extensions.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/System.Reflection.Metadata.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/System.Reflection.Primitives.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/System.Reflection.TypeExtensions.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/System.Reflection.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/System.Resources.Extensions.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/System.Resources.Reader.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/System.Resources.ResourceManager.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/System.Resources.Writer.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/System.Runtime.CompilerServices.Unsafe.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/System.Runtime.CompilerServices.VisualC.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/System.Runtime.Extensions.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/System.Runtime.Handles.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/System.Runtime.InteropServices.RuntimeInformation.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/System.Runtime.InteropServices.WindowsRuntime.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/System.Runtime.InteropServices.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/System.Runtime.Intrinsics.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/System.Runtime.Loader.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/System.Runtime.Numerics.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/System.Runtime.Serialization.Formatters.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/System.Runtime.Serialization.Json.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/System.Runtime.Serialization.Primitives.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/System.Runtime.Serialization.Xml.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/System.Runtime.Serialization.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/System.Runtime.WindowsRuntime.UI.Xaml.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/System.Runtime.WindowsRuntime.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/System.Runtime.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/System.Security.AccessControl.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/System.Security.Claims.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/System.Security.Cryptography.Algorithms.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/System.Security.Cryptography.Cng.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/System.Security.Cryptography.Csp.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/System.Security.Cryptography.Encoding.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/System.Security.Cryptography.OpenSsl.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/System.Security.Cryptography.Pkcs.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/System.Security.Cryptography.Primitives.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/System.Security.Cryptography.ProtectedData.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/System.Security.Cryptography.X509Certificates.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/System.Security.Cryptography.Xml.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/System.Security.Permissions.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/System.Security.Principal.Windows.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/System.Security.Principal.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/System.Security.SecureString.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/System.Security.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/System.ServiceModel.Web.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/System.ServiceProcess.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/System.Text.Encoding.CodePages.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/System.Text.Encoding.Extensions.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/System.Text.Encoding.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/System.Text.Encodings.Web.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/System.Text.Json.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/System.Text.RegularExpressions.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/System.Threading.AccessControl.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/System.Threading.Channels.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/System.Threading.Overlapped.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/System.Threading.Tasks.Dataflow.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/System.Threading.Tasks.Extensions.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/System.Threading.Tasks.Parallel.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/System.Threading.Tasks.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/System.Threading.Thread.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/System.Threading.ThreadPool.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/System.Threading.Timer.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/System.Threading.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/System.Transactions.Local.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/System.Transactions.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/System.ValueTuple.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/System.Web.HttpUtility.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/System.Web.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/System.Windows.Controls.Ribbon.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/System.Windows.Extensions.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/System.Windows.Forms.Design.Editors.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/System.Windows.Forms.Design.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/System.Windows.Forms.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/System.Windows.Input.Manipulations.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/System.Windows.Presentation.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/System.Windows.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/System.Xaml.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/System.Xml.Linq.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/System.Xml.ReaderWriter.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/System.Xml.Serialization.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/System.Xml.XDocument.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/System.Xml.XPath.XDocument.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/System.Xml.XPath.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/System.Xml.XmlDocument.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/System.Xml.XmlSerializer.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/System.Xml.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/System.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/UIAutomationClient.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/UIAutomationClientSideProviders.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/UIAutomationProvider.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/UIAutomationTypes.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/WindowsBase.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/WindowsFormsIntegration.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/api-ms-win-core-console-l1-1-0.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/api-ms-win-core-datetime-l1-1-0.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/api-ms-win-core-debug-l1-1-0.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/api-ms-win-core-errorhandling-l1-1-0.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/api-ms-win-core-file-l1-1-0.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/api-ms-win-core-file-l1-2-0.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/api-ms-win-core-file-l2-1-0.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/api-ms-win-core-handle-l1-1-0.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/api-ms-win-core-heap-l1-1-0.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/api-ms-win-core-interlocked-l1-1-0.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/api-ms-win-core-libraryloader-l1-1-0.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/api-ms-win-core-localization-l1-2-0.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/api-ms-win-core-memory-l1-1-0.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/api-ms-win-core-namedpipe-l1-1-0.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/api-ms-win-core-processenvironment-l1-1-0.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/api-ms-win-core-processthreads-l1-1-0.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/api-ms-win-core-processthreads-l1-1-1.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/api-ms-win-core-profile-l1-1-0.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/api-ms-win-core-rtlsupport-l1-1-0.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/api-ms-win-core-string-l1-1-0.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/api-ms-win-core-synch-l1-1-0.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/api-ms-win-core-synch-l1-2-0.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/api-ms-win-core-sysinfo-l1-1-0.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/api-ms-win-core-timezone-l1-1-0.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/api-ms-win-core-util-l1-1-0.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/api-ms-win-crt-conio-l1-1-0.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/api-ms-win-crt-convert-l1-1-0.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/api-ms-win-crt-environment-l1-1-0.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/api-ms-win-crt-filesystem-l1-1-0.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/api-ms-win-crt-heap-l1-1-0.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/api-ms-win-crt-locale-l1-1-0.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/api-ms-win-crt-math-l1-1-0.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/api-ms-win-crt-multibyte-l1-1-0.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/api-ms-win-crt-private-l1-1-0.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/api-ms-win-crt-process-l1-1-0.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/api-ms-win-crt-runtime-l1-1-0.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/api-ms-win-crt-stdio-l1-1-0.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/api-ms-win-crt-string-l1-1-0.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/api-ms-win-crt-time-l1-1-0.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/api-ms-win-crt-utility-l1-1-0.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/clrcompression.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/clretwrc.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/clrjit.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/coreclr.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/cs/PresentationCore.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/cs/PresentationFramework.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/cs/PresentationUI.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/cs/ReachFramework.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/cs/System.Printing.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/cs/System.Windows.Controls.Ribbon.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/cs/System.Windows.Forms.Design.Editors.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/cs/System.Windows.Forms.Design.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/cs/System.Windows.Forms.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/cs/System.Windows.Input.Manipulations.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/cs/System.Xaml.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/cs/UIAutomationClient.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/cs/UIAutomationClientSideProviders.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/cs/UIAutomationProvider.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/cs/UIAutomationTypes.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/cs/WindowsBase.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/cs/WindowsFormsIntegration.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/dbgshim.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/de/PresentationCore.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/de/PresentationFramework.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/de/PresentationUI.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/de/ReachFramework.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/de/System.Printing.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/de/System.Windows.Controls.Ribbon.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/de/System.Windows.Forms.Design.Editors.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/de/System.Windows.Forms.Design.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/de/System.Windows.Forms.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/de/System.Windows.Input.Manipulations.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/de/System.Xaml.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/de/UIAutomationClient.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/de/UIAutomationClientSideProviders.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/de/UIAutomationProvider.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/de/UIAutomationTypes.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/de/WindowsBase.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/de/WindowsFormsIntegration.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/es/PresentationCore.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/es/PresentationFramework.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/es/PresentationUI.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/es/ReachFramework.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/es/System.Printing.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/es/System.Windows.Controls.Ribbon.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/es/System.Windows.Forms.Design.Editors.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/es/System.Windows.Forms.Design.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/es/System.Windows.Forms.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/es/System.Windows.Input.Manipulations.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/es/System.Xaml.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/es/UIAutomationClient.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/es/UIAutomationClientSideProviders.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/es/UIAutomationProvider.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/es/UIAutomationTypes.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/es/WindowsBase.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/es/WindowsFormsIntegration.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/fr/PresentationCore.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/fr/PresentationFramework.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/fr/PresentationUI.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/fr/ReachFramework.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/fr/System.Printing.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/fr/System.Windows.Controls.Ribbon.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/fr/System.Windows.Forms.Design.Editors.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/fr/System.Windows.Forms.Design.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/fr/System.Windows.Forms.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/fr/System.Windows.Input.Manipulations.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/fr/System.Xaml.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/fr/UIAutomationClient.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/fr/UIAutomationClientSideProviders.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/fr/UIAutomationProvider.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/fr/UIAutomationTypes.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/fr/WindowsBase.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/fr/WindowsFormsIntegration.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/hostfxr.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/hostpolicy.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/it/PresentationCore.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/it/PresentationFramework.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/it/PresentationUI.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/it/ReachFramework.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/it/System.Printing.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/it/System.Windows.Controls.Ribbon.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/it/System.Windows.Forms.Design.Editors.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/it/System.Windows.Forms.Design.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/it/System.Windows.Forms.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/it/System.Windows.Input.Manipulations.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/it/System.Xaml.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/it/UIAutomationClient.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/it/UIAutomationClientSideProviders.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/it/UIAutomationProvider.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/it/UIAutomationTypes.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/it/WindowsBase.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/it/WindowsFormsIntegration.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/ja/PresentationCore.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/ja/PresentationFramework.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/ja/PresentationUI.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/ja/ReachFramework.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/ja/System.Printing.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/ja/System.Windows.Controls.Ribbon.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/ja/System.Windows.Forms.Design.Editors.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/ja/System.Windows.Forms.Design.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/ja/System.Windows.Forms.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/ja/System.Windows.Input.Manipulations.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/ja/System.Xaml.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/ja/UIAutomationClient.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/ja/UIAutomationClientSideProviders.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/ja/UIAutomationProvider.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/ja/UIAutomationTypes.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/ja/WindowsBase.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/ja/WindowsFormsIntegration.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/ko/PresentationCore.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/ko/PresentationFramework.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/ko/PresentationUI.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/ko/ReachFramework.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/ko/System.Printing.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/ko/System.Windows.Controls.Ribbon.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/ko/System.Windows.Forms.Design.Editors.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/ko/System.Windows.Forms.Design.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/ko/System.Windows.Forms.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/ko/System.Windows.Input.Manipulations.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/ko/System.Xaml.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/ko/UIAutomationClient.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/ko/UIAutomationClientSideProviders.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/ko/UIAutomationProvider.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/ko/UIAutomationTypes.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/ko/WindowsBase.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/ko/WindowsFormsIntegration.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/mscordaccore.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/mscordaccore_amd64_amd64_4.700.20.51601.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/mscordbi.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/mscorlib.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/mscorrc.debug.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/mscorrc.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/netstandard.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/pl/PresentationCore.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/pl/PresentationFramework.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/pl/PresentationUI.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/pl/ReachFramework.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/pl/System.Printing.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/pl/System.Windows.Controls.Ribbon.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/pl/System.Windows.Forms.Design.Editors.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/pl/System.Windows.Forms.Design.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/pl/System.Windows.Forms.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/pl/System.Windows.Input.Manipulations.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/pl/System.Xaml.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/pl/UIAutomationClient.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/pl/UIAutomationClientSideProviders.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/pl/UIAutomationProvider.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/pl/UIAutomationTypes.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/pl/WindowsBase.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/pl/WindowsFormsIntegration.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/pt-BR/PresentationCore.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/pt-BR/PresentationFramework.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/pt-BR/PresentationUI.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/pt-BR/ReachFramework.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/pt-BR/System.Printing.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/pt-BR/System.Windows.Controls.Ribbon.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/pt-BR/System.Windows.Forms.Design.Editors.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/pt-BR/System.Windows.Forms.Design.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/pt-BR/System.Windows.Forms.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/pt-BR/System.Windows.Input.Manipulations.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/pt-BR/System.Xaml.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/pt-BR/UIAutomationClient.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/pt-BR/UIAutomationClientSideProviders.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/pt-BR/UIAutomationProvider.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/pt-BR/UIAutomationTypes.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/pt-BR/WindowsBase.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/pt-BR/WindowsFormsIntegration.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/ru/PresentationCore.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/ru/PresentationFramework.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/ru/PresentationUI.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/ru/ReachFramework.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/ru/System.Printing.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/ru/System.Windows.Controls.Ribbon.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/ru/System.Windows.Forms.Design.Editors.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/ru/System.Windows.Forms.Design.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/ru/System.Windows.Forms.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/ru/System.Windows.Input.Manipulations.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/ru/System.Xaml.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/ru/UIAutomationClient.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/ru/UIAutomationClientSideProviders.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/ru/UIAutomationProvider.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/ru/UIAutomationTypes.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/ru/WindowsBase.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/ru/WindowsFormsIntegration.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/tr/PresentationCore.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/tr/PresentationFramework.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/tr/PresentationUI.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/tr/ReachFramework.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/tr/System.Printing.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/tr/System.Windows.Controls.Ribbon.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/tr/System.Windows.Forms.Design.Editors.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/tr/System.Windows.Forms.Design.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/tr/System.Windows.Forms.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/tr/System.Windows.Input.Manipulations.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/tr/System.Xaml.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/tr/UIAutomationClient.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/tr/UIAutomationClientSideProviders.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/tr/UIAutomationProvider.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/tr/UIAutomationTypes.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/tr/WindowsBase.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/tr/WindowsFormsIntegration.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/ucrtbase.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/vcruntime140_cor3.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/wpfgfx_cor3.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/zh-Hans/PresentationCore.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/zh-Hans/PresentationFramework.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/zh-Hans/PresentationUI.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/zh-Hans/ReachFramework.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/zh-Hans/System.Printing.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/zh-Hans/System.Windows.Controls.Ribbon.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/zh-Hans/System.Windows.Forms.Design.Editors.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/zh-Hans/System.Windows.Forms.Design.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/zh-Hans/System.Windows.Forms.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/zh-Hans/System.Windows.Input.Manipulations.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/zh-Hans/System.Xaml.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/zh-Hans/UIAutomationClient.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/zh-Hans/UIAutomationClientSideProviders.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/zh-Hans/UIAutomationProvider.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/zh-Hans/UIAutomationTypes.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/zh-Hans/WindowsBase.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/zh-Hans/WindowsFormsIntegration.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/zh-Hant/PresentationCore.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/zh-Hant/PresentationFramework.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/zh-Hant/PresentationUI.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/zh-Hant/ReachFramework.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/zh-Hant/System.Printing.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/zh-Hant/System.Windows.Controls.Ribbon.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/zh-Hant/System.Windows.Forms.Design.Editors.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/zh-Hant/System.Windows.Forms.Design.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/zh-Hant/System.Windows.Forms.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/zh-Hant/System.Windows.Input.Manipulations.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/zh-Hant/System.Xaml.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/zh-Hant/UIAutomationClient.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/zh-Hant/UIAutomationClientSideProviders.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/zh-Hant/UIAutomationProvider.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/zh-Hant/UIAutomationTypes.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/zh-Hant/WindowsBase.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/win-x64/zh-Hant/WindowsFormsIntegration.resources.dll
/AutomaticImageFramer/bin/Release/netcoreapp3.1/zh-Hans/Xceed.Wpf.AvalonDock.resources.dll
/AutomaticImageFramer/obj/AutomaticImageFramer.csproj.nuget.dgspec.json
/AutomaticImageFramer/obj/AutomaticImageFramer.csproj.nuget.g.props
/AutomaticImageFramer/obj/AutomaticImageFramer.csproj.nuget.g.targets
/AutomaticImageFramer/obj/Debug/net5.0-windows/.NETCoreApp,Version=v5.0.AssemblyAttributes.cs
/AutomaticImageFramer/obj/Debug/net5.0-windows/App.g.cs
/AutomaticImageFramer/obj/Debug/net5.0-windows/App.g.i.cs
/AutomaticImageFramer/obj/Debug/net5.0-windows/AutomaticImageFramer.AssemblyInfo.cs
/AutomaticImageFramer/obj/Debug/net5.0-windows/AutomaticImageFramer.AssemblyInfoInputs.cache
/AutomaticImageFramer/obj/Debug/net5.0-windows/AutomaticImageFramer.GeneratedMSBuildEditorConfig.editorconfig
/AutomaticImageFramer/obj/Debug/net5.0-windows/AutomaticImageFramer.assets.cache
/AutomaticImageFramer/obj/Debug/net5.0-windows/AutomaticImageFramer.csproj.CopyComplete
/AutomaticImageFramer/obj/Debug/net5.0-windows/AutomaticImageFramer.csproj.CoreCompileInputs.cache
/AutomaticImageFramer/obj/Debug/net5.0-windows/AutomaticImageFramer.csproj.FileListAbsolute.txt
/AutomaticImageFramer/obj/Debug/net5.0-windows/AutomaticImageFramer.csprojAssemblyReference.cache
/AutomaticImageFramer/obj/Debug/net5.0-windows/AutomaticImageFramer.designer.deps.json
/AutomaticImageFramer/obj/Debug/net5.0-windows/AutomaticImageFramer.designer.runtimeconfig.json
/AutomaticImageFramer/obj/Debug/net5.0-windows/AutomaticImageFramer.dll
/AutomaticImageFramer/obj/Debug/net5.0-windows/AutomaticImageFramer.g.resources
/AutomaticImageFramer/obj/Debug/net5.0-windows/AutomaticImageFramer.genruntimeconfig.cache
/AutomaticImageFramer/obj/Debug/net5.0-windows/AutomaticImageFramer.pdb
/AutomaticImageFramer/obj/Debug/net5.0-windows/AutomaticImageFramer_MarkupCompile.cache
/AutomaticImageFramer/obj/Debug/net5.0-windows/AutomaticImageFramer_MarkupCompile.i.cache
/AutomaticImageFramer/obj/Debug/net5.0-windows/AutomaticImageFramer_MarkupCompile.lref
/AutomaticImageFramer/obj/Debug/net5.0-windows/MainWindow.baml
/AutomaticImageFramer/obj/Debug/net5.0-windows/MainWindow.g.cs
/AutomaticImageFramer/obj/Debug/net5.0-windows/MainWindow.g.i.cs
/AutomaticImageFramer/obj/Debug/net5.0-windows/apphost.exe
/AutomaticImageFramer/obj/Debug/net5.0-windows/ref/AutomaticImageFramer.dll
/AutomaticImageFramer/obj/Debug/netcoreapp3.1/.NETCoreApp,Version=v3.1.AssemblyAttributes.cs
/AutomaticImageFramer/obj/Debug/netcoreapp3.1/App.g.cs
/AutomaticImageFramer/obj/Debug/netcoreapp3.1/App.g.i.cs
/AutomaticImageFramer/obj/Debug/netcoreapp3.1/AutomaticImageFramer.AssemblyInfo.cs
/AutomaticImageFramer/obj/Debug/netcoreapp3.1/AutomaticImageFramer.AssemblyInfoInputs.cache
/AutomaticImageFramer/obj/Debug/netcoreapp3.1/AutomaticImageFramer.assets.cache
/AutomaticImageFramer/obj/Debug/netcoreapp3.1/AutomaticImageFramer.csproj.CopyComplete
/AutomaticImageFramer/obj/Debug/netcoreapp3.1/AutomaticImageFramer.csproj.CoreCompileInputs.cache
/AutomaticImageFramer/obj/Debug/netcoreapp3.1/AutomaticImageFramer.csproj.FileListAbsolute.txt
/AutomaticImageFramer/obj/Debug/netcoreapp3.1/AutomaticImageFramer.csprojAssemblyReference.cache
/AutomaticImageFramer/obj/Debug/netcoreapp3.1/AutomaticImageFramer.designer.deps.json
/AutomaticImageFramer/obj/Debug/netcoreapp3.1/AutomaticImageFramer.designer.runtimeconfig.json
/AutomaticImageFramer/obj/Debug/netcoreapp3.1/AutomaticImageFramer.dll
/AutomaticImageFramer/obj/Debug/netcoreapp3.1/AutomaticImageFramer.g.resources
/AutomaticImageFramer/obj/Debug/netcoreapp3.1/AutomaticImageFramer.genruntimeconfig.cache
/AutomaticImageFramer/obj/Debug/netcoreapp3.1/AutomaticImageFramer.pdb
/AutomaticImageFramer/obj/Debug/netcoreapp3.1/AutomaticImageFramer_MarkupCompile.cache
/AutomaticImageFramer/obj/Debug/netcoreapp3.1/AutomaticImageFramer_MarkupCompile.i.cache
/AutomaticImageFramer/obj/Debug/netcoreapp3.1/AutomaticImageFramer_MarkupCompile.lref
/AutomaticImageFramer/obj/Debug/netcoreapp3.1/MainWindow.baml
/AutomaticImageFramer/obj/Debug/netcoreapp3.1/MainWindow.g.cs
/AutomaticImageFramer/obj/Debug/netcoreapp3.1/MainWindow.g.i.cs
/AutomaticImageFramer/obj/Debug/netcoreapp3.1/apphost.exe
/AutomaticImageFramer/obj/Release/net5.0-windows/.NETCoreApp,Version=v5.0.AssemblyAttributes.cs
/AutomaticImageFramer/obj/Release/net5.0-windows/App.g.cs
/AutomaticImageFramer/obj/Release/net5.0-windows/App.g.i.cs
/AutomaticImageFramer/obj/Release/net5.0-windows/AutomaticImageFramer.AssemblyInfo.cs
/AutomaticImageFramer/obj/Release/net5.0-windows/AutomaticImageFramer.AssemblyInfoInputs.cache
/AutomaticImageFramer/obj/Release/net5.0-windows/AutomaticImageFramer.GeneratedMSBuildEditorConfig.editorconfig
/AutomaticImageFramer/obj/Release/net5.0-windows/AutomaticImageFramer.assets.cache
/AutomaticImageFramer/obj/Release/net5.0-windows/AutomaticImageFramer.csproj.CopyComplete
/AutomaticImageFramer/obj/Release/net5.0-windows/AutomaticImageFramer.csproj.CoreCompileInputs.cache
/AutomaticImageFramer/obj/Release/net5.0-windows/AutomaticImageFramer.csproj.FileListAbsolute.txt
/AutomaticImageFramer/obj/Release/net5.0-windows/AutomaticImageFramer.designer.deps.json
/AutomaticImageFramer/obj/Release/net5.0-windows/AutomaticImageFramer.designer.runtimeconfig.json
/AutomaticImageFramer/obj/Release/net5.0-windows/AutomaticImageFramer.dll
/AutomaticImageFramer/obj/Release/net5.0-windows/AutomaticImageFramer.g.resources
/AutomaticImageFramer/obj/Release/net5.0-windows/AutomaticImageFramer.genruntimeconfig.cache
/AutomaticImageFramer/obj/Release/net5.0-windows/AutomaticImageFramer.pdb
/AutomaticImageFramer/obj/Release/net5.0-windows/AutomaticImageFramer_MarkupCompile.cache
/AutomaticImageFramer/obj/Release/net5.0-windows/AutomaticImageFramer_MarkupCompile.i.cache
/AutomaticImageFramer/obj/Release/net5.0-windows/AutomaticImageFramer_MarkupCompile.lref
/AutomaticImageFramer/obj/Release/net5.0-windows/MainWindow.baml
/AutomaticImageFramer/obj/Release/net5.0-windows/MainWindow.g.cs
/AutomaticImageFramer/obj/Release/net5.0-windows/MainWindow.g.i.cs
/AutomaticImageFramer/obj/Release/net5.0-windows/PublishOutputs.88064903a4.txt
/AutomaticImageFramer/obj/Release/net5.0-windows/apphost.exe
/AutomaticImageFramer/obj/Release/net5.0-windows/ref/AutomaticImageFramer.dll
/AutomaticImageFramer/obj/Release/netcoreapp3.1/.NETCoreApp,Version=v3.1.AssemblyAttributes.cs
/AutomaticImageFramer/obj/Release/netcoreapp3.1/App.g.cs
/AutomaticImageFramer/obj/Release/netcoreapp3.1/App.g.i.cs
/AutomaticImageFramer/obj/Release/netcoreapp3.1/AutomaticImageFramer.AssemblyInfo.cs
/AutomaticImageFramer/obj/Release/netcoreapp3.1/AutomaticImageFramer.AssemblyInfoInputs.cache
/AutomaticImageFramer/obj/Release/netcoreapp3.1/AutomaticImageFramer.assets.cache
/AutomaticImageFramer/obj/Release/netcoreapp3.1/AutomaticImageFramer.csproj.CopyComplete
/AutomaticImageFramer/obj/Release/netcoreapp3.1/AutomaticImageFramer.csproj.CoreCompileInputs.cache
/AutomaticImageFramer/obj/Release/netcoreapp3.1/AutomaticImageFramer.csproj.FileListAbsolute.txt
/AutomaticImageFramer/obj/Release/netcoreapp3.1/AutomaticImageFramer.csprojAssemblyReference.cache
/AutomaticImageFramer/obj/Release/netcoreapp3.1/AutomaticImageFramer.designer.deps.json
/AutomaticImageFramer/obj/Release/netcoreapp3.1/AutomaticImageFramer.designer.runtimeconfig.json
/AutomaticImageFramer/obj/Release/netcoreapp3.1/AutomaticImageFramer.dll
/AutomaticImageFramer/obj/Release/netcoreapp3.1/AutomaticImageFramer.g.resources
/AutomaticImageFramer/obj/Release/netcoreapp3.1/AutomaticImageFramer.genruntimeconfig.cache
/AutomaticImageFramer/obj/Release/netcoreapp3.1/AutomaticImageFramer.pdb
/AutomaticImageFramer/obj/Release/netcoreapp3.1/AutomaticImageFramer_MarkupCompile.cache
/AutomaticImageFramer/obj/Release/netcoreapp3.1/AutomaticImageFramer_MarkupCompile.i.cache
/AutomaticImageFramer/obj/Release/netcoreapp3.1/AutomaticImageFramer_MarkupCompile.lref
/AutomaticImageFramer/obj/Release/netcoreapp3.1/MainWindow.baml
/AutomaticImageFramer/obj/Release/netcoreapp3.1/MainWindow.g.cs
/AutomaticImageFramer/obj/Release/netcoreapp3.1/MainWindow.g.i.cs
/AutomaticImageFramer/obj/Release/netcoreapp3.1/PublishOutputs.4a1397b316.txt
/AutomaticImageFramer/obj/Release/netcoreapp3.1/PublishOutputs.f21d36984f.txt
/AutomaticImageFramer/obj/Release/netcoreapp3.1/apphost.exe
/AutomaticImageFramer/obj/Release/netcoreapp3.1/win-x64/.NETCoreApp,Version=v3.1.AssemblyAttributes.cs
/AutomaticImageFramer/obj/Release/netcoreapp3.1/win-x64/App.g.cs
/AutomaticImageFramer/obj/Release/netcoreapp3.1/win-x64/App.g.i.cs
/AutomaticImageFramer/obj/Release/netcoreapp3.1/win-x64/AutomaticImageFramer.AssemblyInfo.cs
/AutomaticImageFramer/obj/Release/netcoreapp3.1/win-x64/AutomaticImageFramer.AssemblyInfoInputs.cache
/AutomaticImageFramer/obj/Release/netcoreapp3.1/win-x64/AutomaticImageFramer.assets.cache
/AutomaticImageFramer/obj/Release/netcoreapp3.1/win-x64/AutomaticImageFramer.csproj.CopyComplete
/AutomaticImageFramer/obj/Release/netcoreapp3.1/win-x64/AutomaticImageFramer.csproj.CoreCompileInputs.cache
/AutomaticImageFramer/obj/Release/netcoreapp3.1/win-x64/AutomaticImageFramer.csproj.FileListAbsolute.txt
/AutomaticImageFramer/obj/Release/netcoreapp3.1/win-x64/AutomaticImageFramer.csprojAssemblyReference.cache
/AutomaticImageFramer/obj/Release/netcoreapp3.1/win-x64/AutomaticImageFramer.dll
/AutomaticImageFramer/obj/Release/netcoreapp3.1/win-x64/AutomaticImageFramer.g.resources
/AutomaticImageFramer/obj/Release/netcoreapp3.1/win-x64/AutomaticImageFramer.genruntimeconfig.cache
/AutomaticImageFramer/obj/Release/netcoreapp3.1/win-x64/AutomaticImageFramer.pdb
/AutomaticImageFramer/obj/Release/netcoreapp3.1/win-x64/AutomaticImageFramer_MarkupCompile.cache
/AutomaticImageFramer/obj/Release/netcoreapp3.1/win-x64/AutomaticImageFramer_MarkupCompile.lref
/AutomaticImageFramer/obj/Release/netcoreapp3.1/win-x64/MainWindow.baml
/AutomaticImageFramer/obj/Release/netcoreapp3.1/win-x64/MainWindow.g.cs
/AutomaticImageFramer/obj/Release/netcoreapp3.1/win-x64/MainWindow.g.i.cs
/AutomaticImageFramer/obj/Release/netcoreapp3.1/win-x64/PublishOutputs.4a1397b316.txt
/AutomaticImageFramer/obj/Release/netcoreapp3.1/win-x64/apphost.exe
/AutomaticImageFramer/obj/project.assets.json
/AutomaticImageFramer/obj/project.nuget.cache
/AutomaticImageFramer/obj/publish/win-x64/AutomaticImageFramer.csproj.nuget.dgspec.json
/AutomaticImageFramer/obj/publish/win-x64/AutomaticImageFramer.csproj.nuget.g.props
/AutomaticImageFramer/obj/publish/win-x64/AutomaticImageFramer.csproj.nuget.g.targets
/AutomaticImageFramer/obj/publish/win-x64/project.assets.json
/AutomaticImageFramer/obj/publish/win-x64/project.nuget.cache
/AutomaticImageFramer/*.user