在好例子网,分享、交流、成长!
您当前所在位置:首页C# 开发实例桌面应用界面/GUI → 海康相机二次开发测试,串口,基于正则表达式的过滤规则,C#写日志文件,TCP客户端实现

海康相机二次开发测试,串口,基于正则表达式的过滤规则,C#写日志文件,TCP客户端实现

桌面应用界面/GUI

下载此实例
  • 开发语言:C#
  • 实例大小:544.40M
  • 下载次数:144
  • 浏览次数:575
  • 发布时间:2022-07-15
  • 实例类别:桌面应用界面/GUI
  • 发 布 人:Sam7
  • 文件格式:.zip
  • 所需积分:10

实例介绍

【实例简介】海康相机二次开发测试,串口,基于正则表达式的过滤规则,C#写日志文件,TCP客户端实现
【实例截图】from clipboard

【核心代码】

.
├── ATOVO.Designer.cs
├── ATOVO.cs
├── ATOVO.resx
├── App.config
├── AtovoICO.ico
├── Connected Services
├── Filtration.Designer.cs
├── Filtration.cs
├── Filtration.resx
├── FodyWeavers.xml
├── FodyWeavers.xsd
├── HikCamera.Designer.cs
├── HikCamera.cs
├── HikCamera.resx
├── Log.Designer.cs
├── Log.cs
├── Log.resx
├── MainTask.cs
├── ModbusCRC.cs
├── MyTcpClient.cs
├── Print01.Designer.cs
├── Print01.cs
├── Print01.resx
├── Print02.Designer.cs
├── Print02.cs
├── Print02.resx
├── Print03.Designer.cs
├── Print03.cs
├── Print03.resx
├── Program.cs
├── Properties
│   ├── AssemblyInfo.cs
│   ├── Resources.Designer.cs
│   ├── Resources.resx
│   ├── Settings.Designer.cs
│   └── Settings.settings
├── SComA.Designer.cs
├── SComA.cs
├── SComA.resx
├── SComB.Designer.cs
├── SComB.cs
├── SComB.resx
├── Setting.Designer.cs
├── Setting.cs
├── Setting.resx
├── Sorter.csproj
├── Sorter.csproj.user
├── Sorter.sln
├── Sv1Form.Designer.cs
├── Sv1Form.cs
├── Sv1Form.resx
├── Sv2Form.Designer.cs
├── Sv2Form.cs
├── Sv2Form.resx
├── ThirdPartyNotice.txt
├── bin
│   ├── AnyCpu
│   │   ├── Atovo Sorter 20220528.application
│   │   ├── Atovo Sorter 20220528.exe.config
│   │   ├── Atovo Sorter 20220528.exe.lnk
│   │   ├── Atovo Sorter 20220528.exe.manifest
│   │   ├── Atovo Sorter 20220528.pdb
│   │   ├── Atovo Sorter 20220620.application
│   │   ├── Atovo Sorter 20220620.exe
│   │   ├── Atovo Sorter 20220620.exe.config
│   │   ├── Atovo Sorter 20220620.exe.manifest
│   │   ├── Atovo Sorter 20220620.pdb
│   │   ├── AtovoSorter202207.application
│   │   ├── AtovoSorter202207.exe
│   │   ├── AtovoSorter202207.exe.config
│   │   ├── AtovoSorter202207.exe.manifest
│   │   ├── AtovoSorter202207.pdb
│   │   ├── Azure.Core.xml
│   │   ├── Cosmos.CRTCompat.dll
│   │   ├── MVIDCodeReader.Net.dll
│   │   ├── MVIDCodeReader.dll
│   │   ├── MVIDCodeReader.pdb
│   │   ├── MVIDCodeReaderConfig.ini
│   │   ├── MVIDCodeReaderDemo_CS.exe
│   │   ├── MVIDCodeReader_00.log
│   │   ├── MVIDCodeReader_01.log
│   │   ├── Microsoft.Azure.Cosmos.Client.xml
│   │   ├── Microsoft.Azure.Cosmos.ServiceInterop.dll
│   │   ├── Microsoft.Bcl.AsyncInterfaces.xml
│   │   ├── Microsoft.Bcl.HashCode.xml
│   │   ├── Microsoft.Graph.Core.xml
│   │   ├── Microsoft.Graph.xml
│   │   ├── Microsoft.Identity.Client.xml
│   │   ├── Microsoft.IdentityModel.Abstractions.xml
│   │   ├── Microsoft.IdentityModel.JsonWebTokens.xml
│   │   ├── Microsoft.IdentityModel.Logging.xml
│   │   ├── Microsoft.IdentityModel.Protocols.OpenIdConnect.xml
│   │   ├── Microsoft.IdentityModel.Protocols.xml
│   │   ├── Microsoft.IdentityModel.Tokens.xml
│   │   ├── Newtonsoft.Json.xml
│   │   ├── RulerFilter.dll
│   │   ├── Sounds
│   │   │   ├── failed.wav
│   │   │   └── success.wav
│   │   ├── System.Buffers.xml
│   │   ├── System.CodeDom.xml
│   │   ├── System.Collections.Immutable.xml
│   │   ├── System.Configuration.ConfigurationManager.xml
│   │   ├── System.Diagnostics.DiagnosticSource.xml
│   │   ├── System.IdentityModel.Tokens.Jwt.xml
│   │   ├── System.Memory.Data.xml
│   │   ├── System.Memory.xml
│   │   ├── System.Net.Http.WinHttpHandler.xml
│   │   ├── System.Numerics.Vectors.xml
│   │   ├── System.Runtime.CompilerServices.Unsafe.xml
│   │   ├── System.Security.AccessControl.xml
│   │   ├── System.Security.Permissions.xml
│   │   ├── System.Security.Principal.Windows.xml
│   │   ├── System.Text.Encodings.Web.xml
│   │   ├── System.Text.Json.xml
│   │   ├── System.Threading.Tasks.Extensions.xml
│   │   ├── System.ValueTuple.xml
│   │   ├── app.publish
│   │   │   └── AtovoSorter202207.exe
│   │   └── python27.dll
│   └── x64
│       ├── Atovo Sorter 20220620.application
│       ├── Atovo Sorter 20220620.exe
│       ├── Atovo Sorter 20220620.exe.config
│       ├── Atovo Sorter 20220620.exe.manifest
│       ├── Atovo Sorter 20220620.pdb
│       ├── Azure.Core.xml
│       ├── CPythonExtend.dll
│       ├── Cosmos.CRTCompat.dll
│       ├── Image
│       ├── LogCodeTimeOut
│       ├── LogMultibar
│       ├── LogNoBin
│       ├── LogNoTray
│       ├── LogOvertime
│       ├── LogPcb1
│       ├── LogRepeat
│       ├── LogServer
│       ├── LogSortServer
│       ├── MVIDCodeReader.Net.dll
│       ├── MVIDCodeReader.dll
│       ├── MVIDCodeReader.pdb
│       ├── MVIDCodeReaderConfig.ini
│       ├── MVIDCodeReaderDemo_CS.exe
│       ├── MVIDCodeReader_00.log
│       ├── MVIDCodeReader_01.log
│       ├── Microsoft.Azure.Cosmos.Client.xml
│       ├── Microsoft.Azure.Cosmos.ServiceInterop.dll
│       ├── Microsoft.Bcl.AsyncInterfaces.xml
│       ├── Microsoft.Bcl.HashCode.xml
│       ├── Microsoft.Graph.Core.xml
│       ├── Microsoft.Graph.xml
│       ├── Microsoft.Identity.Client.xml
│       ├── Microsoft.IdentityModel.Abstractions.xml
│       ├── Microsoft.IdentityModel.JsonWebTokens.xml
│       ├── Microsoft.IdentityModel.Logging.xml
│       ├── Microsoft.IdentityModel.Protocols.OpenIdConnect.xml
│       ├── Microsoft.IdentityModel.Protocols.xml
│       ├── Microsoft.IdentityModel.Tokens.xml
│       ├── Newtonsoft.Json.xml
│       ├── RulerFilter.dll
│       ├── Sorter.application
│       ├── Sorter.exe
│       ├── Sorter.exe.config
│       ├── Sorter.exe.manifest
│       ├── Sorter.pdb
│       ├── Sounds
│       │   ├── failed.wav
│       │   └── success.wav
│       ├── System.Buffers.xml
│       ├── System.CodeDom.xml
│       ├── System.Collections.Immutable.xml
│       ├── System.Configuration.ConfigurationManager.xml
│       ├── System.Diagnostics.DiagnosticSource.xml
│       ├── System.IdentityModel.Tokens.Jwt.xml
│       ├── System.Memory.Data.xml
│       ├── System.Memory.xml
│       ├── System.Net.Http.WinHttpHandler.xml
│       ├── System.Numerics.Vectors.xml
│       ├── System.Runtime.CompilerServices.Unsafe.xml
│       ├── System.Security.AccessControl.xml
│       ├── System.Security.Permissions.xml
│       ├── System.Security.Principal.Windows.xml
│       ├── System.Text.Encodings.Web.xml
│       ├── System.Text.Json.xml
│       ├── System.Threading.Tasks.Extensions.xml
│       ├── System.ValueTuple.xml
│       ├── app.publish
│       │   └── Sorter.exe
│       ├── python27.dll
│       └── ~VCA18D.tmp
├── obj
│   ├── Debug
│   │   ├── Atovo Sorter 20220528.application
│   │   ├── Atovo Sorter 20220528.csproj.AssemblyReference.cache
│   │   ├── Atovo Sorter 20220528.csproj.CopyComplete
│   │   ├── Atovo Sorter 20220528.csproj.CoreCompileInputs.cache
│   │   ├── Atovo Sorter 20220528.csproj.FileListAbsolute.txt
│   │   ├── Atovo Sorter 20220528.csproj.Fody.CopyLocal.cache
│   │   ├── Atovo Sorter 20220528.csproj.Fody.RuntimeCopyLocal.cache
│   │   ├── Atovo Sorter 20220528.csproj.GenerateResource.cache
│   │   ├── Atovo Sorter 20220528.csproj.SuggestedBindingRedirects.cache
│   │   ├── Atovo Sorter 20220528.exe.manifest
│   │   ├── Atovo Sorter 20220528.pdb
│   │   ├── Atovo Sorter 20220620.application
│   │   ├── Atovo Sorter 20220620.csproj.AssemblyReference.cache
│   │   ├── Atovo Sorter 20220620.csproj.CopyComplete
│   │   ├── Atovo Sorter 20220620.csproj.CoreCompileInputs.cache
│   │   ├── Atovo Sorter 20220620.csproj.FileListAbsolute.txt
│   │   ├── Atovo Sorter 20220620.csproj.Fody.CopyLocal.cache
│   │   ├── Atovo Sorter 20220620.csproj.Fody.RuntimeCopyLocal.cache
│   │   ├── Atovo Sorter 20220620.csproj.GenerateResource.cache
│   │   ├── Atovo Sorter 20220620.csproj.SuggestedBindingRedirects.cache
│   │   ├── Atovo Sorter 20220620.exe.manifest
│   │   ├── Atovo Sorter 20220620.pdb
│   │   ├── AtovoSorter20220521.ATOVO.resources
│   │   ├── Atovo_Sorter_20220521.HikCamera1.resources
│   │   ├── Atovo_Sorter_20220521.Log.resources
│   │   ├── Atovo_Sorter_20220521.Print01.resources
│   │   ├── Atovo_Sorter_20220521.Print02.resources
│   │   ├── Atovo_Sorter_20220521.Print03.resources
│   │   ├── Atovo_Sorter_20220521.PrintConsole.resources
│   │   ├── Atovo_Sorter_20220521.PrintPcb1.resources
│   │   ├── Atovo_Sorter_20220521.PrintServer.resources
│   │   ├── Atovo_Sorter_20220521.SCom.resources
│   │   ├── Atovo_Sorter_20220521.SComA.resources
│   │   ├── Atovo_Sorter_20220521.SComB.resources
│   │   ├── Atovo_Sorter_20220521.Setting.resources
│   │   ├── Atovo_Sorter_20220521.Sv1Form.resources
│   │   ├── Atovo_Sorter_20220521.Sv2Form.resources
│   │   ├── Atovo_Sorter_20220528.Bin.resources
│   │   ├── Atovo_Sorter_20220528.Filtration.resources
│   │   ├── Atovo_Sorter_20220528.Properties.Resources.resources
│   │   ├── Atovo_Sorter_20220620.Filtration.resources
│   │   ├── Atovo_Sorter_20220620.Properties.Resources.resources
│   │   ├── Costura
│   │   │   ├── 0006692AEA9BC404DE47DF3FA8ACBBCF382BA8E5.costura.system.identitymodel.tokens.jwt.dll.compressed.compressed
│   │   │   ├── 010A8FFB28542BC9A98B48997A8CB8B29BA8C003.costura.microsoft.graph.core.dll.compressed.compressed
│   │   │   ├── 064C1443CD30BC82159648E395972F48D380E4BA.costura.microsoft.graph.dll.compressed.compressed
│   │   │   ├── 06A47AC8FD6504966B04802E29361F4C6D512F19.costura.ikvm.openjdk.jdbc.dll.compressed.compressed
│   │   │   ├── 0E75F6E3E5CD154CE7CB9987AB7E1ABFD0D9638B.costura.ikvm.awt.winforms.dll.compressed.compressed
│   │   │   ├── 14646C217887CF57E6F5262C56C2B9E07F90CA80.costura.system.text.json.dll.compressed.compressed
│   │   │   ├── 16A99C303624DD5093A3738EB19FD1A2C4EE984E.costura.microsoft.azure.cosmos.core.dll.compressed.compressed
│   │   │   ├── 180A7BAAFBC820A838BBACA434032D9D33CCEEBE.costura.system.runtime.compilerservices.unsafe.dll.compressed.compressed
│   │   │   ├── 19B82C6A6FBEA72A7EB779C2B60899971D608011.costura.ikvm.openjdk.xml.api.dll.compressed.compressed
│   │   │   ├── 1B75BC14DAA093502C7C5814852928E28AB6659A.costura.system.text.encodings.web.dll.compressed.compressed
│   │   │   ├── 1C682DB3DEBF25BA5D539B13B70DFD3BDB76EFED.costura.ikvm.openjdk.util.dll.compressed.compressed
│   │   │   ├── 1E6AFCA9CC70B70864C4FA57BA1DF9ECEA7823D6.costura.microsoft.identitymodel.logging.dll.compressed.compressed
│   │   │   ├── 2242627282F9E07E37B274EA36FAC2D3CD9C9110.costura.system.threading.tasks.extensions.dll.compressed.compressed
│   │   │   ├── 28FA7C2FE570D4D9FF37C5FE3E58C0F5FFF85456.costura.ikvm.openjdk.naming.dll.compressed.compressed
│   │   │   ├── 2F410A0396BC148ED533AD49B6415FB58DD4D641.costura.system.buffers.dll.compressed.compressed
│   │   │   ├── 32106B827AAEC334DB8DCDB73DF1F716830C3DA2.costura.ikvm.openjdk.media.dll.compressed.compressed
│   │   │   ├── 37C4419C30A01A571A1263D373590591F8839330.costura.microsoft.identitymodel.protocols.dll.compressed.compressed
│   │   │   ├── 37C6F55D8FB8094A5A63F0F8BFFBBB49BDDE2997.costura.system.memory.data.dll.compressed.compressed
│   │   │   ├── 3C5C5DF5F8F8DB3F0A35C5ED8D357313A54E3CDE.costura.system.memory.dll.compressed.compressed
│   │   │   ├── 3D216458740AD5CB05BC5F7C3491CDE44A1E5DF0.costura.system.numerics.vectors.dll.compressed.compressed
│   │   │   ├── 46ED726C030239C5C74A781397BAA96383ECB1EE.costura.ikvm.openjdk.security.dll.compressed.compressed
│   │   │   ├── 471E3B32655A7D12E1442DBBE3C3CE3D22C3CEEA.costura.microsoft.identitymodel.logging.dll.compressed.compressed
│   │   │   ├── 4E3BF5618EF28B0D941AF5EBE5D3687C6126699F.costura.ikvm.openjdk.xml.parse.dll.compressed.compressed
│   │   │   ├── 4F54EB7EFCAF3AAF5D5A188D3B32D4C9B582380B.costura.azure.core.dll.compressed.compressed
│   │   │   ├── 4FB4501AF5D5780C0DC9E5279D895199302C3F2F.costura.system.identitymodel.tokens.jwt.dll.compressed.compressed
│   │   │   ├── 5209457F647D6C2732AE8AA736417636518075AE.costura.microsoft.azure.cosmos.client.dll.compressed.compressed
│   │   │   ├── 537482D9DED46FA99F718F7215DB14FBBADBE88A.costura.ikvm.openjdk.charsets.dll.compressed.compressed
│   │   │   ├── 58C8682FFBDA3135F33A6125848855A780B62C75.costura.weifenluo.winformsui.docking.themevs2015.dll.compressed.compressed
│   │   │   ├── 5B96A378F8813113DD1403DC64374CDC0CE9A87F.costura.microsoft.identitymodel.abstractions.dll.compressed.compressed
│   │   │   ├── 5B979C8596E6D53F56DD33B9C2348B73EE316345.costura.ikvm.openjdk.swingawt.dll.compressed.compressed
│   │   │   ├── 5CAC4C2547934E2FD5E77F74F94059E5E3F106E3.costura.microsoft.identitymodel.jsonwebtokens.dll.compressed.compressed
│   │   │   ├── 5D9F62CAA376C39325091B890E76CF173DC10D24.costura.system.text.json.dll.compressed.compressed
│   │   │   ├── 5F03EF2163C8FC68077F03A792F945102F3A37A2.costura.ikvm.openjdk.core.dll.compressed.compressed
│   │   │   ├── 60C6B547E363C2F0D10026C0ADF360E2A71EF845.costura.microsoft.identitymodel.tokens.dll.compressed.compressed
│   │   │   ├── 6190A040B818BEB258CBD5BE68CFA9C0A7DB2097.costura.microsoft.identity.client.dll.compressed.compressed
│   │   │   ├── 61F8A7DB1F871C279FAFC5E6E5C12734EF6156FA.costura.ikvm.openjdk.tools.dll.compressed.compressed
│   │   │   ├── 67E588D2BE67689321FD5F3D7BD48C00553D7D62.costura.ikvm.openjdk.corba.dll.compressed.compressed
│   │   │   ├── 682143C5E085E9D36AD912F74138BEF43238739F.costura.microsoft.graph.core.dll.compressed.compressed
│   │   │   ├── 6A511A5688B188C4D1615CEDE33B1E5278376001.costura.system.configuration.configurationmanager.dll.compressed.compressed
│   │   │   ├── 6A61E52493A6FAB42653A9CECD6D72B1BAB30A7D.costura.ikvm.openjdk.xml.bind.dll.compressed.compressed
│   │   │   ├── 6B19488A3380FCB38A0E273C72D560AE257282EE.costura.ikvm.openjdk.remoting.dll.compressed.compressed
│   │   │   ├── 6C6000A5EAF8579850AB82A89BD6268776EB51AD.costura.costura.pdb.compressed.compressed
│   │   │   ├── 73B64F7DEEBB0C917214C619E5D636918DC3A14F.costura.sunnyui.common.dll.compressed.compressed
│   │   │   ├── 74F3614F68310E0188FE6C5D7B110D403E38CE9A.costura.microsoft.identitymodel.protocols.openidconnect.dll.compressed.compressed
│   │   │   ├── 75E4DCBEFA20BDE115A279DF0547240461ACB0C8.costura.ikvm.openjdk.xml.webservices.dll.compressed.compressed
│   │   │   ├── 7808F908046574DF5BC50F8C14CC9629F00E8B32.costura.ikvm.openjdk.nashorn.dll.compressed.compressed
│   │   │   ├── 7D0AD03FBDA1C24F883116B940717E596073AE96.costura.newtonsoft.json.dll.compressed.compressed
│   │   │   ├── 7F2AC97CD3D050C7B86D514CE2F0F2D1389F363F.costura.microsoft.azure.cosmos.serialization.hybridrow.dll.compressed.compressed
│   │   │   ├── 82FCD8EB26682FB29F63BDD3E5A694E10086998D.costura.ikvm.openjdk.management.dll.compressed.compressed
│   │   │   ├── 83014E2A98F7597B9A26E424A0759E5A3D2ECFF1.costura.system.security.accesscontrol.dll.compressed.compressed
│   │   │   ├── 85BBD17BA4567E70F8B3DE22C86FFD7B1565EA6F.costura.ikvm.runtime.dll.compressed.compressed
│   │   │   ├── 85C5E0B8CE49BE71901D6524FBD5AA3E0FCCAC49.costura.microsoft.identitymodel.protocols.dll.compressed.compressed
│   │   │   ├── 88C8065034EE0E4B9F6A3935FD32E541EFF39EBC.costura.system.codedom.dll.compressed.compressed
│   │   │   ├── 8F37046A251FD080814ECE29CF00433F277145A0.costura.microsoft.azure.cosmos.serialization.hybridrow.dll.compressed.compressed
│   │   │   ├── 9198E22167E574116C29090112EC25A786FF2942.costura.mvidcodereader.net.dll.compressed.compressed
│   │   │   ├── 97A2F6DD8B64E9DF69F490220542373B6F83F6B0.costura.microsoft.identitymodel.abstractions.dll.compressed.compressed
│   │   │   ├── 9A5BE1FCF410FE5934D720329D36A2377E83747E.costura.system.security.principal.windows.dll.compressed.compressed
│   │   │   ├── 9ADEAFC9C76E29C275F2070CDE10E6F7597CACE0.costura.system.collections.immutable.dll.compressed.compressed
│   │   │   ├── 9C8E4B33DDA4550C7F5CFE1CDB559DE8F22FB4E7.costura.microsoft.azure.cosmos.client.dll.compressed.compressed
│   │   │   ├── A137E49679259277DB5529F38FAFA6AE5CC7C71F.costura.ikvm.openjdk.xml.crypto.dll.compressed.compressed
│   │   │   ├── A7C6F8E9ABDC277FF0B982958C23DDCF2FB7753E.costura.microsoft.azure.cosmos.core.dll.compressed.compressed
│   │   │   ├── AA64B5A5AEF82C3FFC1EBB72619016106399DAFC.costura.microsoft.identitymodel.jsonwebtokens.dll.compressed.compressed
│   │   │   ├── AB3D74DCA238AF61AAD1BC121695113AF938CA23.costura.sunnyui.dll.compressed.compressed
│   │   │   ├── ADEDF5042AEAE3A0482125C01EE4334B04C5E585.costura.system.diagnostics.diagnosticsource.dll.compressed.compressed
│   │   │   ├── B382B80CA629393DA72379C2EC0149E7639D498D.costura.system.security.permissions.dll.compressed.compressed
│   │   │   ├── B4D44D99069BDD9F1FEF940DDECC8C873F7C0B57.costura.microsoft.azure.cosmos.direct.dll.compressed.compressed
│   │   │   ├── B576A53E6ECA1D06E72431FEF9F78FDFF82D500D.costura.ikvm.runtime.jni.dll.compressed.compressed
│   │   │   ├── BBB91E819E7D993743FCFE01FE77A545F9214521.costura.ikvm.openjdk.xml.xpath.dll.compressed.compressed
│   │   │   ├── C6F5D84A1C261857C7D195CFA4EC52D92FDF8249.costura.microsoft.azure.cosmos.direct.dll.compressed.compressed
│   │   │   ├── CCA6C00CBC78CC9944EFFAFEF6934E7668149399.costura.ikvm.openjdk.text.dll.compressed.compressed
│   │   │   ├── D02EC746E4D0C754E39C52463B627B329EBEC208.costura.ikvm.openjdk.misc.dll.compressed.compressed
│   │   │   ├── D1664731719E85AAD7A2273685D77FEB0204EC98.costura.system.valuetuple.dll.compressed.compressed
│   │   │   ├── D25E1E06731B32AF1C002F18C028DD1B080257FA.costura.ikvm.openjdk.xml.transform.dll.compressed.compressed
│   │   │   ├── D27229B913D61CCEC7396E00C4935BADBAEA6C77.costura.weifenluo.winformsui.docking.dll.compressed.compressed
│   │   │   ├── D335B670DC9F39F3424785EB420AC8912063C18A.costura.microsoft.graph.dll.compressed.compressed
│   │   │   ├── DB696031E4F2C911D4EA7C3961AEB71DF19F9661.costura.microsoft.bcl.hashcode.dll.compressed.compressed
│   │   │   ├── DC864F503B952774D1A46E2EB44DDB7BBC86DE28.costura.system.net.http.winhttphandler.dll.compressed.compressed
│   │   │   ├── E2EE2FFBA30F6FFAA8C6CB440056C966B53C5D61.costura.microsoft.identitymodel.tokens.dll.compressed.compressed
│   │   │   ├── EEA7A9C8B55A22DF1D3D9B864ECA052F47F7100E.costura.ikvm.openjdk.beans.dll.compressed.compressed
│   │   │   ├── F1F25C01F6ACF33BDD62C4F82D3EF078E76F0906.costura.costura.dll.compressed.compressed
│   │   │   ├── F36403AABB16540C93FB35245EC0B4E435628AAE.costura.microsoft.bcl.asyncinterfaces.dll.compressed.compressed
│   │   │   ├── F9B45E404621C8051742B690F4DB259D6C4276A4.costura.ikvm.openjdk.localedata.dll.compressed.compressed
│   │   │   ├── FFA3C5AD497F3CF4C41719CF0178DC604A146E84.costura.ikvm.openjdk.cldrdata.dll.compressed.compressed
│   │   │   └── FFBD2D32A7E39D1D51432B993A548CE5CED9B566.costura.microsoft.identitymodel.protocols.openidconnect.dll.compressed.compressed
│   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   └── TempPE
│   │       └── Properties.Resources.Designer.cs.dll
│   ├── Release
│   │   ├── Atovo Sorter 20220528.csproj.AssemblyReference.cache
│   │   ├── Atovo Sorter 20220528.csproj.CoreCompileInputs.cache
│   │   ├── Atovo Sorter 20220528.csproj.FileListAbsolute.txt
│   │   ├── Atovo Sorter 20220528.csproj.GenerateResource.cache
│   │   ├── Atovo Sorter 20220528.csproj.SuggestedBindingRedirects.cache
│   │   ├── Atovo Sorter 20220620.application
│   │   ├── Atovo Sorter 20220620.csproj.AssemblyReference.cache
│   │   ├── Atovo Sorter 20220620.csproj.CoreCompileInputs.cache
│   │   ├── Atovo Sorter 20220620.csproj.FileListAbsolute.txt
│   │   ├── Atovo Sorter 20220620.csproj.Fody.CopyLocal.cache
│   │   ├── Atovo Sorter 20220620.csproj.Fody.RuntimeCopyLocal.cache
│   │   ├── Atovo Sorter 20220620.csproj.GenerateResource.cache
│   │   ├── Atovo Sorter 20220620.csproj.SuggestedBindingRedirects.cache
│   │   ├── Atovo Sorter 20220620.exe.manifest
│   │   ├── AtovoSorter20220521.ATOVO.resources
│   │   ├── AtovoSorter202207.Filtration.resources
│   │   ├── AtovoSorter202207.HikCamera1.resources
│   │   ├── AtovoSorter202207.Log.resources
│   │   ├── AtovoSorter202207.Print01.resources
│   │   ├── AtovoSorter202207.Print02.resources
│   │   ├── AtovoSorter202207.Print03.resources
│   │   ├── AtovoSorter202207.Properties.Resources.resources
│   │   ├── AtovoSorter202207.SComA.resources
│   │   ├── AtovoSorter202207.SComB.resources
│   │   ├── AtovoSorter202207.Setting.resources
│   │   ├── AtovoSorter202207.Sv1Form.resources
│   │   ├── AtovoSorter202207.Sv2Form.resources
│   │   ├── AtovoSorter202207.application
│   │   ├── AtovoSorter202207.csproj.AssemblyReference.cache
│   │   ├── AtovoSorter202207.csproj.CopyComplete
│   │   ├── AtovoSorter202207.csproj.CoreCompileInputs.cache
│   │   ├── AtovoSorter202207.csproj.FileListAbsolute.txt
│   │   ├── AtovoSorter202207.csproj.Fody.CopyLocal.cache
│   │   ├── AtovoSorter202207.csproj.Fody.RuntimeCopyLocal.cache
│   │   ├── AtovoSorter202207.csproj.GenerateResource.cache
│   │   ├── AtovoSorter202207.csproj.SuggestedBindingRedirects.cache
│   │   ├── AtovoSorter202207.exe
│   │   ├── AtovoSorter202207.exe.manifest
│   │   ├── AtovoSorter202207.pdb
│   │   ├── Atovo_Sorter_20220521.HikCamera1.resources
│   │   ├── Atovo_Sorter_20220521.Log.resources
│   │   ├── Atovo_Sorter_20220521.Print01.resources
│   │   ├── Atovo_Sorter_20220521.Print02.resources
│   │   ├── Atovo_Sorter_20220521.Print03.resources
│   │   ├── Atovo_Sorter_20220521.SComA.resources
│   │   ├── Atovo_Sorter_20220521.SComB.resources
│   │   ├── Atovo_Sorter_20220521.Setting.resources
│   │   ├── Atovo_Sorter_20220521.Sv1Form.resources
│   │   ├── Atovo_Sorter_20220521.Sv2Form.resources
│   │   ├── Atovo_Sorter_20220528.Filtration.resources
│   │   ├── Costura
│   │   │   ├── 010A8FFB28542BC9A98B48997A8CB8B29BA8C003.costura.microsoft.graph.core.dll.compressed.compressed
│   │   │   ├── 064C1443CD30BC82159648E395972F48D380E4BA.costura.microsoft.graph.dll.compressed.compressed
│   │   │   ├── 06A47AC8FD6504966B04802E29361F4C6D512F19.costura.ikvm.openjdk.jdbc.dll.compressed.compressed
│   │   │   ├── 0E75F6E3E5CD154CE7CB9987AB7E1ABFD0D9638B.costura.ikvm.awt.winforms.dll.compressed.compressed
│   │   │   ├── 180A7BAAFBC820A838BBACA434032D9D33CCEEBE.costura.system.runtime.compilerservices.unsafe.dll.compressed.compressed
│   │   │   ├── 19B82C6A6FBEA72A7EB779C2B60899971D608011.costura.ikvm.openjdk.xml.api.dll.compressed.compressed
│   │   │   ├── 1B75BC14DAA093502C7C5814852928E28AB6659A.costura.system.text.encodings.web.dll.compressed.compressed
│   │   │   ├── 1C682DB3DEBF25BA5D539B13B70DFD3BDB76EFED.costura.ikvm.openjdk.util.dll.compressed.compressed
│   │   │   ├── 1E6AFCA9CC70B70864C4FA57BA1DF9ECEA7823D6.costura.microsoft.identitymodel.logging.dll.compressed.compressed
│   │   │   ├── 2242627282F9E07E37B274EA36FAC2D3CD9C9110.costura.system.threading.tasks.extensions.dll.compressed.compressed
│   │   │   ├── 28FA7C2FE570D4D9FF37C5FE3E58C0F5FFF85456.costura.ikvm.openjdk.naming.dll.compressed.compressed
│   │   │   ├── 2F410A0396BC148ED533AD49B6415FB58DD4D641.costura.system.buffers.dll.compressed.compressed
│   │   │   ├── 32106B827AAEC334DB8DCDB73DF1F716830C3DA2.costura.ikvm.openjdk.media.dll.compressed.compressed
│   │   │   ├── 37C6F55D8FB8094A5A63F0F8BFFBBB49BDDE2997.costura.system.memory.data.dll.compressed.compressed
│   │   │   ├── 3C5C5DF5F8F8DB3F0A35C5ED8D357313A54E3CDE.costura.system.memory.dll.compressed.compressed
│   │   │   ├── 3D216458740AD5CB05BC5F7C3491CDE44A1E5DF0.costura.system.numerics.vectors.dll.compressed.compressed
│   │   │   ├── 46ED726C030239C5C74A781397BAA96383ECB1EE.costura.ikvm.openjdk.security.dll.compressed.compressed
│   │   │   ├── 4E3BF5618EF28B0D941AF5EBE5D3687C6126699F.costura.ikvm.openjdk.xml.parse.dll.compressed.compressed
│   │   │   ├── 4F54EB7EFCAF3AAF5D5A188D3B32D4C9B582380B.costura.azure.core.dll.compressed.compressed
│   │   │   ├── 4FB4501AF5D5780C0DC9E5279D895199302C3F2F.costura.system.identitymodel.tokens.jwt.dll.compressed.compressed
│   │   │   ├── 537482D9DED46FA99F718F7215DB14FBBADBE88A.costura.ikvm.openjdk.charsets.dll.compressed.compressed
│   │   │   ├── 58C8682FFBDA3135F33A6125848855A780B62C75.costura.weifenluo.winformsui.docking.themevs2015.dll.compressed.compressed
│   │   │   ├── 5B96A378F8813113DD1403DC64374CDC0CE9A87F.costura.microsoft.identitymodel.abstractions.dll.compressed.compressed
│   │   │   ├── 5B979C8596E6D53F56DD33B9C2348B73EE316345.costura.ikvm.openjdk.swingawt.dll.compressed.compressed
│   │   │   ├── 5CAC4C2547934E2FD5E77F74F94059E5E3F106E3.costura.microsoft.identitymodel.jsonwebtokens.dll.compressed.compressed
│   │   │   ├── 5D9F62CAA376C39325091B890E76CF173DC10D24.costura.system.text.json.dll.compressed.compressed
│   │   │   ├── 5F03EF2163C8FC68077F03A792F945102F3A37A2.costura.ikvm.openjdk.core.dll.compressed.compressed
│   │   │   ├── 6190A040B818BEB258CBD5BE68CFA9C0A7DB2097.costura.microsoft.identity.client.dll.compressed.compressed
│   │   │   ├── 61F8A7DB1F871C279FAFC5E6E5C12734EF6156FA.costura.ikvm.openjdk.tools.dll.compressed.compressed
│   │   │   ├── 67E588D2BE67689321FD5F3D7BD48C00553D7D62.costura.ikvm.openjdk.corba.dll.compressed.compressed
│   │   │   ├── 6A511A5688B188C4D1615CEDE33B1E5278376001.costura.system.configuration.configurationmanager.dll.compressed.compressed
│   │   │   ├── 6A61E52493A6FAB42653A9CECD6D72B1BAB30A7D.costura.ikvm.openjdk.xml.bind.dll.compressed.compressed
│   │   │   ├── 6B19488A3380FCB38A0E273C72D560AE257282EE.costura.ikvm.openjdk.remoting.dll.compressed.compressed
│   │   │   ├── 6C6000A5EAF8579850AB82A89BD6268776EB51AD.costura.costura.pdb.compressed.compressed
│   │   │   ├── 73B64F7DEEBB0C917214C619E5D636918DC3A14F.costura.sunnyui.common.dll.compressed.compressed
│   │   │   ├── 74F3614F68310E0188FE6C5D7B110D403E38CE9A.costura.microsoft.identitymodel.protocols.openidconnect.dll.compressed.compressed
│   │   │   ├── 75E4DCBEFA20BDE115A279DF0547240461ACB0C8.costura.ikvm.openjdk.xml.webservices.dll.compressed.compressed
│   │   │   ├── 7808F908046574DF5BC50F8C14CC9629F00E8B32.costura.ikvm.openjdk.nashorn.dll.compressed.compressed
│   │   │   ├── 7D0AD03FBDA1C24F883116B940717E596073AE96.costura.newtonsoft.json.dll.compressed.compressed
│   │   │   ├── 7F2AC97CD3D050C7B86D514CE2F0F2D1389F363F.costura.microsoft.azure.cosmos.serialization.hybridrow.dll.compressed.compressed
│   │   │   ├── 82FCD8EB26682FB29F63BDD3E5A694E10086998D.costura.ikvm.openjdk.management.dll.compressed.compressed
│   │   │   ├── 83014E2A98F7597B9A26E424A0759E5A3D2ECFF1.costura.system.security.accesscontrol.dll.compressed.compressed
│   │   │   ├── 85BBD17BA4567E70F8B3DE22C86FFD7B1565EA6F.costura.ikvm.runtime.dll.compressed.compressed
│   │   │   ├── 85C5E0B8CE49BE71901D6524FBD5AA3E0FCCAC49.costura.microsoft.identitymodel.protocols.dll.compressed.compressed
│   │   │   ├── 88C8065034EE0E4B9F6A3935FD32E541EFF39EBC.costura.system.codedom.dll.compressed.compressed
│   │   │   ├── 9198E22167E574116C29090112EC25A786FF2942.costura.mvidcodereader.net.dll.compressed.compressed
│   │   │   ├── 9A5BE1FCF410FE5934D720329D36A2377E83747E.costura.system.security.principal.windows.dll.compressed.compressed
│   │   │   ├── 9ADEAFC9C76E29C275F2070CDE10E6F7597CACE0.costura.system.collections.immutable.dll.compressed.compressed
│   │   │   ├── 9C8E4B33DDA4550C7F5CFE1CDB559DE8F22FB4E7.costura.microsoft.azure.cosmos.client.dll.compressed.compressed
│   │   │   ├── A137E49679259277DB5529F38FAFA6AE5CC7C71F.costura.ikvm.openjdk.xml.crypto.dll.compressed.compressed
│   │   │   ├── A7C6F8E9ABDC277FF0B982958C23DDCF2FB7753E.costura.microsoft.azure.cosmos.core.dll.compressed.compressed
│   │   │   ├── AB3D74DCA238AF61AAD1BC121695113AF938CA23.costura.sunnyui.dll.compressed.compressed
│   │   │   ├── ADEDF5042AEAE3A0482125C01EE4334B04C5E585.costura.system.diagnostics.diagnosticsource.dll.compressed.compressed
│   │   │   ├── B382B80CA629393DA72379C2EC0149E7639D498D.costura.system.security.permissions.dll.compressed.compressed
│   │   │   ├── B576A53E6ECA1D06E72431FEF9F78FDFF82D500D.costura.ikvm.runtime.jni.dll.compressed.compressed
│   │   │   ├── BBB91E819E7D993743FCFE01FE77A545F9214521.costura.ikvm.openjdk.xml.xpath.dll.compressed.compressed
│   │   │   ├── C6F5D84A1C261857C7D195CFA4EC52D92FDF8249.costura.microsoft.azure.cosmos.direct.dll.compressed.compressed
│   │   │   ├── CCA6C00CBC78CC9944EFFAFEF6934E7668149399.costura.ikvm.openjdk.text.dll.compressed.compressed
│   │   │   ├── D02EC746E4D0C754E39C52463B627B329EBEC208.costura.ikvm.openjdk.misc.dll.compressed.compressed
│   │   │   ├── D1664731719E85AAD7A2273685D77FEB0204EC98.costura.system.valuetuple.dll.compressed.compressed
│   │   │   ├── D25E1E06731B32AF1C002F18C028DD1B080257FA.costura.ikvm.openjdk.xml.transform.dll.compressed.compressed
│   │   │   ├── D27229B913D61CCEC7396E00C4935BADBAEA6C77.costura.weifenluo.winformsui.docking.dll.compressed.compressed
│   │   │   ├── DB696031E4F2C911D4EA7C3961AEB71DF19F9661.costura.microsoft.bcl.hashcode.dll.compressed.compressed
│   │   │   ├── DC864F503B952774D1A46E2EB44DDB7BBC86DE28.costura.system.net.http.winhttphandler.dll.compressed.compressed
│   │   │   ├── E2EE2FFBA30F6FFAA8C6CB440056C966B53C5D61.costura.microsoft.identitymodel.tokens.dll.compressed.compressed
│   │   │   ├── EEA7A9C8B55A22DF1D3D9B864ECA052F47F7100E.costura.ikvm.openjdk.beans.dll.compressed.compressed
│   │   │   ├── F1F25C01F6ACF33BDD62C4F82D3EF078E76F0906.costura.costura.dll.compressed.compressed
│   │   │   ├── F36403AABB16540C93FB35245EC0B4E435628AAE.costura.microsoft.bcl.asyncinterfaces.dll.compressed.compressed
│   │   │   ├── F9B45E404621C8051742B690F4DB259D6C4276A4.costura.ikvm.openjdk.localedata.dll.compressed.compressed
│   │   │   └── FFA3C5AD497F3CF4C41719CF0178DC604A146E84.costura.ikvm.openjdk.cldrdata.dll.compressed.compressed
│   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   ├── TempPE
│   │   │   └── Properties.Resources.Designer.cs.dll
│   │   └── _IsIncrementalBuild
│   └── x64
│       ├── Debug
│       │   ├── Atovo Sorter 20220528.csproj.AssemblyReference.cache
│       │   ├── Atovo Sorter 20220620.csproj.AssemblyReference.cache
│       │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│       │   ├── TempPE
│       │   │   └── Properties.Resources.Designer.cs.dll
│       │   └── build.force
│       └── Release
│           ├── Atovo Sorter 20220528.csproj.AssemblyReference.cache
│           ├── Atovo Sorter 20220528.csproj.CoreCompileInputs.cache
│           ├── Atovo Sorter 20220528.csproj.FileListAbsolute.txt
│           ├── Atovo Sorter 20220528.csproj.GenerateResource.cache
│           ├── Atovo Sorter 20220528.csproj.SuggestedBindingRedirects.cache
│           ├── Atovo Sorter 20220620.application
│           ├── Atovo Sorter 20220620.csproj.AssemblyReference.cache
│           ├── Atovo Sorter 20220620.csproj.CopyComplete
│           ├── Atovo Sorter 20220620.csproj.CoreCompileInputs.cache
│           ├── Atovo Sorter 20220620.csproj.FileListAbsolute.txt
│           ├── Atovo Sorter 20220620.csproj.Fody.CopyLocal.cache
│           ├── Atovo Sorter 20220620.csproj.Fody.RuntimeCopyLocal.cache
│           ├── Atovo Sorter 20220620.csproj.GenerateResource.cache
│           ├── Atovo Sorter 20220620.csproj.SuggestedBindingRedirects.cache
│           ├── Atovo Sorter 20220620.exe
│           ├── Atovo Sorter 20220620.exe.manifest
│           ├── Atovo Sorter 20220620.pdb
│           ├── AtovoSorter20220521.ATOVO.resources
│           ├── AtovoSorter202207.csproj.AssemblyReference.cache
│           ├── AtovoSorter202207.csproj.CoreCompileInputs.cache
│           ├── AtovoSorter202207.csproj.FileListAbsolute.txt
│           ├── AtovoSorter202207.csproj.Fody.CopyLocal.cache
│           ├── AtovoSorter202207.csproj.Fody.RuntimeCopyLocal.cache
│           ├── AtovoSorter202207.csproj.GenerateResource.cache
│           ├── AtovoSorter202207.csproj.SuggestedBindingRedirects.cache
│           ├── Atovo_Sorter_20220528.Filtration.resources
│           ├── Atovo_Sorter_20220620.Properties.Resources.resources
│           ├── Costura
│           │   ├── 0006692AEA9BC404DE47DF3FA8ACBBCF382BA8E5.costura.system.identitymodel.tokens.jwt.dll.compressed.compressed
│           │   ├── 010A8FFB28542BC9A98B48997A8CB8B29BA8C003.costura.microsoft.graph.core.dll.compressed.compressed
│           │   ├── 064C1443CD30BC82159648E395972F48D380E4BA.costura.microsoft.graph.dll.compressed.compressed
│           │   ├── 06A47AC8FD6504966B04802E29361F4C6D512F19.costura.ikvm.openjdk.jdbc.dll.compressed.compressed
│           │   ├── 0E75F6E3E5CD154CE7CB9987AB7E1ABFD0D9638B.costura.ikvm.awt.winforms.dll.compressed.compressed
│           │   ├── 14646C217887CF57E6F5262C56C2B9E07F90CA80.costura.system.text.json.dll.compressed.compressed
│           │   ├── 16A99C303624DD5093A3738EB19FD1A2C4EE984E.costura.microsoft.azure.cosmos.core.dll.compressed.compressed
│           │   ├── 180A7BAAFBC820A838BBACA434032D9D33CCEEBE.costura.system.runtime.compilerservices.unsafe.dll.compressed.compressed
│           │   ├── 19B82C6A6FBEA72A7EB779C2B60899971D608011.costura.ikvm.openjdk.xml.api.dll.compressed.compressed
│           │   ├── 1B75BC14DAA093502C7C5814852928E28AB6659A.costura.system.text.encodings.web.dll.compressed.compressed
│           │   ├── 1C682DB3DEBF25BA5D539B13B70DFD3BDB76EFED.costura.ikvm.openjdk.util.dll.compressed.compressed
│           │   ├── 1E6AFCA9CC70B70864C4FA57BA1DF9ECEA7823D6.costura.microsoft.identitymodel.logging.dll.compressed.compressed
│           │   ├── 2242627282F9E07E37B274EA36FAC2D3CD9C9110.costura.system.threading.tasks.extensions.dll.compressed.compressed
│           │   ├── 28FA7C2FE570D4D9FF37C5FE3E58C0F5FFF85456.costura.ikvm.openjdk.naming.dll.compressed.compressed
│           │   ├── 2F410A0396BC148ED533AD49B6415FB58DD4D641.costura.system.buffers.dll.compressed.compressed
│           │   ├── 32106B827AAEC334DB8DCDB73DF1F716830C3DA2.costura.ikvm.openjdk.media.dll.compressed.compressed
│           │   ├── 37C4419C30A01A571A1263D373590591F8839330.costura.microsoft.identitymodel.protocols.dll.compressed.compressed
│           │   ├── 37C6F55D8FB8094A5A63F0F8BFFBBB49BDDE2997.costura.system.memory.data.dll.compressed.compressed
│           │   ├── 3C5C5DF5F8F8DB3F0A35C5ED8D357313A54E3CDE.costura.system.memory.dll.compressed.compressed
│           │   ├── 3D216458740AD5CB05BC5F7C3491CDE44A1E5DF0.costura.system.numerics.vectors.dll.compressed.compressed
│           │   ├── 46ED726C030239C5C74A781397BAA96383ECB1EE.costura.ikvm.openjdk.security.dll.compressed.compressed
│           │   ├── 471E3B32655A7D12E1442DBBE3C3CE3D22C3CEEA.costura.microsoft.identitymodel.logging.dll.compressed.compressed
│           │   ├── 4E3BF5618EF28B0D941AF5EBE5D3687C6126699F.costura.ikvm.openjdk.xml.parse.dll.compressed.compressed
│           │   ├── 4F54EB7EFCAF3AAF5D5A188D3B32D4C9B582380B.costura.azure.core.dll.compressed.compressed
│           │   ├── 4FB4501AF5D5780C0DC9E5279D895199302C3F2F.costura.system.identitymodel.tokens.jwt.dll.compressed.compressed
│           │   ├── 5209457F647D6C2732AE8AA736417636518075AE.costura.microsoft.azure.cosmos.client.dll.compressed.compressed
│           │   ├── 537482D9DED46FA99F718F7215DB14FBBADBE88A.costura.ikvm.openjdk.charsets.dll.compressed.compressed
│           │   ├── 58C8682FFBDA3135F33A6125848855A780B62C75.costura.weifenluo.winformsui.docking.themevs2015.dll.compressed.compressed
│           │   ├── 5B96A378F8813113DD1403DC64374CDC0CE9A87F.costura.microsoft.identitymodel.abstractions.dll.compressed.compressed
│           │   ├── 5B979C8596E6D53F56DD33B9C2348B73EE316345.costura.ikvm.openjdk.swingawt.dll.compressed.compressed
│           │   ├── 5CAC4C2547934E2FD5E77F74F94059E5E3F106E3.costura.microsoft.identitymodel.jsonwebtokens.dll.compressed.compressed
│           │   ├── 5D9F62CAA376C39325091B890E76CF173DC10D24.costura.system.text.json.dll.compressed.compressed
│           │   ├── 5F03EF2163C8FC68077F03A792F945102F3A37A2.costura.ikvm.openjdk.core.dll.compressed.compressed
│           │   ├── 60C6B547E363C2F0D10026C0ADF360E2A71EF845.costura.microsoft.identitymodel.tokens.dll.compressed.compressed
│           │   ├── 6190A040B818BEB258CBD5BE68CFA9C0A7DB2097.costura.microsoft.identity.client.dll.compressed.compressed
│           │   ├── 61F8A7DB1F871C279FAFC5E6E5C12734EF6156FA.costura.ikvm.openjdk.tools.dll.compressed.compressed
│           │   ├── 67E588D2BE67689321FD5F3D7BD48C00553D7D62.costura.ikvm.openjdk.corba.dll.compressed.compressed
│           │   ├── 682143C5E085E9D36AD912F74138BEF43238739F.costura.microsoft.graph.core.dll.compressed.compressed
│           │   ├── 6A511A5688B188C4D1615CEDE33B1E5278376001.costura.system.configuration.configurationmanager.dll.compressed.compressed
│           │   ├── 6A61E52493A6FAB42653A9CECD6D72B1BAB30A7D.costura.ikvm.openjdk.xml.bind.dll.compressed.compressed
│           │   ├── 6B19488A3380FCB38A0E273C72D560AE257282EE.costura.ikvm.openjdk.remoting.dll.compressed.compressed
│           │   ├── 6C6000A5EAF8579850AB82A89BD6268776EB51AD.costura.costura.pdb.compressed.compressed
│           │   ├── 73B64F7DEEBB0C917214C619E5D636918DC3A14F.costura.sunnyui.common.dll.compressed.compressed
│           │   ├── 74F3614F68310E0188FE6C5D7B110D403E38CE9A.costura.microsoft.identitymodel.protocols.openidconnect.dll.compressed.compressed
│           │   ├── 75E4DCBEFA20BDE115A279DF0547240461ACB0C8.costura.ikvm.openjdk.xml.webservices.dll.compressed.compressed
│           │   ├── 7808F908046574DF5BC50F8C14CC9629F00E8B32.costura.ikvm.openjdk.nashorn.dll.compressed.compressed
│           │   ├── 7D0AD03FBDA1C24F883116B940717E596073AE96.costura.newtonsoft.json.dll.compressed.compressed
│           │   ├── 7F2AC97CD3D050C7B86D514CE2F0F2D1389F363F.costura.microsoft.azure.cosmos.serialization.hybridrow.dll.compressed.compressed
│           │   ├── 82FCD8EB26682FB29F63BDD3E5A694E10086998D.costura.ikvm.openjdk.management.dll.compressed.compressed
│           │   ├── 83014E2A98F7597B9A26E424A0759E5A3D2ECFF1.costura.system.security.accesscontrol.dll.compressed.compressed
│           │   ├── 85BBD17BA4567E70F8B3DE22C86FFD7B1565EA6F.costura.ikvm.runtime.dll.compressed.compressed
│           │   ├── 85C5E0B8CE49BE71901D6524FBD5AA3E0FCCAC49.costura.microsoft.identitymodel.protocols.dll.compressed.compressed
│           │   ├── 88C8065034EE0E4B9F6A3935FD32E541EFF39EBC.costura.system.codedom.dll.compressed.compressed
│           │   ├── 8F37046A251FD080814ECE29CF00433F277145A0.costura.microsoft.azure.cosmos.serialization.hybridrow.dll.compressed.compressed
│           │   ├── 97A2F6DD8B64E9DF69F490220542373B6F83F6B0.costura.microsoft.identitymodel.abstractions.dll.compressed.compressed
│           │   ├── 9A5BE1FCF410FE5934D720329D36A2377E83747E.costura.system.security.principal.windows.dll.compressed.compressed
│           │   ├── 9ADEAFC9C76E29C275F2070CDE10E6F7597CACE0.costura.system.collections.immutable.dll.compressed.compressed
│           │   ├── 9C8E4B33DDA4550C7F5CFE1CDB559DE8F22FB4E7.costura.microsoft.azure.cosmos.client.dll.compressed.compressed
│           │   ├── A137E49679259277DB5529F38FAFA6AE5CC7C71F.costura.ikvm.openjdk.xml.crypto.dll.compressed.compressed
│           │   ├── A7C6F8E9ABDC277FF0B982958C23DDCF2FB7753E.costura.microsoft.azure.cosmos.core.dll.compressed.compressed
│           │   ├── AA64B5A5AEF82C3FFC1EBB72619016106399DAFC.costura.microsoft.identitymodel.jsonwebtokens.dll.compressed.compressed
│           │   ├── AB3D74DCA238AF61AAD1BC121695113AF938CA23.costura.sunnyui.dll.compressed.compressed
│           │   ├── ADEDF5042AEAE3A0482125C01EE4334B04C5E585.costura.system.diagnostics.diagnosticsource.dll.compressed.compressed
│           │   ├── B041462A324C9492DF654EFFE9313ECD30D7DE3C.costura.mvidcodereader.net.dll.compressed.compressed
│           │   ├── B382B80CA629393DA72379C2EC0149E7639D498D.costura.system.security.permissions.dll.compressed.compressed
│           │   ├── B4D44D99069BDD9F1FEF940DDECC8C873F7C0B57.costura.microsoft.azure.cosmos.direct.dll.compressed.compressed
│           │   ├── B576A53E6ECA1D06E72431FEF9F78FDFF82D500D.costura.ikvm.runtime.jni.dll.compressed.compressed
│           │   ├── BBB91E819E7D993743FCFE01FE77A545F9214521.costura.ikvm.openjdk.xml.xpath.dll.compressed.compressed
│           │   ├── C6F5D84A1C261857C7D195CFA4EC52D92FDF8249.costura.microsoft.azure.cosmos.direct.dll.compressed.compressed
│           │   ├── CCA6C00CBC78CC9944EFFAFEF6934E7668149399.costura.ikvm.openjdk.text.dll.compressed.compressed
│           │   ├── D02EC746E4D0C754E39C52463B627B329EBEC208.costura.ikvm.openjdk.misc.dll.compressed.compressed
│           │   ├── D1664731719E85AAD7A2273685D77FEB0204EC98.costura.system.valuetuple.dll.compressed.compressed
│           │   ├── D25E1E06731B32AF1C002F18C028DD1B080257FA.costura.ikvm.openjdk.xml.transform.dll.compressed.compressed
│           │   ├── D27229B913D61CCEC7396E00C4935BADBAEA6C77.costura.weifenluo.winformsui.docking.dll.compressed.compressed
│           │   ├── D335B670DC9F39F3424785EB420AC8912063C18A.costura.microsoft.graph.dll.compressed.compressed
│           │   ├── DB696031E4F2C911D4EA7C3961AEB71DF19F9661.costura.microsoft.bcl.hashcode.dll.compressed.compressed
│           │   ├── DC864F503B952774D1A46E2EB44DDB7BBC86DE28.costura.system.net.http.winhttphandler.dll.compressed.compressed
│           │   ├── E2EE2FFBA30F6FFAA8C6CB440056C966B53C5D61.costura.microsoft.identitymodel.tokens.dll.compressed.compressed
│           │   ├── EEA7A9C8B55A22DF1D3D9B864ECA052F47F7100E.costura.ikvm.openjdk.beans.dll.compressed.compressed
│           │   ├── F1F25C01F6ACF33BDD62C4F82D3EF078E76F0906.costura.costura.dll.compressed.compressed
│           │   ├── F36403AABB16540C93FB35245EC0B4E435628AAE.costura.microsoft.bcl.asyncinterfaces.dll.compressed.compressed
│           │   ├── F9B45E404621C8051742B690F4DB259D6C4276A4.costura.ikvm.openjdk.localedata.dll.compressed.compressed
│           │   ├── FFA3C5AD497F3CF4C41719CF0178DC604A146E84.costura.ikvm.openjdk.cldrdata.dll.compressed.compressed
│           │   └── FFBD2D32A7E39D1D51432B993A548CE5CED9B566.costura.microsoft.identitymodel.protocols.openidconnect.dll.compressed.compressed
│           ├── DesignTimeResolveAssemblyReferences.cache
│           ├── DesignTimeResolveAssemblyReferencesInput.cache
│           ├── Sorter.Filtration.resources
│           ├── Sorter.HikCamera1.resources
│           ├── Sorter.Log.resources
│           ├── Sorter.Print01.resources
│           ├── Sorter.Print02.resources
│           ├── Sorter.Print03.resources
│           ├── Sorter.Properties.Resources.resources
│           ├── Sorter.SComA.resources
│           ├── Sorter.SComB.resources
│           ├── Sorter.Setting.resources
│           ├── Sorter.Sv1Form.resources
│           ├── Sorter.Sv2Form.resources
│           ├── Sorter.application
│           ├── Sorter.csproj.AssemblyReference.cache
│           ├── Sorter.csproj.CoreCompileInputs.cache
│           ├── Sorter.csproj.FileListAbsolute.txt
│           ├── Sorter.csproj.Fody.CopyLocal.cache
│           ├── Sorter.csproj.Fody.RuntimeCopyLocal.cache
│           ├── Sorter.csproj.GenerateResource.cache
│           ├── Sorter.csproj.SuggestedBindingRedirects.cache
│           ├── Sorter.exe
│           ├── Sorter.exe.manifest
│           ├── Sorter.pdb
│           ├── TempPE
│           │   └── Properties.Resources.Designer.cs.dll
│           └── _IsIncrementalBuild
├── packages
│   ├── Azure.Core.1.24.0
│   │   ├── Azure.Core.1.24.0.nupkg
│   │   ├── CHANGELOG.md
│   │   ├── README.md
│   │   ├── azureicon.png
│   │   └── lib
│   │       ├── net461
│   │       │   ├── Azure.Core.dll
│   │       │   └── Azure.Core.xml
│   │       ├── net5.0
│   │       │   ├── Azure.Core.dll
│   │       │   └── Azure.Core.xml
│   │       ├── netcoreapp2.1
│   │       │   ├── Azure.Core.dll
│   │       │   └── Azure.Core.xml
│   │       └── netstandard2.0
│   │           ├── Azure.Core.dll
│   │           └── Azure.Core.xml
│   ├── Costura.Fody.5.7.0
│   │   ├── Costura.Fody.5.7.0.nupkg
│   │   ├── build
│   │   │   ├── Costura.Fody.props
│   │   │   └── Costura.Fody.targets
│   │   ├── icon.png
│   │   ├── lib
│   │   │   └── netstandard1.0
│   │   │       ├── Costura.dll
│   │   │       ├── Costura.pdb
│   │   │       └── Costura.xml
│   │   ├── netclassicweaver
│   │   │   ├── Costura.Fody.dll
│   │   │   └── Costura.Fody.xcf
│   │   └── netstandardweaver
│   │       ├── Costura.Fody.dll
│   │       └── Costura.Fody.xcf
│   ├── DockPanelSuite.3.1.0
│   │   ├── DockPanelSuite.3.1.0.nupkg
│   │   └── lib
│   │       ├── net35
│   │       │   └── WeifenLuo.WinFormsUI.Docking.dll
│   │       ├── net40
│   │       │   └── WeifenLuo.WinFormsUI.Docking.dll
│   │       └── netcoreapp3.1
│   │           └── WeifenLuo.WinFormsUI.Docking.dll
│   ├── DockPanelSuite.ThemeVS2015.3.1.0
│   │   ├── DockPanelSuite.ThemeVS2015.3.1.0.nupkg
│   │   └── lib
│   │       ├── net35
│   │       │   └── WeifenLuo.WinFormsUI.Docking.ThemeVS2015.dll
│   │       ├── net40
│   │       │   └── WeifenLuo.WinFormsUI.Docking.ThemeVS2015.dll
│   │       └── netcoreapp3.1
│   │           └── WeifenLuo.WinFormsUI.Docking.ThemeVS2015.dll
│   ├── Fody.6.6.3
│   │   ├── Fody.6.6.3.nupkg
│   │   ├── License.txt
│   │   ├── build
│   │   │   └── Fody.targets
│   │   ├── netclassictask
│   │   │   ├── Fody.dll
│   │   │   ├── FodyCommon.dll
│   │   │   ├── FodyHelpers.dll
│   │   │   ├── FodyIsolated.dll
│   │   │   ├── Mono.Cecil.Pdb.dll
│   │   │   ├── Mono.Cecil.Pdb.pdb
│   │   │   ├── Mono.Cecil.Rocks.dll
│   │   │   ├── Mono.Cecil.Rocks.pdb
│   │   │   ├── Mono.Cecil.dll
│   │   │   └── Mono.Cecil.pdb
│   │   └── netstandardtask
│   │       ├── Fody.dll
│   │       ├── FodyCommon.dll
│   │       ├── FodyHelpers.dll
│   │       ├── FodyIsolated.dll
│   │       ├── Mono.Cecil.Pdb.dll
│   │       ├── Mono.Cecil.Pdb.pdb
│   │       ├── Mono.Cecil.Rocks.dll
│   │       ├── Mono.Cecil.Rocks.pdb
│   │       ├── Mono.Cecil.dll
│   │       └── Mono.Cecil.pdb
│   ├── IKVM.8.1.5717.0
│   │   ├── IKVM.8.1.5717.0.nupkg
│   │   ├── LICENSE
│   │   ├── THIRD_PARTY_README
│   │   ├── TRADEMARK
│   │   ├── lib
│   │   │   ├── IKVM.AWT.WinForms.dll
│   │   │   ├── IKVM.OpenJDK.Beans.dll
│   │   │   ├── IKVM.OpenJDK.Charsets.dll
│   │   │   ├── IKVM.OpenJDK.Cldrdata.dll
│   │   │   ├── IKVM.OpenJDK.Corba.dll
│   │   │   ├── IKVM.OpenJDK.Core.dll
│   │   │   ├── IKVM.OpenJDK.Jdbc.dll
│   │   │   ├── IKVM.OpenJDK.Localedata.dll
│   │   │   ├── IKVM.OpenJDK.Management.dll
│   │   │   ├── IKVM.OpenJDK.Media.dll
│   │   │   ├── IKVM.OpenJDK.Misc.dll
│   │   │   ├── IKVM.OpenJDK.Naming.dll
│   │   │   ├── IKVM.OpenJDK.Nashorn.dll
│   │   │   ├── IKVM.OpenJDK.Remoting.dll
│   │   │   ├── IKVM.OpenJDK.Security.dll
│   │   │   ├── IKVM.OpenJDK.SwingAWT.dll
│   │   │   ├── IKVM.OpenJDK.Text.dll
│   │   │   ├── IKVM.OpenJDK.Tools.dll
│   │   │   ├── IKVM.OpenJDK.Util.dll
│   │   │   ├── IKVM.OpenJDK.XML.API.dll
│   │   │   ├── IKVM.OpenJDK.XML.Bind.dll
│   │   │   ├── IKVM.OpenJDK.XML.Crypto.dll
│   │   │   ├── IKVM.OpenJDK.XML.Parse.dll
│   │   │   ├── IKVM.OpenJDK.XML.Transform.dll
│   │   │   ├── IKVM.OpenJDK.XML.WebServices.dll
│   │   │   ├── IKVM.OpenJDK.XML.XPath.dll
│   │   │   ├── IKVM.Runtime.JNI.dll
│   │   │   └── IKVM.Runtime.dll
│   │   ├── x64
│   │   │   └── lib
│   │   │       ├── JVM.DLL
│   │   │       └── ikvm-native-win32-x64.dll
│   │   └── x86
│   │       └── lib
│   │           ├── JVM.DLL
│   │           └── ikvm-native-win32-x86.dll
│   ├── Microsoft.Azure.Cosmos.3.28.0
│   │   ├── Icon.png
│   │   ├── Microsoft.Azure.Cosmos.3.28.0.nupkg
│   │   ├── build
│   │   │   └── netstandard2.0
│   │   │       └── Microsoft.Azure.Cosmos.targets
│   │   ├── content
│   │   │   └── ThirdPartyNotice.txt
│   │   ├── contentFiles
│   │   │   └── any
│   │   │       └── netstandard2.0
│   │   ├── lib
│   │   │   └── netstandard2.0
│   │   │       ├── Microsoft.Azure.Cosmos.Client.dll
│   │   │       ├── Microsoft.Azure.Cosmos.Client.xml
│   │   │       ├── Microsoft.Azure.Cosmos.Core.dll
│   │   │       ├── Microsoft.Azure.Cosmos.Direct.dll
│   │   │       └── Microsoft.Azure.Cosmos.Serialization.HybridRow.dll
│   │   └── runtimes
│   │       └── win-x64
│   │           └── native
│   ├── Microsoft.Bcl.AsyncInterfaces.6.0.0
│   │   ├── Icon.png
│   │   ├── LICENSE.TXT
│   │   ├── Microsoft.Bcl.AsyncInterfaces.6.0.0.nupkg
│   │   ├── THIRD-PARTY-NOTICES.TXT
│   │   ├── lib
│   │   │   ├── net461
│   │   │   │   ├── Microsoft.Bcl.AsyncInterfaces.dll
│   │   │   │   └── Microsoft.Bcl.AsyncInterfaces.xml
│   │   │   ├── netstandard2.0
│   │   │   │   ├── Microsoft.Bcl.AsyncInterfaces.dll
│   │   │   │   └── Microsoft.Bcl.AsyncInterfaces.xml
│   │   │   └── netstandard2.1
│   │   │       ├── Microsoft.Bcl.AsyncInterfaces.dll
│   │   │       └── Microsoft.Bcl.AsyncInterfaces.xml
│   │   └── useSharedDesignerContext.txt
│   ├── Microsoft.Bcl.HashCode.1.1.1
│   │   ├── Icon.png
│   │   ├── LICENSE.TXT
│   │   ├── Microsoft.Bcl.HashCode.1.1.1.nupkg
│   │   ├── THIRD-PARTY-NOTICES.TXT
│   │   ├── lib
│   │   │   ├── net461
│   │   │   │   ├── Microsoft.Bcl.HashCode.dll
│   │   │   │   └── Microsoft.Bcl.HashCode.xml
│   │   │   ├── netcoreapp2.1
│   │   │   │   ├── Microsoft.Bcl.HashCode.dll
│   │   │   │   └── Microsoft.Bcl.HashCode.xml
│   │   │   ├── netstandard2.0
│   │   │   │   ├── Microsoft.Bcl.HashCode.dll
│   │   │   │   └── Microsoft.Bcl.HashCode.xml
│   │   │   └── netstandard2.1
│   │   │       ├── Microsoft.Bcl.HashCode.dll
│   │   │       └── Microsoft.Bcl.HashCode.xml
│   │   ├── ref
│   │   │   ├── net461
│   │   │   │   └── Microsoft.Bcl.HashCode.dll
│   │   │   ├── netcoreapp2.1
│   │   │   │   └── Microsoft.Bcl.HashCode.dll
│   │   │   ├── netstandard2.0
│   │   │   │   └── Microsoft.Bcl.HashCode.dll
│   │   │   └── netstandard2.1
│   │   │       └── Microsoft.Bcl.HashCode.dll
│   │   ├── useSharedDesignerContext.txt
│   │   └── version.txt
│   ├── Microsoft.Graph.4.31.0
│   │   ├── LICENSE.txt
│   │   ├── Microsoft.Graph.4.31.0.nupkg
│   │   └── lib
│   │       ├── net462
│   │       │   ├── Microsoft.Graph.dll
│   │       │   └── Microsoft.Graph.xml
│   │       └── netstandard2.0
│   │           ├── Microsoft.Graph.dll
│   │           └── Microsoft.Graph.xml
│   ├── Microsoft.Graph.Core.2.0.9
│   │   ├── LICENSE.txt
│   │   ├── Microsoft.Graph.Core.2.0.9.nupkg
│   │   └── lib
│   │       ├── monoandroid80
│   │       │   ├── Microsoft.Graph.Core.dll
│   │       │   └── Microsoft.Graph.Core.xml
│   │       ├── net462
│   │       │   ├── Microsoft.Graph.Core.dll
│   │       │   └── Microsoft.Graph.Core.xml
│   │       ├── netstandard2.0
│   │       │   ├── Microsoft.Graph.Core.dll
│   │       │   └── Microsoft.Graph.Core.xml
│   │       ├── xamarinios10
│   │       │   ├── Microsoft.Graph.Core.dll
│   │       │   └── Microsoft.Graph.Core.xml
│   │       └── xamarinmac20
│   │           ├── Microsoft.Graph.Core.dll
│   │           └── Microsoft.Graph.Core.xml
│   ├── Microsoft.Identity.Client.4.44.0
│   │   ├── Microsoft.Identity.Client.4.44.0.nupkg
│   │   └── lib
│   │       ├── monoandroid10.0
│   │       │   ├── Microsoft.Identity.Client.dll
│   │       │   └── Microsoft.Identity.Client.xml
│   │       ├── monoandroid90
│   │       │   ├── Microsoft.Identity.Client.dll
│   │       │   └── Microsoft.Identity.Client.xml
│   │       ├── net45
│   │       │   ├── Microsoft.Identity.Client.dll
│   │       │   └── Microsoft.Identity.Client.xml
│   │       ├── net461
│   │       │   ├── Microsoft.Identity.Client.dll
│   │       │   └── Microsoft.Identity.Client.xml
│   │       ├── net5.0-windows10.0.17763
│   │       │   ├── Microsoft.Identity.Client.dll
│   │       │   └── Microsoft.Identity.Client.xml
│   │       ├── netcoreapp2.1
│   │       │   ├── Microsoft.Identity.Client.dll
│   │       │   └── Microsoft.Identity.Client.xml
│   │       ├── netstandard1.3
│   │       │   ├── Microsoft.Identity.Client.dll
│   │       │   └── Microsoft.Identity.Client.xml
│   │       ├── uap10.0
│   │       │   ├── Microsoft.Identity.Client.dll
│   │       │   ├── Microsoft.Identity.Client.pri
│   │       │   └── Microsoft.Identity.Client.xml
│   │       ├── xamarinios10
│   │       │   ├── Microsoft.Identity.Client.dll
│   │       │   └── Microsoft.Identity.Client.xml
│   │       └── xamarinmac20
│   │           ├── Microsoft.Identity.Client.dll
│   │           └── Microsoft.Identity.Client.xml
│   ├── Microsoft.IdentityModel.Abstractions.6.19.0
│   │   ├── Microsoft.IdentityModel.Abstractions.6.19.0.nupkg
│   │   └── lib
│   │       ├── net45
│   │       │   ├── Microsoft.IdentityModel.Abstractions.dll
│   │       │   └── Microsoft.IdentityModel.Abstractions.xml
│   │       ├── net461
│   │       │   ├── Microsoft.IdentityModel.Abstractions.dll
│   │       │   └── Microsoft.IdentityModel.Abstractions.xml
│   │       ├── net472
│   │       │   ├── Microsoft.IdentityModel.Abstractions.dll
│   │       │   └── Microsoft.IdentityModel.Abstractions.xml
│   │       └── netstandard2.0
│   │           ├── Microsoft.IdentityModel.Abstractions.dll
│   │           └── Microsoft.IdentityModel.Abstractions.xml
│   ├── Microsoft.IdentityModel.JsonWebTokens.6.19.0
│   │   ├── Microsoft.IdentityModel.JsonWebTokens.6.19.0.nupkg
│   │   └── lib
│   │       ├── net45
│   │       │   ├── Microsoft.IdentityModel.JsonWebTokens.dll
│   │       │   └── Microsoft.IdentityModel.JsonWebTokens.xml
│   │       ├── net461
│   │       │   ├── Microsoft.IdentityModel.JsonWebTokens.dll
│   │       │   └── Microsoft.IdentityModel.JsonWebTokens.xml
│   │       ├── net472
│   │       │   ├── Microsoft.IdentityModel.JsonWebTokens.dll
│   │       │   └── Microsoft.IdentityModel.JsonWebTokens.xml
│   │       └── netstandard2.0
│   │           ├── Microsoft.IdentityModel.JsonWebTokens.dll
│   │           └── Microsoft.IdentityModel.JsonWebTokens.xml
│   ├── Microsoft.IdentityModel.Logging.6.19.0
│   │   ├── Microsoft.IdentityModel.Logging.6.19.0.nupkg
│   │   └── lib
│   │       ├── net45
│   │       │   ├── Microsoft.IdentityModel.Logging.dll
│   │       │   └── Microsoft.IdentityModel.Logging.xml
│   │       ├── net461
│   │       │   ├── Microsoft.IdentityModel.Logging.dll
│   │       │   └── Microsoft.IdentityModel.Logging.xml
│   │       ├── net472
│   │       │   ├── Microsoft.IdentityModel.Logging.dll
│   │       │   └── Microsoft.IdentityModel.Logging.xml
│   │       └── netstandard2.0
│   │           ├── Microsoft.IdentityModel.Logging.dll
│   │           └── Microsoft.IdentityModel.Logging.xml
│   ├── Microsoft.IdentityModel.Protocols.6.19.0
│   │   ├── Microsoft.IdentityModel.Protocols.6.19.0.nupkg
│   │   └── lib
│   │       ├── net45
│   │       │   ├── Microsoft.IdentityModel.Protocols.dll
│   │       │   └── Microsoft.IdentityModel.Protocols.xml
│   │       ├── net461
│   │       │   ├── Microsoft.IdentityModel.Protocols.dll
│   │       │   └── Microsoft.IdentityModel.Protocols.xml
│   │       ├── net472
│   │       │   ├── Microsoft.IdentityModel.Protocols.dll
│   │       │   └── Microsoft.IdentityModel.Protocols.xml
│   │       └── netstandard2.0
│   │           ├── Microsoft.IdentityModel.Protocols.dll
│   │           └── Microsoft.IdentityModel.Protocols.xml
│   ├── Microsoft.IdentityModel.Protocols.OpenIdConnect.6.19.0
│   │   ├── Microsoft.IdentityModel.Protocols.OpenIdConnect.6.19.0.nupkg
│   │   └── lib
│   │       ├── net45
│   │       │   ├── Microsoft.IdentityModel.Protocols.OpenIdConnect.dll
│   │       │   └── Microsoft.IdentityModel.Protocols.OpenIdConnect.xml
│   │       ├── net461
│   │       │   ├── Microsoft.IdentityModel.Protocols.OpenIdConnect.dll
│   │       │   └── Microsoft.IdentityModel.Protocols.OpenIdConnect.xml
│   │       ├── net472
│   │       │   ├── Microsoft.IdentityModel.Protocols.OpenIdConnect.dll
│   │       │   └── Microsoft.IdentityModel.Protocols.OpenIdConnect.xml
│   │       └── netstandard2.0
│   │           ├── Microsoft.IdentityModel.Protocols.OpenIdConnect.dll
│   │           └── Microsoft.IdentityModel.Protocols.OpenIdConnect.xml
│   ├── Microsoft.IdentityModel.Tokens.6.19.0
│   │   ├── Microsoft.IdentityModel.Tokens.6.19.0.nupkg
│   │   └── lib
│   │       ├── net45
│   │       │   ├── Microsoft.IdentityModel.Tokens.dll
│   │       │   └── Microsoft.IdentityModel.Tokens.xml
│   │       ├── net461
│   │       │   ├── Microsoft.IdentityModel.Tokens.dll
│   │       │   └── Microsoft.IdentityModel.Tokens.xml
│   │       ├── net472
│   │       │   ├── Microsoft.IdentityModel.Tokens.dll
│   │       │   └── Microsoft.IdentityModel.Tokens.xml
│   │       └── netstandard2.0
│   │           ├── Microsoft.IdentityModel.Tokens.dll
│   │           └── Microsoft.IdentityModel.Tokens.xml
│   ├── Microsoft.NETCore.Platforms.6.0.4
│   │   ├── Icon.png
│   │   ├── LICENSE.TXT
│   │   ├── Microsoft.NETCore.Platforms.6.0.4.nupkg
│   │   ├── THIRD-PARTY-NOTICES.TXT
│   │   ├── lib
│   │   │   └── netstandard1.0
│   │   │       └── _._
│   │   ├── runtime.json
│   │   └── useSharedDesignerContext.txt
│   ├── Microsoft.VisualBasic.10.3.0
│   │   ├── LICENSE.TXT
│   │   ├── Microsoft.VisualBasic.10.3.0.nupkg
│   │   ├── THIRD-PARTY-NOTICES.TXT
│   │   ├── lib
│   │   │   ├── net45
│   │   │   │   └── _._
│   │   │   ├── netcore50
│   │   │   │   └── Microsoft.VisualBasic.dll
│   │   │   ├── netcoreapp2.0
│   │   │   │   └── _._
│   │   │   ├── netstandard1.3
│   │   │   │   └── Microsoft.VisualBasic.dll
│   │   │   ├── netstandard2.0
│   │   │   │   └── Microsoft.VisualBasic.dll
│   │   │   ├── portable-net45 win8 wpa81
│   │   │   │   └── _._
│   │   │   ├── uap10.0.16299
│   │   │   │   └── _._
│   │   │   ├── win8
│   │   │   │   └── _._
│   │   │   └── wpa81
│   │   │       └── _._
│   │   ├── ref
│   │   │   ├── net45
│   │   │   │   └── _._
│   │   │   ├── netcore50
│   │   │   │   ├── Microsoft.VisualBasic.dll
│   │   │   │   ├── Microsoft.VisualBasic.xml
│   │   │   │   ├── de
│   │   │   │   ├── es
│   │   │   │   ├── fr
│   │   │   │   ├── it
│   │   │   │   ├── ja
│   │   │   │   ├── ko
│   │   │   │   ├── ru
│   │   │   │   ├── zh-hans
│   │   │   │   └── zh-hant
│   │   │   ├── netcoreapp2.0
│   │   │   │   └── _._
│   │   │   ├── netstandard1.1
│   │   │   │   ├── Microsoft.VisualBasic.dll
│   │   │   │   ├── Microsoft.VisualBasic.xml
│   │   │   │   ├── de
│   │   │   │   ├── es
│   │   │   │   ├── fr
│   │   │   │   ├── it
│   │   │   │   ├── ja
│   │   │   │   ├── ko
│   │   │   │   ├── ru
│   │   │   │   ├── zh-hans
│   │   │   │   └── zh-hant
│   │   │   ├── netstandard2.0
│   │   │   │   ├── Microsoft.VisualBasic.dll
│   │   │   │   └── Microsoft.VisualBasic.xml
│   │   │   ├── portable-net45 win8 wpa81
│   │   │   │   └── _._
│   │   │   ├── uap10.0.16299
│   │   │   │   └── _._
│   │   │   ├── win8
│   │   │   │   └── _._
│   │   │   └── wpa81
│   │   │       └── _._
│   │   ├── useSharedDesignerContext.txt
│   │   └── version.txt
│   ├── Microsoft.Win32.Primitives.4.3.0
│   │   ├── Microsoft.Win32.Primitives.4.3.0.nupkg
│   │   ├── ThirdPartyNotices.txt
│   │   ├── dotnet_library_license.txt
│   │   ├── lib
│   │   │   ├── MonoAndroid10
│   │   │   │   └── _._
│   │   │   ├── MonoTouch10
│   │   │   │   └── _._
│   │   │   ├── net46
│   │   │   │   └── Microsoft.Win32.Primitives.dll
│   │   │   ├── xamarinios10
│   │   │   │   └── _._
│   │   │   ├── xamarinmac20
│   │   │   │   └── _._
│   │   │   ├── xamarintvos10
│   │   │   │   └── _._
│   │   │   └── xamarinwatchos10
│   │   │       └── _._
│   │   └── ref
│   │       ├── MonoAndroid10
│   │       │   └── _._
│   │       ├── MonoTouch10
│   │       │   └── _._
│   │       ├── net46
│   │       │   └── Microsoft.Win32.Primitives.dll
│   │       ├── netstandard1.3
│   │       │   ├── Microsoft.Win32.Primitives.dll
│   │       │   ├── Microsoft.Win32.Primitives.xml
│   │       │   ├── de
│   │       │   ├── es
│   │       │   ├── fr
│   │       │   ├── it
│   │       │   ├── ja
│   │       │   ├── ko
│   │       │   ├── ru
│   │       │   ├── zh-hans
│   │       │   └── zh-hant
│   │       ├── xamarinios10
│   │       │   └── _._
│   │       ├── xamarinmac20
│   │       │   └── _._
│   │       ├── xamarintvos10
│   │       │   └── _._
│   │       └── xamarinwatchos10
│   │           └── _._
│   ├── NETStandard.Library.2.0.3
│   │   ├── LICENSE.TXT
│   │   ├── NETStandard.Library.2.0.3.nupkg
│   │   ├── THIRD-PARTY-NOTICES.TXT
│   │   ├── build
│   │   │   └── netstandard2.0
│   │   │       ├── NETStandard.Library.targets
│   │   │       └── ref
│   │   └── lib
│   │       └── netstandard1.0
│   │           └── _._
│   ├── Newtonsoft.Json.13.0.1
│   │   ├── LICENSE.md
│   │   ├── Newtonsoft.Json.13.0.1.nupkg
│   │   ├── lib
│   │   │   ├── net20
│   │   │   │   ├── Newtonsoft.Json.dll
│   │   │   │   └── Newtonsoft.Json.xml
│   │   │   ├── net35
│   │   │   │   ├── Newtonsoft.Json.dll
│   │   │   │   └── Newtonsoft.Json.xml
│   │   │   ├── net40
│   │   │   │   ├── Newtonsoft.Json.dll
│   │   │   │   └── Newtonsoft.Json.xml
│   │   │   ├── net45
│   │   │   │   ├── Newtonsoft.Json.dll
│   │   │   │   └── Newtonsoft.Json.xml
│   │   │   ├── netstandard1.0
│   │   │   │   ├── Newtonsoft.Json.dll
│   │   │   │   └── Newtonsoft.Json.xml
│   │   │   ├── netstandard1.3
│   │   │   │   ├── Newtonsoft.Json.dll
│   │   │   │   └── Newtonsoft.Json.xml
│   │   │   └── netstandard2.0
│   │   │       ├── Newtonsoft.Json.dll
│   │   │       └── Newtonsoft.Json.xml
│   │   └── packageIcon.png
│   ├── SunnyUI.3.2.0
│   │   ├── LICENSE
│   │   ├── SunnyUI.3.2.0.nupkg
│   │   ├── SunnyUI.png
│   │   └── lib
│   │       ├── net40
│   │       │   └── SunnyUI.dll
│   │       ├── net472
│   │       │   └── SunnyUI.dll
│   │       └── net6.0-windows7.0
│   │           └── SunnyUI.dll
│   ├── SunnyUI.Common.3.2.0
│   │   ├── SunnyUI.Common.3.2.0.nupkg
│   │   ├── SunnyUI.png
│   │   └── lib
│   │       ├── net40
│   │       │   └── SunnyUI.Common.dll
│   │       └── netstandard2.0
│   │           └── SunnyUI.Common.dll
│   ├── System.AppContext.4.3.0
│   │   ├── System.AppContext.4.3.0.nupkg
│   │   ├── ThirdPartyNotices.txt
│   │   ├── dotnet_library_license.txt
│   │   ├── lib
│   │   │   ├── MonoAndroid10
│   │   │   │   └── _._
│   │   │   ├── MonoTouch10
│   │   │   │   └── _._
│   │   │   ├── net46
│   │   │   │   └── System.AppContext.dll
│   │   │   ├── net463
│   │   │   │   └── System.AppContext.dll
│   │   │   ├── netcore50
│   │   │   │   └── System.AppContext.dll
│   │   │   ├── netstandard1.6
│   │   │   │   └── System.AppContext.dll
│   │   │   ├── xamarinios10
│   │   │   │   └── _._
│   │   │   ├── xamarinmac20
│   │   │   │   └── _._
│   │   │   ├── xamarintvos10
│   │   │   │   └── _._
│   │   │   └── xamarinwatchos10
│   │   │       └── _._
│   │   ├── ref
│   │   │   ├── MonoAndroid10
│   │   │   │   └── _._
│   │   │   ├── MonoTouch10
│   │   │   │   └── _._
│   │   │   ├── net46
│   │   │   │   └── System.AppContext.dll
│   │   │   ├── net463
│   │   │   │   └── System.AppContext.dll
│   │   │   ├── netstandard
│   │   │   │   └── _._
│   │   │   ├── netstandard1.3
│   │   │   │   ├── System.AppContext.dll
│   │   │   │   ├── System.AppContext.xml
│   │   │   │   ├── de
│   │   │   │   ├── es
│   │   │   │   ├── fr
│   │   │   │   ├── it
│   │   │   │   ├── ja
│   │   │   │   ├── ko
│   │   │   │   ├── ru
│   │   │   │   ├── zh-hans
│   │   │   │   └── zh-hant
│   │   │   ├── netstandard1.6
│   │   │   │   ├── System.AppContext.dll
│   │   │   │   ├── System.AppContext.xml
│   │   │   │   ├── de
│   │   │   │   ├── es
│   │   │   │   ├── fr
│   │   │   │   ├── it
│   │   │   │   ├── ja
│   │   │   │   ├── ko
│   │   │   │   ├── ru
│   │   │   │   ├── zh-hans
│   │   │   │   └── zh-hant
│   │   │   ├── xamarinios10
│   │   │   │   └── _._
│   │   │   ├── xamarinmac20
│   │   │   │   └── _._
│   │   │   ├── xamarintvos10
│   │   │   │   └── _._
│   │   │   └── xamarinwatchos10
│   │   │       └── _._
│   │   └── runtimes
│   │       └── aot
│   │           └── lib
│   ├── System.Buffers.4.5.1
│   │   ├── LICENSE.TXT
│   │   ├── System.Buffers.4.5.1.nupkg
│   │   ├── THIRD-PARTY-NOTICES.TXT
│   │   ├── lib
│   │   │   ├── net461
│   │   │   │   ├── System.Buffers.dll
│   │   │   │   └── System.Buffers.xml
│   │   │   ├── netcoreapp2.0
│   │   │   │   └── _._
│   │   │   ├── netstandard1.1
│   │   │   │   ├── System.Buffers.dll
│   │   │   │   └── System.Buffers.xml
│   │   │   ├── netstandard2.0
│   │   │   │   ├── System.Buffers.dll
│   │   │   │   └── System.Buffers.xml
│   │   │   └── uap10.0.16299
│   │   │       └── _._
│   │   ├── ref
│   │   │   ├── net45
│   │   │   │   ├── System.Buffers.dll
│   │   │   │   └── System.Buffers.xml
│   │   │   ├── netcoreapp2.0
│   │   │   │   └── _._
│   │   │   ├── netstandard1.1
│   │   │   │   ├── System.Buffers.dll
│   │   │   │   └── System.Buffers.xml
│   │   │   ├── netstandard2.0
│   │   │   │   ├── System.Buffers.dll
│   │   │   │   └── System.Buffers.xml
│   │   │   └── uap10.0.16299
│   │   │       └── _._
│   │   ├── useSharedDesignerContext.txt
│   │   └── version.txt
│   ├── System.CodeDom.6.0.0
│   │   ├── Icon.png
│   │   ├── LICENSE.TXT
│   │   ├── System.CodeDom.6.0.0.nupkg
│   │   ├── THIRD-PARTY-NOTICES.TXT
│   │   ├── buildTransitive
│   │   │   ├── netcoreapp2.0
│   │   │   │   └── System.CodeDom.targets
│   │   │   └── netcoreapp3.1
│   │   │       └── _._
│   │   ├── lib
│   │   │   ├── net461
│   │   │   │   ├── System.CodeDom.dll
│   │   │   │   └── System.CodeDom.xml
│   │   │   ├── net6.0
│   │   │   │   ├── System.CodeDom.dll
│   │   │   │   └── System.CodeDom.xml
│   │   │   └── netstandard2.0
│   │   │       ├── System.CodeDom.dll
│   │   │       └── System.CodeDom.xml
│   │   └── useSharedDesignerContext.txt
│   ├── System.Collections.4.3.0
│   │   ├── System.Collections.4.3.0.nupkg
│   │   ├── ThirdPartyNotices.txt
│   │   ├── dotnet_library_license.txt
│   │   ├── lib
│   │   │   ├── MonoAndroid10
│   │   │   │   └── _._
│   │   │   ├── MonoTouch10
│   │   │   │   └── _._
│   │   │   ├── net45
│   │   │   │   └── _._
│   │   │   ├── portable-net45 win8 wp8 wpa81
│   │   │   │   └── _._
│   │   │   ├── win8
│   │   │   │   └── _._
│   │   │   ├── wp80
│   │   │   │   └── _._
│   │   │   ├── wpa81
│   │   │   │   └── _._
│   │   │   ├── xamarinios10
│   │   │   │   └── _._
│   │   │   ├── xamarinmac20
│   │   │   │   └── _._
│   │   │   ├── xamarintvos10
│   │   │   │   └── _._
│   │   │   └── xamarinwatchos10
│   │   │       └── _._
│   │   └── ref
│   │       ├── MonoAndroid10
│   │       │   └── _._
│   │       ├── MonoTouch10
│   │       │   └── _._
│   │       ├── net45
│   │       │   └── _._
│   │       ├── netcore50
│   │       │   ├── System.Collections.dll
│   │       │   ├── System.Collections.xml
│   │       │   ├── de
│   │       │   ├── es
│   │       │   ├── fr
│   │       │   ├── it
│   │       │   ├── ja
│   │       │   ├── ko
│   │       │   ├── ru
│   │       │   ├── zh-hans
│   │       │   └── zh-hant
│   │       ├── netstandard1.0
│   │       │   ├── System.Collections.dll
│   │       │   ├── System.Collections.xml
│   │       │   ├── de
│   │       │   ├── es
│   │       │   ├── fr
│   │       │   ├── it
│   │       │   ├── ja
│   │       │   ├── ko
│   │       │   ├── ru
│   │       │   ├── zh-hans
│   │       │   └── zh-hant
│   │       ├── netstandard1.3
│   │       │   ├── System.Collections.dll
│   │       │   ├── System.Collections.xml
│   │       │   ├── de
│   │       │   ├── es
│   │       │   ├── fr
│   │       │   ├── it
│   │       │   ├── ja
│   │       │   ├── ko
│   │       │   ├── ru
│   │       │   ├── zh-hans
│   │       │   └── zh-hant
│   │       ├── portable-net45 win8 wp8 wpa81
│   │       │   └── _._
│   │       ├── win8
│   │       │   └── _._
│   │       ├── wp80
│   │       │   └── _._
│   │       ├── wpa81
│   │       │   └── _._
│   │       ├── xamarinios10
│   │       │   └── _._
│   │       ├── xamarinmac20
│   │       │   └── _._
│   │       ├── xamarintvos10
│   │       │   └── _._
│   │       └── xamarinwatchos10
│   │           └── _._
│   ├── System.Collections.Concurrent.4.3.0
│   │   ├── System.Collections.Concurrent.4.3.0.nupkg
│   │   ├── ThirdPartyNotices.txt
│   │   ├── dotnet_library_license.txt
│   │   ├── lib
│   │   │   ├── MonoAndroid10
│   │   │   │   └── _._
│   │   │   ├── MonoTouch10
│   │   │   │   └── _._
│   │   │   ├── net45
│   │   │   │   └── _._
│   │   │   ├── netcore50
│   │   │   │   └── System.Collections.Concurrent.dll
│   │   │   ├── netstandard1.3
│   │   │   │   └── System.Collections.Concurrent.dll
│   │   │   ├── portable-net45 win8 wpa81
│   │   │   │   └── _._
│   │   │   ├── win8
│   │   │   │   └── _._
│   │   │   ├── wpa81
│   │   │   │   └── _._
│   │   │   ├── xamarinios10
│   │   │   │   └── _._
│   │   │   ├── xamarinmac20
│   │   │   │   └── _._
│   │   │   ├── xamarintvos10
│   │   │   │   └── _._
│   │   │   └── xamarinwatchos10
│   │   │       └── _._
│   │   └── ref
│   │       ├── MonoAndroid10
│   │       │   └── _._
│   │       ├── MonoTouch10
│   │       │   └── _._
│   │       ├── net45
│   │       │   └── _._
│   │       ├── netcore50
│   │       │   ├── System.Collections.Concurrent.dll
│   │       │   ├── System.Collections.Concurrent.xml
│   │       │   ├── de
│   │       │   ├── es
│   │       │   ├── fr
│   │       │   ├── it
│   │       │   ├── ja
│   │       │   ├── ko
│   │       │   ├── ru
│   │       │   ├── zh-hans
│   │       │   └── zh-hant
│   │       ├── netstandard1.1
│   │       │   ├── System.Collections.Concurrent.dll
│   │       │   ├── System.Collections.Concurrent.xml
│   │       │   ├── de
│   │       │   ├── es
│   │       │   ├── fr
│   │       │   ├── it
│   │       │   ├── ja
│   │       │   ├── ko
│   │       │   ├── ru
│   │       │   ├── zh-hans
│   │       │   └── zh-hant
│   │       ├── netstandard1.3
│   │       │   ├── System.Collections.Concurrent.dll
│   │       │   ├── System.Collections.Concurrent.xml
│   │       │   ├── de
│   │       │   ├── es
│   │       │   ├── fr
│   │       │   ├── it
│   │       │   ├── ja
│   │       │   ├── ko
│   │       │   ├── ru
│   │       │   ├── zh-hans
│   │       │   └── zh-hant
│   │       ├── portable-net45 win8 wpa81
│   │       │   └── _._
│   │       ├── win8
│   │       │   └── _._
│   │       ├── wpa81
│   │       │   └── _._
│   │       ├── xamarinios10
│   │       │   └── _._
│   │       ├── xamarinmac20
│   │       │   └── _._
│   │       ├── xamarintvos10
│   │       │   └── _._
│   │       └── xamarinwatchos10
│   │           └── _._
│   ├── System.Collections.Immutable.6.0.0
│   │   ├── Icon.png
│   │   ├── LICENSE.TXT
│   │   ├── System.Collections.Immutable.6.0.0.nupkg
│   │   ├── THIRD-PARTY-NOTICES.TXT
│   │   ├── buildTransitive
│   │   │   ├── netcoreapp2.0
│   │   │   │   └── System.Collections.Immutable.targets
│   │   │   └── netcoreapp3.1
│   │   │       └── _._
│   │   ├── lib
│   │   │   ├── net461
│   │   │   │   ├── System.Collections.Immutable.dll
│   │   │   │   └── System.Collections.Immutable.xml
│   │   │   ├── net6.0
│   │   │   │   ├── System.Collections.Immutable.dll
│   │   │   │   └── System.Collections.Immutable.xml
│   │   │   └── netstandard2.0
│   │   │       ├── System.Collections.Immutable.dll
│   │   │       └── System.Collections.Immutable.xml
│   │   └── useSharedDesignerContext.txt
│   ├── System.Configuration.ConfigurationManager.6.0.0
│   │   ├── Icon.png
│   │   ├── LICENSE.TXT
│   │   ├── System.Configuration.ConfigurationManager.6.0.0.nupkg
│   │   ├── THIRD-PARTY-NOTICES.TXT
│   │   ├── buildTransitive
│   │   │   ├── netcoreapp2.0
│   │   │   │   └── System.Configuration.ConfigurationManager.targets
│   │   │   └── netcoreapp3.1
│   │   │       └── _._
│   │   ├── lib
│   │   │   ├── net461
│   │   │   │   ├── System.Configuration.ConfigurationManager.dll
│   │   │   │   └── System.Configuration.ConfigurationManager.xml
│   │   │   ├── net6.0
│   │   │   │   ├── System.Configuration.ConfigurationManager.dll
│   │   │   │   └── System.Configuration.ConfigurationManager.xml
│   │   │   └── netstandard2.0
│   │   │       ├── System.Configuration.ConfigurationManager.dll
│   │   │       └── System.Configuration.ConfigurationManager.xml
│   │   ├── runtimes
│   │   │   └── win
│   │   │       └── lib
│   │   └── useSharedDesignerContext.txt
│   ├── System.Console.4.3.1
│   │   ├── System.Console.4.3.1.nupkg
│   │   ├── ThirdPartyNotices.txt
│   │   ├── dotnet_library_license.txt
│   │   ├── lib
│   │   │   ├── MonoAndroid10
│   │   │   │   └── _._
│   │   │   ├── MonoTouch10
│   │   │   │   └── _._
│   │   │   ├── net46
│   │   │   │   └── System.Console.dll
│   │   │   ├── xamarinios10
│   │   │   │   └── _._
│   │   │   ├── xamarinmac20
│   │   │   │   └── _._
│   │   │   ├── xamarintvos10
│   │   │   │   └── _._
│   │   │   └── xamarinwatchos10
│   │   │       └── _._
│   │   └── ref
│   │       ├── MonoAndroid10
│   │       │   └── _._
│   │       ├── MonoTouch10
│   │       │   └── _._
│   │       ├── net46
│   │       │   └── System.Console.dll
│   │       ├── netstandard1.3
│   │       │   ├── System.Console.dll
│   │       │   ├── System.Console.xml
│   │       │   ├── de
│   │       │   ├── es
│   │       │   ├── fr
│   │       │   ├── it
│   │       │   ├── ja
│   │       │   ├── ko
│   │       │   ├── ru
│   │       │   ├── zh-hans
│   │       │   └── zh-hant
│   │       ├── xamarinios10
│   │       │   └── _._
│   │       ├── xamarinmac20
│   │       │   └── _._
│   │       ├── xamarintvos10
│   │       │   └── _._
│   │       └── xamarinwatchos10
│   │           └── _._
│   ├── System.Diagnostics.Debug.4.3.0
│   │   ├── System.Diagnostics.Debug.4.3.0.nupkg
│   │   ├── ThirdPartyNotices.txt
│   │   ├── dotnet_library_license.txt
│   │   ├── lib
│   │   │   ├── MonoAndroid10
│   │   │   │   └── _._
│   │   │   ├── MonoTouch10
│   │   │   │   └── _._
│   │   │   ├── net45
│   │   │   │   └── _._
│   │   │   ├── portable-net45 win8 wp8 wpa81
│   │   │   │   └── _._
│   │   │   ├── win8
│   │   │   │   └── _._
│   │   │   ├── wp80
│   │   │   │   └── _._
│   │   │   ├── wpa81
│   │   │   │   └── _._
│   │   │   ├── xamarinios10
│   │   │   │   └── _._
│   │   │   ├── xamarinmac20
│   │   │   │   └── _._
│   │   │   ├── xamarintvos10
│   │   │   │   └── _._
│   │   │   └── xamarinwatchos10
│   │   │       └── _._
│   │   └── ref
│   │       ├── MonoAndroid10
│   │       │   └── _._
│   │       ├── MonoTouch10
│   │       │   └── _._
│   │       ├── net45
│   │       │   └── _._
│   │       ├── netcore50
│   │       │   ├── System.Diagnostics.Debug.dll
│   │       │   ├── System.Diagnostics.Debug.xml
│   │       │   ├── de
│   │       │   ├── es
│   │       │   ├── fr
│   │       │   ├── it
│   │       │   ├── ja
│   │       │   ├── ko
│   │       │   ├── ru
│   │       │   ├── zh-hans
│   │       │   └── zh-hant
│   │       ├── netstandard1.0
│   │       │   ├── System.Diagnostics.Debug.dll
│   │       │   ├── System.Diagnostics.Debug.xml
│   │       │   ├── de
│   │       │   ├── es
│   │       │   ├── fr
│   │       │   ├── it
│   │       │   ├── ja
│   │       │   ├── ko
│   │       │   ├── ru
│   │       │   ├── zh-hans
│   │       │   └── zh-hant
│   │       ├── netstandard1.3
│   │       │   ├── System.Diagnostics.Debug.dll
│   │       │   ├── System.Diagnostics.Debug.xml
│   │       │   ├── de
│   │       │   ├── es
│   │       │   ├── fr
│   │       │   ├── it
│   │       │   ├── ja
│   │       │   ├── ko
│   │       │   ├── ru
│   │       │   ├── zh-hans
│   │       │   └── zh-hant
│   │       ├── portable-net45 win8 wp8 wpa81
│   │       │   └── _._
│   │       ├── win8
│   │       │   └── _._
│   │       ├── wp80
│   │       │   └── _._
│   │       ├── wpa81
│   │       │   └── _._
│   │       ├── xamarinios10
│   │       │   └── _._
│   │       ├── xamarinmac20
│   │       │   └── _._
│   │       ├── xamarintvos10
│   │       │   └── _._
│   │       └── xamarinwatchos10
│   │           └── _._
│   ├── System.Diagnostics.DiagnosticSource.6.0.0
│   │   ├── Icon.png
│   │   ├── LICENSE.TXT
│   │   ├── System.Diagnostics.DiagnosticSource.6.0.0.nupkg
│   │   ├── THIRD-PARTY-NOTICES.TXT
│   │   ├── buildTransitive
│   │   │   ├── netcoreapp2.0
│   │   │   │   └── System.Diagnostics.DiagnosticSource.targets
│   │   │   └── netcoreapp3.1
│   │   │       └── _._
│   │   ├── lib
│   │   │   ├── net461
│   │   │   │   ├── System.Diagnostics.DiagnosticSource.dll
│   │   │   │   └── System.Diagnostics.DiagnosticSource.xml
│   │   │   ├── net5.0
│   │   │   │   ├── System.Diagnostics.DiagnosticSource.dll
│   │   │   │   └── System.Diagnostics.DiagnosticSource.xml
│   │   │   ├── net6.0
│   │   │   │   ├── System.Diagnostics.DiagnosticSource.dll
│   │   │   │   └── System.Diagnostics.DiagnosticSource.xml
│   │   │   └── netstandard2.0
│   │   │       ├── System.Diagnostics.DiagnosticSource.dll
│   │   │       └── System.Diagnostics.DiagnosticSource.xml
│   │   └── useSharedDesignerContext.txt
│   ├── System.Diagnostics.Tools.4.3.0
│   │   ├── System.Diagnostics.Tools.4.3.0.nupkg
│   │   ├── ThirdPartyNotices.txt
│   │   ├── dotnet_library_license.txt
│   │   ├── lib
│   │   │   ├── MonoAndroid10
│   │   │   │   └── _._
│   │   │   ├── MonoTouch10
│   │   │   │   └── _._
│   │   │   ├── net45
│   │   │   │   └── _._
│   │   │   ├── portable-net45 win8 wp8 wpa81
│   │   │   │   └── _._
│   │   │   ├── win8
│   │   │   │   └── _._
│   │   │   ├── wp80
│   │   │   │   └── _._
│   │   │   ├── wpa81
│   │   │   │   └── _._
│   │   │   ├── xamarinios10
│   │   │   │   └── _._
│   │   │   ├── xamarinmac20
│   │   │   │   └── _._
│   │   │   ├── xamarintvos10
│   │   │   │   └── _._
│   │   │   └── xamarinwatchos10
│   │   │       └── _._
│   │   └── ref
│   │       ├── MonoAndroid10
│   │       │   └── _._
│   │       ├── MonoTouch10
│   │       │   └── _._
│   │       ├── net45
│   │       │   └── _._
│   │       ├── netcore50
│   │       │   ├── System.Diagnostics.Tools.dll
│   │       │   ├── System.Diagnostics.Tools.xml
│   │       │   ├── de
│   │       │   ├── es
│   │       │   ├── fr
│   │       │   ├── it
│   │       │   ├── ja
│   │       │   ├── ko
│   │       │   ├── ru
│   │       │   ├── zh-hans
│   │       │   └── zh-hant
│   │       ├── netstandard1.0
│   │       │   ├── System.Diagnostics.Tools.dll
│   │       │   ├── System.Diagnostics.Tools.xml
│   │       │   ├── de
│   │       │   ├── es
│   │       │   ├── fr
│   │       │   ├── it
│   │       │   ├── ja
│   │       │   ├── ko
│   │       │   ├── ru
│   │       │   ├── zh-hans
│   │       │   └── zh-hant
│   │       ├── portable-net45 win8 wp8 wpa81
│   │       │   └── _._
│   │       ├── win8
│   │       │   └── _._
│   │       ├── wp80
│   │       │   └── _._
│   │       ├── wpa81
│   │       │   └── _._
│   │       ├── xamarinios10
│   │       │   └── _._
│   │       ├── xamarinmac20
│   │       │   └── _._
│   │       ├── xamarintvos10
│   │       │   └── _._
│   │       └── xamarinwatchos10
│   │           └── _._
│   ├── System.Diagnostics.Tracing.4.3.0
│   │   ├── System.Diagnostics.Tracing.4.3.0.nupkg
│   │   ├── ThirdPartyNotices.txt
│   │   ├── dotnet_library_license.txt
│   │   ├── lib
│   │   │   ├── MonoAndroid10
│   │   │   │   └── _._
│   │   │   ├── MonoTouch10
│   │   │   │   └── _._
│   │   │   ├── net45
│   │   │   │   └── _._
│   │   │   ├── net462
│   │   │   │   └── System.Diagnostics.Tracing.dll
│   │   │   ├── portable-net45 win8 wpa81
│   │   │   │   └── _._
│   │   │   ├── win8
│   │   │   │   └── _._
│   │   │   ├── wpa81
│   │   │   │   └── _._
│   │   │   ├── xamarinios10
│   │   │   │   └── _._
│   │   │   ├── xamarinmac20
│   │   │   │   └── _._
│   │   │   ├── xamarintvos10
│   │   │   │   └── _._
│   │   │   └── xamarinwatchos10
│   │   │       └── _._
│   │   └── ref
│   │       ├── MonoAndroid10
│   │       │   └── _._
│   │       ├── MonoTouch10
│   │       │   └── _._
│   │       ├── net45
│   │       │   └── _._
│   │       ├── net462
│   │       │   └── System.Diagnostics.Tracing.dll
│   │       ├── netcore50
│   │       │   ├── System.Diagnostics.Tracing.dll
│   │       │   ├── System.Diagnostics.Tracing.xml
│   │       │   ├── de
│   │       │   ├── es
│   │       │   ├── fr
│   │       │   ├── it
│   │       │   ├── ja
│   │       │   ├── ko
│   │       │   ├── ru
│   │       │   ├── zh-hans
│   │       │   └── zh-hant
│   │       ├── netstandard1.1
│   │       │   ├── System.Diagnostics.Tracing.dll
│   │       │   ├── System.Diagnostics.Tracing.xml
│   │       │   ├── de
│   │       │   ├── es
│   │       │   ├── fr
│   │       │   ├── it
│   │       │   ├── ja
│   │       │   ├── ko
│   │       │   ├── ru
│   │       │   ├── zh-hans
│   │       │   └── zh-hant
│   │       ├── netstandard1.2
│   │       │   ├── System.Diagnostics.Tracing.dll
│   │       │   ├── System.Diagnostics.Tracing.xml
│   │       │   ├── de
│   │       │   ├── es
│   │       │   ├── fr
│   │       │   ├── it
│   │       │   ├── ja
│   │       │   ├── ko
│   │       │   ├── ru
│   │       │   ├── zh-hans
│   │       │   └── zh-hant
│   │       ├── netstandard1.3
│   │       │   ├── System.Diagnostics.Tracing.dll
│   │       │   ├── System.Diagnostics.Tracing.xml
│   │       │   ├── de
│   │       │   ├── es
│   │       │   ├── fr
│   │       │   ├── it
│   │       │   ├── ja
│   │       │   ├── ko
│   │       │   ├── ru
│   │       │   ├── zh-hans
│   │       │   └── zh-hant
│   │       ├── netstandard1.5
│   │       │   ├── System.Diagnostics.Tracing.dll
│   │       │   ├── System.Diagnostics.Tracing.xml
│   │       │   ├── de
│   │       │   ├── es
│   │       │   ├── fr
│   │       │   ├── it
│   │       │   ├── ja
│   │       │   ├── ko
│   │       │   ├── ru
│   │       │   ├── zh-hans
│   │       │   └── zh-hant
│   │       ├── portable-net45 win8 wpa81
│   │       │   └── _._
│   │       ├── win8
│   │       │   └── _._
│   │       ├── wpa81
│   │       │   └── _._
│   │       ├── xamarinios10
│   │       │   └── _._
│   │       ├── xamarinmac20
│   │       │   └── _._
│   │       ├── xamarintvos10
│   │       │   └── _._
│   │       └── xamarinwatchos10
│   │           └── _._
│   ├── System.Globalization.4.3.0
│   │   ├── System.Globalization.4.3.0.nupkg
│   │   ├── ThirdPartyNotices.txt
│   │   ├── dotnet_library_license.txt
│   │   ├── lib
│   │   │   ├── MonoAndroid10
│   │   │   │   └── _._
│   │   │   ├── MonoTouch10
│   │   │   │   └── _._
│   │   │   ├── net45
│   │   │   │   └── _._
│   │   │   ├── portable-net45 win8 wp8 wpa81
│   │   │   │   └── _._
│   │   │   ├── win8
│   │   │   │   └── _._
│   │   │   ├── wp80
│   │   │   │   └── _._
│   │   │   ├── wpa81
│   │   │   │   └── _._
│   │   │   ├── xamarinios10
│   │   │   │   └── _._
│   │   │   ├── xamarinmac20
│   │   │   │   └── _._
│   │   │   ├── xamarintvos10
│   │   │   │   └── _._
│   │   │   └── xamarinwatchos10
│   │   │       └── _._
│   │   └── ref
│   │       ├── MonoAndroid10
│   │       │   └── _._
│   │       ├── MonoTouch10
│   │       │   └── _._
│   │       ├── net45
│   │       │   └── _._
│   │       ├── netcore50
│   │       │   ├── System.Globalization.dll
│   │       │   ├── System.Globalization.xml
│   │       │   ├── de
│   │       │   ├── es
│   │       │   ├── fr
│   │       │   ├── it
│   │       │   ├── ja
│   │       │   ├── ko
│   │       │   ├── ru
│   │       │   ├── zh-hans
│   │       │   └── zh-hant
│   │       ├── netstandard1.0
│   │       │   ├── System.Globalization.dll
│   │       │   ├── System.Globalization.xml
│   │       │   ├── de
│   │       │   ├── es
│   │       │   ├── fr
│   │       │   ├── it
│   │       │   ├── ja
│   │       │   ├── ko
│   │       │   ├── ru
│   │       │   ├── zh-hans
│   │       │   └── zh-hant
│   │       ├── netstandard1.3
│   │       │   ├── System.Globalization.dll
│   │       │   ├── System.Globalization.xml
│   │       │   ├── de
│   │       │   ├── es
│   │       │   ├── fr
│   │       │   ├── it
│   │       │   ├── ja
│   │       │   ├── ko
│   │       │   ├── ru
│   │       │   ├── zh-hans
│   │       │   └── zh-hant
│   │       ├── portable-net45 win8 wp8 wpa81
│   │       │   └── _._
│   │       ├── win8
│   │       │   └── _._
│   │       ├── wp80
│   │       │   └── _._
│   │       ├── wpa81
│   │       │   └── _._
│   │       ├── xamarinios10
│   │       │   └── _._
│   │       ├── xamarinmac20
│   │       │   └── _._
│   │       ├── xamarintvos10
│   │       │   └── _._
│   │       └── xamarinwatchos10
│   │           └── _._
│   ├── System.Globalization.Calendars.4.3.0
│   │   ├── System.Globalization.Calendars.4.3.0.nupkg
│   │   ├── ThirdPartyNotices.txt
│   │   ├── dotnet_library_license.txt
│   │   ├── lib
│   │   │   ├── MonoAndroid10
│   │   │   │   └── _._
│   │   │   ├── MonoTouch10
│   │   │   │   └── _._
│   │   │   ├── net46
│   │   │   │   └── System.Globalization.Calendars.dll
│   │   │   ├── xamarinios10
│   │   │   │   └── _._
│   │   │   ├── xamarinmac20
│   │   │   │   └── _._
│   │   │   ├── xamarintvos10
│   │   │   │   └── _._
│   │   │   └── xamarinwatchos10
│   │   │       └── _._
│   │   └── ref
│   │       ├── MonoAndroid10
│   │       │   └── _._
│   │       ├── MonoTouch10
│   │       │   └── _._
│   │       ├── net46
│   │       │   └── System.Globalization.Calendars.dll
│   │       ├── netstandard1.3
│   │       │   ├── System.Globalization.Calendars.dll
│   │       │   ├── System.Globalization.Calendars.xml
│   │       │   ├── de
│   │       │   ├── es
│   │       │   ├── fr
│   │       │   ├── it
│   │       │   ├── ja
│   │       │   ├── ko
│   │       │   ├── ru
│   │       │   ├── zh-hans
│   │       │   └── zh-hant
│   │       ├── xamarinios10
│   │       │   └── _._
│   │       ├── xamarinmac20
│   │       │   └── _._
│   │       ├── xamarintvos10
│   │       │   └── _._
│   │       └── xamarinwatchos10
│   │           └── _._
│   ├── System.IO.4.3.0
│   │   ├── System.IO.4.3.0.nupkg
│   │   ├── ThirdPartyNotices.txt
│   │   ├── dotnet_library_license.txt
│   │   ├── lib
│   │   │   ├── MonoAndroid10
│   │   │   │   └── _._
│   │   │   ├── MonoTouch10
│   │   │   │   └── _._
│   │   │   ├── net45
│   │   │   │   └── _._
│   │   │   ├── net462
│   │   │   │   └── System.IO.dll
│   │   │   ├── portable-net45 win8 wp8 wpa81
│   │   │   │   └── _._
│   │   │   ├── win8
│   │   │   │   └── _._
│   │   │   ├── wp80
│   │   │   │   └── _._
│   │   │   ├── wpa81
│   │   │   │   └── _._
│   │   │   ├── xamarinios10
│   │   │   │   └── _._
│   │   │   ├── xamarinmac20
│   │   │   │   └── _._
│   │   │   ├── xamarintvos10
│   │   │   │   └── _._
│   │   │   └── xamarinwatchos10
│   │   │       └── _._
│   │   └── ref
│   │       ├── MonoAndroid10
│   │       │   └── _._
│   │       ├── MonoTouch10
│   │       │   └── _._
│   │       ├── net45
│   │       │   └── _._
│   │       ├── net462
│   │       │   └── System.IO.dll
│   │       ├── netcore50
│   │       │   ├── System.IO.dll
│   │       │   ├── System.IO.xml
│   │       │   ├── de
│   │       │   ├── es
│   │       │   ├── fr
│   │       │   ├── it
│   │       │   ├── ja
│   │       │   ├── ko
│   │       │   ├── ru
│   │       │   ├── zh-hans
│   │       │   └── zh-hant
│   │       ├── netstandard1.0
│   │       │   ├── System.IO.dll
│   │       │   ├── System.IO.xml
│   │       │   ├── de
│   │       │   ├── es
│   │       │   ├── fr
│   │       │   ├── it
│   │       │   ├── ja
│   │       │   ├── ko
│   │       │   ├── ru
│   │       │   ├── zh-hans
│   │       │   └── zh-hant
│   │       ├── netstandard1.3
│   │       │   ├── System.IO.dll
│   │       │   ├── System.IO.xml
│   │       │   ├── de
│   │       │   ├── es
│   │       │   ├── fr
│   │       │   ├── it
│   │       │   ├── ja
│   │       │   ├── ko
│   │       │   ├── ru
│   │       │   ├── zh-hans
│   │       │   └── zh-hant
│   │       ├── netstandard1.5
│   │       │   ├── System.IO.dll
│   │       │   ├── System.IO.xml
│   │       │   ├── de
│   │       │   ├── es
│   │       │   ├── fr
│   │       │   ├── it
│   │       │   ├── ja
│   │       │   ├── ko
│   │       │   ├── ru
│   │       │   ├── zh-hans
│   │       │   └── zh-hant
│   │       ├── portable-net45 win8 wp8 wpa81
│   │       │   └── _._
│   │       ├── win8
│   │       │   └── _._
│   │       ├── wp80
│   │       │   └── _._
│   │       ├── wpa81
│   │       │   └── _._
│   │       ├── xamarinios10
│   │       │   └── _._
│   │       ├── xamarinmac20
│   │       │   └── _._
│   │       ├── xamarintvos10
│   │       │   └── _._
│   │       └── xamarinwatchos10
│   │           └── _._
│   ├── System.IO.Compression.4.3.0
│   │   ├── System.IO.Compression.4.3.0.nupkg
│   │   ├── ThirdPartyNotices.txt
│   │   ├── dotnet_library_license.txt
│   │   ├── lib
│   │   │   ├── MonoAndroid10
│   │   │   │   └── _._
│   │   │   ├── MonoTouch10
│   │   │   │   └── _._
│   │   │   ├── net45
│   │   │   │   └── _._
│   │   │   ├── net46
│   │   │   │   └── System.IO.Compression.dll
│   │   │   ├── portable-net45 win8 wpa81
│   │   │   │   └── _._
│   │   │   ├── win8
│   │   │   │   └── _._
│   │   │   ├── wpa81
│   │   │   │   └── _._
│   │   │   ├── xamarinios10
│   │   │   │   └── _._
│   │   │   ├── xamarinmac20
│   │   │   │   └── _._
│   │   │   ├── xamarintvos10
│   │   │   │   └── _._
│   │   │   └── xamarinwatchos10
│   │   │       └── _._
│   │   ├── ref
│   │   │   ├── MonoAndroid10
│   │   │   │   └── _._
│   │   │   ├── MonoTouch10
│   │   │   │   └── _._
│   │   │   ├── net45
│   │   │   │   └── _._
│   │   │   ├── net46
│   │   │   │   └── System.IO.Compression.dll
│   │   │   ├── netcore50
│   │   │   │   ├── System.IO.Compression.dll
│   │   │   │   ├── System.IO.Compression.xml
│   │   │   │   ├── de
│   │   │   │   ├── es
│   │   │   │   ├── fr
│   │   │   │   ├── it
│   │   │   │   ├── ja
│   │   │   │   ├── ko
│   │   │   │   ├── ru
│   │   │   │   ├── zh-hans
│   │   │   │   └── zh-hant
│   │   │   ├── netstandard1.1
│   │   │   │   ├── System.IO.Compression.dll
│   │   │   │   ├── System.IO.Compression.xml
│   │   │   │   ├── de
│   │   │   │   ├── es
│   │   │   │   ├── fr
│   │   │   │   ├── it
│   │   │   │   ├── ja
│   │   │   │   ├── ko
│   │   │   │   ├── ru
│   │   │   │   ├── zh-hans
│   │   │   │   └── zh-hant
│   │   │   ├── netstandard1.3
│   │   │   │   ├── System.IO.Compression.dll
│   │   │   │   ├── System.IO.Compression.xml
│   │   │   │   ├── de
│   │   │   │   ├── es
│   │   │   │   ├── fr
│   │   │   │   ├── it
│   │   │   │   ├── ja
│   │   │   │   ├── ko
│   │   │   │   ├── ru
│   │   │   │   ├── zh-hans
│   │   │   │   └── zh-hant
│   │   │   ├── portable-net45 win8 wpa81
│   │   │   │   └── _._
│   │   │   ├── win8
│   │   │   │   └── _._
│   │   │   ├── wpa81
│   │   │   │   └── _._
│   │   │   ├── xamarinios10
│   │   │   │   └── _._
│   │   │   ├── xamarinmac20
│   │   │   │   └── _._
│   │   │   ├── xamarintvos10
│   │   │   │   └── _._
│   │   │   └── xamarinwatchos10
│   │   │       └── _._
│   │   └── runtimes
│   │       ├── unix
│   │       │   └── lib
│   │       └── win
│   │           └── lib
│   ├── System.IO.Compression.ZipFile.4.3.0
│   │   ├── System.IO.Compression.ZipFile.4.3.0.nupkg
│   │   ├── ThirdPartyNotices.txt
│   │   ├── dotnet_library_license.txt
│   │   ├── lib
│   │   │   ├── MonoAndroid10
│   │   │   │   └── _._
│   │   │   ├── MonoTouch10
│   │   │   │   └── _._
│   │   │   ├── net46
│   │   │   │   └── System.IO.Compression.ZipFile.dll
│   │   │   ├── netstandard1.3
│   │   │   │   └── System.IO.Compression.ZipFile.dll
│   │   │   ├── xamarinios10
│   │   │   │   └── _._
│   │   │   ├── xamarinmac20
│   │   │   │   └── _._
│   │   │   ├── xamarintvos10
│   │   │   │   └── _._
│   │   │   └── xamarinwatchos10
│   │   │       └── _._
│   │   └── ref
│   │       ├── MonoAndroid10
│   │       │   └── _._
│   │       ├── MonoTouch10
│   │       │   └── _._
│   │       ├── net46
│   │       │   └── System.IO.Compression.ZipFile.dll
│   │       ├── netstandard1.3
│   │       │   ├── System.IO.Compression.ZipFile.dll
│   │       │   ├── System.IO.Compression.ZipFile.xml
│   │       │   ├── de
│   │       │   ├── es
│   │       │   ├── fr
│   │       │   ├── it
│   │       │   ├── ja
│   │       │   ├── ko
│   │       │   ├── ru
│   │       │   ├── zh-hans
│   │       │   └── zh-hant
│   │       ├── xamarinios10
│   │       │   └── _._
│   │       ├── xamarinmac20
│   │       │   └── _._
│   │       ├── xamarintvos10
│   │       │   └── _._
│   │       └── xamarinwatchos10
│   │           └── _._
│   ├── System.IO.FileSystem.4.3.0
│   │   ├── System.IO.FileSystem.4.3.0.nupkg
│   │   ├── ThirdPartyNotices.txt
│   │   ├── dotnet_library_license.txt
│   │   ├── lib
│   │   │   ├── MonoAndroid10
│   │   │   │   └── _._
│   │   │   ├── MonoTouch10
│   │   │   │   └── _._
│   │   │   ├── net46
│   │   │   │   └── System.IO.FileSystem.dll
│   │   │   ├── xamarinios10
│   │   │   │   └── _._
│   │   │   ├── xamarinmac20
│   │   │   │   └── _._
│   │   │   ├── xamarintvos10
│   │   │   │   └── _._
│   │   │   └── xamarinwatchos10
│   │   │       └── _._
│   │   └── ref
│   │       ├── MonoAndroid10
│   │       │   └── _._
│   │       ├── MonoTouch10
│   │       │   └── _._
│   │       ├── net46
│   │       │   └── System.IO.FileSystem.dll
│   │       ├── netstandard1.3
│   │       │   ├── System.IO.FileSystem.dll
│   │       │   ├── System.IO.FileSystem.xml
│   │       │   ├── de
│   │       │   ├── es
│   │       │   ├── fr
│   │       │   ├── it
│   │       │   ├── ja
│   │       │   ├── ko
│   │       │   ├── ru
│   │       │   ├── zh-hans
│   │       │   └── zh-hant
│   │       ├── xamarinios10
│   │       │   └── _._
│   │       ├── xamarinmac20
│   │       │   └── _._
│   │       ├── xamarintvos10
│   │       │   └── _._
│   │       └── xamarinwatchos10
│   │           └── _._
│   ├── System.IO.FileSystem.Primitives.4.3.0
│   │   ├── System.IO.FileSystem.Primitives.4.3.0.nupkg
│   │   ├── ThirdPartyNotices.txt
│   │   ├── dotnet_library_license.txt
│   │   ├── lib
│   │   │   ├── MonoAndroid10
│   │   │   │   └── _._
│   │   │   ├── MonoTouch10
│   │   │   │   └── _._
│   │   │   ├── net46
│   │   │   │   └── System.IO.FileSystem.Primitives.dll
│   │   │   ├── netstandard1.3
│   │   │   │   └── System.IO.FileSystem.Primitives.dll
│   │   │   ├── xamarinios10
│   │   │   │   └── _._
│   │   │   ├── xamarinmac20
│   │   │   │   └── _._
│   │   │   ├── xamarintvos10
│   │   │   │   └── _._
│   │   │   └── xamarinwatchos10
│   │   │       └── _._
│   │   └── ref
│   │       ├── MonoAndroid10
│   │       │   └── _._
│   │       ├── MonoTouch10
│   │       │   └── _._
│   │       ├── net46
│   │       │   └── System.IO.FileSystem.Primitives.dll
│   │       ├── netstandard1.3
│   │       │   ├── System.IO.FileSystem.Primitives.dll
│   │       │   ├── System.IO.FileSystem.Primitives.xml
│   │       │   ├── de
│   │       │   ├── es
│   │       │   ├── fr
│   │       │   ├── it
│   │       │   ├── ja
│   │       │   ├── ko
│   │       │   ├── ru
│   │       │   ├── zh-hans
│   │       │   └── zh-hant
│   │       ├── xamarinios10
│   │       │   └── _._
│   │       ├── xamarinmac20
│   │       │   └── _._
│   │       ├── xamarintvos10
│   │       │   └── _._
│   │       └── xamarinwatchos10
│   │           └── _._
│   ├── System.IdentityModel.Tokens.Jwt.6.19.0
│   │   ├── System.IdentityModel.Tokens.Jwt.6.19.0.nupkg
│   │   └── lib
│   │       ├── net45
│   │       │   ├── System.IdentityModel.Tokens.Jwt.dll
│   │       │   └── System.IdentityModel.Tokens.Jwt.xml
│   │       ├── net461
│   │       │   ├── System.IdentityModel.Tokens.Jwt.dll
│   │       │   └── System.IdentityModel.Tokens.Jwt.xml
│   │       ├── net472
│   │       │   ├── System.IdentityModel.Tokens.Jwt.dll
│   │       │   └── System.IdentityModel.Tokens.Jwt.xml
│   │       └── netstandard2.0
│   │           ├── System.IdentityModel.Tokens.Jwt.dll
│   │           └── System.IdentityModel.Tokens.Jwt.xml
│   ├── System.Linq.4.3.0
│   │   ├── System.Linq.4.3.0.nupkg
│   │   ├── ThirdPartyNotices.txt
│   │   ├── dotnet_library_license.txt
│   │   ├── lib
│   │   │   ├── MonoAndroid10
│   │   │   │   └── _._
│   │   │   ├── MonoTouch10
│   │   │   │   └── _._
│   │   │   ├── net45
│   │   │   │   └── _._
│   │   │   ├── net463
│   │   │   │   └── System.Linq.dll
│   │   │   ├── netcore50
│   │   │   │   └── System.Linq.dll
│   │   │   ├── netstandard1.6
│   │   │   │   └── System.Linq.dll
│   │   │   ├── portable-net45 win8 wp8 wpa81
│   │   │   │   └── _._
│   │   │   ├── win8
│   │   │   │   └── _._
│   │   │   ├── wp80
│   │   │   │   └── _._
│   │   │   ├── wpa81
│   │   │   │   └── _._
│   │   │   ├── xamarinios10
│   │   │   │   └── _._
│   │   │   ├── xamarinmac20
│   │   │   │   └── _._
│   │   │   ├── xamarintvos10
│   │   │   │   └── _._
│   │   │   └── xamarinwatchos10
│   │   │       └── _._
│   │   └── ref
│   │       ├── MonoAndroid10
│   │       │   └── _._
│   │       ├── MonoTouch10
│   │       │   └── _._
│   │       ├── net45
│   │       │   └── _._
│   │       ├── net463
│   │       │   └── System.Linq.dll
│   │       ├── netcore50
│   │       │   ├── System.Linq.dll
│   │       │   ├── System.Linq.xml
│   │       │   ├── de
│   │       │   ├── es
│   │       │   ├── fr
│   │       │   ├── it
│   │       │   ├── ja
│   │       │   ├── ko
│   │       │   ├── ru
│   │       │   ├── zh-hans
│   │       │   └── zh-hant
│   │       ├── netstandard1.0
│   │       │   ├── System.Linq.dll
│   │       │   ├── System.Linq.xml
│   │       │   ├── de
│   │       │   ├── es
│   │       │   ├── fr
│   │       │   ├── it
│   │       │   ├── ja
│   │       │   ├── ko
│   │       │   ├── ru
│   │       │   ├── zh-hans
│   │       │   └── zh-hant
│   │       ├── netstandard1.6
│   │       │   ├── System.Linq.dll
│   │       │   ├── System.Linq.xml
│   │       │   ├── de
│   │       │   ├── es
│   │       │   ├── fr
│   │       │   ├── it
│   │       │   ├── ja
│   │       │   ├── ko
│   │       │   ├── ru
│   │       │   ├── zh-hans
│   │       │   └── zh-hant
│   │       ├── portable-net45 win8 wp8 wpa81
│   │       │   └── _._
│   │       ├── win8
│   │       │   └── _._
│   │       ├── wp80
│   │       │   └── _._
│   │       ├── wpa81
│   │       │   └── _._
│   │       ├── xamarinios10
│   │       │   └── _._
│   │       ├── xamarinmac20
│   │       │   └── _._
│   │       ├── xamarintvos10
│   │       │   └── _._
│   │       └── xamarinwatchos10
│   │           └── _._
│   ├── System.Linq.Expressions.4.3.0
│   │   ├── System.Linq.Expressions.4.3.0.nupkg
│   │   ├── ThirdPartyNotices.txt
│   │   ├── dotnet_library_license.txt
│   │   ├── lib
│   │   │   ├── MonoAndroid10
│   │   │   │   └── _._
│   │   │   ├── MonoTouch10
│   │   │   │   └── _._
│   │   │   ├── net45
│   │   │   │   └── _._
│   │   │   ├── net463
│   │   │   │   └── System.Linq.Expressions.dll
│   │   │   ├── netcore50
│   │   │   │   └── System.Linq.Expressions.dll
│   │   │   ├── netstandard1.6
│   │   │   │   └── System.Linq.Expressions.dll
│   │   │   ├── portable-net45 win8 wp8 wpa81
│   │   │   │   └── _._
│   │   │   ├── win8
│   │   │   │   └── _._
│   │   │   ├── wp80
│   │   │   │   └── _._
│   │   │   ├── wpa81
│   │   │   │   └── _._
│   │   │   ├── xamarinios10
│   │   │   │   └── _._
│   │   │   ├── xamarinmac20
│   │   │   │   └── _._
│   │   │   ├── xamarintvos10
│   │   │   │   └── _._
│   │   │   └── xamarinwatchos10
│   │   │       └── _._
│   │   ├── ref
│   │   │   ├── MonoAndroid10
│   │   │   │   └── _._
│   │   │   ├── MonoTouch10
│   │   │   │   └── _._
│   │   │   ├── net45
│   │   │   │   └── _._
│   │   │   ├── net463
│   │   │   │   └── System.Linq.Expressions.dll
│   │   │   ├── netcore50
│   │   │   │   ├── System.Linq.Expressions.dll
│   │   │   │   ├── System.Linq.Expressions.xml
│   │   │   │   ├── de
│   │   │   │   ├── es
│   │   │   │   ├── fr
│   │   │   │   ├── it
│   │   │   │   ├── ja
│   │   │   │   ├── ko
│   │   │   │   ├── ru
│   │   │   │   ├── zh-hans
│   │   │   │   └── zh-hant
│   │   │   ├── netstandard1.0
│   │   │   │   ├── System.Linq.Expressions.dll
│   │   │   │   ├── System.Linq.Expressions.xml
│   │   │   │   ├── de
│   │   │   │   ├── es
│   │   │   │   ├── fr
│   │   │   │   ├── it
│   │   │   │   ├── ja
│   │   │   │   ├── ko
│   │   │   │   ├── ru
│   │   │   │   ├── zh-hans
│   │   │   │   └── zh-hant
│   │   │   ├── netstandard1.3
│   │   │   │   ├── System.Linq.Expressions.dll
│   │   │   │   ├── System.Linq.Expressions.xml
│   │   │   │   ├── de
│   │   │   │   ├── es
│   │   │   │   ├── fr
│   │   │   │   ├── it
│   │   │   │   ├── ja
│   │   │   │   ├── ko
│   │   │   │   ├── ru
│   │   │   │   ├── zh-hans
│   │   │   │   └── zh-hant
│   │   │   ├── netstandard1.6
│   │   │   │   ├── System.Linq.Expressions.dll
│   │   │   │   ├── System.Linq.Expressions.xml
│   │   │   │   ├── de
│   │   │   │   ├── es
│   │   │   │   ├── fr
│   │   │   │   ├── it
│   │   │   │   ├── ja
│   │   │   │   ├── ko
│   │   │   │   ├── ru
│   │   │   │   ├── zh-hans
│   │   │   │   └── zh-hant
│   │   │   ├── portable-net45 win8 wp8 wpa81
│   │   │   │   └── _._
│   │   │   ├── win8
│   │   │   │   └── _._
│   │   │   ├── wp80
│   │   │   │   └── _._
│   │   │   ├── wpa81
│   │   │   │   └── _._
│   │   │   ├── xamarinios10
│   │   │   │   └── _._
│   │   │   ├── xamarinmac20
│   │   │   │   └── _._
│   │   │   ├── xamarintvos10
│   │   │   │   └── _._
│   │   │   └── xamarinwatchos10
│   │   │       └── _._
│   │   └── runtimes
│   │       └── aot
│   │           └── lib
│   ├── System.Management.6.0.0
│   │   ├── Icon.png
│   │   ├── LICENSE.TXT
│   │   ├── System.Management.6.0.0.nupkg
│   │   ├── THIRD-PARTY-NOTICES.TXT
│   │   ├── buildTransitive
│   │   │   ├── netcoreapp2.0
│   │   │   │   └── System.Management.targets
│   │   │   └── netcoreapp3.1
│   │   │       └── _._
│   │   ├── lib
│   │   │   ├── net461
│   │   │   │   └── _._
│   │   │   ├── net6.0
│   │   │   │   ├── System.Management.dll
│   │   │   │   └── System.Management.xml
│   │   │   ├── netcoreapp3.1
│   │   │   │   ├── System.Management.dll
│   │   │   │   └── System.Management.xml
│   │   │   └── netstandard2.0
│   │   │       ├── System.Management.dll
│   │   │       └── System.Management.xml
│   │   ├── runtimes
│   │   │   └── win
│   │   │       └── lib
│   │   └── useSharedDesignerContext.txt
│   ├── System.Memory.4.5.5
│   │   ├── LICENSE.TXT
│   │   ├── System.Memory.4.5.5.nupkg
│   │   ├── THIRD-PARTY-NOTICES.TXT
│   │   ├── lib
│   │   │   ├── net461
│   │   │   │   ├── System.Memory.dll
│   │   │   │   └── System.Memory.xml
│   │   │   ├── netcoreapp2.1
│   │   │   │   └── _._
│   │   │   ├── netstandard1.1
│   │   │   │   ├── System.Memory.dll
│   │   │   │   └── System.Memory.xml
│   │   │   └── netstandard2.0
│   │   │       ├── System.Memory.dll
│   │   │       └── System.Memory.xml
│   │   ├── ref
│   │   │   └── netcoreapp2.1
│   │   │       └── _._
│   │   ├── useSharedDesignerContext.txt
│   │   └── version.txt
│   ├── System.Memory.Data.6.0.0
│   │   ├── Icon.png
│   │   ├── LICENSE.TXT
│   │   ├── System.Memory.Data.6.0.0.nupkg
│   │   ├── THIRD-PARTY-NOTICES.TXT
│   │   ├── buildTransitive
│   │   │   ├── netcoreapp2.0
│   │   │   │   └── System.Memory.Data.targets
│   │   │   └── netcoreapp3.1
│   │   │       └── _._
│   │   ├── lib
│   │   │   ├── net461
│   │   │   │   ├── System.Memory.Data.dll
│   │   │   │   └── System.Memory.Data.xml
│   │   │   ├── net6.0
│   │   │   │   ├── System.Memory.Data.dll
│   │   │   │   └── System.Memory.Data.xml
│   │   │   └── netstandard2.0
│   │   │       ├── System.Memory.Data.dll
│   │   │       └── System.Memory.Data.xml
│   │   └── useSharedDesignerContext.txt
│   ├── System.Net.Http.4.3.4
│   │   ├── System.Net.Http.4.3.4.nupkg
│   │   ├── ThirdPartyNotices.txt
│   │   ├── dotnet_library_license.txt
│   │   ├── lib
│   │   │   ├── Xamarinmac20
│   │   │   │   └── _._
│   │   │   ├── monoandroid10
│   │   │   │   └── _._
│   │   │   ├── monotouch10
│   │   │   │   └── _._
│   │   │   ├── net45
│   │   │   │   └── _._
│   │   │   ├── net46
│   │   │   │   └── System.Net.Http.dll
│   │   │   ├── portable-net45 win8 wpa81
│   │   │   │   └── _._
│   │   │   ├── win8
│   │   │   │   └── _._
│   │   │   ├── wpa81
│   │   │   │   └── _._
│   │   │   ├── xamarinios10
│   │   │   │   └── _._
│   │   │   ├── xamarintvos10
│   │   │   │   └── _._
│   │   │   └── xamarinwatchos10
│   │   │       └── _._
│   │   ├── ref
│   │   │   ├── Xamarinmac20
│   │   │   │   └── _._
│   │   │   ├── monoandroid10
│   │   │   │   └── _._
│   │   │   ├── monotouch10
│   │   │   │   └── _._
│   │   │   ├── net45
│   │   │   │   └── _._
│   │   │   ├── net46
│   │   │   │   └── System.Net.Http.dll
│   │   │   ├── netcore50
│   │   │   │   └── System.Net.Http.dll
│   │   │   ├── netstandard1.1
│   │   │   │   └── System.Net.Http.dll
│   │   │   ├── netstandard1.3
│   │   │   │   └── System.Net.Http.dll
│   │   │   ├── portable-net45 win8 wpa81
│   │   │   │   └── _._
│   │   │   ├── win8
│   │   │   │   └── _._
│   │   │   ├── wpa81
│   │   │   │   └── _._
│   │   │   ├── xamarinios10
│   │   │   │   └── _._
│   │   │   ├── xamarintvos10
│   │   │   │   └── _._
│   │   │   └── xamarinwatchos10
│   │   │       └── _._
│   │   └── runtimes
│   │       ├── unix
│   │       │   └── lib
│   │       └── win
│   │           └── lib
│   ├── System.Net.Http.WinHttpHandler.6.0.1
│   │   ├── Icon.png
│   │   ├── LICENSE.TXT
│   │   ├── System.Net.Http.WinHttpHandler.6.0.1.nupkg
│   │   ├── THIRD-PARTY-NOTICES.TXT
│   │   ├── buildTransitive
│   │   │   ├── netcoreapp2.0
│   │   │   │   └── System.Net.Http.WinHttpHandler.targets
│   │   │   └── netcoreapp3.1
│   │   │       └── _._
│   │   ├── lib
│   │   │   ├── net461
│   │   │   │   ├── System.Net.Http.WinHttpHandler.dll
│   │   │   │   └── System.Net.Http.WinHttpHandler.xml
│   │   │   ├── net6.0
│   │   │   │   ├── System.Net.Http.WinHttpHandler.dll
│   │   │   │   └── System.Net.Http.WinHttpHandler.xml
│   │   │   ├── netstandard2.0
│   │   │   │   ├── System.Net.Http.WinHttpHandler.dll
│   │   │   │   └── System.Net.Http.WinHttpHandler.xml
│   │   │   └── netstandard2.1
│   │   │       ├── System.Net.Http.WinHttpHandler.dll
│   │   │       └── System.Net.Http.WinHttpHandler.xml
│   │   ├── runtimes
│   │   │   └── win
│   │   │       └── lib
│   │   └── useSharedDesignerContext.txt
│   ├── System.Net.Primitives.4.3.1
│   │   ├── System.Net.Primitives.4.3.1.nupkg
│   │   ├── ThirdPartyNotices.txt
│   │   ├── dotnet_library_license.txt
│   │   ├── lib
│   │   │   ├── MonoAndroid10
│   │   │   │   └── _._
│   │   │   ├── MonoTouch10
│   │   │   │   └── _._
│   │   │   ├── net45
│   │   │   │   └── _._
│   │   │   ├── portable-net45 win8 wp8 wpa81
│   │   │   │   └── _._
│   │   │   ├── win8
│   │   │   │   └── _._
│   │   │   ├── wp80
│   │   │   │   └── _._
│   │   │   ├── wpa81
│   │   │   │   └── _._
│   │   │   ├── xamarinios10
│   │   │   │   └── _._
│   │   │   ├── xamarinmac20
│   │   │   │   └── _._
│   │   │   ├── xamarintvos10
│   │   │   │   └── _._
│   │   │   └── xamarinwatchos10
│   │   │       └── _._
│   │   └── ref
│   │       ├── MonoAndroid10
│   │       │   └── _._
│   │       ├── MonoTouch10
│   │       │   └── _._
│   │       ├── net45
│   │       │   └── _._
│   │       ├── netcore50
│   │       │   ├── System.Net.Primitives.dll
│   │       │   ├── System.Net.Primitives.xml
│   │       │   ├── de
│   │       │   ├── es
│   │       │   ├── fr
│   │       │   ├── it
│   │       │   ├── ja
│   │       │   ├── ko
│   │       │   ├── ru
│   │       │   ├── zh-hans
│   │       │   └── zh-hant
│   │       ├── netstandard1.0
│   │       │   ├── System.Net.Primitives.dll
│   │       │   ├── System.Net.Primitives.xml
│   │       │   ├── de
│   │       │   ├── es
│   │       │   ├── fr
│   │       │   ├── it
│   │       │   ├── ja
│   │       │   ├── ko
│   │       │   ├── ru
│   │       │   ├── zh-hans
│   │       │   └── zh-hant
│   │       ├── netstandard1.1
│   │       │   ├── System.Net.Primitives.dll
│   │       │   ├── System.Net.Primitives.xml
│   │       │   ├── de
│   │       │   ├── es
│   │       │   ├── fr
│   │       │   ├── it
│   │       │   ├── ja
│   │       │   ├── ko
│   │       │   ├── ru
│   │       │   ├── zh-hans
│   │       │   └── zh-hant
│   │       ├── netstandard1.3
│   │       │   ├── System.Net.Primitives.dll
│   │       │   ├── System.Net.Primitives.xml
│   │       │   ├── de
│   │       │   ├── es
│   │       │   ├── fr
│   │       │   ├── it
│   │       │   ├── ja
│   │       │   ├── ko
│   │       │   ├── ru
│   │       │   ├── zh-hans
│   │       │   └── zh-hant
│   │       ├── portable-net45 win8 wp8 wpa81
│   │       │   └── _._
│   │       ├── win8
│   │       │   └── _._
│   │       ├── wp80
│   │       │   └── _._
│   │       ├── wpa81
│   │       │   └── _._
│   │       ├── xamarinios10
│   │       │   └── _._
│   │       ├── xamarinmac20
│   │       │   └── _._
│   │       ├── xamarintvos10
│   │       │   └── _._
│   │       └── xamarinwatchos10
│   │           └── _._
│   ├── System.Net.Sockets.4.3.0
│   │   ├── System.Net.Sockets.4.3.0.nupkg
│   │   ├── ThirdPartyNotices.txt
│   │   ├── dotnet_library_license.txt
│   │   ├── lib
│   │   │   ├── MonoAndroid10
│   │   │   │   └── _._
│   │   │   ├── MonoTouch10
│   │   │   │   └── _._
│   │   │   ├── net46
│   │   │   │   └── System.Net.Sockets.dll
│   │   │   ├── xamarinios10
│   │   │   │   └── _._
│   │   │   ├── xamarinmac20
│   │   │   │   └── _._
│   │   │   ├── xamarintvos10
│   │   │   │   └── _._
│   │   │   └── xamarinwatchos10
│   │   │       └── _._
│   │   └── ref
│   │       ├── MonoAndroid10
│   │       │   └── _._
│   │       ├── MonoTouch10
│   │       │   └── _._
│   │       ├── net46
│   │       │   └── System.Net.Sockets.dll
│   │       ├── netstandard1.3
│   │       │   ├── System.Net.Sockets.dll
│   │       │   ├── System.Net.Sockets.xml
│   │       │   ├── de
│   │       │   ├── es
│   │       │   ├── fr
│   │       │   ├── it
│   │       │   ├── ja
│   │       │   ├── ko
│   │       │   ├── ru
│   │       │   ├── zh-hans
│   │       │   └── zh-hant
│   │       ├── xamarinios10
│   │       │   └── _._
│   │       ├── xamarinmac20
│   │       │   └── _._
│   │       ├── xamarintvos10
│   │       │   └── _._
│   │       └── xamarinwatchos10
│   │           └── _._
│   ├── System.Numerics.Vectors.4.5.0
│   │   ├── LICENSE.TXT
│   │   ├── System.Numerics.Vectors.4.5.0.nupkg
│   │   ├── THIRD-PARTY-NOTICES.TXT
│   │   ├── lib
│   │   │   ├── MonoAndroid10
│   │   │   │   └── _._
│   │   │   ├── MonoTouch10
│   │   │   │   └── _._
│   │   │   ├── net46
│   │   │   │   ├── System.Numerics.Vectors.dll
│   │   │   │   └── System.Numerics.Vectors.xml
│   │   │   ├── netcoreapp2.0
│   │   │   │   └── _._
│   │   │   ├── netstandard1.0
│   │   │   │   ├── System.Numerics.Vectors.dll
│   │   │   │   └── System.Numerics.Vectors.xml
│   │   │   ├── netstandard2.0
│   │   │   │   ├── System.Numerics.Vectors.dll
│   │   │   │   └── System.Numerics.Vectors.xml
│   │   │   ├── portable-net45 win8 wp8 wpa81
│   │   │   │   ├── System.Numerics.Vectors.dll
│   │   │   │   └── System.Numerics.Vectors.xml
│   │   │   ├── uap10.0.16299
│   │   │   │   └── _._
│   │   │   ├── xamarinios10
│   │   │   │   └── _._
│   │   │   ├── xamarinmac20
│   │   │   │   └── _._
│   │   │   ├── xamarintvos10
│   │   │   │   └── _._
│   │   │   └── xamarinwatchos10
│   │   │       └── _._
│   │   ├── ref
│   │   │   ├── MonoAndroid10
│   │   │   │   └── _._
│   │   │   ├── MonoTouch10
│   │   │   │   └── _._
│   │   │   ├── net45
│   │   │   │   ├── System.Numerics.Vectors.dll
│   │   │   │   └── System.Numerics.Vectors.xml
│   │   │   ├── net46
│   │   │   │   ├── System.Numerics.Vectors.dll
│   │   │   │   └── System.Numerics.Vectors.xml
│   │   │   ├── netcoreapp2.0
│   │   │   │   └── _._
│   │   │   ├── netstandard1.0
│   │   │   │   ├── System.Numerics.Vectors.dll
│   │   │   │   └── System.Numerics.Vectors.xml
│   │   │   ├── netstandard2.0
│   │   │   │   ├── System.Numerics.Vectors.dll
│   │   │   │   └── System.Numerics.Vectors.xml
│   │   │   ├── uap10.0.16299
│   │   │   │   └── _._
│   │   │   ├── xamarinios10
│   │   │   │   └── _._
│   │   │   ├── xamarinmac20
│   │   │   │   └── _._
│   │   │   ├── xamarintvos10
│   │   │   │   └── _._
│   │   │   └── xamarinwatchos10
│   │   │       └── _._
│   │   ├── useSharedDesignerContext.txt
│   │   └── version.txt
│   ├── System.ObjectModel.4.3.0
│   │   ├── System.ObjectModel.4.3.0.nupkg
│   │   ├── ThirdPartyNotices.txt
│   │   ├── dotnet_library_license.txt
│   │   ├── lib
│   │   │   ├── MonoAndroid10
│   │   │   │   └── _._
│   │   │   ├── MonoTouch10
│   │   │   │   └── _._
│   │   │   ├── net45
│   │   │   │   └── _._
│   │   │   ├── netcore50
│   │   │   │   └── System.ObjectModel.dll
│   │   │   ├── netstandard1.3
│   │   │   │   └── System.ObjectModel.dll
│   │   │   ├── portable-net45 win8 wp8 wpa81
│   │   │   │   └── _._
│   │   │   ├── win8
│   │   │   │   └── _._
│   │   │   ├── wp80
│   │   │   │   └── _._
│   │   │   ├── wpa81
│   │   │   │   └── _._
│   │   │   ├── xamarinios10
│   │   │   │   └── _._
│   │   │   ├── xamarinmac20
│   │   │   │   └── _._
│   │   │   ├── xamarintvos10
│   │   │   │   └── _._
│   │   │   └── xamarinwatchos10
│   │   │       └── _._
│   │   └── ref
│   │       ├── MonoAndroid10
│   │       │   └── _._
│   │       ├── MonoTouch10
│   │       │   └── _._
│   │       ├── net45
│   │       │   └── _._
│   │       ├── netcore50
│   │       │   ├── System.ObjectModel.dll
│   │       │   ├── System.ObjectModel.xml
│   │       │   ├── de
│   │       │   ├── es
│   │       │   ├── fr
│   │       │   ├── it
│   │       │   ├── ja
│   │       │   ├── ko
│   │       │   ├── ru
│   │       │   ├── zh-hans
│   │       │   └── zh-hant
│   │       ├── netstandard1.0
│   │       │   ├── System.ObjectModel.dll
│   │       │   ├── System.ObjectModel.xml
│   │       │   ├── de
│   │       │   ├── es
│   │       │   ├── fr
│   │       │   ├── it
│   │       │   ├── ja
│   │       │   ├── ko
│   │       │   ├── ru
│   │       │   ├── zh-hans
│   │       │   └── zh-hant
│   │       ├── netstandard1.3
│   │       │   ├── System.ObjectModel.dll
│   │       │   ├── System.ObjectModel.xml
│   │       │   ├── de
│   │       │   ├── es
│   │       │   ├── fr
│   │       │   ├── it
│   │       │   ├── ja
│   │       │   ├── ko
│   │       │   ├── ru
│   │       │   ├── zh-hans
│   │       │   └── zh-hant
│   │       ├── portable-net45 win8 wp8 wpa81
│   │       │   └── _._
│   │       ├── win8
│   │       │   └── _._
│   │       ├── wp80
│   │       │   └── _._
│   │       ├── wpa81
│   │       │   └── _._
│   │       ├── xamarinios10
│   │       │   └── _._
│   │       ├── xamarinmac20
│   │       │   └── _._
│   │       ├── xamarintvos10
│   │       │   └── _._
│   │       └── xamarinwatchos10
│   │           └── _._
│   ├── System.Reflection.4.3.0
│   │   ├── System.Reflection.4.3.0.nupkg
│   │   ├── ThirdPartyNotices.txt
│   │   ├── dotnet_library_license.txt
│   │   ├── lib
│   │   │   ├── MonoAndroid10
│   │   │   │   └── _._
│   │   │   ├── MonoTouch10
│   │   │   │   └── _._
│   │   │   ├── net45
│   │   │   │   └── _._
│   │   │   ├── net462
│   │   │   │   └── System.Reflection.dll
│   │   │   ├── portable-net45 win8 wp8 wpa81
│   │   │   │   └── _._
│   │   │   ├── win8
│   │   │   │   └── _._
│   │   │   ├── wp80
│   │   │   │   └── _._
│   │   │   ├── wpa81
│   │   │   │   └── _._
│   │   │   ├── xamarinios10
│   │   │   │   └── _._
│   │   │   ├── xamarinmac20
│   │   │   │   └── _._
│   │   │   ├── xamarintvos10
│   │   │   │   └── _._
│   │   │   └── xamarinwatchos10
│   │   │       └── _._
│   │   └── ref
│   │       ├── MonoAndroid10
│   │       │   └── _._
│   │       ├── MonoTouch10
│   │       │   └── _._
│   │       ├── net45
│   │       │   └── _._
│   │       ├── net462
│   │       │   └── System.Reflection.dll
│   │       ├── netcore50
│   │       │   ├── System.Reflection.dll
│   │       │   ├── System.Reflection.xml
│   │       │   ├── de
│   │       │   ├── es
│   │       │   ├── fr
│   │       │   ├── it
│   │       │   ├── ja
│   │       │   ├── ko
│   │       │   ├── ru
│   │       │   ├── zh-hans
│   │       │   └── zh-hant
│   │       ├── netstandard1.0
│   │       │   ├── System.Reflection.dll
│   │       │   ├── System.Reflection.xml
│   │       │   ├── de
│   │       │   ├── es
│   │       │   ├── fr
│   │       │   ├── it
│   │       │   ├── ja
│   │       │   ├── ko
│   │       │   ├── ru
│   │       │   ├── zh-hans
│   │       │   └── zh-hant
│   │       ├── netstandard1.3
│   │       │   ├── System.Reflection.dll
│   │       │   ├── System.Reflection.xml
│   │       │   ├── de
│   │       │   ├── es
│   │       │   ├── fr
│   │       │   ├── it
│   │       │   ├── ja
│   │       │   ├── ko
│   │       │   ├── ru
│   │       │   ├── zh-hans
│   │       │   └── zh-hant
│   │       ├── netstandard1.5
│   │       │   ├── System.Reflection.dll
│   │       │   ├── System.Reflection.xml
│   │       │   ├── de
│   │       │   ├── es
│   │       │   ├── fr
│   │       │   ├── it
│   │       │   ├── ja
│   │       │   ├── ko
│   │       │   ├── ru
│   │       │   ├── zh-hans
│   │       │   └── zh-hant
│   │       ├── portable-net45 win8 wp8 wpa81
│   │       │   └── _._
│   │       ├── win8
│   │       │   └── _._
│   │       ├── wp80
│   │       │   └── _._
│   │       ├── wpa81
│   │       │   └── _._
│   │       ├── xamarinios10
│   │       │   └── _._
│   │       ├── xamarinmac20
│   │       │   └── _._
│   │       ├── xamarintvos10
│   │       │   └── _._
│   │       └── xamarinwatchos10
│   │           └── _._
│   ├── System.Reflection.Extensions.4.3.0
│   │   ├── System.Reflection.Extensions.4.3.0.nupkg
│   │   ├── ThirdPartyNotices.txt
│   │   ├── dotnet_library_license.txt
│   │   ├── lib
│   │   │   ├── MonoAndroid10
│   │   │   │   └── _._
│   │   │   ├── MonoTouch10
│   │   │   │   └── _._
│   │   │   ├── net45
│   │   │   │   └── _._
│   │   │   ├── portable-net45 win8 wp8 wpa81
│   │   │   │   └── _._
│   │   │   ├── win8
│   │   │   │   └── _._
│   │   │   ├── wp80
│   │   │   │   └── _._
│   │   │   ├── wpa81
│   │   │   │   └── _._
│   │   │   ├── xamarinios10
│   │   │   │   └── _._
│   │   │   ├── xamarinmac20
│   │   │   │   └── _._
│   │   │   ├── xamarintvos10
│   │   │   │   └── _._
│   │   │   └── xamarinwatchos10
│   │   │       └── _._
│   │   └── ref
│   │       ├── MonoAndroid10
│   │       │   └── _._
│   │       ├── MonoTouch10
│   │       │   └── _._
│   │       ├── net45
│   │       │   └── _._
│   │       ├── netcore50
│   │       │   ├── System.Reflection.Extensions.dll
│   │       │   ├── System.Reflection.Extensions.xml
│   │       │   ├── de
│   │       │   ├── es
│   │       │   ├── fr
│   │       │   ├── it
│   │       │   ├── ja
│   │       │   ├── ko
│   │       │   ├── ru
│   │       │   ├── zh-hans
│   │       │   └── zh-hant
│   │       ├── netstandard1.0
│   │       │   ├── System.Reflection.Extensions.dll
│   │       │   ├── System.Reflection.Extensions.xml
│   │       │   ├── de
│   │       │   ├── es
│   │       │   ├── fr
│   │       │   ├── it
│   │       │   ├── ja
│   │       │   ├── ko
│   │       │   ├── ru
│   │       │   ├── zh-hans
│   │       │   └── zh-hant
│   │       ├── portable-net45 win8 wp8 wpa81
│   │       │   └── _._
│   │       ├── win8
│   │       │   └── _._
│   │       ├── wp80
│   │       │   └── _._
│   │       ├── wpa81
│   │       │   └── _._
│   │       ├── xamarinios10
│   │       │   └── _._
│   │       ├── xamarinmac20
│   │       │   └── _._
│   │       ├── xamarintvos10
│   │       │   └── _._
│   │       └── xamarinwatchos10
│   │           └── _._
│   ├── System.Reflection.Primitives.4.3.0
│   │   ├── System.Reflection.Primitives.4.3.0.nupkg
│   │   ├── ThirdPartyNotices.txt
│   │   ├── dotnet_library_license.txt
│   │   ├── lib
│   │   │   ├── MonoAndroid10
│   │   │   │   └── _._
│   │   │   ├── MonoTouch10
│   │   │   │   └── _._
│   │   │   ├── net45
│   │   │   │   └── _._
│   │   │   ├── portable-net45 win8 wp8 wpa81
│   │   │   │   └── _._
│   │   │   ├── win8
│   │   │   │   └── _._
│   │   │   ├── wp80
│   │   │   │   └── _._
│   │   │   ├── wpa81
│   │   │   │   └── _._
│   │   │   ├── xamarinios10
│   │   │   │   └── _._
│   │   │   ├── xamarinmac20
│   │   │   │   └── _._
│   │   │   ├── xamarintvos10
│   │   │   │   └── _._
│   │   │   └── xamarinwatchos10
│   │   │       └── _._
│   │   └── ref
│   │       ├── MonoAndroid10
│   │       │   └── _._
│   │       ├── MonoTouch10
│   │       │   └── _._
│   │       ├── net45
│   │       │   └── _._
│   │       ├── netcore50
│   │       │   ├── System.Reflection.Primitives.dll
│   │       │   ├── System.Reflection.Primitives.xml
│   │       │   ├── de
│   │       │   ├── es
│   │       │   ├── fr
│   │       │   ├── it
│   │       │   ├── ja
│   │       │   ├── ko
│   │       │   ├── ru
│   │       │   ├── zh-hans
│   │       │   └── zh-hant
│   │       ├── netstandard1.0
│   │       │   ├── System.Reflection.Primitives.dll
│   │       │   ├── System.Reflection.Primitives.xml
│   │       │   ├── de
│   │       │   ├── es
│   │       │   ├── fr
│   │       │   ├── it
│   │       │   ├── ja
│   │       │   ├── ko
│   │       │   ├── ru
│   │       │   ├── zh-hans
│   │       │   └── zh-hant
│   │       ├── portable-net45 win8 wp8 wpa81
│   │       │   └── _._
│   │       ├── win8
│   │       │   └── _._
│   │       ├── wp80
│   │       │   └── _._
│   │       ├── wpa81
│   │       │   └── _._
│   │       ├── xamarinios10
│   │       │   └── _._
│   │       ├── xamarinmac20
│   │       │   └── _._
│   │       ├── xamarintvos10
│   │       │   └── _._
│   │       └── xamarinwatchos10
│   │           └── _._
│   ├── System.Resources.ResourceManager.4.3.0
│   │   ├── System.Resources.ResourceManager.4.3.0.nupkg
│   │   ├── ThirdPartyNotices.txt
│   │   ├── dotnet_library_license.txt
│   │   ├── lib
│   │   │   ├── MonoAndroid10
│   │   │   │   └── _._
│   │   │   ├── MonoTouch10
│   │   │   │   └── _._
│   │   │   ├── net45
│   │   │   │   └── _._
│   │   │   ├── portable-net45 win8 wp8 wpa81
│   │   │   │   └── _._
│   │   │   ├── win8
│   │   │   │   └── _._
│   │   │   ├── wp80
│   │   │   │   └── _._
│   │   │   ├── wpa81
│   │   │   │   └── _._
│   │   │   ├── xamarinios10
│   │   │   │   └── _._
│   │   │   ├── xamarinmac20
│   │   │   │   └── _._
│   │   │   ├── xamarintvos10
│   │   │   │   └── _._
│   │   │   └── xamarinwatchos10
│   │   │       └── _._
│   │   └── ref
│   │       ├── MonoAndroid10
│   │       │   └── _._
│   │       ├── MonoTouch10
│   │       │   └── _._
│   │       ├── net45
│   │       │   └── _._
│   │       ├── netcore50
│   │       │   ├── System.Resources.ResourceManager.dll
│   │       │   ├── System.Resources.ResourceManager.xml
│   │       │   ├── de
│   │       │   ├── es
│   │       │   ├── fr
│   │       │   ├── it
│   │       │   ├── ja
│   │       │   ├── ko
│   │       │   ├── ru
│   │       │   ├── zh-hans
│   │       │   └── zh-hant
│   │       ├── netstandard1.0
│   │       │   ├── System.Resources.ResourceManager.dll
│   │       │   ├── System.Resources.ResourceManager.xml
│   │       │   ├── de
│   │       │   ├── es
│   │       │   ├── fr
│   │       │   ├── it
│   │       │   ├── ja
│   │       │   ├── ko
│   │       │   ├── ru
│   │       │   ├── zh-hans
│   │       │   └── zh-hant
│   │       ├── portable-net45 win8 wp8 wpa81
│   │       │   └── _._
│   │       ├── win8
│   │       │   └── _._
│   │       ├── wp80
│   │       │   └── _._
│   │       ├── wpa81
│   │       │   └── _._
│   │       ├── xamarinios10
│   │       │   └── _._
│   │       ├── xamarinmac20
│   │       │   └── _._
│   │       ├── xamarintvos10
│   │       │   └── _._
│   │       └── xamarinwatchos10
│   │           └── _._
│   ├── System.Runtime.4.3.1
│   │   ├── System.Runtime.4.3.1.nupkg
│   │   ├── ThirdPartyNotices.txt
│   │   ├── dotnet_library_license.txt
│   │   ├── lib
│   │   │   ├── MonoAndroid10
│   │   │   │   └── _._
│   │   │   ├── MonoTouch10
│   │   │   │   └── _._
│   │   │   ├── net45
│   │   │   │   └── _._
│   │   │   ├── net462
│   │   │   │   └── System.Runtime.dll
│   │   │   ├── portable-net45 win8 wp80 wpa81
│   │   │   │   └── _._
│   │   │   ├── win8
│   │   │   │   └── _._
│   │   │   ├── wp80
│   │   │   │   └── _._
│   │   │   ├── wpa81
│   │   │   │   └── _._
│   │   │   ├── xamarinios10
│   │   │   │   └── _._
│   │   │   ├── xamarinmac20
│   │   │   │   └── _._
│   │   │   ├── xamarintvos10
│   │   │   │   └── _._
│   │   │   └── xamarinwatchos10
│   │   │       └── _._
│   │   └── ref
│   │       ├── MonoAndroid10
│   │       │   └── _._
│   │       ├── MonoTouch10
│   │       │   └── _._
│   │       ├── net45
│   │       │   └── _._
│   │       ├── net462
│   │       │   └── System.Runtime.dll
│   │       ├── netcore50
│   │       │   ├── System.Runtime.dll
│   │       │   ├── System.Runtime.xml
│   │       │   ├── de
│   │       │   ├── es
│   │       │   ├── fr
│   │       │   ├── it
│   │       │   ├── ja
│   │       │   ├── ko
│   │       │   ├── ru
│   │       │   ├── zh-hans
│   │       │   └── zh-hant
│   │       ├── netstandard1.0
│   │       │   ├── System.Runtime.dll
│   │       │   ├── System.Runtime.xml
│   │       │   ├── de
│   │       │   ├── es
│   │       │   ├── fr
│   │       │   ├── it
│   │       │   ├── ja
│   │       │   ├── ko
│   │       │   ├── ru
│   │       │   ├── zh-hans
│   │       │   └── zh-hant
│   │       ├── netstandard1.2
│   │       │   ├── System.Runtime.dll
│   │       │   ├── System.Runtime.xml
│   │       │   ├── de
│   │       │   ├── es
│   │       │   ├── fr
│   │       │   ├── it
│   │       │   ├── ja
│   │       │   ├── ko
│   │       │   ├── ru
│   │       │   ├── zh-hans
│   │       │   └── zh-hant
│   │       ├── netstandard1.3
│   │       │   ├── System.Runtime.dll
│   │       │   ├── System.Runtime.xml
│   │       │   ├── de
│   │       │   ├── es
│   │       │   ├── fr
│   │       │   ├── it
│   │       │   ├── ja
│   │       │   ├── ko
│   │       │   ├── ru
│   │       │   ├── zh-hans
│   │       │   └── zh-hant
│   │       ├── netstandard1.5
│   │       │   ├── System.Runtime.dll
│   │       │   ├── System.Runtime.xml
│   │       │   ├── de
│   │       │   ├── es
│   │       │   ├── fr
│   │       │   ├── it
│   │       │   ├── ja
│   │       │   ├── ko
│   │       │   ├── ru
│   │       │   ├── zh-hans
│   │       │   └── zh-hant
│   │       ├── portable-net45 win8 wp80 wpa81
│   │       │   └── _._
│   │       ├── win8
│   │       │   └── _._
│   │       ├── wp80
│   │       │   └── _._
│   │       ├── wpa81
│   │       │   └── _._
│   │       ├── xamarinios10
│   │       │   └── _._
│   │       ├── xamarinmac20
│   │       │   └── _._
│   │       ├── xamarintvos10
│   │       │   └── _._
│   │       └── xamarinwatchos10
│   │           └── _._
│   ├── System.Runtime.CompilerServices.Unsafe.6.0.0
│   │   ├── Icon.png
│   │   ├── LICENSE.TXT
│   │   ├── System.Runtime.CompilerServices.Unsafe.6.0.0.nupkg
│   │   ├── THIRD-PARTY-NOTICES.TXT
│   │   ├── buildTransitive
│   │   │   ├── netcoreapp2.0
│   │   │   │   └── System.Runtime.CompilerServices.Unsafe.targets
│   │   │   └── netcoreapp3.1
│   │   │       └── _._
│   │   ├── lib
│   │   │   ├── net461
│   │   │   │   ├── System.Runtime.CompilerServices.Unsafe.dll
│   │   │   │   └── System.Runtime.CompilerServices.Unsafe.xml
│   │   │   ├── net6.0
│   │   │   │   ├── System.Runtime.CompilerServices.Unsafe.dll
│   │   │   │   └── System.Runtime.CompilerServices.Unsafe.xml
│   │   │   ├── netcoreapp3.1
│   │   │   │   ├── System.Runtime.CompilerServices.Unsafe.dll
│   │   │   │   └── System.Runtime.CompilerServices.Unsafe.xml
│   │   │   └── netstandard2.0
│   │   │       ├── System.Runtime.CompilerServices.Unsafe.dll
│   │   │       └── System.Runtime.CompilerServices.Unsafe.xml
│   │   └── useSharedDesignerContext.txt
│   ├── System.Runtime.Extensions.4.3.1
│   │   ├── System.Runtime.Extensions.4.3.1.nupkg
│   │   ├── ThirdPartyNotices.txt
│   │   ├── dotnet_library_license.txt
│   │   ├── lib
│   │   │   ├── MonoAndroid10
│   │   │   │   └── _._
│   │   │   ├── MonoTouch10
│   │   │   │   └── _._
│   │   │   ├── net45
│   │   │   │   └── _._
│   │   │   ├── net462
│   │   │   │   └── System.Runtime.Extensions.dll
│   │   │   ├── portable-net45 win8 wp8 wpa81
│   │   │   │   └── _._
│   │   │   ├── win8
│   │   │   │   └── _._
│   │   │   ├── wp80
│   │   │   │   └── _._
│   │   │   ├── wpa81
│   │   │   │   └── _._
│   │   │   ├── xamarinios10
│   │   │   │   └── _._
│   │   │   ├── xamarinmac20
│   │   │   │   └── _._
│   │   │   ├── xamarintvos10
│   │   │   │   └── _._
│   │   │   └── xamarinwatchos10
│   │   │       └── _._
│   │   └── ref
│   │       ├── MonoAndroid10
│   │       │   └── _._
│   │       ├── MonoTouch10
│   │       │   └── _._
│   │       ├── net45
│   │       │   └── _._
│   │       ├── net462
│   │       │   └── System.Runtime.Extensions.dll
│   │       ├── netcore50
│   │       │   ├── System.Runtime.Extensions.dll
│   │       │   ├── System.Runtime.Extensions.xml
│   │       │   ├── de
│   │       │   ├── es
│   │       │   ├── fr
│   │       │   ├── it
│   │       │   ├── ja
│   │       │   ├── ko
│   │       │   ├── ru
│   │       │   ├── zh-hans
│   │       │   └── zh-hant
│   │       ├── netstandard1.0
│   │       │   ├── System.Runtime.Extensions.dll
│   │       │   ├── System.Runtime.Extensions.xml
│   │       │   ├── de
│   │       │   ├── es
│   │       │   ├── fr
│   │       │   ├── it
│   │       │   ├── ja
│   │       │   ├── ko
│   │       │   ├── ru
│   │       │   ├── zh-hans
│   │       │   └── zh-hant
│   │       ├── netstandard1.3
│   │       │   ├── System.Runtime.Extensions.dll
│   │       │   ├── System.Runtime.Extensions.xml
│   │       │   ├── de
│   │       │   ├── es
│   │       │   ├── fr
│   │       │   ├── it
│   │       │   ├── ja
│   │       │   ├── ko
│   │       │   ├── ru
│   │       │   ├── zh-hans
│   │       │   └── zh-hant
│   │       ├── netstandard1.5
│   │       │   ├── System.Runtime.Extensions.dll
│   │       │   ├── System.Runtime.Extensions.xml
│   │       │   ├── de
│   │       │   ├── es
│   │       │   ├── fr
│   │       │   ├── it
│   │       │   ├── ja
│   │       │   ├── ko
│   │       │   ├── ru
│   │       │   ├── zh-hans
│   │       │   └── zh-hant
│   │       ├── portable-net45 win8 wp8 wpa81
│   │       │   └── _._
│   │       ├── win8
│   │       │   └── _._
│   │       ├── wp80
│   │       │   └── _._
│   │       ├── wpa81
│   │       │   └── _._
│   │       ├── xamarinios10
│   │       │   └── _._
│   │       ├── xamarinmac20
│   │       │   └── _._
│   │       ├── xamarintvos10
│   │       │   └── _._
│   │       └── xamarinwatchos10
│   │           └── _._
│   ├── System.Runtime.Handles.4.3.0
│   │   ├── System.Runtime.Handles.4.3.0.nupkg
│   │   ├── ThirdPartyNotices.txt
│   │   ├── dotnet_library_license.txt
│   │   ├── lib
│   │   │   ├── MonoAndroid10
│   │   │   │   └── _._
│   │   │   ├── MonoTouch10
│   │   │   │   └── _._
│   │   │   ├── net46
│   │   │   │   └── _._
│   │   │   ├── xamarinios10
│   │   │   │   └── _._
│   │   │   ├── xamarinmac20
│   │   │   │   └── _._
│   │   │   ├── xamarintvos10
│   │   │   │   └── _._
│   │   │   └── xamarinwatchos10
│   │   │       └── _._
│   │   └── ref
│   │       ├── MonoAndroid10
│   │       │   └── _._
│   │       ├── MonoTouch10
│   │       │   └── _._
│   │       ├── net46
│   │       │   └── _._
│   │       ├── netstandard1.3
│   │       │   ├── System.Runtime.Handles.dll
│   │       │   ├── System.Runtime.Handles.xml
│   │       │   ├── de
│   │       │   ├── es
│   │       │   ├── fr
│   │       │   ├── it
│   │       │   ├── ja
│   │       │   ├── ko
│   │       │   ├── ru
│   │       │   ├── zh-hans
│   │       │   └── zh-hant
│   │       ├── xamarinios10
│   │       │   └── _._
│   │       ├── xamarinmac20
│   │       │   └── _._
│   │       ├── xamarintvos10
│   │       │   └── _._
│   │       └── xamarinwatchos10
│   │           └── _._
│   ├── System.Runtime.InteropServices.4.3.0
│   │   ├── System.Runtime.InteropServices.4.3.0.nupkg
│   │   ├── ThirdPartyNotices.txt
│   │   ├── dotnet_library_license.txt
│   │   ├── lib
│   │   │   ├── MonoAndroid10
│   │   │   │   └── _._
│   │   │   ├── MonoTouch10
│   │   │   │   └── _._
│   │   │   ├── net45
│   │   │   │   └── _._
│   │   │   ├── net462
│   │   │   │   └── System.Runtime.InteropServices.dll
│   │   │   ├── net463
│   │   │   │   └── System.Runtime.InteropServices.dll
│   │   │   ├── portable-net45 win8 wpa81
│   │   │   │   └── _._
│   │   │   ├── win8
│   │   │   │   └── _._
│   │   │   ├── wpa81
│   │   │   │   └── _._
│   │   │   ├── xamarinios10
│   │   │   │   └── _._
│   │   │   ├── xamarinmac20
│   │   │   │   └── _._
│   │   │   ├── xamarintvos10
│   │   │   │   └── _._
│   │   │   └── xamarinwatchos10
│   │   │       └── _._
│   │   └── ref
│   │       ├── MonoAndroid10
│   │       │   └── _._
│   │       ├── MonoTouch10
│   │       │   └── _._
│   │       ├── net45
│   │       │   └── _._
│   │       ├── net462
│   │       │   └── System.Runtime.InteropServices.dll
│   │       ├── net463
│   │       │   └── System.Runtime.InteropServices.dll
│   │       ├── netcore50
│   │       │   ├── System.Runtime.InteropServices.dll
│   │       │   ├── System.Runtime.InteropServices.xml
│   │       │   ├── de
│   │       │   ├── es
│   │       │   ├── fr
│   │       │   ├── it
│   │       │   ├── ja
│   │       │   ├── ko
│   │       │   ├── ru
│   │       │   ├── zh-hans
│   │       │   └── zh-hant
│   │       ├── netcoreapp1.1
│   │       │   └── System.Runtime.InteropServices.dll
│   │       ├── netstandard1.1
│   │       │   ├── System.Runtime.InteropServices.dll
│   │       │   ├── System.Runtime.InteropServices.xml
│   │       │   ├── de
│   │       │   ├── es
│   │       │   ├── fr
│   │       │   ├── it
│   │       │   ├── ja
│   │       │   ├── ko
│   │       │   ├── ru
│   │       │   ├── zh-hans
│   │       │   └── zh-hant
│   │       ├── netstandard1.2
│   │       │   ├── System.Runtime.InteropServices.dll
│   │       │   ├── System.Runtime.InteropServices.xml
│   │       │   ├── de
│   │       │   ├── es
│   │       │   ├── fr
│   │       │   ├── it
│   │       │   ├── ja
│   │       │   ├── ko
│   │       │   ├── ru
│   │       │   ├── zh-hans
│   │       │   └── zh-hant
│   │       ├── netstandard1.3
│   │       │   ├── System.Runtime.InteropServices.dll
│   │       │   ├── System.Runtime.InteropServices.xml
│   │       │   ├── de
│   │       │   ├── es
│   │       │   ├── fr
│   │       │   ├── it
│   │       │   ├── ja
│   │       │   ├── ko
│   │       │   ├── ru
│   │       │   ├── zh-hans
│   │       │   └── zh-hant
│   │       ├── netstandard1.5
│   │       │   ├── System.Runtime.InteropServices.dll
│   │       │   ├── System.Runtime.InteropServices.xml
│   │       │   ├── de
│   │       │   ├── es
│   │       │   ├── fr
│   │       │   ├── it
│   │       │   ├── ja
│   │       │   ├── ko
│   │       │   ├── ru
│   │       │   ├── zh-hans
│   │       │   └── zh-hant
│   │       ├── portable-net45 win8 wpa81
│   │       │   └── _._
│   │       ├── win8
│   │       │   └── _._
│   │       ├── wpa81
│   │       │   └── _._
│   │       ├── xamarinios10
│   │       │   └── _._
│   │       ├── xamarinmac20
│   │       │   └── _._
│   │       ├── xamarintvos10
│   │       │   └── _._
│   │       └── xamarinwatchos10
│   │           └── _._
│   ├── System.Runtime.InteropServices.RuntimeInformation.4.3.0
│   │   ├── System.Runtime.InteropServices.RuntimeInformation.4.3.0.nupkg
│   │   ├── ThirdPartyNotices.txt
│   │   ├── dotnet_library_license.txt
│   │   ├── lib
│   │   │   ├── MonoAndroid10
│   │   │   │   └── _._
│   │   │   ├── MonoTouch10
│   │   │   │   └── _._
│   │   │   ├── net45
│   │   │   │   └── System.Runtime.InteropServices.RuntimeInformation.dll
│   │   │   ├── netstandard1.1
│   │   │   │   └── System.Runtime.InteropServices.RuntimeInformation.dll
│   │   │   ├── win8
│   │   │   │   └── System.Runtime.InteropServices.RuntimeInformation.dll
│   │   │   ├── wpa81
│   │   │   │   └── System.Runtime.InteropServices.RuntimeInformation.dll
│   │   │   ├── xamarinios10
│   │   │   │   └── _._
│   │   │   ├── xamarinmac20
│   │   │   │   └── _._
│   │   │   ├── xamarintvos10
│   │   │   │   └── _._
│   │   │   └── xamarinwatchos10
│   │   │       └── _._
│   │   ├── ref
│   │   │   ├── MonoAndroid10
│   │   │   │   └── _._
│   │   │   ├── MonoTouch10
│   │   │   │   └── _._
│   │   │   ├── netstandard1.1
│   │   │   │   └── System.Runtime.InteropServices.RuntimeInformation.dll
│   │   │   ├── xamarinios10
│   │   │   │   └── _._
│   │   │   ├── xamarinmac20
│   │   │   │   └── _._
│   │   │   ├── xamarintvos10
│   │   │   │   └── _._
│   │   │   └── xamarinwatchos10
│   │   │       └── _._
│   │   └── runtimes
│   │       ├── aot
│   │       │   └── lib
│   │       ├── unix
│   │       │   └── lib
│   │       └── win
│   │           └── lib
│   ├── System.Runtime.Numerics.4.3.0
│   │   ├── System.Runtime.Numerics.4.3.0.nupkg
│   │   ├── ThirdPartyNotices.txt
│   │   ├── dotnet_library_license.txt
│   │   ├── lib
│   │   │   ├── MonoAndroid10
│   │   │   │   └── _._
│   │   │   ├── MonoTouch10
│   │   │   │   └── _._
│   │   │   ├── net45
│   │   │   │   └── _._
│   │   │   ├── netcore50
│   │   │   │   └── System.Runtime.Numerics.dll
│   │   │   ├── netstandard1.3
│   │   │   │   └── System.Runtime.Numerics.dll
│   │   │   ├── portable-net45 win8 wpa81
│   │   │   │   └── _._
│   │   │   ├── win8
│   │   │   │   └── _._
│   │   │   ├── wpa81
│   │   │   │   └── _._
│   │   │   ├── xamarinios10
│   │   │   │   └── _._
│   │   │   ├── xamarinmac20
│   │   │   │   └── _._
│   │   │   ├── xamarintvos10
│   │   │   │   └── _._
│   │   │   └── xamarinwatchos10
│   │   │       └── _._
│   │   └── ref
│   │       ├── MonoAndroid10
│   │       │   └── _._
│   │       ├── MonoTouch10
│   │       │   └── _._
│   │       ├── net45
│   │       │   └── _._
│   │       ├── netcore50
│   │       │   ├── System.Runtime.Numerics.dll
│   │       │   ├── System.Runtime.Numerics.xml
│   │       │   ├── de
│   │       │   ├── es
│   │       │   ├── fr
│   │       │   ├── it
│   │       │   ├── ja
│   │       │   ├── ko
│   │       │   ├── ru
│   │       │   ├── zh-hans
│   │       │   └── zh-hant
│   │       ├── netstandard1.1
│   │       │   ├── System.Runtime.Numerics.dll
│   │       │   ├── System.Runtime.Numerics.xml
│   │       │   ├── de
│   │       │   ├── es
│   │       │   ├── fr
│   │       │   ├── it
│   │       │   ├── ja
│   │       │   ├── ko
│   │       │   ├── ru
│   │       │   ├── zh-hans
│   │       │   └── zh-hant
│   │       ├── portable-net45 win8 wpa81
│   │       │   └── _._
│   │       ├── win8
│   │       │   └── _._
│   │       ├── wpa81
│   │       │   └── _._
│   │       ├── xamarinios10
│   │       │   └── _._
│   │       ├── xamarinmac20
│   │       │   └── _._
│   │       ├── xamarintvos10
│   │       │   └── _._
│   │       └── xamarinwatchos10
│   │           └── _._
│   ├── System.Security.AccessControl.6.0.0
│   │   ├── Icon.png
│   │   ├── LICENSE.TXT
│   │   ├── System.Security.AccessControl.6.0.0.nupkg
│   │   ├── THIRD-PARTY-NOTICES.TXT
│   │   ├── buildTransitive
│   │   │   ├── netcoreapp2.0
│   │   │   │   └── System.Security.AccessControl.targets
│   │   │   └── netcoreapp3.1
│   │   │       └── _._
│   │   ├── lib
│   │   │   ├── net461
│   │   │   │   ├── System.Security.AccessControl.dll
│   │   │   │   └── System.Security.AccessControl.xml
│   │   │   ├── net6.0
│   │   │   │   ├── System.Security.AccessControl.dll
│   │   │   │   └── System.Security.AccessControl.xml
│   │   │   └── netstandard2.0
│   │   │       ├── System.Security.AccessControl.dll
│   │   │       └── System.Security.AccessControl.xml
│   │   ├── runtimes
│   │   │   └── win
│   │   │       └── lib
│   │   └── useSharedDesignerContext.txt
│   ├── System.Security.Cryptography.Algorithms.4.3.1
│   │   ├── System.Security.Cryptography.Algorithms.4.3.1.nupkg
│   │   ├── ThirdPartyNotices.txt
│   │   ├── dotnet_library_license.txt
│   │   ├── lib
│   │   │   ├── MonoAndroid10
│   │   │   │   └── _._
│   │   │   ├── MonoTouch10
│   │   │   │   └── _._
│   │   │   ├── net46
│   │   │   │   └── System.Security.Cryptography.Algorithms.dll
│   │   │   ├── net461
│   │   │   │   └── System.Security.Cryptography.Algorithms.dll
│   │   │   ├── net463
│   │   │   │   └── System.Security.Cryptography.Algorithms.dll
│   │   │   ├── xamarinios10
│   │   │   │   └── _._
│   │   │   ├── xamarinmac20
│   │   │   │   └── _._
│   │   │   ├── xamarintvos10
│   │   │   │   └── _._
│   │   │   └── xamarinwatchos10
│   │   │       └── _._
│   │   ├── ref
│   │   │   ├── MonoAndroid10
│   │   │   │   └── _._
│   │   │   ├── MonoTouch10
│   │   │   │   └── _._
│   │   │   ├── net46
│   │   │   │   └── System.Security.Cryptography.Algorithms.dll
│   │   │   ├── net461
│   │   │   │   └── System.Security.Cryptography.Algorithms.dll
│   │   │   ├── net463
│   │   │   │   └── System.Security.Cryptography.Algorithms.dll
│   │   │   ├── netstandard1.3
│   │   │   │   └── System.Security.Cryptography.Algorithms.dll
│   │   │   ├── netstandard1.4
│   │   │   │   └── System.Security.Cryptography.Algorithms.dll
│   │   │   ├── netstandard1.6
│   │   │   │   └── System.Security.Cryptography.Algorithms.dll
│   │   │   ├── xamarinios10
│   │   │   │   └── _._
│   │   │   ├── xamarinmac20
│   │   │   │   └── _._
│   │   │   ├── xamarintvos10
│   │   │   │   └── _._
│   │   │   └── xamarinwatchos10
│   │   │       └── _._
│   │   └── runtimes
│   │       ├── osx
│   │       │   └── lib
│   │       ├── unix
│   │       │   └── lib
│   │       └── win
│   │           └── lib
│   ├── System.Security.Cryptography.Encoding.4.3.0
│   │   ├── System.Security.Cryptography.Encoding.4.3.0.nupkg
│   │   ├── ThirdPartyNotices.txt
│   │   ├── dotnet_library_license.txt
│   │   ├── lib
│   │   │   ├── MonoAndroid10
│   │   │   │   └── _._
│   │   │   ├── MonoTouch10
│   │   │   │   └── _._
│   │   │   ├── net46
│   │   │   │   └── System.Security.Cryptography.Encoding.dll
│   │   │   ├── xamarinios10
│   │   │   │   └── _._
│   │   │   ├── xamarinmac20
│   │   │   │   └── _._
│   │   │   ├── xamarintvos10
│   │   │   │   └── _._
│   │   │   └── xamarinwatchos10
│   │   │       └── _._
│   │   ├── ref
│   │   │   ├── MonoAndroid10
│   │   │   │   └── _._
│   │   │   ├── MonoTouch10
│   │   │   │   └── _._
│   │   │   ├── net46
│   │   │   │   └── System.Security.Cryptography.Encoding.dll
│   │   │   ├── netstandard1.3
│   │   │   │   ├── System.Security.Cryptography.Encoding.dll
│   │   │   │   ├── System.Security.Cryptography.Encoding.xml
│   │   │   │   ├── de
│   │   │   │   ├── es
│   │   │   │   ├── fr
│   │   │   │   ├── it
│   │   │   │   ├── ja
│   │   │   │   ├── ko
│   │   │   │   ├── ru
│   │   │   │   ├── zh-hans
│   │   │   │   └── zh-hant
│   │   │   ├── xamarinios10
│   │   │   │   └── _._
│   │   │   ├── xamarinmac20
│   │   │   │   └── _._
│   │   │   ├── xamarintvos10
│   │   │   │   └── _._
│   │   │   └── xamarinwatchos10
│   │   │       └── _._
│   │   └── runtimes
│   │       ├── unix
│   │       │   └── lib
│   │       └── win
│   │           └── lib
│   ├── System.Security.Cryptography.Primitives.4.3.0
│   │   ├── System.Security.Cryptography.Primitives.4.3.0.nupkg
│   │   ├── ThirdPartyNotices.txt
│   │   ├── dotnet_library_license.txt
│   │   ├── lib
│   │   │   ├── MonoAndroid10
│   │   │   │   └── _._
│   │   │   ├── MonoTouch10
│   │   │   │   └── _._
│   │   │   ├── net46
│   │   │   │   └── System.Security.Cryptography.Primitives.dll
│   │   │   ├── netstandard1.3
│   │   │   │   └── System.Security.Cryptography.Primitives.dll
│   │   │   ├── xamarinios10
│   │   │   │   └── _._
│   │   │   ├── xamarinmac20
│   │   │   │   └── _._
│   │   │   ├── xamarintvos10
│   │   │   │   └── _._
│   │   │   └── xamarinwatchos10
│   │   │       └── _._
│   │   └── ref
│   │       ├── MonoAndroid10
│   │       │   └── _._
│   │       ├── MonoTouch10
│   │       │   └── _._
│   │       ├── net46
│   │       │   └── System.Security.Cryptography.Primitives.dll
│   │       ├── netstandard1.3
│   │       │   └── System.Security.Cryptography.Primitives.dll
│   │       ├── xamarinios10
│   │       │   └── _._
│   │       ├── xamarinmac20
│   │       │   └── _._
│   │       ├── xamarintvos10
│   │       │   └── _._
│   │       └── xamarinwatchos10
│   │           └── _._
│   ├── System.Security.Cryptography.X509Certificates.4.3.2
│   │   ├── System.Security.Cryptography.X509Certificates.4.3.2.nupkg
│   │   ├── ThirdPartyNotices.txt
│   │   ├── dotnet_library_license.txt
│   │   ├── lib
│   │   │   ├── MonoAndroid10
│   │   │   │   └── _._
│   │   │   ├── MonoTouch10
│   │   │   │   └── _._
│   │   │   ├── net46
│   │   │   │   └── System.Security.Cryptography.X509Certificates.dll
│   │   │   ├── net461
│   │   │   │   └── System.Security.Cryptography.X509Certificates.dll
│   │   │   ├── xamarinios10
│   │   │   │   └── _._
│   │   │   ├── xamarinmac20
│   │   │   │   └── _._
│   │   │   ├── xamarintvos10
│   │   │   │   └── _._
│   │   │   └── xamarinwatchos10
│   │   │       └── _._
│   │   ├── ref
│   │   │   ├── MonoAndroid10
│   │   │   │   └── _._
│   │   │   ├── MonoTouch10
│   │   │   │   └── _._
│   │   │   ├── net46
│   │   │   │   └── System.Security.Cryptography.X509Certificates.dll
│   │   │   ├── net461
│   │   │   │   └── System.Security.Cryptography.X509Certificates.dll
│   │   │   ├── netstandard1.3
│   │   │   │   └── System.Security.Cryptography.X509Certificates.dll
│   │   │   ├── netstandard1.4
│   │   │   │   └── System.Security.Cryptography.X509Certificates.dll
│   │   │   ├── xamarinios10
│   │   │   │   └── _._
│   │   │   ├── xamarinmac20
│   │   │   │   └── _._
│   │   │   ├── xamarintvos10
│   │   │   │   └── _._
│   │   │   └── xamarinwatchos10
│   │   │       └── _._
│   │   └── runtimes
│   │       ├── unix
│   │       │   └── lib
│   │       └── win
│   │           └── lib
│   ├── System.Security.Permissions.6.0.0
│   │   ├── Icon.png
│   │   ├── LICENSE.TXT
│   │   ├── System.Security.Permissions.6.0.0.nupkg
│   │   ├── THIRD-PARTY-NOTICES.TXT
│   │   ├── buildTransitive
│   │   │   ├── netcoreapp2.0
│   │   │   │   └── System.Security.Permissions.targets
│   │   │   └── netcoreapp3.1
│   │   │       └── _._
│   │   ├── lib
│   │   │   ├── net461
│   │   │   │   ├── System.Security.Permissions.dll
│   │   │   │   └── System.Security.Permissions.xml
│   │   │   ├── net5.0
│   │   │   │   ├── System.Security.Permissions.dll
│   │   │   │   └── System.Security.Permissions.xml
│   │   │   ├── net6.0
│   │   │   │   ├── System.Security.Permissions.dll
│   │   │   │   └── System.Security.Permissions.xml
│   │   │   ├── netcoreapp3.1
│   │   │   │   ├── System.Security.Permissions.dll
│   │   │   │   └── System.Security.Permissions.xml
│   │   │   └── netstandard2.0
│   │   │       ├── System.Security.Permissions.dll
│   │   │       └── System.Security.Permissions.xml
│   │   ├── runtimes
│   │   │   └── win
│   │   │       └── lib
│   │   └── useSharedDesignerContext.txt
│   ├── System.Security.Principal.Windows.5.0.0
│   │   ├── Icon.png
│   │   ├── LICENSE.TXT
│   │   ├── System.Security.Principal.Windows.5.0.0.nupkg
│   │   ├── THIRD-PARTY-NOTICES.TXT
│   │   ├── lib
│   │   │   ├── net46
│   │   │   │   └── System.Security.Principal.Windows.dll
│   │   │   ├── net461
│   │   │   │   ├── System.Security.Principal.Windows.dll
│   │   │   │   └── System.Security.Principal.Windows.xml
│   │   │   ├── netstandard1.3
│   │   │   │   └── System.Security.Principal.Windows.dll
│   │   │   ├── netstandard2.0
│   │   │   │   ├── System.Security.Principal.Windows.dll
│   │   │   │   └── System.Security.Principal.Windows.xml
│   │   │   └── uap10.0.16299
│   │   │       └── _._
│   │   ├── ref
│   │   │   ├── net46
│   │   │   │   └── System.Security.Principal.Windows.dll
│   │   │   ├── net461
│   │   │   │   ├── System.Security.Principal.Windows.dll
│   │   │   │   └── System.Security.Principal.Windows.xml
│   │   │   ├── netcoreapp3.0
│   │   │   │   ├── System.Security.Principal.Windows.dll
│   │   │   │   └── System.Security.Principal.Windows.xml
│   │   │   ├── netstandard1.3
│   │   │   │   ├── System.Security.Principal.Windows.dll
│   │   │   │   ├── System.Security.Principal.Windows.xml
│   │   │   │   ├── de
│   │   │   │   ├── es
│   │   │   │   ├── fr
│   │   │   │   ├── it
│   │   │   │   ├── ja
│   │   │   │   ├── ko
│   │   │   │   ├── ru
│   │   │   │   ├── zh-hans
│   │   │   │   └── zh-hant
│   │   │   ├── netstandard2.0
│   │   │   │   ├── System.Security.Principal.Windows.dll
│   │   │   │   └── System.Security.Principal.Windows.xml
│   │   │   └── uap10.0.16299
│   │   │       └── _._
│   │   ├── runtimes
│   │   │   ├── unix
│   │   │   │   └── lib
│   │   │   └── win
│   │   │       └── lib
│   │   ├── useSharedDesignerContext.txt
│   │   └── version.txt
│   ├── System.Text.Encoding.4.3.0
│   │   ├── System.Text.Encoding.4.3.0.nupkg
│   │   ├── ThirdPartyNotices.txt
│   │   ├── dotnet_library_license.txt
│   │   ├── lib
│   │   │   ├── MonoAndroid10
│   │   │   │   └── _._
│   │   │   ├── MonoTouch10
│   │   │   │   └── _._
│   │   │   ├── net45
│   │   │   │   └── _._
│   │   │   ├── portable-net45 win8 wp8 wpa81
│   │   │   │   └── _._
│   │   │   ├── win8
│   │   │   │   └── _._
│   │   │   ├── wp80
│   │   │   │   └── _._
│   │   │   ├── wpa81
│   │   │   │   └── _._
│   │   │   ├── xamarinios10
│   │   │   │   └── _._
│   │   │   ├── xamarinmac20
│   │   │   │   └── _._
│   │   │   ├── xamarintvos10
│   │   │   │   └── _._
│   │   │   └── xamarinwatchos10
│   │   │       └── _._
│   │   └── ref
│   │       ├── MonoAndroid10
│   │       │   └── _._
│   │       ├── MonoTouch10
│   │       │   └── _._
│   │       ├── net45
│   │       │   └── _._
│   │       ├── netcore50
│   │       │   ├── System.Text.Encoding.dll
│   │       │   ├── System.Text.Encoding.xml
│   │       │   ├── de
│   │       │   ├── es
│   │       │   ├── fr
│   │       │   ├── it
│   │       │   ├── ja
│   │       │   ├── ko
│   │       │   ├── ru
│   │       │   ├── zh-hans
│   │       │   └── zh-hant
│   │       ├── netstandard1.0
│   │       │   ├── System.Text.Encoding.dll
│   │       │   ├── System.Text.Encoding.xml
│   │       │   ├── de
│   │       │   ├── es
│   │       │   ├── fr
│   │       │   ├── it
│   │       │   ├── ja
│   │       │   ├── ko
│   │       │   ├── ru
│   │       │   ├── zh-hans
│   │       │   └── zh-hant
│   │       ├── netstandard1.3
│   │       │   ├── System.Text.Encoding.dll
│   │       │   ├── System.Text.Encoding.xml
│   │       │   ├── de
│   │       │   ├── es
│   │       │   ├── fr
│   │       │   ├── it
│   │       │   ├── ja
│   │       │   ├── ko
│   │       │   ├── ru
│   │       │   ├── zh-hans
│   │       │   └── zh-hant
│   │       ├── portable-net45 win8 wp8 wpa81
│   │       │   └── _._
│   │       ├── win8
│   │       │   └── _._
│   │       ├── wp80
│   │       │   └── _._
│   │       ├── wpa81
│   │       │   └── _._
│   │       ├── xamarinios10
│   │       │   └── _._
│   │       ├── xamarinmac20
│   │       │   └── _._
│   │       ├── xamarintvos10
│   │       │   └── _._
│   │       └── xamarinwatchos10
│   │           └── _._
│   ├── System.Text.Encoding.Extensions.4.3.0
│   │   ├── System.Text.Encoding.Extensions.4.3.0.nupkg
│   │   ├── ThirdPartyNotices.txt
│   │   ├── dotnet_library_license.txt
│   │   ├── lib
│   │   │   ├── MonoAndroid10
│   │   │   │   └── _._
│   │   │   ├── MonoTouch10
│   │   │   │   └── _._
│   │   │   ├── net45
│   │   │   │   └── _._
│   │   │   ├── portable-net45 win8 wp8 wpa81
│   │   │   │   └── _._
│   │   │   ├── win8
│   │   │   │   └── _._
│   │   │   ├── wp80
│   │   │   │   └── _._
│   │   │   ├── wpa81
│   │   │   │   └── _._
│   │   │   ├── xamarinios10
│   │   │   │   └── _._
│   │   │   ├── xamarinmac20
│   │   │   │   └── _._
│   │   │   ├── xamarintvos10
│   │   │   │   └── _._
│   │   │   └── xamarinwatchos10
│   │   │       └── _._
│   │   └── ref
│   │       ├── MonoAndroid10
│   │       │   └── _._
│   │       ├── MonoTouch10
│   │       │   └── _._
│   │       ├── net45
│   │       │   └── _._
│   │       ├── netcore50
│   │       │   ├── System.Text.Encoding.Extensions.dll
│   │       │   ├── System.Text.Encoding.Extensions.xml
│   │       │   ├── de
│   │       │   ├── es
│   │       │   ├── fr
│   │       │   ├── it
│   │       │   ├── ja
│   │       │   ├── ko
│   │       │   ├── ru
│   │       │   ├── zh-hans
│   │       │   └── zh-hant
│   │       ├── netstandard1.0
│   │       │   ├── System.Text.Encoding.Extensions.dll
│   │       │   ├── System.Text.Encoding.Extensions.xml
│   │       │   ├── de
│   │       │   ├── es
│   │       │   ├── fr
│   │       │   ├── it
│   │       │   ├── ja
│   │       │   ├── ko
│   │       │   ├── ru
│   │       │   ├── zh-hans
│   │       │   └── zh-hant
│   │       ├── netstandard1.3
│   │       │   ├── System.Text.Encoding.Extensions.dll
│   │       │   ├── System.Text.Encoding.Extensions.xml
│   │       │   ├── de
│   │       │   ├── es
│   │       │   ├── fr
│   │       │   ├── it
│   │       │   ├── ja
│   │       │   ├── ko
│   │       │   ├── ru
│   │       │   ├── zh-hans
│   │       │   └── zh-hant
│   │       ├── portable-net45 win8 wp8 wpa81
│   │       │   └── _._
│   │       ├── win8
│   │       │   └── _._
│   │       ├── wp80
│   │       │   └── _._
│   │       ├── wpa81
│   │       │   └── _._
│   │       ├── xamarinios10
│   │       │   └── _._
│   │       ├── xamarinmac20
│   │       │   └── _._
│   │       ├── xamarintvos10
│   │       │   └── _._
│   │       └── xamarinwatchos10
│   │           └── _._
│   ├── System.Text.Encodings.Web.6.0.0
│   │   ├── Icon.png
│   │   ├── LICENSE.TXT
│   │   ├── System.Text.Encodings.Web.6.0.0.nupkg
│   │   ├── THIRD-PARTY-NOTICES.TXT
│   │   ├── buildTransitive
│   │   │   ├── netcoreapp2.0
│   │   │   │   └── System.Text.Encodings.Web.targets
│   │   │   └── netcoreapp3.1
│   │   │       └── _._
│   │   ├── lib
│   │   │   ├── net461
│   │   │   │   ├── System.Text.Encodings.Web.dll
│   │   │   │   └── System.Text.Encodings.Web.xml
│   │   │   ├── net6.0
│   │   │   │   ├── System.Text.Encodings.Web.dll
│   │   │   │   └── System.Text.Encodings.Web.xml
│   │   │   ├── netcoreapp3.1
│   │   │   │   ├── System.Text.Encodings.Web.dll
│   │   │   │   └── System.Text.Encodings.Web.xml
│   │   │   └── netstandard2.0
│   │   │       ├── System.Text.Encodings.Web.dll
│   │   │       └── System.Text.Encodings.Web.xml
│   │   ├── runtimes
│   │   │   └── browser
│   │   │       └── lib
│   │   └── useSharedDesignerContext.txt
│   ├── System.Text.Json.6.0.5
│   │   ├── Icon.png
│   │   ├── LICENSE.TXT
│   │   ├── System.Text.Json.6.0.5.nupkg
│   │   ├── THIRD-PARTY-NOTICES.TXT
│   │   ├── analyzers
│   │   │   └── dotnet
│   │   │       ├── roslyn3.11
│   │   │       └── roslyn4.0
│   │   ├── build
│   │   │   └── System.Text.Json.targets
│   │   ├── buildTransitive
│   │   │   ├── netcoreapp2.0
│   │   │   │   └── System.Text.Json.targets
│   │   │   └── netcoreapp3.1
│   │   │       └── _._
│   │   ├── lib
│   │   │   ├── net461
│   │   │   │   ├── System.Text.Json.dll
│   │   │   │   └── System.Text.Json.xml
│   │   │   ├── net6.0
│   │   │   │   ├── System.Text.Json.dll
│   │   │   │   └── System.Text.Json.xml
│   │   │   ├── netcoreapp3.1
│   │   │   │   ├── System.Text.Json.dll
│   │   │   │   └── System.Text.Json.xml
│   │   │   └── netstandard2.0
│   │   │       ├── System.Text.Json.dll
│   │   │       └── System.Text.Json.xml
│   │   └── useSharedDesignerContext.txt
│   ├── System.Text.RegularExpressions.4.3.1
│   │   ├── System.Text.RegularExpressions.4.3.1.nupkg
│   │   ├── ThirdPartyNotices.txt
│   │   ├── dotnet_library_license.txt
│   │   ├── lib
│   │   │   ├── MonoAndroid10
│   │   │   │   └── _._
│   │   │   ├── MonoTouch10
│   │   │   │   └── _._
│   │   │   ├── net45
│   │   │   │   └── _._
│   │   │   ├── net463
│   │   │   │   └── System.Text.RegularExpressions.dll
│   │   │   ├── netcore50
│   │   │   │   └── System.Text.RegularExpressions.dll
│   │   │   ├── netstandard1.6
│   │   │   │   └── System.Text.RegularExpressions.dll
│   │   │   ├── portable-net45 win8 wp8 wpa81
│   │   │   │   └── _._
│   │   │   ├── win8
│   │   │   │   └── _._
│   │   │   ├── wp80
│   │   │   │   └── _._
│   │   │   ├── wpa81
│   │   │   │   └── _._
│   │   │   ├── xamarinios10
│   │   │   │   └── _._
│   │   │   ├── xamarinmac20
│   │   │   │   └── _._
│   │   │   ├── xamarintvos10
│   │   │   │   └── _._
│   │   │   └── xamarinwatchos10
│   │   │       └── _._
│   │   └── ref
│   │       ├── MonoAndroid10
│   │       │   └── _._
│   │       ├── MonoTouch10
│   │       │   └── _._
│   │       ├── net45
│   │       │   └── _._
│   │       ├── net463
│   │       │   └── System.Text.RegularExpressions.dll
│   │       ├── netcore50
│   │       │   ├── System.Text.RegularExpressions.dll
│   │       │   ├── System.Text.RegularExpressions.xml
│   │       │   ├── de
│   │       │   ├── es
│   │       │   ├── fr
│   │       │   ├── it
│   │       │   ├── ja
│   │       │   ├── ko
│   │       │   ├── ru
│   │       │   ├── zh-hans
│   │       │   └── zh-hant
│   │       ├── netcoreapp1.1
│   │       │   └── System.Text.RegularExpressions.dll
│   │       ├── netstandard1.0
│   │       │   ├── System.Text.RegularExpressions.dll
│   │       │   ├── System.Text.RegularExpressions.xml
│   │       │   ├── de
│   │       │   ├── es
│   │       │   ├── fr
│   │       │   ├── it
│   │       │   ├── ja
│   │       │   ├── ko
│   │       │   ├── ru
│   │       │   ├── zh-hans
│   │       │   └── zh-hant
│   │       ├── netstandard1.3
│   │       │   ├── System.Text.RegularExpressions.dll
│   │       │   ├── System.Text.RegularExpressions.xml
│   │       │   ├── de
│   │       │   ├── es
│   │       │   ├── fr
│   │       │   ├── it
│   │       │   ├── ja
│   │       │   ├── ko
│   │       │   ├── ru
│   │       │   ├── zh-hans
│   │       │   └── zh-hant
│   │       ├── netstandard1.6
│   │       │   ├── System.Text.RegularExpressions.dll
│   │       │   ├── System.Text.RegularExpressions.xml
│   │       │   ├── de
│   │       │   ├── es
│   │       │   ├── fr
│   │       │   ├── it
│   │       │   ├── ja
│   │       │   ├── ko
│   │       │   ├── ru
│   │       │   ├── zh-hans
│   │       │   └── zh-hant
│   │       ├── portable-net45 win8 wp8 wpa81
│   │       │   └── _._
│   │       ├── win8
│   │       │   └── _._
│   │       ├── wp80
│   │       │   └── _._
│   │       ├── wpa81
│   │       │   └── _._
│   │       ├── xamarinios10
│   │       │   └── _._
│   │       ├── xamarinmac20
│   │       │   └── _._
│   │       ├── xamarintvos10
│   │       │   └── _._
│   │       └── xamarinwatchos10
│   │           └── _._
│   ├── System.Threading.4.3.0
│   │   ├── System.Threading.4.3.0.nupkg
│   │   ├── ThirdPartyNotices.txt
│   │   ├── dotnet_library_license.txt
│   │   ├── lib
│   │   │   ├── MonoAndroid10
│   │   │   │   └── _._
│   │   │   ├── MonoTouch10
│   │   │   │   └── _._
│   │   │   ├── net45
│   │   │   │   └── _._
│   │   │   ├── netcore50
│   │   │   │   └── System.Threading.dll
│   │   │   ├── netstandard1.3
│   │   │   │   └── System.Threading.dll
│   │   │   ├── portable-net45 win8 wp8 wpa81
│   │   │   │   └── _._
│   │   │   ├── win8
│   │   │   │   └── _._
│   │   │   ├── wp80
│   │   │   │   └── _._
│   │   │   ├── wpa81
│   │   │   │   └── _._
│   │   │   ├── xamarinios10
│   │   │   │   └── _._
│   │   │   ├── xamarinmac20
│   │   │   │   └── _._
│   │   │   ├── xamarintvos10
│   │   │   │   └── _._
│   │   │   └── xamarinwatchos10
│   │   │       └── _._
│   │   ├── ref
│   │   │   ├── MonoAndroid10
│   │   │   │   └── _._
│   │   │   ├── MonoTouch10
│   │   │   │   └── _._
│   │   │   ├── net45
│   │   │   │   └── _._
│   │   │   ├── netcore50
│   │   │   │   ├── System.Threading.dll
│   │   │   │   ├── System.Threading.xml
│   │   │   │   ├── de
│   │   │   │   ├── es
│   │   │   │   ├── fr
│   │   │   │   ├── it
│   │   │   │   ├── ja
│   │   │   │   ├── ko
│   │   │   │   ├── ru
│   │   │   │   ├── zh-hans
│   │   │   │   └── zh-hant
│   │   │   ├── netstandard1.0
│   │   │   │   ├── System.Threading.dll
│   │   │   │   ├── System.Threading.xml
│   │   │   │   ├── de
│   │   │   │   ├── es
│   │   │   │   ├── fr
│   │   │   │   ├── it
│   │   │   │   ├── ja
│   │   │   │   ├── ko
│   │   │   │   ├── ru
│   │   │   │   ├── zh-hans
│   │   │   │   └── zh-hant
│   │   │   ├── netstandard1.3
│   │   │   │   ├── System.Threading.dll
│   │   │   │   ├── System.Threading.xml
│   │   │   │   ├── de
│   │   │   │   ├── es
│   │   │   │   ├── fr
│   │   │   │   ├── it
│   │   │   │   ├── ja
│   │   │   │   ├── ko
│   │   │   │   ├── ru
│   │   │   │   ├── zh-hans
│   │   │   │   └── zh-hant
│   │   │   ├── portable-net45 win8 wp8 wpa81
│   │   │   │   └── _._
│   │   │   ├── win8
│   │   │   │   └── _._
│   │   │   ├── wp80
│   │   │   │   └── _._
│   │   │   ├── wpa81
│   │   │   │   └── _._
│   │   │   ├── xamarinios10
│   │   │   │   └── _._
│   │   │   ├── xamarinmac20
│   │   │   │   └── _._
│   │   │   ├── xamarintvos10
│   │   │   │   └── _._
│   │   │   └── xamarinwatchos10
│   │   │       └── _._
│   │   └── runtimes
│   │       └── aot
│   │           └── lib
│   ├── System.Threading.Tasks.4.3.0
│   │   ├── System.Threading.Tasks.4.3.0.nupkg
│   │   ├── ThirdPartyNotices.txt
│   │   ├── dotnet_library_license.txt
│   │   ├── lib
│   │   │   ├── MonoAndroid10
│   │   │   │   └── _._
│   │   │   ├── MonoTouch10
│   │   │   │   └── _._
│   │   │   ├── net45
│   │   │   │   └── _._
│   │   │   ├── portable-net45 win8 wp8 wpa81
│   │   │   │   └── _._
│   │   │   ├── win8
│   │   │   │   └── _._
│   │   │   ├── wp80
│   │   │   │   └── _._
│   │   │   ├── wpa81
│   │   │   │   └── _._
│   │   │   ├── xamarinios10
│   │   │   │   └── _._
│   │   │   ├── xamarinmac20
│   │   │   │   └── _._
│   │   │   ├── xamarintvos10
│   │   │   │   └── _._
│   │   │   └── xamarinwatchos10
│   │   │       └── _._
│   │   └── ref
│   │       ├── MonoAndroid10
│   │       │   └── _._
│   │       ├── MonoTouch10
│   │       │   └── _._
│   │       ├── net45
│   │       │   └── _._
│   │       ├── netcore50
│   │       │   ├── System.Threading.Tasks.dll
│   │       │   ├── System.Threading.Tasks.xml
│   │       │   ├── de
│   │       │   ├── es
│   │       │   ├── fr
│   │       │   ├── it
│   │       │   ├── ja
│   │       │   ├── ko
│   │       │   ├── ru
│   │       │   ├── zh-hans
│   │       │   └── zh-hant
│   │       ├── netstandard1.0
│   │       │   ├── System.Threading.Tasks.dll
│   │       │   ├── System.Threading.Tasks.xml
│   │       │   ├── de
│   │       │   ├── es
│   │       │   ├── fr
│   │       │   ├── it
│   │       │   ├── ja
│   │       │   ├── ko
│   │       │   ├── ru
│   │       │   ├── zh-hans
│   │       │   └── zh-hant
│   │       ├── netstandard1.3
│   │       │   ├── System.Threading.Tasks.dll
│   │       │   ├── System.Threading.Tasks.xml
│   │       │   ├── de
│   │       │   ├── es
│   │       │   ├── fr
│   │       │   ├── it
│   │       │   ├── ja
│   │       │   ├── ko
│   │       │   ├── ru
│   │       │   ├── zh-hans
│   │       │   └── zh-hant
│   │       ├── portable-net45 win8 wp8 wpa81
│   │       │   └── _._
│   │       ├── win8
│   │       │   └── _._
│   │       ├── wp80
│   │       │   └── _._
│   │       ├── wpa81
│   │       │   └── _._
│   │       ├── xamarinios10
│   │       │   └── _._
│   │       ├── xamarinmac20
│   │       │   └── _._
│   │       ├── xamarintvos10
│   │       │   └── _._
│   │       └── xamarinwatchos10
│   │           └── _._
│   ├── System.Threading.Tasks.Extensions.4.5.4
│   │   ├── LICENSE.TXT
│   │   ├── System.Threading.Tasks.Extensions.4.5.4.nupkg
│   │   ├── THIRD-PARTY-NOTICES.TXT
│   │   ├── lib
│   │   │   ├── MonoAndroid10
│   │   │   │   └── _._
│   │   │   ├── MonoTouch10
│   │   │   │   └── _._
│   │   │   ├── net461
│   │   │   │   ├── System.Threading.Tasks.Extensions.dll
│   │   │   │   └── System.Threading.Tasks.Extensions.xml
│   │   │   ├── netcoreapp2.1
│   │   │   │   └── _._
│   │   │   ├── netstandard1.0
│   │   │   │   ├── System.Threading.Tasks.Extensions.dll
│   │   │   │   └── System.Threading.Tasks.Extensions.xml
│   │   │   ├── netstandard2.0
│   │   │   │   ├── System.Threading.Tasks.Extensions.dll
│   │   │   │   └── System.Threading.Tasks.Extensions.xml
│   │   │   ├── portable-net45 win8 wp8 wpa81
│   │   │   │   ├── System.Threading.Tasks.Extensions.dll
│   │   │   │   └── System.Threading.Tasks.Extensions.xml
│   │   │   ├── xamarinios10
│   │   │   │   └── _._
│   │   │   ├── xamarinmac20
│   │   │   │   └── _._
│   │   │   ├── xamarintvos10
│   │   │   │   └── _._
│   │   │   └── xamarinwatchos10
│   │   │       └── _._
│   │   ├── ref
│   │   │   ├── MonoAndroid10
│   │   │   │   └── _._
│   │   │   ├── MonoTouch10
│   │   │   │   └── _._
│   │   │   ├── netcoreapp2.1
│   │   │   │   └── _._
│   │   │   ├── xamarinios10
│   │   │   │   └── _._
│   │   │   ├── xamarinmac20
│   │   │   │   └── _._
│   │   │   ├── xamarintvos10
│   │   │   │   └── _._
│   │   │   └── xamarinwatchos10
│   │   │       └── _._
│   │   ├── useSharedDesignerContext.txt
│   │   └── version.txt
│   ├── System.Threading.Timer.4.3.0
│   │   ├── System.Threading.Timer.4.3.0.nupkg
│   │   ├── ThirdPartyNotices.txt
│   │   ├── dotnet_library_license.txt
│   │   ├── lib
│   │   │   ├── MonoAndroid10
│   │   │   │   └── _._
│   │   │   ├── MonoTouch10
│   │   │   │   └── _._
│   │   │   ├── net451
│   │   │   │   └── _._
│   │   │   ├── portable-net451 win81 wpa81
│   │   │   │   └── _._
│   │   │   ├── win81
│   │   │   │   └── _._
│   │   │   ├── wpa81
│   │   │   │   └── _._
│   │   │   ├── xamarinios10
│   │   │   │   └── _._
│   │   │   ├── xamarinmac20
│   │   │   │   └── _._
│   │   │   ├── xamarintvos10
│   │   │   │   └── _._
│   │   │   └── xamarinwatchos10
│   │   │       └── _._
│   │   └── ref
│   │       ├── MonoAndroid10
│   │       │   └── _._
│   │       ├── MonoTouch10
│   │       │   └── _._
│   │       ├── net451
│   │       │   └── _._
│   │       ├── netcore50
│   │       │   ├── System.Threading.Timer.dll
│   │       │   ├── System.Threading.Timer.xml
│   │       │   ├── de
│   │       │   ├── es
│   │       │   ├── fr
│   │       │   ├── it
│   │       │   ├── ja
│   │       │   ├── ko
│   │       │   ├── ru
│   │       │   ├── zh-hans
│   │       │   └── zh-hant
│   │       ├── netstandard1.2
│   │       │   ├── System.Threading.Timer.dll
│   │       │   ├── System.Threading.Timer.xml
│   │       │   ├── de
│   │       │   ├── es
│   │       │   ├── fr
│   │       │   ├── it
│   │       │   ├── ja
│   │       │   ├── ko
│   │       │   ├── ru
│   │       │   ├── zh-hans
│   │       │   └── zh-hant
│   │       ├── portable-net451 win81 wpa81
│   │       │   └── _._
│   │       ├── win81
│   │       │   └── _._
│   │       ├── wpa81
│   │       │   └── _._
│   │       ├── xamarinios10
│   │       │   └── _._
│   │       ├── xamarinmac20
│   │       │   └── _._
│   │       ├── xamarintvos10
│   │       │   └── _._
│   │       └── xamarinwatchos10
│   │           └── _._
│   ├── System.ValueTuple.4.5.0
│   │   ├── LICENSE.TXT
│   │   ├── System.ValueTuple.4.5.0.nupkg
│   │   ├── THIRD-PARTY-NOTICES.TXT
│   │   ├── lib
│   │   │   ├── MonoAndroid10
│   │   │   │   └── _._
│   │   │   ├── MonoTouch10
│   │   │   │   └── _._
│   │   │   ├── net461
│   │   │   │   ├── System.ValueTuple.dll
│   │   │   │   └── System.ValueTuple.xml
│   │   │   ├── net47
│   │   │   │   ├── System.ValueTuple.dll
│   │   │   │   └── System.ValueTuple.xml
│   │   │   ├── netcoreapp2.0
│   │   │   │   └── _._
│   │   │   ├── netstandard1.0
│   │   │   │   ├── System.ValueTuple.dll
│   │   │   │   └── System.ValueTuple.xml
│   │   │   ├── netstandard2.0
│   │   │   │   └── _._
│   │   │   ├── portable-net40 sl4 win8 wp8
│   │   │   │   ├── System.ValueTuple.dll
│   │   │   │   └── System.ValueTuple.xml
│   │   │   ├── uap10.0.16299
│   │   │   │   └── _._
│   │   │   ├── xamarinios10
│   │   │   │   └── _._
│   │   │   ├── xamarinmac20
│   │   │   │   └── _._
│   │   │   ├── xamarintvos10
│   │   │   │   └── _._
│   │   │   └── xamarinwatchos10
│   │   │       └── _._
│   │   ├── ref
│   │   │   ├── MonoAndroid10
│   │   │   │   └── _._
│   │   │   ├── MonoTouch10
│   │   │   │   └── _._
│   │   │   ├── net461
│   │   │   │   └── System.ValueTuple.dll
│   │   │   ├── net47
│   │   │   │   └── System.ValueTuple.dll
│   │   │   ├── netcoreapp2.0
│   │   │   │   └── _._
│   │   │   ├── netstandard2.0
│   │   │   │   └── _._
│   │   │   ├── portable-net40 sl4 win8 wp8
│   │   │   │   └── System.ValueTuple.dll
│   │   │   ├── uap10.0.16299
│   │   │   │   └── _._
│   │   │   ├── xamarinios10
│   │   │   │   └── _._
│   │   │   ├── xamarinmac20
│   │   │   │   └── _._
│   │   │   ├── xamarintvos10
│   │   │   │   └── _._
│   │   │   └── xamarinwatchos10
│   │   │       └── _._
│   │   ├── useSharedDesignerContext.txt
│   │   └── version.txt
│   ├── System.Xml.ReaderWriter.4.3.1
│   │   ├── System.Xml.ReaderWriter.4.3.1.nupkg
│   │   ├── ThirdPartyNotices.txt
│   │   ├── dotnet_library_license.txt
│   │   ├── lib
│   │   │   ├── MonoAndroid10
│   │   │   │   └── _._
│   │   │   ├── MonoTouch10
│   │   │   │   └── _._
│   │   │   ├── net45
│   │   │   │   └── _._
│   │   │   ├── net46
│   │   │   │   └── System.Xml.ReaderWriter.dll
│   │   │   ├── netcore50
│   │   │   │   └── System.Xml.ReaderWriter.dll
│   │   │   ├── netstandard1.3
│   │   │   │   └── System.Xml.ReaderWriter.dll
│   │   │   ├── portable-net45 win8 wp8 wpa81
│   │   │   │   └── _._
│   │   │   ├── win8
│   │   │   │   └── _._
│   │   │   ├── wp80
│   │   │   │   └── _._
│   │   │   ├── wpa81
│   │   │   │   └── _._
│   │   │   ├── xamarinios10
│   │   │   │   └── _._
│   │   │   ├── xamarinmac20
│   │   │   │   └── _._
│   │   │   ├── xamarintvos10
│   │   │   │   └── _._
│   │   │   └── xamarinwatchos10
│   │   │       └── _._
│   │   └── ref
│   │       ├── MonoAndroid10
│   │       │   └── _._
│   │       ├── MonoTouch10
│   │       │   └── _._
│   │       ├── net45
│   │       │   └── _._
│   │       ├── net46
│   │       │   └── System.Xml.ReaderWriter.dll
│   │       ├── netcore50
│   │       │   ├── System.Xml.ReaderWriter.dll
│   │       │   ├── System.Xml.ReaderWriter.xml
│   │       │   ├── de
│   │       │   ├── es
│   │       │   ├── fr
│   │       │   ├── it
│   │       │   ├── ja
│   │       │   ├── ko
│   │       │   ├── ru
│   │       │   ├── zh-hans
│   │       │   └── zh-hant
│   │       ├── netstandard1.0
│   │       │   ├── System.Xml.ReaderWriter.dll
│   │       │   ├── System.Xml.ReaderWriter.xml
│   │       │   ├── de
│   │       │   ├── es
│   │       │   ├── fr
│   │       │   ├── it
│   │       │   ├── ja
│   │       │   ├── ko
│   │       │   ├── ru
│   │       │   ├── zh-hans
│   │       │   └── zh-hant
│   │       ├── netstandard1.3
│   │       │   ├── System.Xml.ReaderWriter.dll
│   │       │   ├── System.Xml.ReaderWriter.xml
│   │       │   ├── de
│   │       │   ├── es
│   │       │   ├── fr
│   │       │   ├── it
│   │       │   ├── ja
│   │       │   ├── ko
│   │       │   ├── ru
│   │       │   ├── zh-hans
│   │       │   └── zh-hant
│   │       ├── portable-net45 win8 wp8 wpa81
│   │       │   └── _._
│   │       ├── win8
│   │       │   └── _._
│   │       ├── wp80
│   │       │   └── _._
│   │       ├── wpa81
│   │       │   └── _._
│   │       ├── xamarinios10
│   │       │   └── _._
│   │       ├── xamarinmac20
│   │       │   └── _._
│   │       ├── xamarintvos10
│   │       │   └── _._
│   │       └── xamarinwatchos10
│   │           └── _._
│   └── System.Xml.XDocument.4.3.0
│       ├── System.Xml.XDocument.4.3.0.nupkg
│       ├── ThirdPartyNotices.txt
│       ├── dotnet_library_license.txt
│       ├── lib
│       │   ├── MonoAndroid10
│       │   │   └── _._
│       │   ├── MonoTouch10
│       │   │   └── _._
│       │   ├── net45
│       │   │   └── _._
│       │   ├── netcore50
│       │   │   └── System.Xml.XDocument.dll
│       │   ├── netstandard1.3
│       │   │   └── System.Xml.XDocument.dll
│       │   ├── portable-net45 win8 wp8 wpa81
│       │   │   └── _._
│       │   ├── win8
│       │   │   └── _._
│       │   ├── wp80
│       │   │   └── _._
│       │   ├── wpa81
│       │   │   └── _._
│       │   ├── xamarinios10
│       │   │   └── _._
│       │   ├── xamarinmac20
│       │   │   └── _._
│       │   ├── xamarintvos10
│       │   │   └── _._
│       │   └── xamarinwatchos10
│       │       └── _._
│       └── ref
│           ├── MonoAndroid10
│           │   └── _._
│           ├── MonoTouch10
│           │   └── _._
│           ├── net45
│           │   └── _._
│           ├── netcore50
│           │   ├── System.Xml.XDocument.dll
│           │   ├── System.Xml.XDocument.xml
│           │   ├── de
│           │   ├── es
│           │   ├── fr
│           │   ├── it
│           │   ├── ja
│           │   ├── ko
│           │   ├── ru
│           │   ├── zh-hans
│           │   └── zh-hant
│           ├── netstandard1.0
│           │   ├── System.Xml.XDocument.dll
│           │   ├── System.Xml.XDocument.xml
│           │   ├── de
│           │   ├── es
│           │   ├── fr
│           │   ├── it
│           │   ├── ja
│           │   ├── ko
│           │   ├── ru
│           │   ├── zh-hans
│           │   └── zh-hant
│           ├── netstandard1.3
│           │   ├── System.Xml.XDocument.dll
│           │   ├── System.Xml.XDocument.xml
│           │   ├── de
│           │   ├── es
│           │   ├── fr
│           │   ├── it
│           │   ├── ja
│           │   ├── ko
│           │   ├── ru
│           │   ├── zh-hans
│           │   └── zh-hant
│           ├── portable-net45 win8 wp8 wpa81
│           │   └── _._
│           ├── win8
│           │   └── _._
│           ├── wp80
│           │   └── _._
│           ├── wpa81
│           │   └── _._
│           ├── xamarinios10
│           │   └── _._
│           ├── xamarinmac20
│           │   └── _._
│           ├── xamarintvos10
│           │   └── _._
│           └── xamarinwatchos10
│               └── _._
├── packages.config
├── testEnvironments.json
├── 流程.pptx
└── 海康相机二次开发测试,串口,基于正则表达式的过滤规则,C#写日志文件,TCP客户端实现.zip

2550 directories, 2418 files


实例下载地址

海康相机二次开发测试,串口,基于正则表达式的过滤规则,C#写日志文件,TCP客户端实现

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警