-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
879 lines (879 loc) · 74.2 KB
/
.gitignore
File metadata and controls
879 lines (879 loc) · 74.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
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
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
packages/**/*
!packages/repositories.config
.vs/ActivityReportingService/v15/.suo
.vs/ActivityReportingService/v15/Server/sqlite3/db.lock
.vs/ActivityReportingService/v15/Server/sqlite3/storage.ide
.vs/ActivityReportingService/v15/Server/sqlite3/storage.ide-shm
.vs/ActivityReportingService/v15/Server/sqlite3/storage.ide-wal
.vs/config/applicationhost.config
ActivityReportingService/ActivityReportingService.csproj.user
ActivityReportingService/bin/ActivityReportingService.dll
ActivityReportingService/bin/ActivityReportingService.dll.config
ActivityReportingService/bin/ActivityReportingService.pdb
ActivityReportingService/bin/Antlr3.Runtime.dll
ActivityReportingService/bin/Antlr3.Runtime.pdb
ActivityReportingService/bin/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll
ActivityReportingService/bin/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.xml
ActivityReportingService/bin/Microsoft.Web.Infrastructure.dll
ActivityReportingService/bin/Newtonsoft.Json.dll
ActivityReportingService/bin/Newtonsoft.Json.xml
ActivityReportingService/bin/roslyn/csc.exe
ActivityReportingService/bin/roslyn/csc.exe.config
ActivityReportingService/bin/roslyn/csc.rsp
ActivityReportingService/bin/roslyn/csi.exe
ActivityReportingService/bin/roslyn/csi.exe.config
ActivityReportingService/bin/roslyn/csi.rsp
ActivityReportingService/bin/roslyn/Microsoft.Build.Tasks.CodeAnalysis.dll
ActivityReportingService/bin/roslyn/Microsoft.CodeAnalysis.CSharp.dll
ActivityReportingService/bin/roslyn/Microsoft.CodeAnalysis.CSharp.Scripting.dll
ActivityReportingService/bin/roslyn/Microsoft.CodeAnalysis.dll
ActivityReportingService/bin/roslyn/Microsoft.CodeAnalysis.Scripting.dll
ActivityReportingService/bin/roslyn/Microsoft.CodeAnalysis.VisualBasic.dll
ActivityReportingService/bin/roslyn/Microsoft.CSharp.Core.targets
ActivityReportingService/bin/roslyn/Microsoft.DiaSymReader.Native.amd64.dll
ActivityReportingService/bin/roslyn/Microsoft.DiaSymReader.Native.x86.dll
ActivityReportingService/bin/roslyn/Microsoft.Managed.Core.targets
ActivityReportingService/bin/roslyn/Microsoft.VisualBasic.Core.targets
ActivityReportingService/bin/roslyn/System.AppContext.dll
ActivityReportingService/bin/roslyn/System.Collections.Immutable.dll
ActivityReportingService/bin/roslyn/System.Console.dll
ActivityReportingService/bin/roslyn/System.Diagnostics.FileVersionInfo.dll
ActivityReportingService/bin/roslyn/System.Diagnostics.StackTrace.dll
ActivityReportingService/bin/roslyn/System.IO.Compression.dll
ActivityReportingService/bin/roslyn/System.IO.FileSystem.dll
ActivityReportingService/bin/roslyn/System.IO.FileSystem.Primitives.dll
ActivityReportingService/bin/roslyn/System.IO.Pipes.AccessControl.dll
ActivityReportingService/bin/roslyn/System.IO.Pipes.dll
ActivityReportingService/bin/roslyn/System.Reflection.Metadata.dll
ActivityReportingService/bin/roslyn/System.Security.AccessControl.dll
ActivityReportingService/bin/roslyn/System.Security.Claims.dll
ActivityReportingService/bin/roslyn/System.Security.Cryptography.Algorithms.dll
ActivityReportingService/bin/roslyn/System.Security.Cryptography.Encoding.dll
ActivityReportingService/bin/roslyn/System.Security.Cryptography.Primitives.dll
ActivityReportingService/bin/roslyn/System.Security.Cryptography.X509Certificates.dll
ActivityReportingService/bin/roslyn/System.Security.Principal.Windows.dll
ActivityReportingService/bin/roslyn/System.Text.Encoding.CodePages.dll
ActivityReportingService/bin/roslyn/System.ValueTuple.dll
ActivityReportingService/bin/roslyn/System.Xml.ReaderWriter.dll
ActivityReportingService/bin/roslyn/System.Xml.XmlDocument.dll
ActivityReportingService/bin/roslyn/System.Xml.XPath.dll
ActivityReportingService/bin/roslyn/System.Xml.XPath.XDocument.dll
ActivityReportingService/bin/roslyn/vbc.exe
ActivityReportingService/bin/roslyn/vbc.exe.config
ActivityReportingService/bin/roslyn/vbc.rsp
ActivityReportingService/bin/roslyn/VBCSCompiler.exe
ActivityReportingService/bin/roslyn/VBCSCompiler.exe.config
ActivityReportingService/bin/System.Net.Http.Formatting.dll
ActivityReportingService/bin/System.Net.Http.Formatting.xml
ActivityReportingService/bin/System.Web.Helpers.dll
ActivityReportingService/bin/System.Web.Helpers.xml
ActivityReportingService/bin/System.Web.Http.dll
ActivityReportingService/bin/System.Web.Http.WebHost.dll
ActivityReportingService/bin/System.Web.Http.WebHost.xml
ActivityReportingService/bin/System.Web.Http.xml
ActivityReportingService/bin/System.Web.Mvc.dll
ActivityReportingService/bin/System.Web.Mvc.xml
ActivityReportingService/bin/System.Web.Optimization.dll
ActivityReportingService/bin/System.Web.Optimization.xml
ActivityReportingService/bin/System.Web.Razor.dll
ActivityReportingService/bin/System.Web.Razor.xml
ActivityReportingService/bin/System.Web.WebPages.Deployment.dll
ActivityReportingService/bin/System.Web.WebPages.Deployment.xml
ActivityReportingService/bin/System.Web.WebPages.dll
ActivityReportingService/bin/System.Web.WebPages.Razor.dll
ActivityReportingService/bin/System.Web.WebPages.Razor.xml
ActivityReportingService/bin/System.Web.WebPages.xml
ActivityReportingService/bin/WebGrease.dll
ActivityReportingService/obj/Debug/ActivityReportingService.csproj.CopyComplete
ActivityReportingService/obj/Debug/ActivityReportingService.csproj.CoreCompileInputs.cache
ActivityReportingService/obj/Debug/ActivityReportingService.csproj.FileListAbsolute.txt
ActivityReportingService/obj/Debug/ActivityReportingService.csprojAssemblyReference.cache
ActivityReportingService/obj/Debug/ActivityReportingService.dll
ActivityReportingService/obj/Debug/ActivityReportingService.pdb
ActivityReportingService/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
ActivityReportingService/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
ActivityReportingService/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
ActivityReportingService/ActivityReportingService.csproj.user
ActivityReportingService/ActivityReportingService.csproj.user
ActivityReportingService.Tests/ActivityReportingService.Tests.csproj
ActivityReportingService.Tests/bin/Debug/ActivityReportingService.dll
ActivityReportingService.Tests/bin/Debug/ActivityReportingService.dll.config
ActivityReportingService.Tests/bin/Debug/ActivityReportingService.pdb
ActivityReportingService.Tests/bin/Debug/ActivityReportingService.Tests.dll
ActivityReportingService.Tests/bin/Debug/ActivityReportingService.Tests.dll.config
ActivityReportingService.Tests/bin/Debug/ActivityReportingService.Tests.pdb
ActivityReportingService.Tests/bin/Debug/DiffEngine.dll
ActivityReportingService.Tests/bin/Debug/DiffEngine.xml
ActivityReportingService.Tests/bin/Debug/EmptyFiles.dll
ActivityReportingService.Tests/bin/Debug/EmptyFiles.xml
ActivityReportingService.Tests/bin/Debug/EmptyFiles/archive/empty.7z
ActivityReportingService.Tests/bin/Debug/EmptyFiles/archive/empty.bz2
ActivityReportingService.Tests/bin/Debug/EmptyFiles/archive/empty.gz
ActivityReportingService.Tests/bin/Debug/EmptyFiles/archive/empty.tar
ActivityReportingService.Tests/bin/Debug/EmptyFiles/archive/empty.zip
ActivityReportingService.Tests/bin/Debug/EmptyFiles/document/empty.docx
ActivityReportingService.Tests/bin/Debug/EmptyFiles/document/empty.odt
ActivityReportingService.Tests/bin/Debug/EmptyFiles/document/empty.pdf
ActivityReportingService.Tests/bin/Debug/EmptyFiles/document/empty.rtf
ActivityReportingService.Tests/bin/Debug/EmptyFiles/image/empty.avif
ActivityReportingService.Tests/bin/Debug/EmptyFiles/image/empty.bmp
ActivityReportingService.Tests/bin/Debug/EmptyFiles/image/empty.dds
ActivityReportingService.Tests/bin/Debug/EmptyFiles/image/empty.dib
ActivityReportingService.Tests/bin/Debug/EmptyFiles/image/empty.emf
ActivityReportingService.Tests/bin/Debug/EmptyFiles/image/empty.exif
ActivityReportingService.Tests/bin/Debug/EmptyFiles/image/empty.gif
ActivityReportingService.Tests/bin/Debug/EmptyFiles/image/empty.heic
ActivityReportingService.Tests/bin/Debug/EmptyFiles/image/empty.heif
ActivityReportingService.Tests/bin/Debug/EmptyFiles/image/empty.ico
ActivityReportingService.Tests/bin/Debug/EmptyFiles/image/empty.j2c
ActivityReportingService.Tests/bin/Debug/EmptyFiles/image/empty.jfif
ActivityReportingService.Tests/bin/Debug/EmptyFiles/image/empty.jp2
ActivityReportingService.Tests/bin/Debug/EmptyFiles/image/empty.jpc
ActivityReportingService.Tests/bin/Debug/EmptyFiles/image/empty.jpe
ActivityReportingService.Tests/bin/Debug/EmptyFiles/image/empty.jpg
ActivityReportingService.Tests/bin/Debug/EmptyFiles/image/empty.jxr
ActivityReportingService.Tests/bin/Debug/EmptyFiles/image/empty.pbm
ActivityReportingService.Tests/bin/Debug/EmptyFiles/image/empty.pcx
ActivityReportingService.Tests/bin/Debug/EmptyFiles/image/empty.pgm
ActivityReportingService.Tests/bin/Debug/EmptyFiles/image/empty.png
ActivityReportingService.Tests/bin/Debug/EmptyFiles/image/empty.ppm
ActivityReportingService.Tests/bin/Debug/EmptyFiles/image/empty.rle
ActivityReportingService.Tests/bin/Debug/EmptyFiles/image/empty.tga
ActivityReportingService.Tests/bin/Debug/EmptyFiles/image/empty.tif
ActivityReportingService.Tests/bin/Debug/EmptyFiles/image/empty.wdp
ActivityReportingService.Tests/bin/Debug/EmptyFiles/image/empty.webp
ActivityReportingService.Tests/bin/Debug/EmptyFiles/image/empty.wmp
ActivityReportingService.Tests/bin/Debug/EmptyFiles/sheet/empty.ods
ActivityReportingService.Tests/bin/Debug/EmptyFiles/sheet/empty.xlsx
ActivityReportingService.Tests/bin/Debug/EmptyFiles/slide/empty.odp
ActivityReportingService.Tests/bin/Debug/EmptyFiles/slide/empty.pptx
ActivityReportingService.Tests/bin/Debug/Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.dll
ActivityReportingService.Tests/bin/Debug/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.dll
ActivityReportingService.Tests/bin/Debug/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.dll
ActivityReportingService.Tests/bin/Debug/Microsoft.VisualStudio.TestPlatform.TestFramework.dll
ActivityReportingService.Tests/bin/Debug/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll
ActivityReportingService.Tests/bin/Debug/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
ActivityReportingService.Tests/bin/Debug/Microsoft.VisualStudio.TestPlatform.TestFramework.xml
ActivityReportingService.Tests/bin/Debug/Microsoft.Web.Infrastructure.dll
ActivityReportingService.Tests/bin/Debug/Newtonsoft.Json.dll
ActivityReportingService.Tests/bin/Debug/Newtonsoft.Json.xml
ActivityReportingService.Tests/bin/Debug/nunit.engine.api.dll
ActivityReportingService.Tests/bin/Debug/nunit.engine.core.dll
ActivityReportingService.Tests/bin/Debug/nunit.engine.dll
ActivityReportingService.Tests/bin/Debug/nunit.framework.dll
ActivityReportingService.Tests/bin/Debug/nunit.framework.xml
ActivityReportingService.Tests/bin/Debug/NUnit3.TestAdapter.dll
ActivityReportingService.Tests/bin/Debug/NUnit3.TestAdapter.pdb
ActivityReportingService.Tests/bin/Debug/Shouldly.dll
ActivityReportingService.Tests/bin/Debug/System.Buffers.dll
ActivityReportingService.Tests/bin/Debug/System.Buffers.xml
ActivityReportingService.Tests/bin/Debug/System.Memory.dll
ActivityReportingService.Tests/bin/Debug/System.Memory.xml
ActivityReportingService.Tests/bin/Debug/System.Net.Http.Formatting.dll
ActivityReportingService.Tests/bin/Debug/System.Net.Http.Formatting.xml
ActivityReportingService.Tests/bin/Debug/System.Numerics.Vectors.dll
ActivityReportingService.Tests/bin/Debug/System.Numerics.Vectors.xml
ActivityReportingService.Tests/bin/Debug/System.Runtime.CompilerServices.Unsafe.dll
ActivityReportingService.Tests/bin/Debug/System.Runtime.CompilerServices.Unsafe.xml
ActivityReportingService.Tests/bin/Debug/System.Web.Http.dll
ActivityReportingService.Tests/bin/Debug/System.Web.Http.WebHost.dll
ActivityReportingService.Tests/bin/Debug/System.Web.Http.WebHost.xml
ActivityReportingService.Tests/bin/Debug/System.Web.Http.xml
ActivityReportingService.Tests/bin/Debug/System.Web.Mvc.dll
ActivityReportingService.Tests/bin/Debug/System.Web.Mvc.xml
ActivityReportingService.Tests/bin/Debug/System.Web.Razor.dll
ActivityReportingService.Tests/bin/Debug/System.Web.Razor.xml
ActivityReportingService.Tests/bin/Debug/System.Web.WebPages.Deployment.dll
ActivityReportingService.Tests/bin/Debug/System.Web.WebPages.Deployment.xml
ActivityReportingService.Tests/bin/Debug/System.Web.WebPages.dll
ActivityReportingService.Tests/bin/Debug/System.Web.WebPages.Razor.dll
ActivityReportingService.Tests/bin/Debug/System.Web.WebPages.Razor.xml
ActivityReportingService.Tests/bin/Debug/System.Web.WebPages.xml
ActivityReportingService.Tests/obj/Debug/ActivityReportingService.Tests.csproj.CopyComplete
ActivityReportingService.Tests/obj/Debug/ActivityReportingService.Tests.csproj.CoreCompileInputs.cache
ActivityReportingService.Tests/obj/Debug/ActivityReportingService.Tests.csproj.FileListAbsolute.txt
ActivityReportingService.Tests/obj/Debug/ActivityReportingService.Tests.csprojAssemblyReference.cache
ActivityReportingService.Tests/obj/Debug/ActivityReportingService.Tests.dll
ActivityReportingService.Tests/obj/Debug/ActivityReportingService.Tests.pdb
ActivityReportingService.Tests/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache
ActivityReportingService.Tests/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
ActivityReportingService.Tests/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
ActivityReportingService.Tests/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
packages/DiffEngine.6.4.9/.signature.p7s
packages/DiffEngine.6.4.9/DiffEngine.6.4.9.nupkg
packages/DiffEngine.6.4.9/icon.png
packages/DiffEngine.6.4.9/lib/net461/DiffEngine.dll
packages/DiffEngine.6.4.9/lib/net461/DiffEngine.xml
packages/DiffEngine.6.4.9/lib/netstandard2.0/DiffEngine.dll
packages/DiffEngine.6.4.9/lib/netstandard2.0/DiffEngine.xml
packages/DiffEngine.6.4.9/lib/netstandard2.1/DiffEngine.dll
packages/DiffEngine.6.4.9/lib/netstandard2.1/DiffEngine.xml
packages/EmptyFiles.2.3.3/.signature.p7s
packages/EmptyFiles.2.3.3/build/EmptyFiles.targets
packages/EmptyFiles.2.3.3/buildTransitive/EmptyFiles.targets
packages/EmptyFiles.2.3.3/EmptyFiles.2.3.3.nupkg
packages/EmptyFiles.2.3.3/EmptyFiles/archive/empty.7z
packages/EmptyFiles.2.3.3/EmptyFiles/archive/empty.bz2
packages/EmptyFiles.2.3.3/EmptyFiles/archive/empty.gz
packages/EmptyFiles.2.3.3/EmptyFiles/archive/empty.tar
packages/EmptyFiles.2.3.3/EmptyFiles/archive/empty.zip
packages/EmptyFiles.2.3.3/EmptyFiles/document/empty.docx
packages/EmptyFiles.2.3.3/EmptyFiles/document/empty.odt
packages/EmptyFiles.2.3.3/EmptyFiles/document/empty.pdf
packages/EmptyFiles.2.3.3/EmptyFiles/document/empty.rtf
packages/EmptyFiles.2.3.3/EmptyFiles/image/empty.avif
packages/EmptyFiles.2.3.3/EmptyFiles/image/empty.bmp
packages/EmptyFiles.2.3.3/EmptyFiles/image/empty.dds
packages/EmptyFiles.2.3.3/EmptyFiles/image/empty.dib
packages/EmptyFiles.2.3.3/EmptyFiles/image/empty.emf
packages/EmptyFiles.2.3.3/EmptyFiles/image/empty.exif
packages/EmptyFiles.2.3.3/EmptyFiles/image/empty.gif
packages/EmptyFiles.2.3.3/EmptyFiles/image/empty.heic
packages/EmptyFiles.2.3.3/EmptyFiles/image/empty.heif
packages/EmptyFiles.2.3.3/EmptyFiles/image/empty.ico
packages/EmptyFiles.2.3.3/EmptyFiles/image/empty.j2c
packages/EmptyFiles.2.3.3/EmptyFiles/image/empty.jfif
packages/EmptyFiles.2.3.3/EmptyFiles/image/empty.jp2
packages/EmptyFiles.2.3.3/EmptyFiles/image/empty.jpc
packages/EmptyFiles.2.3.3/EmptyFiles/image/empty.jpe
packages/EmptyFiles.2.3.3/EmptyFiles/image/empty.jpg
packages/EmptyFiles.2.3.3/EmptyFiles/image/empty.jxr
packages/EmptyFiles.2.3.3/EmptyFiles/image/empty.pbm
packages/EmptyFiles.2.3.3/EmptyFiles/image/empty.pcx
packages/EmptyFiles.2.3.3/EmptyFiles/image/empty.pgm
packages/EmptyFiles.2.3.3/EmptyFiles/image/empty.png
packages/EmptyFiles.2.3.3/EmptyFiles/image/empty.ppm
packages/EmptyFiles.2.3.3/EmptyFiles/image/empty.rle
packages/EmptyFiles.2.3.3/EmptyFiles/image/empty.tga
packages/EmptyFiles.2.3.3/EmptyFiles/image/empty.tif
packages/EmptyFiles.2.3.3/EmptyFiles/image/empty.wdp
packages/EmptyFiles.2.3.3/EmptyFiles/image/empty.webp
packages/EmptyFiles.2.3.3/EmptyFiles/image/empty.wmp
packages/EmptyFiles.2.3.3/EmptyFiles/sheet/empty.ods
packages/EmptyFiles.2.3.3/EmptyFiles/sheet/empty.xlsx
packages/EmptyFiles.2.3.3/EmptyFiles/slide/empty.odp
packages/EmptyFiles.2.3.3/EmptyFiles/slide/empty.pptx
packages/EmptyFiles.2.3.3/icon.png
packages/EmptyFiles.2.3.3/lib/net461/EmptyFiles.dll
packages/EmptyFiles.2.3.3/lib/net461/EmptyFiles.xml
packages/EmptyFiles.2.3.3/lib/netstandard2.0/EmptyFiles.dll
packages/EmptyFiles.2.3.3/lib/netstandard2.0/EmptyFiles.xml
packages/EmptyFiles.2.3.3/lib/netstandard2.1/EmptyFiles.dll
packages/EmptyFiles.2.3.3/lib/netstandard2.1/EmptyFiles.xml
packages/Microsoft.CSharp.4.7.0/.signature.p7s
packages/Microsoft.CSharp.4.7.0/lib/MonoAndroid10/_._
packages/Microsoft.CSharp.4.7.0/lib/MonoTouch10/_._
packages/Microsoft.CSharp.4.7.0/lib/net45/_._
packages/Microsoft.CSharp.4.7.0/lib/netcore50/Microsoft.CSharp.dll
packages/Microsoft.CSharp.4.7.0/lib/netcoreapp2.0/_._
packages/Microsoft.CSharp.4.7.0/lib/netstandard1.3/Microsoft.CSharp.dll
packages/Microsoft.CSharp.4.7.0/lib/netstandard2.0/Microsoft.CSharp.dll
packages/Microsoft.CSharp.4.7.0/lib/netstandard2.0/Microsoft.CSharp.xml
packages/Microsoft.CSharp.4.7.0/lib/portable-net45+win8+wp8+wpa81/_._
packages/Microsoft.CSharp.4.7.0/lib/uap10.0.16299/_._
packages/Microsoft.CSharp.4.7.0/lib/win8/_._
packages/Microsoft.CSharp.4.7.0/lib/wp80/_._
packages/Microsoft.CSharp.4.7.0/lib/wpa81/_._
packages/Microsoft.CSharp.4.7.0/lib/xamarinios10/_._
packages/Microsoft.CSharp.4.7.0/lib/xamarinmac20/_._
packages/Microsoft.CSharp.4.7.0/lib/xamarintvos10/_._
packages/Microsoft.CSharp.4.7.0/lib/xamarinwatchos10/_._
packages/Microsoft.CSharp.4.7.0/LICENSE.TXT
packages/Microsoft.CSharp.4.7.0/Microsoft.CSharp.4.7.0.nupkg
packages/Microsoft.CSharp.4.7.0/ref/MonoAndroid10/_._
packages/Microsoft.CSharp.4.7.0/ref/MonoTouch10/_._
packages/Microsoft.CSharp.4.7.0/ref/net45/_._
packages/Microsoft.CSharp.4.7.0/ref/netcore50/de/Microsoft.CSharp.xml
packages/Microsoft.CSharp.4.7.0/ref/netcore50/es/Microsoft.CSharp.xml
packages/Microsoft.CSharp.4.7.0/ref/netcore50/fr/Microsoft.CSharp.xml
packages/Microsoft.CSharp.4.7.0/ref/netcore50/it/Microsoft.CSharp.xml
packages/Microsoft.CSharp.4.7.0/ref/netcore50/ja/Microsoft.CSharp.xml
packages/Microsoft.CSharp.4.7.0/ref/netcore50/ko/Microsoft.CSharp.xml
packages/Microsoft.CSharp.4.7.0/ref/netcore50/Microsoft.CSharp.dll
packages/Microsoft.CSharp.4.7.0/ref/netcore50/Microsoft.CSharp.xml
packages/Microsoft.CSharp.4.7.0/ref/netcore50/ru/Microsoft.CSharp.xml
packages/Microsoft.CSharp.4.7.0/ref/netcore50/zh-hans/Microsoft.CSharp.xml
packages/Microsoft.CSharp.4.7.0/ref/netcore50/zh-hant/Microsoft.CSharp.xml
packages/Microsoft.CSharp.4.7.0/ref/netcoreapp2.0/_._
packages/Microsoft.CSharp.4.7.0/ref/netstandard1.0/de/Microsoft.CSharp.xml
packages/Microsoft.CSharp.4.7.0/ref/netstandard1.0/es/Microsoft.CSharp.xml
packages/Microsoft.CSharp.4.7.0/ref/netstandard1.0/fr/Microsoft.CSharp.xml
packages/Microsoft.CSharp.4.7.0/ref/netstandard1.0/it/Microsoft.CSharp.xml
packages/Microsoft.CSharp.4.7.0/ref/netstandard1.0/ja/Microsoft.CSharp.xml
packages/Microsoft.CSharp.4.7.0/ref/netstandard1.0/ko/Microsoft.CSharp.xml
packages/Microsoft.CSharp.4.7.0/ref/netstandard1.0/Microsoft.CSharp.dll
packages/Microsoft.CSharp.4.7.0/ref/netstandard1.0/Microsoft.CSharp.xml
packages/Microsoft.CSharp.4.7.0/ref/netstandard1.0/ru/Microsoft.CSharp.xml
packages/Microsoft.CSharp.4.7.0/ref/netstandard1.0/zh-hans/Microsoft.CSharp.xml
packages/Microsoft.CSharp.4.7.0/ref/netstandard1.0/zh-hant/Microsoft.CSharp.xml
packages/Microsoft.CSharp.4.7.0/ref/netstandard2.0/Microsoft.CSharp.dll
packages/Microsoft.CSharp.4.7.0/ref/netstandard2.0/Microsoft.CSharp.xml
packages/Microsoft.CSharp.4.7.0/ref/portable-net45+win8+wp8+wpa81/_._
packages/Microsoft.CSharp.4.7.0/ref/uap10.0.16299/_._
packages/Microsoft.CSharp.4.7.0/ref/win8/_._
packages/Microsoft.CSharp.4.7.0/ref/wp80/_._
packages/Microsoft.CSharp.4.7.0/ref/wpa81/_._
packages/Microsoft.CSharp.4.7.0/ref/xamarinios10/_._
packages/Microsoft.CSharp.4.7.0/ref/xamarinmac20/_._
packages/Microsoft.CSharp.4.7.0/ref/xamarintvos10/_._
packages/Microsoft.CSharp.4.7.0/ref/xamarinwatchos10/_._
packages/Microsoft.CSharp.4.7.0/THIRD-PARTY-NOTICES.TXT
packages/Microsoft.CSharp.4.7.0/useSharedDesignerContext.txt
packages/Microsoft.CSharp.4.7.0/version.txt
packages/MSTest.TestAdapter.1.3.2/.signature.p7s
packages/MSTest.TestAdapter.1.3.2/build/_common/cs/Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.resources.dll
packages/MSTest.TestAdapter.1.3.2/build/_common/cs/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.resources.dll
packages/MSTest.TestAdapter.1.3.2/build/_common/cs/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll
packages/MSTest.TestAdapter.1.3.2/build/_common/de/Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.resources.dll
packages/MSTest.TestAdapter.1.3.2/build/_common/de/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.resources.dll
packages/MSTest.TestAdapter.1.3.2/build/_common/de/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll
packages/MSTest.TestAdapter.1.3.2/build/_common/es/Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.resources.dll
packages/MSTest.TestAdapter.1.3.2/build/_common/es/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.resources.dll
packages/MSTest.TestAdapter.1.3.2/build/_common/es/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll
packages/MSTest.TestAdapter.1.3.2/build/_common/fr/Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.resources.dll
packages/MSTest.TestAdapter.1.3.2/build/_common/fr/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.resources.dll
packages/MSTest.TestAdapter.1.3.2/build/_common/fr/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll
packages/MSTest.TestAdapter.1.3.2/build/_common/it/Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.resources.dll
packages/MSTest.TestAdapter.1.3.2/build/_common/it/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.resources.dll
packages/MSTest.TestAdapter.1.3.2/build/_common/it/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll
packages/MSTest.TestAdapter.1.3.2/build/_common/ja/Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.resources.dll
packages/MSTest.TestAdapter.1.3.2/build/_common/ja/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.resources.dll
packages/MSTest.TestAdapter.1.3.2/build/_common/ja/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll
packages/MSTest.TestAdapter.1.3.2/build/_common/ko/Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.resources.dll
packages/MSTest.TestAdapter.1.3.2/build/_common/ko/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.resources.dll
packages/MSTest.TestAdapter.1.3.2/build/_common/ko/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll
packages/MSTest.TestAdapter.1.3.2/build/_common/Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.dll
packages/MSTest.TestAdapter.1.3.2/build/_common/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.dll
packages/MSTest.TestAdapter.1.3.2/build/_common/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.dll
packages/MSTest.TestAdapter.1.3.2/build/_common/Microsoft.VisualStudio.TestPlatform.TestFramework.dll
packages/MSTest.TestAdapter.1.3.2/build/_common/pl/Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.resources.dll
packages/MSTest.TestAdapter.1.3.2/build/_common/pl/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.resources.dll
packages/MSTest.TestAdapter.1.3.2/build/_common/pl/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll
packages/MSTest.TestAdapter.1.3.2/build/_common/pt/Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.resources.dll
packages/MSTest.TestAdapter.1.3.2/build/_common/pt/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.resources.dll
packages/MSTest.TestAdapter.1.3.2/build/_common/pt/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll
packages/MSTest.TestAdapter.1.3.2/build/_common/ru/Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.resources.dll
packages/MSTest.TestAdapter.1.3.2/build/_common/ru/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.resources.dll
packages/MSTest.TestAdapter.1.3.2/build/_common/ru/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll
packages/MSTest.TestAdapter.1.3.2/build/_common/tr/Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.resources.dll
packages/MSTest.TestAdapter.1.3.2/build/_common/tr/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.resources.dll
packages/MSTest.TestAdapter.1.3.2/build/_common/tr/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll
packages/MSTest.TestAdapter.1.3.2/build/_common/zh-Hans/Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.resources.dll
packages/MSTest.TestAdapter.1.3.2/build/_common/zh-Hans/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.resources.dll
packages/MSTest.TestAdapter.1.3.2/build/_common/zh-Hans/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll
packages/MSTest.TestAdapter.1.3.2/build/_common/zh-Hant/Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.resources.dll
packages/MSTest.TestAdapter.1.3.2/build/_common/zh-Hant/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.resources.dll
packages/MSTest.TestAdapter.1.3.2/build/_common/zh-Hant/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll
packages/MSTest.TestAdapter.1.3.2/build/net45/MSTest.TestAdapter.props
packages/MSTest.TestAdapter.1.3.2/build/net45/MSTest.TestAdapter.targets
packages/MSTest.TestAdapter.1.3.2/build/netcoreapp1.0/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.dll
packages/MSTest.TestAdapter.1.3.2/build/netcoreapp1.0/MSTest.TestAdapter.props
packages/MSTest.TestAdapter.1.3.2/build/uap10.0/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.dll
packages/MSTest.TestAdapter.1.3.2/build/uap10.0/MSTest.TestAdapter.props
packages/MSTest.TestAdapter.1.3.2/build/uap10.0/MSTest.TestAdapter.targets
packages/MSTest.TestAdapter.1.3.2/MSTest.TestAdapter.1.3.2.nupkg
packages/MSTest.TestFramework.1.3.2/.signature.p7s
packages/MSTest.TestFramework.1.3.2/lib/net45/cs/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
packages/MSTest.TestFramework.1.3.2/lib/net45/cs/Microsoft.VisualStudio.TestPlatform.TestFramework.xml
packages/MSTest.TestFramework.1.3.2/lib/net45/de/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
packages/MSTest.TestFramework.1.3.2/lib/net45/de/Microsoft.VisualStudio.TestPlatform.TestFramework.xml
packages/MSTest.TestFramework.1.3.2/lib/net45/es/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
packages/MSTest.TestFramework.1.3.2/lib/net45/es/Microsoft.VisualStudio.TestPlatform.TestFramework.xml
packages/MSTest.TestFramework.1.3.2/lib/net45/fr/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
packages/MSTest.TestFramework.1.3.2/lib/net45/fr/Microsoft.VisualStudio.TestPlatform.TestFramework.xml
packages/MSTest.TestFramework.1.3.2/lib/net45/it/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
packages/MSTest.TestFramework.1.3.2/lib/net45/it/Microsoft.VisualStudio.TestPlatform.TestFramework.xml
packages/MSTest.TestFramework.1.3.2/lib/net45/ja/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
packages/MSTest.TestFramework.1.3.2/lib/net45/ja/Microsoft.VisualStudio.TestPlatform.TestFramework.xml
packages/MSTest.TestFramework.1.3.2/lib/net45/ko/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
packages/MSTest.TestFramework.1.3.2/lib/net45/ko/Microsoft.VisualStudio.TestPlatform.TestFramework.xml
packages/MSTest.TestFramework.1.3.2/lib/net45/Microsoft.VisualStudio.TestPlatform.TestFramework.dll
packages/MSTest.TestFramework.1.3.2/lib/net45/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll
packages/MSTest.TestFramework.1.3.2/lib/net45/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.XML
packages/MSTest.TestFramework.1.3.2/lib/net45/Microsoft.VisualStudio.TestPlatform.TestFramework.XML
packages/MSTest.TestFramework.1.3.2/lib/net45/pl/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
packages/MSTest.TestFramework.1.3.2/lib/net45/pl/Microsoft.VisualStudio.TestPlatform.TestFramework.xml
packages/MSTest.TestFramework.1.3.2/lib/net45/pt/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
packages/MSTest.TestFramework.1.3.2/lib/net45/pt/Microsoft.VisualStudio.TestPlatform.TestFramework.xml
packages/MSTest.TestFramework.1.3.2/lib/net45/ru/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
packages/MSTest.TestFramework.1.3.2/lib/net45/ru/Microsoft.VisualStudio.TestPlatform.TestFramework.xml
packages/MSTest.TestFramework.1.3.2/lib/net45/tr/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
packages/MSTest.TestFramework.1.3.2/lib/net45/tr/Microsoft.VisualStudio.TestPlatform.TestFramework.xml
packages/MSTest.TestFramework.1.3.2/lib/net45/zh-Hans/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
packages/MSTest.TestFramework.1.3.2/lib/net45/zh-Hans/Microsoft.VisualStudio.TestPlatform.TestFramework.xml
packages/MSTest.TestFramework.1.3.2/lib/net45/zh-Hant/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
packages/MSTest.TestFramework.1.3.2/lib/net45/zh-Hant/Microsoft.VisualStudio.TestPlatform.TestFramework.xml
packages/MSTest.TestFramework.1.3.2/lib/netstandard1.0/cs/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
packages/MSTest.TestFramework.1.3.2/lib/netstandard1.0/cs/Microsoft.VisualStudio.TestPlatform.TestFramework.xml
packages/MSTest.TestFramework.1.3.2/lib/netstandard1.0/de/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
packages/MSTest.TestFramework.1.3.2/lib/netstandard1.0/de/Microsoft.VisualStudio.TestPlatform.TestFramework.xml
packages/MSTest.TestFramework.1.3.2/lib/netstandard1.0/es/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
packages/MSTest.TestFramework.1.3.2/lib/netstandard1.0/es/Microsoft.VisualStudio.TestPlatform.TestFramework.xml
packages/MSTest.TestFramework.1.3.2/lib/netstandard1.0/fr/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
packages/MSTest.TestFramework.1.3.2/lib/netstandard1.0/fr/Microsoft.VisualStudio.TestPlatform.TestFramework.xml
packages/MSTest.TestFramework.1.3.2/lib/netstandard1.0/it/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
packages/MSTest.TestFramework.1.3.2/lib/netstandard1.0/it/Microsoft.VisualStudio.TestPlatform.TestFramework.xml
packages/MSTest.TestFramework.1.3.2/lib/netstandard1.0/ja/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
packages/MSTest.TestFramework.1.3.2/lib/netstandard1.0/ja/Microsoft.VisualStudio.TestPlatform.TestFramework.xml
packages/MSTest.TestFramework.1.3.2/lib/netstandard1.0/ko/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
packages/MSTest.TestFramework.1.3.2/lib/netstandard1.0/ko/Microsoft.VisualStudio.TestPlatform.TestFramework.xml
packages/MSTest.TestFramework.1.3.2/lib/netstandard1.0/Microsoft.VisualStudio.TestPlatform.TestFramework.dll
packages/MSTest.TestFramework.1.3.2/lib/netstandard1.0/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll
packages/MSTest.TestFramework.1.3.2/lib/netstandard1.0/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.XML
packages/MSTest.TestFramework.1.3.2/lib/netstandard1.0/Microsoft.VisualStudio.TestPlatform.TestFramework.XML
packages/MSTest.TestFramework.1.3.2/lib/netstandard1.0/pl/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
packages/MSTest.TestFramework.1.3.2/lib/netstandard1.0/pl/Microsoft.VisualStudio.TestPlatform.TestFramework.xml
packages/MSTest.TestFramework.1.3.2/lib/netstandard1.0/pt/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
packages/MSTest.TestFramework.1.3.2/lib/netstandard1.0/pt/Microsoft.VisualStudio.TestPlatform.TestFramework.xml
packages/MSTest.TestFramework.1.3.2/lib/netstandard1.0/ru/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
packages/MSTest.TestFramework.1.3.2/lib/netstandard1.0/ru/Microsoft.VisualStudio.TestPlatform.TestFramework.xml
packages/MSTest.TestFramework.1.3.2/lib/netstandard1.0/tr/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
packages/MSTest.TestFramework.1.3.2/lib/netstandard1.0/tr/Microsoft.VisualStudio.TestPlatform.TestFramework.xml
packages/MSTest.TestFramework.1.3.2/lib/netstandard1.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
packages/MSTest.TestFramework.1.3.2/lib/netstandard1.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.TestFramework.xml
packages/MSTest.TestFramework.1.3.2/lib/netstandard1.0/zh-Hant/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
packages/MSTest.TestFramework.1.3.2/lib/netstandard1.0/zh-Hant/Microsoft.VisualStudio.TestPlatform.TestFramework.xml
packages/MSTest.TestFramework.1.3.2/lib/uap10.0/cs/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
packages/MSTest.TestFramework.1.3.2/lib/uap10.0/cs/Microsoft.VisualStudio.TestPlatform.TestFramework.xml
packages/MSTest.TestFramework.1.3.2/lib/uap10.0/de/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
packages/MSTest.TestFramework.1.3.2/lib/uap10.0/de/Microsoft.VisualStudio.TestPlatform.TestFramework.xml
packages/MSTest.TestFramework.1.3.2/lib/uap10.0/es/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
packages/MSTest.TestFramework.1.3.2/lib/uap10.0/es/Microsoft.VisualStudio.TestPlatform.TestFramework.xml
packages/MSTest.TestFramework.1.3.2/lib/uap10.0/fr/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
packages/MSTest.TestFramework.1.3.2/lib/uap10.0/fr/Microsoft.VisualStudio.TestPlatform.TestFramework.xml
packages/MSTest.TestFramework.1.3.2/lib/uap10.0/it/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
packages/MSTest.TestFramework.1.3.2/lib/uap10.0/it/Microsoft.VisualStudio.TestPlatform.TestFramework.xml
packages/MSTest.TestFramework.1.3.2/lib/uap10.0/ja/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
packages/MSTest.TestFramework.1.3.2/lib/uap10.0/ja/Microsoft.VisualStudio.TestPlatform.TestFramework.xml
packages/MSTest.TestFramework.1.3.2/lib/uap10.0/ko/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
packages/MSTest.TestFramework.1.3.2/lib/uap10.0/ko/Microsoft.VisualStudio.TestPlatform.TestFramework.xml
packages/MSTest.TestFramework.1.3.2/lib/uap10.0/Microsoft.VisualStudio.TestPlatform.TestFramework.dll
packages/MSTest.TestFramework.1.3.2/lib/uap10.0/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll
packages/MSTest.TestFramework.1.3.2/lib/uap10.0/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.XML
packages/MSTest.TestFramework.1.3.2/lib/uap10.0/Microsoft.VisualStudio.TestPlatform.TestFramework.XML
packages/MSTest.TestFramework.1.3.2/lib/uap10.0/pl/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
packages/MSTest.TestFramework.1.3.2/lib/uap10.0/pl/Microsoft.VisualStudio.TestPlatform.TestFramework.xml
packages/MSTest.TestFramework.1.3.2/lib/uap10.0/pt/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
packages/MSTest.TestFramework.1.3.2/lib/uap10.0/pt/Microsoft.VisualStudio.TestPlatform.TestFramework.xml
packages/MSTest.TestFramework.1.3.2/lib/uap10.0/ru/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
packages/MSTest.TestFramework.1.3.2/lib/uap10.0/ru/Microsoft.VisualStudio.TestPlatform.TestFramework.xml
packages/MSTest.TestFramework.1.3.2/lib/uap10.0/tr/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
packages/MSTest.TestFramework.1.3.2/lib/uap10.0/tr/Microsoft.VisualStudio.TestPlatform.TestFramework.xml
packages/MSTest.TestFramework.1.3.2/lib/uap10.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
packages/MSTest.TestFramework.1.3.2/lib/uap10.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.TestFramework.xml
packages/MSTest.TestFramework.1.3.2/lib/uap10.0/zh-Hant/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
packages/MSTest.TestFramework.1.3.2/lib/uap10.0/zh-Hant/Microsoft.VisualStudio.TestPlatform.TestFramework.xml
packages/MSTest.TestFramework.1.3.2/MSTest.TestFramework.1.3.2.nupkg
packages/NUnit.3.13.2/.signature.p7s
packages/NUnit.3.13.2/build/NUnit.props
packages/NUnit.3.13.2/CHANGES.md
packages/NUnit.3.13.2/icon.png
packages/NUnit.3.13.2/lib/net35/nunit.framework.dll
packages/NUnit.3.13.2/lib/net35/nunit.framework.xml
packages/NUnit.3.13.2/lib/net40/nunit.framework.dll
packages/NUnit.3.13.2/lib/net40/nunit.framework.xml
packages/NUnit.3.13.2/lib/net45/nunit.framework.dll
packages/NUnit.3.13.2/lib/net45/nunit.framework.xml
packages/NUnit.3.13.2/lib/netstandard2.0/nunit.framework.dll
packages/NUnit.3.13.2/lib/netstandard2.0/nunit.framework.xml
packages/NUnit.3.13.2/LICENSE.txt
packages/NUnit.3.13.2/NOTICES.txt
packages/NUnit.3.13.2/NUnit.3.13.2.nupkg
packages/NUnit3TestAdapter.3.17.0/.signature.p7s
packages/NUnit3TestAdapter.3.17.0/build/net35/nunit.engine.api.dll
packages/NUnit3TestAdapter.3.17.0/build/net35/nunit.engine.core.dll
packages/NUnit3TestAdapter.3.17.0/build/net35/nunit.engine.dll
packages/NUnit3TestAdapter.3.17.0/build/net35/NUnit3.TestAdapter.dll
packages/NUnit3TestAdapter.3.17.0/build/net35/NUnit3.TestAdapter.pdb
packages/NUnit3TestAdapter.3.17.0/build/net35/NUnit3TestAdapter.props
packages/NUnit3TestAdapter.3.17.0/build/netcoreapp2.1/nunit.engine.api.dll
packages/NUnit3TestAdapter.3.17.0/build/netcoreapp2.1/nunit.engine.core.dll
packages/NUnit3TestAdapter.3.17.0/build/netcoreapp2.1/nunit.engine.dll
packages/NUnit3TestAdapter.3.17.0/build/netcoreapp2.1/NUnit3.TestAdapter.dll
packages/NUnit3TestAdapter.3.17.0/build/netcoreapp2.1/NUnit3.TestAdapter.pdb
packages/NUnit3TestAdapter.3.17.0/build/netcoreapp2.1/NUnit3TestAdapter.props
packages/NUnit3TestAdapter.3.17.0/LICENSE.txt
packages/NUnit3TestAdapter.3.17.0/NUnit3TestAdapter.3.17.0.nupkg
packages/Shouldly.4.0.3/.signature.p7s
packages/Shouldly.4.0.3/assets/logo_128x128.png
packages/Shouldly.4.0.3/build/Shouldly.props
packages/Shouldly.4.0.3/buildMultiTargeting/Shouldly.props
packages/Shouldly.4.0.3/lib/netstandard2.0/Shouldly.dll
packages/Shouldly.4.0.3/Shouldly.4.0.3.nupkg
packages/System.Buffers.4.5.1/.signature.p7s
packages/System.Buffers.4.5.1/lib/net461/System.Buffers.dll
packages/System.Buffers.4.5.1/lib/net461/System.Buffers.xml
packages/System.Buffers.4.5.1/lib/netcoreapp2.0/_._
packages/System.Buffers.4.5.1/lib/netstandard1.1/System.Buffers.dll
packages/System.Buffers.4.5.1/lib/netstandard1.1/System.Buffers.xml
packages/System.Buffers.4.5.1/lib/netstandard2.0/System.Buffers.dll
packages/System.Buffers.4.5.1/lib/netstandard2.0/System.Buffers.xml
packages/System.Buffers.4.5.1/lib/uap10.0.16299/_._
packages/System.Buffers.4.5.1/LICENSE.TXT
packages/System.Buffers.4.5.1/ref/net45/System.Buffers.dll
packages/System.Buffers.4.5.1/ref/net45/System.Buffers.xml
packages/System.Buffers.4.5.1/ref/netcoreapp2.0/_._
packages/System.Buffers.4.5.1/ref/netstandard1.1/System.Buffers.dll
packages/System.Buffers.4.5.1/ref/netstandard1.1/System.Buffers.xml
packages/System.Buffers.4.5.1/ref/netstandard2.0/System.Buffers.dll
packages/System.Buffers.4.5.1/ref/netstandard2.0/System.Buffers.xml
packages/System.Buffers.4.5.1/ref/uap10.0.16299/_._
packages/System.Buffers.4.5.1/System.Buffers.4.5.1.nupkg
packages/System.Buffers.4.5.1/THIRD-PARTY-NOTICES.TXT
packages/System.Buffers.4.5.1/useSharedDesignerContext.txt
packages/System.Buffers.4.5.1/version.txt
packages/System.Memory.4.5.4/.signature.p7s
packages/System.Memory.4.5.4/lib/net461/System.Memory.dll
packages/System.Memory.4.5.4/lib/net461/System.Memory.xml
packages/System.Memory.4.5.4/lib/netcoreapp2.1/_._
packages/System.Memory.4.5.4/lib/netstandard1.1/System.Memory.dll
packages/System.Memory.4.5.4/lib/netstandard1.1/System.Memory.xml
packages/System.Memory.4.5.4/lib/netstandard2.0/System.Memory.dll
packages/System.Memory.4.5.4/lib/netstandard2.0/System.Memory.xml
packages/System.Memory.4.5.4/LICENSE.TXT
packages/System.Memory.4.5.4/ref/netcoreapp2.1/_._
packages/System.Memory.4.5.4/System.Memory.4.5.4.nupkg
packages/System.Memory.4.5.4/THIRD-PARTY-NOTICES.TXT
packages/System.Memory.4.5.4/useSharedDesignerContext.txt
packages/System.Memory.4.5.4/version.txt
packages/System.Numerics.Vectors.4.5.0/.signature.p7s
packages/System.Numerics.Vectors.4.5.0/lib/MonoAndroid10/_._
packages/System.Numerics.Vectors.4.5.0/lib/MonoTouch10/_._
packages/System.Numerics.Vectors.4.5.0/lib/net46/System.Numerics.Vectors.dll
packages/System.Numerics.Vectors.4.5.0/lib/net46/System.Numerics.Vectors.xml
packages/System.Numerics.Vectors.4.5.0/lib/netcoreapp2.0/_._
packages/System.Numerics.Vectors.4.5.0/lib/netstandard1.0/System.Numerics.Vectors.dll
packages/System.Numerics.Vectors.4.5.0/lib/netstandard1.0/System.Numerics.Vectors.xml
packages/System.Numerics.Vectors.4.5.0/lib/netstandard2.0/System.Numerics.Vectors.dll
packages/System.Numerics.Vectors.4.5.0/lib/netstandard2.0/System.Numerics.Vectors.xml
packages/System.Numerics.Vectors.4.5.0/lib/portable-net45+win8+wp8+wpa81/System.Numerics.Vectors.dll
packages/System.Numerics.Vectors.4.5.0/lib/portable-net45+win8+wp8+wpa81/System.Numerics.Vectors.xml
packages/System.Numerics.Vectors.4.5.0/lib/uap10.0.16299/_._
packages/System.Numerics.Vectors.4.5.0/lib/xamarinios10/_._
packages/System.Numerics.Vectors.4.5.0/lib/xamarinmac20/_._
packages/System.Numerics.Vectors.4.5.0/lib/xamarintvos10/_._
packages/System.Numerics.Vectors.4.5.0/lib/xamarinwatchos10/_._
packages/System.Numerics.Vectors.4.5.0/LICENSE.TXT
packages/System.Numerics.Vectors.4.5.0/ref/MonoAndroid10/_._
packages/System.Numerics.Vectors.4.5.0/ref/MonoTouch10/_._
packages/System.Numerics.Vectors.4.5.0/ref/net45/System.Numerics.Vectors.dll
packages/System.Numerics.Vectors.4.5.0/ref/net45/System.Numerics.Vectors.xml
packages/System.Numerics.Vectors.4.5.0/ref/net46/System.Numerics.Vectors.dll
packages/System.Numerics.Vectors.4.5.0/ref/net46/System.Numerics.Vectors.xml
packages/System.Numerics.Vectors.4.5.0/ref/netcoreapp2.0/_._
packages/System.Numerics.Vectors.4.5.0/ref/netstandard1.0/System.Numerics.Vectors.dll
packages/System.Numerics.Vectors.4.5.0/ref/netstandard1.0/System.Numerics.Vectors.xml
packages/System.Numerics.Vectors.4.5.0/ref/netstandard2.0/System.Numerics.Vectors.dll
packages/System.Numerics.Vectors.4.5.0/ref/netstandard2.0/System.Numerics.Vectors.xml
packages/System.Numerics.Vectors.4.5.0/ref/uap10.0.16299/_._
packages/System.Numerics.Vectors.4.5.0/ref/xamarinios10/_._
packages/System.Numerics.Vectors.4.5.0/ref/xamarinmac20/_._
packages/System.Numerics.Vectors.4.5.0/ref/xamarintvos10/_._
packages/System.Numerics.Vectors.4.5.0/ref/xamarinwatchos10/_._
packages/System.Numerics.Vectors.4.5.0/System.Numerics.Vectors.4.5.0.nupkg
packages/System.Numerics.Vectors.4.5.0/THIRD-PARTY-NOTICES.TXT
packages/System.Numerics.Vectors.4.5.0/useSharedDesignerContext.txt
packages/System.Numerics.Vectors.4.5.0/version.txt
packages/System.Runtime.CompilerServices.Unsafe.4.5.3/.signature.p7s
packages/System.Runtime.CompilerServices.Unsafe.4.5.3/lib/net461/System.Runtime.CompilerServices.Unsafe.dll
packages/System.Runtime.CompilerServices.Unsafe.4.5.3/lib/net461/System.Runtime.CompilerServices.Unsafe.xml
packages/System.Runtime.CompilerServices.Unsafe.4.5.3/lib/netcoreapp2.0/System.Runtime.CompilerServices.Unsafe.dll
packages/System.Runtime.CompilerServices.Unsafe.4.5.3/lib/netcoreapp2.0/System.Runtime.CompilerServices.Unsafe.xml
packages/System.Runtime.CompilerServices.Unsafe.4.5.3/lib/netstandard1.0/System.Runtime.CompilerServices.Unsafe.dll
packages/System.Runtime.CompilerServices.Unsafe.4.5.3/lib/netstandard1.0/System.Runtime.CompilerServices.Unsafe.xml
packages/System.Runtime.CompilerServices.Unsafe.4.5.3/lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll
packages/System.Runtime.CompilerServices.Unsafe.4.5.3/lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.xml
packages/System.Runtime.CompilerServices.Unsafe.4.5.3/LICENSE.TXT
packages/System.Runtime.CompilerServices.Unsafe.4.5.3/ref/net461/System.Runtime.CompilerServices.Unsafe.dll
packages/System.Runtime.CompilerServices.Unsafe.4.5.3/ref/net461/System.Runtime.CompilerServices.Unsafe.xml
packages/System.Runtime.CompilerServices.Unsafe.4.5.3/ref/netstandard1.0/System.Runtime.CompilerServices.Unsafe.dll
packages/System.Runtime.CompilerServices.Unsafe.4.5.3/ref/netstandard1.0/System.Runtime.CompilerServices.Unsafe.xml
packages/System.Runtime.CompilerServices.Unsafe.4.5.3/ref/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll
packages/System.Runtime.CompilerServices.Unsafe.4.5.3/ref/netstandard2.0/System.Runtime.CompilerServices.Unsafe.xml
packages/System.Runtime.CompilerServices.Unsafe.4.5.3/System.Runtime.CompilerServices.Unsafe.4.5.3.nupkg
packages/System.Runtime.CompilerServices.Unsafe.4.5.3/THIRD-PARTY-NOTICES.TXT
packages/System.Runtime.CompilerServices.Unsafe.4.5.3/useSharedDesignerContext.txt
packages/System.Runtime.CompilerServices.Unsafe.4.5.3/version.txt
packages/System.Runtime.InteropServices.RuntimeInformation.4.3.0/.signature.p7s
packages/System.Runtime.InteropServices.RuntimeInformation.4.3.0/dotnet_library_license.txt
packages/System.Runtime.InteropServices.RuntimeInformation.4.3.0/lib/MonoAndroid10/_._
packages/System.Runtime.InteropServices.RuntimeInformation.4.3.0/lib/MonoTouch10/_._
packages/System.Runtime.InteropServices.RuntimeInformation.4.3.0/lib/net45/System.Runtime.InteropServices.RuntimeInformation.dll
packages/System.Runtime.InteropServices.RuntimeInformation.4.3.0/lib/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll
packages/System.Runtime.InteropServices.RuntimeInformation.4.3.0/lib/win8/System.Runtime.InteropServices.RuntimeInformation.dll
packages/System.Runtime.InteropServices.RuntimeInformation.4.3.0/lib/wpa81/System.Runtime.InteropServices.RuntimeInformation.dll
packages/System.Runtime.InteropServices.RuntimeInformation.4.3.0/lib/xamarinios10/_._
packages/System.Runtime.InteropServices.RuntimeInformation.4.3.0/lib/xamarinmac20/_._
packages/System.Runtime.InteropServices.RuntimeInformation.4.3.0/lib/xamarintvos10/_._
packages/System.Runtime.InteropServices.RuntimeInformation.4.3.0/lib/xamarinwatchos10/_._
packages/System.Runtime.InteropServices.RuntimeInformation.4.3.0/ref/MonoAndroid10/_._
packages/System.Runtime.InteropServices.RuntimeInformation.4.3.0/ref/MonoTouch10/_._
packages/System.Runtime.InteropServices.RuntimeInformation.4.3.0/ref/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll
packages/System.Runtime.InteropServices.RuntimeInformation.4.3.0/ref/xamarinios10/_._
packages/System.Runtime.InteropServices.RuntimeInformation.4.3.0/ref/xamarinmac20/_._
packages/System.Runtime.InteropServices.RuntimeInformation.4.3.0/ref/xamarintvos10/_._
packages/System.Runtime.InteropServices.RuntimeInformation.4.3.0/ref/xamarinwatchos10/_._
packages/System.Runtime.InteropServices.RuntimeInformation.4.3.0/runtimes/aot/lib/netcore50/System.Runtime.InteropServices.RuntimeInformation.dll
packages/System.Runtime.InteropServices.RuntimeInformation.4.3.0/runtimes/unix/lib/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll
packages/System.Runtime.InteropServices.RuntimeInformation.4.3.0/runtimes/win/lib/net45/System.Runtime.InteropServices.RuntimeInformation.dll
packages/System.Runtime.InteropServices.RuntimeInformation.4.3.0/runtimes/win/lib/netcore50/System.Runtime.InteropServices.RuntimeInformation.dll
packages/System.Runtime.InteropServices.RuntimeInformation.4.3.0/runtimes/win/lib/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll
packages/System.Runtime.InteropServices.RuntimeInformation.4.3.0/System.Runtime.InteropServices.RuntimeInformation.4.3.0.nupkg
packages/System.Runtime.InteropServices.RuntimeInformation.4.3.0/ThirdPartyNotices.txt
ActivityReportingService.Tests/bin/Debug/Microsoft.TestPlatform.AdapterUtilities.dll
ActivityReportingService.Tests/bin/Debug/nunit_random_seed.tmp
ActivityReportingService.Tests/bin/Debug/Shouldly.pdb
packages/MSTest.TestAdapter.2.2.3/.signature.p7s
packages/MSTest.TestAdapter.2.2.3/build/_common/cs/Microsoft.TestPlatform.AdapterUtilities.resources.dll
packages/MSTest.TestAdapter.2.2.3/build/_common/cs/Microsoft.TestPlatform.CoreUtilities.resources.dll
packages/MSTest.TestAdapter.2.2.3/build/_common/cs/Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.resources.dll
packages/MSTest.TestAdapter.2.2.3/build/_common/cs/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.resources.dll
packages/MSTest.TestAdapter.2.2.3/build/_common/cs/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll
packages/MSTest.TestAdapter.2.2.3/build/_common/cs/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll
packages/MSTest.TestAdapter.2.2.3/build/_common/de/Microsoft.TestPlatform.AdapterUtilities.resources.dll
packages/MSTest.TestAdapter.2.2.3/build/_common/de/Microsoft.TestPlatform.CoreUtilities.resources.dll
packages/MSTest.TestAdapter.2.2.3/build/_common/de/Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.resources.dll
packages/MSTest.TestAdapter.2.2.3/build/_common/de/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.resources.dll
packages/MSTest.TestAdapter.2.2.3/build/_common/de/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll
packages/MSTest.TestAdapter.2.2.3/build/_common/de/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll
packages/MSTest.TestAdapter.2.2.3/build/_common/es/Microsoft.TestPlatform.AdapterUtilities.resources.dll
packages/MSTest.TestAdapter.2.2.3/build/_common/es/Microsoft.TestPlatform.CoreUtilities.resources.dll
packages/MSTest.TestAdapter.2.2.3/build/_common/es/Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.resources.dll
packages/MSTest.TestAdapter.2.2.3/build/_common/es/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.resources.dll
packages/MSTest.TestAdapter.2.2.3/build/_common/es/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll
packages/MSTest.TestAdapter.2.2.3/build/_common/es/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll
packages/MSTest.TestAdapter.2.2.3/build/_common/fr/Microsoft.TestPlatform.AdapterUtilities.resources.dll
packages/MSTest.TestAdapter.2.2.3/build/_common/fr/Microsoft.TestPlatform.CoreUtilities.resources.dll
packages/MSTest.TestAdapter.2.2.3/build/_common/fr/Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.resources.dll
packages/MSTest.TestAdapter.2.2.3/build/_common/fr/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.resources.dll
packages/MSTest.TestAdapter.2.2.3/build/_common/fr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll
packages/MSTest.TestAdapter.2.2.3/build/_common/fr/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll
packages/MSTest.TestAdapter.2.2.3/build/_common/it/Microsoft.TestPlatform.AdapterUtilities.resources.dll
packages/MSTest.TestAdapter.2.2.3/build/_common/it/Microsoft.TestPlatform.CoreUtilities.resources.dll
packages/MSTest.TestAdapter.2.2.3/build/_common/it/Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.resources.dll
packages/MSTest.TestAdapter.2.2.3/build/_common/it/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.resources.dll
packages/MSTest.TestAdapter.2.2.3/build/_common/it/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll
packages/MSTest.TestAdapter.2.2.3/build/_common/it/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll
packages/MSTest.TestAdapter.2.2.3/build/_common/ja/Microsoft.TestPlatform.AdapterUtilities.resources.dll
packages/MSTest.TestAdapter.2.2.3/build/_common/ja/Microsoft.TestPlatform.CoreUtilities.resources.dll
packages/MSTest.TestAdapter.2.2.3/build/_common/ja/Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.resources.dll
packages/MSTest.TestAdapter.2.2.3/build/_common/ja/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.resources.dll
packages/MSTest.TestAdapter.2.2.3/build/_common/ja/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll
packages/MSTest.TestAdapter.2.2.3/build/_common/ja/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll
packages/MSTest.TestAdapter.2.2.3/build/_common/ko/Microsoft.TestPlatform.AdapterUtilities.resources.dll
packages/MSTest.TestAdapter.2.2.3/build/_common/ko/Microsoft.TestPlatform.CoreUtilities.resources.dll
packages/MSTest.TestAdapter.2.2.3/build/_common/ko/Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.resources.dll
packages/MSTest.TestAdapter.2.2.3/build/_common/ko/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.resources.dll
packages/MSTest.TestAdapter.2.2.3/build/_common/ko/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll
packages/MSTest.TestAdapter.2.2.3/build/_common/ko/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll
packages/MSTest.TestAdapter.2.2.3/build/_common/Microsoft.TestPlatform.AdapterUtilities.dll
packages/MSTest.TestAdapter.2.2.3/build/_common/Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.dll
packages/MSTest.TestAdapter.2.2.3/build/_common/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.dll
packages/MSTest.TestAdapter.2.2.3/build/_common/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.dll
packages/MSTest.TestAdapter.2.2.3/build/_common/Microsoft.VisualStudio.TestPlatform.TestFramework.dll
packages/MSTest.TestAdapter.2.2.3/build/_common/pl/Microsoft.TestPlatform.AdapterUtilities.resources.dll
packages/MSTest.TestAdapter.2.2.3/build/_common/pl/Microsoft.TestPlatform.CoreUtilities.resources.dll
packages/MSTest.TestAdapter.2.2.3/build/_common/pl/Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.resources.dll
packages/MSTest.TestAdapter.2.2.3/build/_common/pl/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.resources.dll
packages/MSTest.TestAdapter.2.2.3/build/_common/pl/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll
packages/MSTest.TestAdapter.2.2.3/build/_common/pl/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll
packages/MSTest.TestAdapter.2.2.3/build/_common/pt-BR/Microsoft.TestPlatform.AdapterUtilities.resources.dll
packages/MSTest.TestAdapter.2.2.3/build/_common/pt-BR/Microsoft.TestPlatform.CoreUtilities.resources.dll
packages/MSTest.TestAdapter.2.2.3/build/_common/pt-BR/Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.resources.dll
packages/MSTest.TestAdapter.2.2.3/build/_common/pt-BR/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.resources.dll
packages/MSTest.TestAdapter.2.2.3/build/_common/pt-BR/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll
packages/MSTest.TestAdapter.2.2.3/build/_common/pt-BR/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll
packages/MSTest.TestAdapter.2.2.3/build/_common/ru/Microsoft.TestPlatform.AdapterUtilities.resources.dll
packages/MSTest.TestAdapter.2.2.3/build/_common/ru/Microsoft.TestPlatform.CoreUtilities.resources.dll
packages/MSTest.TestAdapter.2.2.3/build/_common/ru/Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.resources.dll
packages/MSTest.TestAdapter.2.2.3/build/_common/ru/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.resources.dll
packages/MSTest.TestAdapter.2.2.3/build/_common/ru/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll
packages/MSTest.TestAdapter.2.2.3/build/_common/ru/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll
packages/MSTest.TestAdapter.2.2.3/build/_common/tr/Microsoft.TestPlatform.AdapterUtilities.resources.dll
packages/MSTest.TestAdapter.2.2.3/build/_common/tr/Microsoft.TestPlatform.CoreUtilities.resources.dll
packages/MSTest.TestAdapter.2.2.3/build/_common/tr/Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.resources.dll
packages/MSTest.TestAdapter.2.2.3/build/_common/tr/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.resources.dll
packages/MSTest.TestAdapter.2.2.3/build/_common/tr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll
packages/MSTest.TestAdapter.2.2.3/build/_common/tr/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll
packages/MSTest.TestAdapter.2.2.3/build/_common/zh-Hans/Microsoft.TestPlatform.AdapterUtilities.resources.dll
packages/MSTest.TestAdapter.2.2.3/build/_common/zh-Hans/Microsoft.TestPlatform.CoreUtilities.resources.dll
packages/MSTest.TestAdapter.2.2.3/build/_common/zh-Hans/Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.resources.dll
packages/MSTest.TestAdapter.2.2.3/build/_common/zh-Hans/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.resources.dll
packages/MSTest.TestAdapter.2.2.3/build/_common/zh-Hans/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll
packages/MSTest.TestAdapter.2.2.3/build/_common/zh-Hans/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll
packages/MSTest.TestAdapter.2.2.3/build/_common/zh-Hant/Microsoft.TestPlatform.AdapterUtilities.resources.dll
packages/MSTest.TestAdapter.2.2.3/build/_common/zh-Hant/Microsoft.TestPlatform.CoreUtilities.resources.dll
packages/MSTest.TestAdapter.2.2.3/build/_common/zh-Hant/Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.resources.dll
packages/MSTest.TestAdapter.2.2.3/build/_common/zh-Hant/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.resources.dll
packages/MSTest.TestAdapter.2.2.3/build/_common/zh-Hant/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll
packages/MSTest.TestAdapter.2.2.3/build/_common/zh-Hant/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll
packages/MSTest.TestAdapter.2.2.3/build/net45/cs/Microsoft.TestPlatform.AdapterUtilities.resources.dll
packages/MSTest.TestAdapter.2.2.3/build/net45/de/Microsoft.TestPlatform.AdapterUtilities.resources.dll
packages/MSTest.TestAdapter.2.2.3/build/net45/es/Microsoft.TestPlatform.AdapterUtilities.resources.dll
packages/MSTest.TestAdapter.2.2.3/build/net45/fr/Microsoft.TestPlatform.AdapterUtilities.resources.dll
packages/MSTest.TestAdapter.2.2.3/build/net45/it/Microsoft.TestPlatform.AdapterUtilities.resources.dll
packages/MSTest.TestAdapter.2.2.3/build/net45/ja/Microsoft.TestPlatform.AdapterUtilities.resources.dll
packages/MSTest.TestAdapter.2.2.3/build/net45/ko/Microsoft.TestPlatform.AdapterUtilities.resources.dll
packages/MSTest.TestAdapter.2.2.3/build/net45/Microsoft.TestPlatform.AdapterUtilities.dll
packages/MSTest.TestAdapter.2.2.3/build/net45/MSTest.TestAdapter.props
packages/MSTest.TestAdapter.2.2.3/build/net45/MSTest.TestAdapter.targets
packages/MSTest.TestAdapter.2.2.3/build/net45/pl/Microsoft.TestPlatform.AdapterUtilities.resources.dll
packages/MSTest.TestAdapter.2.2.3/build/net45/pt-BR/Microsoft.TestPlatform.AdapterUtilities.resources.dll
packages/MSTest.TestAdapter.2.2.3/build/net45/ru/Microsoft.TestPlatform.AdapterUtilities.resources.dll
packages/MSTest.TestAdapter.2.2.3/build/net45/tr/Microsoft.TestPlatform.AdapterUtilities.resources.dll
packages/MSTest.TestAdapter.2.2.3/build/net45/zh-Hans/Microsoft.TestPlatform.AdapterUtilities.resources.dll
packages/MSTest.TestAdapter.2.2.3/build/net45/zh-Hant/Microsoft.TestPlatform.AdapterUtilities.resources.dll
packages/MSTest.TestAdapter.2.2.3/build/netcoreapp1.0/cs/Microsoft.TestPlatform.AdapterUtilities.resources.dll
packages/MSTest.TestAdapter.2.2.3/build/netcoreapp1.0/de/Microsoft.TestPlatform.AdapterUtilities.resources.dll
packages/MSTest.TestAdapter.2.2.3/build/netcoreapp1.0/es/Microsoft.TestPlatform.AdapterUtilities.resources.dll
packages/MSTest.TestAdapter.2.2.3/build/netcoreapp1.0/fr/Microsoft.TestPlatform.AdapterUtilities.resources.dll
packages/MSTest.TestAdapter.2.2.3/build/netcoreapp1.0/it/Microsoft.TestPlatform.AdapterUtilities.resources.dll
packages/MSTest.TestAdapter.2.2.3/build/netcoreapp1.0/ja/Microsoft.TestPlatform.AdapterUtilities.resources.dll
packages/MSTest.TestAdapter.2.2.3/build/netcoreapp1.0/ko/Microsoft.TestPlatform.AdapterUtilities.resources.dll
packages/MSTest.TestAdapter.2.2.3/build/netcoreapp1.0/Microsoft.TestPlatform.AdapterUtilities.dll
packages/MSTest.TestAdapter.2.2.3/build/netcoreapp1.0/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.dll
packages/MSTest.TestAdapter.2.2.3/build/netcoreapp1.0/MSTest.TestAdapter.props
packages/MSTest.TestAdapter.2.2.3/build/netcoreapp1.0/pl/Microsoft.TestPlatform.AdapterUtilities.resources.dll
packages/MSTest.TestAdapter.2.2.3/build/netcoreapp1.0/pt-BR/Microsoft.TestPlatform.AdapterUtilities.resources.dll
packages/MSTest.TestAdapter.2.2.3/build/netcoreapp1.0/ru/Microsoft.TestPlatform.AdapterUtilities.resources.dll
packages/MSTest.TestAdapter.2.2.3/build/netcoreapp1.0/tr/Microsoft.TestPlatform.AdapterUtilities.resources.dll
packages/MSTest.TestAdapter.2.2.3/build/netcoreapp1.0/zh-Hans/Microsoft.TestPlatform.AdapterUtilities.resources.dll
packages/MSTest.TestAdapter.2.2.3/build/netcoreapp1.0/zh-Hant/Microsoft.TestPlatform.AdapterUtilities.resources.dll
packages/MSTest.TestAdapter.2.2.3/build/netstandard1.5/cs/Microsoft.TestPlatform.AdapterUtilities.resources.dll
packages/MSTest.TestAdapter.2.2.3/build/netstandard1.5/de/Microsoft.TestPlatform.AdapterUtilities.resources.dll
packages/MSTest.TestAdapter.2.2.3/build/netstandard1.5/es/Microsoft.TestPlatform.AdapterUtilities.resources.dll
packages/MSTest.TestAdapter.2.2.3/build/netstandard1.5/fr/Microsoft.TestPlatform.AdapterUtilities.resources.dll
packages/MSTest.TestAdapter.2.2.3/build/netstandard1.5/it/Microsoft.TestPlatform.AdapterUtilities.resources.dll
packages/MSTest.TestAdapter.2.2.3/build/netstandard1.5/ja/Microsoft.TestPlatform.AdapterUtilities.resources.dll
packages/MSTest.TestAdapter.2.2.3/build/netstandard1.5/ko/Microsoft.TestPlatform.AdapterUtilities.resources.dll
packages/MSTest.TestAdapter.2.2.3/build/netstandard1.5/Microsoft.TestPlatform.AdapterUtilities.dll
packages/MSTest.TestAdapter.2.2.3/build/netstandard1.5/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.dll
packages/MSTest.TestAdapter.2.2.3/build/netstandard1.5/MSTest.TestAdapter.props
packages/MSTest.TestAdapter.2.2.3/build/netstandard1.5/pl/Microsoft.TestPlatform.AdapterUtilities.resources.dll
packages/MSTest.TestAdapter.2.2.3/build/netstandard1.5/pt-BR/Microsoft.TestPlatform.AdapterUtilities.resources.dll
packages/MSTest.TestAdapter.2.2.3/build/netstandard1.5/ru/Microsoft.TestPlatform.AdapterUtilities.resources.dll
packages/MSTest.TestAdapter.2.2.3/build/netstandard1.5/tr/Microsoft.TestPlatform.AdapterUtilities.resources.dll
packages/MSTest.TestAdapter.2.2.3/build/netstandard1.5/zh-Hans/Microsoft.TestPlatform.AdapterUtilities.resources.dll
packages/MSTest.TestAdapter.2.2.3/build/netstandard1.5/zh-Hant/Microsoft.TestPlatform.AdapterUtilities.resources.dll
packages/MSTest.TestAdapter.2.2.3/build/uap10.0/cs/Microsoft.TestPlatform.AdapterUtilities.resources.dll
packages/MSTest.TestAdapter.2.2.3/build/uap10.0/de/Microsoft.TestPlatform.AdapterUtilities.resources.dll
packages/MSTest.TestAdapter.2.2.3/build/uap10.0/es/Microsoft.TestPlatform.AdapterUtilities.resources.dll
packages/MSTest.TestAdapter.2.2.3/build/uap10.0/fr/Microsoft.TestPlatform.AdapterUtilities.resources.dll
packages/MSTest.TestAdapter.2.2.3/build/uap10.0/it/Microsoft.TestPlatform.AdapterUtilities.resources.dll
packages/MSTest.TestAdapter.2.2.3/build/uap10.0/ja/Microsoft.TestPlatform.AdapterUtilities.resources.dll
packages/MSTest.TestAdapter.2.2.3/build/uap10.0/ko/Microsoft.TestPlatform.AdapterUtilities.resources.dll
packages/MSTest.TestAdapter.2.2.3/build/uap10.0/Microsoft.TestPlatform.AdapterUtilities.dll
packages/MSTest.TestAdapter.2.2.3/build/uap10.0/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.dll
packages/MSTest.TestAdapter.2.2.3/build/uap10.0/MSTest.TestAdapter.props
packages/MSTest.TestAdapter.2.2.3/build/uap10.0/MSTest.TestAdapter.targets
packages/MSTest.TestAdapter.2.2.3/build/uap10.0/pl/Microsoft.TestPlatform.AdapterUtilities.resources.dll
packages/MSTest.TestAdapter.2.2.3/build/uap10.0/pt-BR/Microsoft.TestPlatform.AdapterUtilities.resources.dll
packages/MSTest.TestAdapter.2.2.3/build/uap10.0/ru/Microsoft.TestPlatform.AdapterUtilities.resources.dll
packages/MSTest.TestAdapter.2.2.3/build/uap10.0/tr/Microsoft.TestPlatform.AdapterUtilities.resources.dll
packages/MSTest.TestAdapter.2.2.3/build/uap10.0/zh-Hans/Microsoft.TestPlatform.AdapterUtilities.resources.dll
packages/MSTest.TestAdapter.2.2.3/build/uap10.0/zh-Hant/Microsoft.TestPlatform.AdapterUtilities.resources.dll
packages/MSTest.TestAdapter.2.2.3/LICENSE
packages/MSTest.TestAdapter.2.2.3/MSTest.TestAdapter.2.2.3.nupkg
packages/MSTest.TestFramework.2.2.3/.signature.p7s
packages/MSTest.TestFramework.2.2.3/lib/net45/cs/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
packages/MSTest.TestFramework.2.2.3/lib/net45/cs/Microsoft.VisualStudio.TestPlatform.TestFramework.xml
packages/MSTest.TestFramework.2.2.3/lib/net45/de/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
packages/MSTest.TestFramework.2.2.3/lib/net45/de/Microsoft.VisualStudio.TestPlatform.TestFramework.xml
packages/MSTest.TestFramework.2.2.3/lib/net45/es/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
packages/MSTest.TestFramework.2.2.3/lib/net45/es/Microsoft.VisualStudio.TestPlatform.TestFramework.xml
packages/MSTest.TestFramework.2.2.3/lib/net45/fr/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
packages/MSTest.TestFramework.2.2.3/lib/net45/fr/Microsoft.VisualStudio.TestPlatform.TestFramework.xml
packages/MSTest.TestFramework.2.2.3/lib/net45/it/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
packages/MSTest.TestFramework.2.2.3/lib/net45/it/Microsoft.VisualStudio.TestPlatform.TestFramework.xml
packages/MSTest.TestFramework.2.2.3/lib/net45/ja/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
packages/MSTest.TestFramework.2.2.3/lib/net45/ja/Microsoft.VisualStudio.TestPlatform.TestFramework.xml
packages/MSTest.TestFramework.2.2.3/lib/net45/ko/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
packages/MSTest.TestFramework.2.2.3/lib/net45/ko/Microsoft.VisualStudio.TestPlatform.TestFramework.xml
packages/MSTest.TestFramework.2.2.3/lib/net45/Microsoft.VisualStudio.TestPlatform.TestFramework.dll
packages/MSTest.TestFramework.2.2.3/lib/net45/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll
packages/MSTest.TestFramework.2.2.3/lib/net45/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.XML
packages/MSTest.TestFramework.2.2.3/lib/net45/Microsoft.VisualStudio.TestPlatform.TestFramework.XML
packages/MSTest.TestFramework.2.2.3/lib/net45/pl/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
packages/MSTest.TestFramework.2.2.3/lib/net45/pl/Microsoft.VisualStudio.TestPlatform.TestFramework.xml
packages/MSTest.TestFramework.2.2.3/lib/net45/pt-BR/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
packages/MSTest.TestFramework.2.2.3/lib/net45/pt-BR/Microsoft.VisualStudio.TestPlatform.TestFramework.xml
packages/MSTest.TestFramework.2.2.3/lib/net45/ru/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
packages/MSTest.TestFramework.2.2.3/lib/net45/ru/Microsoft.VisualStudio.TestPlatform.TestFramework.xml
packages/MSTest.TestFramework.2.2.3/lib/net45/tr/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
packages/MSTest.TestFramework.2.2.3/lib/net45/tr/Microsoft.VisualStudio.TestPlatform.TestFramework.xml
packages/MSTest.TestFramework.2.2.3/lib/net45/zh-Hans/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
packages/MSTest.TestFramework.2.2.3/lib/net45/zh-Hans/Microsoft.VisualStudio.TestPlatform.TestFramework.xml
packages/MSTest.TestFramework.2.2.3/lib/net45/zh-Hant/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
packages/MSTest.TestFramework.2.2.3/lib/net45/zh-Hant/Microsoft.VisualStudio.TestPlatform.TestFramework.xml
packages/MSTest.TestFramework.2.2.3/lib/netstandard1.0/cs/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
packages/MSTest.TestFramework.2.2.3/lib/netstandard1.0/cs/Microsoft.VisualStudio.TestPlatform.TestFramework.xml
packages/MSTest.TestFramework.2.2.3/lib/netstandard1.0/de/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
packages/MSTest.TestFramework.2.2.3/lib/netstandard1.0/de/Microsoft.VisualStudio.TestPlatform.TestFramework.xml
packages/MSTest.TestFramework.2.2.3/lib/netstandard1.0/es/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
packages/MSTest.TestFramework.2.2.3/lib/netstandard1.0/es/Microsoft.VisualStudio.TestPlatform.TestFramework.xml
packages/MSTest.TestFramework.2.2.3/lib/netstandard1.0/fr/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
packages/MSTest.TestFramework.2.2.3/lib/netstandard1.0/fr/Microsoft.VisualStudio.TestPlatform.TestFramework.xml
packages/MSTest.TestFramework.2.2.3/lib/netstandard1.0/it/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
packages/MSTest.TestFramework.2.2.3/lib/netstandard1.0/it/Microsoft.VisualStudio.TestPlatform.TestFramework.xml
packages/MSTest.TestFramework.2.2.3/lib/netstandard1.0/ja/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
packages/MSTest.TestFramework.2.2.3/lib/netstandard1.0/ja/Microsoft.VisualStudio.TestPlatform.TestFramework.xml
packages/MSTest.TestFramework.2.2.3/lib/netstandard1.0/ko/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
packages/MSTest.TestFramework.2.2.3/lib/netstandard1.0/ko/Microsoft.VisualStudio.TestPlatform.TestFramework.xml
packages/MSTest.TestFramework.2.2.3/lib/netstandard1.0/Microsoft.VisualStudio.TestPlatform.TestFramework.dll
packages/MSTest.TestFramework.2.2.3/lib/netstandard1.0/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll
packages/MSTest.TestFramework.2.2.3/lib/netstandard1.0/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.XML
packages/MSTest.TestFramework.2.2.3/lib/netstandard1.0/Microsoft.VisualStudio.TestPlatform.TestFramework.XML
packages/MSTest.TestFramework.2.2.3/lib/netstandard1.0/pl/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
packages/MSTest.TestFramework.2.2.3/lib/netstandard1.0/pl/Microsoft.VisualStudio.TestPlatform.TestFramework.xml
packages/MSTest.TestFramework.2.2.3/lib/netstandard1.0/pt-BR/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
packages/MSTest.TestFramework.2.2.3/lib/netstandard1.0/pt-BR/Microsoft.VisualStudio.TestPlatform.TestFramework.xml
packages/MSTest.TestFramework.2.2.3/lib/netstandard1.0/ru/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
packages/MSTest.TestFramework.2.2.3/lib/netstandard1.0/ru/Microsoft.VisualStudio.TestPlatform.TestFramework.xml
packages/MSTest.TestFramework.2.2.3/lib/netstandard1.0/tr/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
packages/MSTest.TestFramework.2.2.3/lib/netstandard1.0/tr/Microsoft.VisualStudio.TestPlatform.TestFramework.xml
packages/MSTest.TestFramework.2.2.3/lib/netstandard1.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
packages/MSTest.TestFramework.2.2.3/lib/netstandard1.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.TestFramework.xml
packages/MSTest.TestFramework.2.2.3/lib/netstandard1.0/zh-Hant/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
packages/MSTest.TestFramework.2.2.3/lib/netstandard1.0/zh-Hant/Microsoft.VisualStudio.TestPlatform.TestFramework.xml
packages/MSTest.TestFramework.2.2.3/lib/uap10.0/cs/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
packages/MSTest.TestFramework.2.2.3/lib/uap10.0/cs/Microsoft.VisualStudio.TestPlatform.TestFramework.xml
packages/MSTest.TestFramework.2.2.3/lib/uap10.0/de/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
packages/MSTest.TestFramework.2.2.3/lib/uap10.0/de/Microsoft.VisualStudio.TestPlatform.TestFramework.xml
packages/MSTest.TestFramework.2.2.3/lib/uap10.0/es/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
packages/MSTest.TestFramework.2.2.3/lib/uap10.0/es/Microsoft.VisualStudio.TestPlatform.TestFramework.xml
packages/MSTest.TestFramework.2.2.3/lib/uap10.0/fr/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
packages/MSTest.TestFramework.2.2.3/lib/uap10.0/fr/Microsoft.VisualStudio.TestPlatform.TestFramework.xml
packages/MSTest.TestFramework.2.2.3/lib/uap10.0/it/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
packages/MSTest.TestFramework.2.2.3/lib/uap10.0/it/Microsoft.VisualStudio.TestPlatform.TestFramework.xml
packages/MSTest.TestFramework.2.2.3/lib/uap10.0/ja/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
packages/MSTest.TestFramework.2.2.3/lib/uap10.0/ja/Microsoft.VisualStudio.TestPlatform.TestFramework.xml
packages/MSTest.TestFramework.2.2.3/lib/uap10.0/ko/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
packages/MSTest.TestFramework.2.2.3/lib/uap10.0/ko/Microsoft.VisualStudio.TestPlatform.TestFramework.xml
packages/MSTest.TestFramework.2.2.3/lib/uap10.0/Microsoft.VisualStudio.TestPlatform.TestFramework.dll
packages/MSTest.TestFramework.2.2.3/lib/uap10.0/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll
packages/MSTest.TestFramework.2.2.3/lib/uap10.0/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.XML
packages/MSTest.TestFramework.2.2.3/lib/uap10.0/Microsoft.VisualStudio.TestPlatform.TestFramework.XML
packages/MSTest.TestFramework.2.2.3/lib/uap10.0/pl/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
packages/MSTest.TestFramework.2.2.3/lib/uap10.0/pl/Microsoft.VisualStudio.TestPlatform.TestFramework.xml
packages/MSTest.TestFramework.2.2.3/lib/uap10.0/pt-BR/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
packages/MSTest.TestFramework.2.2.3/lib/uap10.0/pt-BR/Microsoft.VisualStudio.TestPlatform.TestFramework.xml
packages/MSTest.TestFramework.2.2.3/lib/uap10.0/ru/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
packages/MSTest.TestFramework.2.2.3/lib/uap10.0/ru/Microsoft.VisualStudio.TestPlatform.TestFramework.xml
packages/MSTest.TestFramework.2.2.3/lib/uap10.0/tr/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
packages/MSTest.TestFramework.2.2.3/lib/uap10.0/tr/Microsoft.VisualStudio.TestPlatform.TestFramework.xml
packages/MSTest.TestFramework.2.2.3/lib/uap10.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
packages/MSTest.TestFramework.2.2.3/lib/uap10.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.TestFramework.xml
packages/MSTest.TestFramework.2.2.3/lib/uap10.0/zh-Hant/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml
packages/MSTest.TestFramework.2.2.3/lib/uap10.0/zh-Hant/Microsoft.VisualStudio.TestPlatform.TestFramework.xml
packages/MSTest.TestFramework.2.2.3/LICENSE
packages/MSTest.TestFramework.2.2.3/MSTest.TestFramework.2.2.3.nupkg
packages/Shouldly.3.0.2/.signature.p7s
packages/Shouldly.3.0.2/lib/net40/Shouldly.dll
packages/Shouldly.3.0.2/lib/net40/Shouldly.pdb
packages/Shouldly.3.0.2/lib/net451/Shouldly.dll
packages/Shouldly.3.0.2/lib/net451/Shouldly.pdb
packages/Shouldly.3.0.2/lib/netstandard1.3/Shouldly.dll
packages/Shouldly.3.0.2/lib/netstandard1.3/Shouldly.pdb
packages/Shouldly.3.0.2/lib/netstandard2.0/Shouldly.dll
packages/Shouldly.3.0.2/lib/netstandard2.0/Shouldly.pdb
packages/Shouldly.3.0.2/Shouldly.3.0.2.nupkg