Unpacking Software Livestream

Join our monthly Unpacking Software livestream to hear about the latest news, chat and opinion on packaging, software deployment and lifecycle management!

Learn More

Chocolatey Product Spotlight

Join the Chocolatey Team on our regular monthly stream where we put a spotlight on the most recent Chocolatey product releases. You'll have a chance to have your questions answered in a live Ask Me Anything format.

Learn More

Chocolatey Coding Livestream

Join us for the Chocolatey Coding Livestream, where members of our team dive into the heart of open source development by coding live on various Chocolatey projects. Tune in to witness real-time coding, ask questions, and gain insights into the world of package management. Don't miss this opportunity to engage with our team and contribute to the future of Chocolatey!

Learn More

Calling All Chocolatiers! Whipping Up Windows Automation with Chocolatey Central Management

Webinar from
Wednesday, 17 January 2024

We are delighted to announce the release of Chocolatey Central Management v0.12.0, featuring seamless Deployment Plan creation, time-saving duplications, insightful Group Details, an upgraded Dashboard, bug fixes, user interface polishing, and refined documentation. As an added bonus we'll have members of our Solutions Engineering team on-hand to dive into some interesting ways you can leverage the new features available!

Watch On-Demand
Chocolatey Community Coffee Break

Join the Chocolatey Team as we discuss all things Community, what we do, how you can get involved and answer your Chocolatey questions.

Watch The Replays
Chocolatey and Intune Overview

Webinar Replay from
Wednesday, 30 March 2022

At Chocolatey Software we strive for simple, and teaching others. Let us teach you just how simple it could be to keep your 3rd party applications updated across your devices, all with Intune!

Watch On-Demand
Chocolatey For Business. In Azure. In One Click.

Livestream from
Thursday, 9 June 2022

Join James and Josh to show you how you can get the Chocolatey For Business recommended infrastructure and workflow, created, in Azure, in around 20 minutes.

Watch On-Demand
The Future of Chocolatey CLI

Livestream from
Thursday, 04 August 2022

Join Paul and Gary to hear more about the plans for the Chocolatey CLI in the not so distant future. We'll talk about some cool new features, long term asks from Customers and Community and how you can get involved!

Watch On-Demand
Hacktoberfest Tuesdays 2022

Livestreams from
October 2022

For Hacktoberfest, Chocolatey ran a livestream every Tuesday! Re-watch Cory, James, Gary, and Rain as they share knowledge on how to contribute to open-source projects such as Chocolatey CLI.

Watch On-Demand

Downloads:

796

Downloads of v 0.2.67:

20

Last Update:

13 Jul 2024

Package Maintainer(s):

Software Author(s):

  • bc3tech

Tags:

filesorter

FileSorter (Portable)

This is not the latest version of FileSorter (Portable) available.

  • 1
  • 2
  • 3

0.2.67 | Updated: 13 Jul 2024

Downloads:

796

Downloads of v 0.2.67:

20

Maintainer(s):

Software Author(s):

  • bc3tech

Tags:

filesorter

FileSorter (Portable) 0.2.67

This is not the latest version of FileSorter (Portable) available.

Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by bc3tech. The inclusion of bc3tech trademark(s), if any, upon this webpage is solely to identify bc3tech goods or services and not for commercial purposes.

  • 1
  • 2
  • 3

Some Checks Have Failed or Are Not Yet Complete

Not All Tests Have Passed


Validation Testing Passed


Verification Testing Passed

Details

Scan Testing Resulted in Flagged as a Note:

At least one file within this package has greater than 0 detections, but less than 5

Details
Learn More

Deployment Method: Individual Install, Upgrade, & Uninstall

To install FileSorter (Portable), run the following command from the command line or from PowerShell:

>

To upgrade FileSorter (Portable), run the following command from the command line or from PowerShell:

>

To uninstall FileSorter (Portable), run the following command from the command line or from PowerShell:

>

Deployment Method:

NOTE

This applies to both open source and commercial editions of Chocolatey.

1. Enter Your Internal Repository Url

(this should look similar to https://community.chocolatey.org/api/v2/)


2. Setup Your Environment

1. Ensure you are set for organizational deployment

Please see the organizational deployment guide

2. Get the package into your environment

  • Open Source or Commercial:
    • Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
    • You can also just download the package and push it to a repository Download

3. Copy Your Script

choco upgrade filesorter -y --source="'INTERNAL REPO URL'" --version="'0.2.67'" [other options]

See options you can pass to upgrade.

See best practices for scripting.

Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.

If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:


choco upgrade filesorter -y --source="'INTERNAL REPO URL'" --version="'0.2.67'" 
$exitCode = $LASTEXITCODE

Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
  Exit 0
}

Exit $exitCode

- name: Install filesorter
  win_chocolatey:
    name: filesorter
    version: '0.2.67'
    source: INTERNAL REPO URL
    state: present

See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.


chocolatey_package 'filesorter' do
  action    :install
  source   'INTERNAL REPO URL'
  version  '0.2.67'
end

See docs at https://docs.chef.io/resource_chocolatey_package.html.


cChocoPackageInstaller filesorter
{
    Name     = "filesorter"
    Version  = "0.2.67"
    Source   = "INTERNAL REPO URL"
}

Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.


package { 'filesorter':
  ensure   => '0.2.67',
  provider => 'chocolatey',
  source   => 'INTERNAL REPO URL',
}

Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.


4. If applicable - Chocolatey configuration/installation

See infrastructure management matrix for Chocolatey configuration elements and examples.

Package Approved

This package was approved as a trusted package on 13 Jul 2024.

Description

Sorts files into datetime subfolders, optionally parsing EXIF data of photos to get accurate date/time information.


clretwrc.dll
md5: E869411E044447721971025C6C173177 | sha1: E03ABAF8DD2DF255B3646E7D6AF13D358DCAFCF1 | sha256: B5C2C67EC8B55511AEC767CA96C173C2FD8528AFBB90AAB4250B6BC29868FAEC | sha512: 9F2B3FC0053BFAC7AC0FD89E927E358125B38018A17814357B3E7AE6150C2677BFE6D20960AE7E91DC3C0A27D8C90B5798D4C6E2EF106BD6BBC2460A6675C1BB
clrgc.dll
md5: D02BF8F2C1AA25A6C5F7CCB26129785F | sha1: 5F00694266C278EBC219FC3C5C8AC4E24D13878E | sha256: 04827079BF347C56DDE54EDE2E02B28A9C41048BE64C951FB9132E4A296CC4BB | sha512: 772F3AF742B1492643119069BED44FA7C98599F155115B12A21061FE75E5898EE3FBDF29A36DB66438A99B2A3474BE16993B96DE72EC69956F7F6948E833DBFA
clrjit.dll
md5: 74C06A36FF9E119DFA3E230E899D4455 | sha1: 0A249BEB5F7863EE3292127D35CBAD58A844B4D3 | sha256: 0E2085459127C3B86991B026A9A270457993AF3A7A75129103BB7995C0D9403E | sha512: 285DDDE086B04321C19873DBB57B140120326490E66A903A34689E5F48EC446362EF0FD56102C8A5C3E66AB6ED3BF79C9BE845342D41B7BE47F45F1FE0276E14
coreclr.dll
md5: 31CC430DB046CF29B0EEF866040BD291 | sha1: 008C533A47925A6592BC27BEECDDF52946207D85 | sha256: 40877279ACAEA04C4DB976C1E7BE63B945C71B740139E4E8DAB0D8F4CEF89FB7 | sha512: BCA5D0EB9AF0A4FEB518D4A0BC402AA100AAAA7B4522261F3B0FC04AAC3FE5D27DF0BFB8E7493F22347871283DDE669574925000213A277626A53DD5EA587A5A
createdump.exe
md5: 04B3E312720E6E9046553C85D86AC1E3 | sha1: 521523B44B47D188EC59995A920E1056B5BE9A7E | sha256: E36DC8B2BDF7E538F38A5F0033CEA83A7A38FD4BD6EFCDAD2F7D83D2C4A19939 | sha512: 0A85BEB5627AC9D48660122B2733BF2759631C3922C10562F5DD14D11E12AB7D2FF978606B68E611ECC98469637E9C804C57E92F5CE95F595871AD584FA033D8
createdump.exe.ignore
 
ExifLib.Standard.dll
md5: 6A18BFA9DC702E8FA1E8516192387A99 | sha1: 75EED63509A71BEE19345DCE1A6E0CC205FF1E0D | sha256: DA7D56DC8206D2EE685539B5C43B91D2711161493FF8C4632541163A5E17A2C9 | sha512: 9E21F0C4AB8A9D723FE0D2856C718BD7A2D2C2DE49DA0E5414BB0E0C1DE6C828778B2E3ED8F4BBCCEDDB4FA20A1A0A70A919F766F1D480A508221EB6A16B2850
FileSorter.deps.json
{
  "runtimeTarget": {
    "name": ".NETCoreApp,Version=v8.0/win-x64",
    "signature": ""
  },
  "compilationOptions": {},
  "targets": {
    ".NETCoreApp,Version=v8.0": {},
    ".NETCoreApp,Version=v8.0/win-x64": {
      "FileSorter/0.2.67": {
        "dependencies": {
          "ExifLib.Standard": "1.7.0",
          "PowerArgs": "4.0.3",
          "runtimepack.Microsoft.NETCore.App.Runtime.win-x64": "8.0.7"
        },
        "runtime": {
          "FileSorter.dll": {}
        }
      },
      "runtimepack.Microsoft.NETCore.App.Runtime.win-x64/8.0.7": {
        "runtime": {
          "Microsoft.CSharp.dll": {
            "assemblyVersion": "8.0.0.0",
            "fileVersion": "8.0.724.31311"
          },
          "Microsoft.VisualBasic.Core.dll": {
            "assemblyVersion": "13.0.0.0",
            "fileVersion": "13.0.724.31311"
          },
          "Microsoft.VisualBasic.dll": {
            "assemblyVersion": "10.0.0.0",
            "fileVersion": "8.0.724.31311"
          },
          "Microsoft.Win32.Primitives.dll": {
            "assemblyVersion": "8.0.0.0",
            "fileVersion": "8.0.724.31311"
          },
          "Microsoft.Win32.Registry.dll": {
            "assemblyVersion": "8.0.0.0",
            "fileVersion": "8.0.724.31311"
          },
          "System.AppContext.dll": {
            "assemblyVersion": "8.0.0.0",
            "fileVersion": "8.0.724.31311"
          },
          "System.Buffers.dll": {
            "assemblyVersion": "8.0.0.0",
            "fileVersion": "8.0.724.31311"
          },
          "System.Collections.Concurrent.dll": {
            "assemblyVersion": "8.0.0.0",
            "fileVersion": "8.0.724.31311"
          },
          "System.Collections.Immutable.dll": {
            "assemblyVersion": "8.0.0.0",
            "fileVersion": "8.0.724.31311"
          },
          "System.Collections.NonGeneric.dll": {
            "assemblyVersion": "8.0.0.0",
            "fileVersion": "8.0.724.31311"
          },
          "System.Collections.Specialized.dll": {
            "assemblyVersion": "8.0.0.0",
            "fileVersion": "8.0.724.31311"
          },
          "System.Collections.dll": {
            "assemblyVersion": "8.0.0.0",
            "fileVersion": "8.0.724.31311"
          },
          "System.ComponentModel.Annotations.dll": {
            "assemblyVersion": "8.0.0.0",
            "fileVersion": "8.0.724.31311"
          },
          "System.ComponentModel.DataAnnotations.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "8.0.724.31311"
          },
          "System.ComponentModel.EventBasedAsync.dll": {
            "assemblyVersion": "8.0.0.0",
            "fileVersion": "8.0.724.31311"
          },
          "System.ComponentModel.Primitives.dll": {
            "assemblyVersion": "8.0.0.0",
            "fileVersion": "8.0.724.31311"
          },
          "System.ComponentModel.TypeConverter.dll": {
            "assemblyVersion": "8.0.0.0",
            "fileVersion": "8.0.724.31311"
          },
          "System.ComponentModel.dll": {
            "assemblyVersion": "8.0.0.0",
            "fileVersion": "8.0.724.31311"
          },
          "System.Configuration.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "8.0.724.31311"
          },
          "System.Console.dll": {
            "assemblyVersion": "8.0.0.0",
            "fileVersion": "8.0.724.31311"
          },
          "System.Core.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "8.0.724.31311"
          },
          "System.Data.Common.dll": {
            "assemblyVersion": "8.0.0.0",
            "fileVersion": "8.0.724.31311"
          },
          "System.Data.DataSetExtensions.dll": {
            "assemblyVersion": "8.0.0.0",
            "fileVersion": "8.0.724.31311"
          },
          "System.Data.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "8.0.724.31311"
          },
          "System.Diagnostics.Contracts.dll": {
            "assemblyVersion": "8.0.0.0",
            "fileVersion": "8.0.724.31311"
          },
          "System.Diagnostics.Debug.dll": {
            "assemblyVersion": "8.0.0.0",
            "fileVersion": "8.0.724.31311"
          },
          "System.Diagnostics.DiagnosticSource.dll": {
            "assemblyVersion": "8.0.0.0",
            "fileVersion": "8.0.724.31311"
          },
          "System.Diagnostics.FileVersionInfo.dll": {
            "assemblyVersion": "8.0.0.0",
            "fileVersion": "8.0.724.31311"
          },
          "System.Diagnostics.Process.dll": {
            "assemblyVersion": "8.0.0.0",
            "fileVersion": "8.0.724.31311"
          },
          "System.Diagnostics.StackTrace.dll": {
            "assemblyVersion": "8.0.0.0",
            "fileVersion": "8.0.724.31311"
          },
          "System.Diagnostics.TextWriterTraceListener.dll": {
            "assemblyVersion": "8.0.0.0",
            "fileVersion": "8.0.724.31311"
          },
          "System.Diagnostics.Tools.dll": {
            "assemblyVersion": "8.0.0.0",
            "fileVersion": "8.0.724.31311"
          },
          "System.Diagnostics.TraceSource.dll": {
            "assemblyVersion": "8.0.0.0",
            "fileVersion": "8.0.724.31311"
          },
          "System.Diagnostics.Tracing.dll": {
            "assemblyVersion": "8.0.0.0",
            "fileVersion": "8.0.724.31311"
          },
          "System.Drawing.Primitives.dll": {
            "assemblyVersion": "8.0.0.0",
            "fileVersion": "8.0.724.31311"
          },
          "System.Drawing.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "8.0.724.31311"
          },
          "System.Dynamic.Runtime.dll": {
            "assemblyVersion": "8.0.0.0",
            "fileVersion": "8.0.724.31311"
          },
          "System.Formats.Asn1.dll": {
            "assemblyVersion": "8.0.0.0",
            "fileVersion": "8.0.724.31311"
          },
          "System.Formats.Tar.dll": {
            "assemblyVersion": "8.0.0.0",
            "fileVersion": "8.0.724.31311"
          },
          "System.Globalization.Calendars.dll": {
            "assemblyVersion": "8.0.0.0",
            "fileVersion": "8.0.724.31311"
          },
          "System.Globalization.Extensions.dll": {
            "assemblyVersion": "8.0.0.0",
            "fileVersion": "8.0.724.31311"
          },
          "System.Globalization.dll": {
            "assemblyVersion": "8.0.0.0",
            "fileVersion": "8.0.724.31311"
          },
          "System.IO.Compression.Brotli.dll": {
            "assemblyVersion": "8.0.0.0",
            "fileVersion": "8.0.724.31311"
          },
          "System.IO.Compression.FileSystem.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "8.0.724.31311"
          },
          "System.IO.Compression.ZipFile.dll": {
            "assemblyVersion": "8.0.0.0",
            "fileVersion": "8.0.724.31311"
          },
          "System.IO.Compression.dll": {
            "assemblyVersion": "8.0.0.0",
            "fileVersion": "8.0.724.31311"
          },
          "System.IO.FileSystem.AccessControl.dll": {
            "assemblyVersion": "8.0.0.0",
            "fileVersion": "8.0.724.31311"
          },
          "System.IO.FileSystem.DriveInfo.dll": {
            "assemblyVersion": "8.0.0.0",
            "fileVersion": "8.0.724.31311"
          },
          "System.IO.FileSystem.Primitives.dll": {
            "assemblyVersion": "8.0.0.0",
            "fileVersion": "8.0.724.31311"
          },
          "System.IO.FileSystem.Watcher.dll": {
            "assemblyVersion": "8.0.0.0",
            "fileVersion": "8.0.724.31311"
          },
          "System.IO.FileSystem.dll": {
            "assemblyVersion": "8.0.0.0",
            "fileVersion": "8.0.724.31311"
          },
          "System.IO.IsolatedStorage.dll": {
            "assemblyVersion": "8.0.0.0",
            "fileVersion": "8.0.724.31311"
          },
          "System.IO.MemoryMappedFiles.dll": {
            "assemblyVersion": "8.0.0.0",
            "fileVersion": "8.0.724.31311"
          },
          "System.IO.Pipes.AccessControl.dll": {
            "assemblyVersion": "8.0.0.0",
            "fileVersion": "8.0.724.31311"
          },
          "System.IO.Pipes.dll": {
            "assemblyVersion": "8.0.0.0",
            "fileVersion": "8.0.724.31311"
          },
          "System.IO.UnmanagedMemoryStream.dll": {
            "assemblyVersion": "8.0.0.0",
            "fileVersion": "8.0.724.31311"
          },
          "System.IO.dll": {
            "assemblyVersion": "8.0.0.0",
            "fileVersion": "8.0.724.31311"
          },
          "System.Linq.Expressions.dll": {
            "assemblyVersion": "8.0.0.0",
            "fileVersion": "8.0.724.31311"
          },
          "System.Linq.Parallel.dll": {
            "assemblyVersion": "8.0.0.0",
            "fileVersion": "8.0.724.31311"
          },
          "System.Linq.Queryable.dll": {
            "assemblyVersion": "8.0.0.0",
            "fileVersion": "8.0.724.31311"
          },
          "System.Linq.dll": {
            "assemblyVersion": "8.0.0.0",
            "fileVersion": "8.0.724.31311"
          },
          "System.Memory.dll": {
            "assemblyVersion": "8.0.0.0",
            "fileVersion": "8.0.724.31311"
          },
          "System.Net.Http.Json.dll": {
            "assemblyVersion": "8.0.0.0",
            "fileVersion": "8.0.724.31311"
          },
          "System.Net.Http.dll": {
            "assemblyVersion": "8.0.0.0",
            "fileVersion": "8.0.724.31311"
          },
          "System.Net.HttpListener.dll": {
            "assemblyVersion": "8.0.0.0",
            "fileVersion": "8.0.724.31311"
          },
          "System.Net.Mail.dll": {
            "assemblyVersion": "8.0.0.0",
            "fileVersion": "8.0.724.31311"
          },
          "System.Net.NameResolution.dll": {
            "assemblyVersion": "8.0.0.0",
            "fileVersion": "8.0.724.31311"
          },
          "System.Net.NetworkInformation.dll": {
            "assemblyVersion": "8.0.0.0",
            "fileVersion": "8.0.724.31311"
          },
          "System.Net.Ping.dll": {
            "assemblyVersion": "8.0.0.0",
            "fileVersion": "8.0.724.31311"
          },
          "System.Net.Primitives.dll": {
            "assemblyVersion": "8.0.0.0",
            "fileVersion": "8.0.724.31311"
          },
          "System.Net.Quic.dll": {
            "assemblyVersion": "8.0.0.0",
            "fileVersion": "8.0.724.31311"
          },
          "System.Net.Requests.dll": {
            "assemblyVersion": "8.0.0.0",
            "fileVersion": "8.0.724.31311"
          },
          "System.Net.Security.dll": {
            "assemblyVersion": "8.0.0.0",
            "fileVersion": "8.0.724.31311"
          },
          "System.Net.ServicePoint.dll": {
            "assemblyVersion": "8.0.0.0",
            "fileVersion": "8.0.724.31311"
          },
          "System.Net.Sockets.dll": {
            "assemblyVersion": "8.0.0.0",
            "fileVersion": "8.0.724.31311"
          },
          "System.Net.WebClient.dll": {
            "assemblyVersion": "8.0.0.0",
            "fileVersion": "8.0.724.31311"
          },
          "System.Net.WebHeaderCollection.dll": {
            "assemblyVersion": "8.0.0.0",
            "fileVersion": "8.0.724.31311"
          },
          "System.Net.WebProxy.dll": {
            "assemblyVersion": "8.0.0.0",
            "fileVersion": "8.0.724.31311"
          },
          "System.Net.WebSockets.Client.dll": {
            "assemblyVersion": "8.0.0.0",
            "fileVersion": "8.0.724.31311"
          },
          "System.Net.WebSockets.dll": {
            "assemblyVersion": "8.0.0.0",
            "fileVersion": "8.0.724.31311"
          },
          "System.Net.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "8.0.724.31311"
          },
          "System.Numerics.Vectors.dll": {
            "assemblyVersion": "8.0.0.0",
            "fileVersion": "8.0.724.31311"
          },
          "System.Numerics.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "8.0.724.31311"
          },
          "System.ObjectModel.dll": {
            "assemblyVersion": "8.0.0.0",
            "fileVersion": "8.0.724.31311"
          },
          "System.Private.CoreLib.dll": {
            "assemblyVersion": "8.0.0.0",
            "fileVersion": "8.0.724.31311"
          },
          "System.Private.DataContractSerialization.dll": {
            "assemblyVersion": "8.0.0.0",
            "fileVersion": "8.0.724.31311"
          },
          "System.Private.Uri.dll": {
            "assemblyVersion": "8.0.0.0",
            "fileVersion": "8.0.724.31311"
          },
          "System.Private.Xml.Linq.dll": {
            "assemblyVersion": "8.0.0.0",
            "fileVersion": "8.0.724.31311"
          },
          "System.Private.Xml.dll": {
            "assemblyVersion": "8.0.0.0",
            "fileVersion": "8.0.724.31311"
          },
          "System.Reflection.DispatchProxy.dll": {
            "assemblyVersion": "8.0.0.0",
            "fileVersion": "8.0.724.31311"
          },
          "System.Reflection.Emit.ILGeneration.dll": {
            "assemblyVersion": "8.0.0.0",
            "fileVersion": "8.0.724.31311"
          },
          "System.Reflection.Emit.Lightweight.dll": {
            "assemblyVersion": "8.0.0.0",
            "fileVersion": "8.0.724.31311"
          },
          "System.Reflection.Emit.dll": {
            "assemblyVersion": "8.0.0.0",
            "fileVersion": "8.0.724.31311"
          },
          "System.Reflection.Extensions.dll": {
            "assemblyVersion": "8.0.0.0",
            "fileVersion": "8.0.724.31311"
          },
          "System.Reflection.Metadata.dll": {
            "assemblyVersion": "8.0.0.0",
            "fileVersion": "8.0.724.31311"
          },
          "System.Reflection.Primitives.dll": {
            "assemblyVersion": "8.0.0.0",
            "fileVersion": "8.0.724.31311"
          },
          "System.Reflection.TypeExtensions.dll": {
            "assemblyVersion": "8.0.0.0",
            "fileVersion": "8.0.724.31311"
          },
          "System.Reflection.dll": {
            "assemblyVersion": "8.0.0.0",
            "fileVersion": "8.0.724.31311"
          },
          "System.Resources.Reader.dll": {
            "assemblyVersion": "8.0.0.0",
            "fileVersion": "8.0.724.31311"
          },
          "System.Resources.ResourceManager.dll": {
            "assemblyVersion": "8.0.0.0",
            "fileVersion": "8.0.724.31311"
          },
          "System.Resources.Writer.dll": {
            "assemblyVersion": "8.0.0.0",
            "fileVersion": "8.0.724.31311"
          },
          "System.Runtime.CompilerServices.Unsafe.dll": {
            "assemblyVersion": "8.0.0.0",
            "fileVersion": "8.0.724.31311"
          },
          "System.Runtime.CompilerServices.VisualC.dll": {
            "assemblyVersion": "8.0.0.0",
            "fileVersion": "8.0.724.31311"
          },
          "System.Runtime.Extensions.dll": {
            "assemblyVersion": "8.0.0.0",
            "fileVersion": "8.0.724.31311"
          },
          "System.Runtime.Handles.dll": {
            "assemblyVersion": "8.0.0.0",
            "fileVersion": "8.0.724.31311"
          },
          "System.Runtime.InteropServices.JavaScript.dll": {
            "assemblyVersion": "8.0.0.0",
            "fileVersion": "8.0.724.31311"
          },
          "System.Runtime.InteropServices.RuntimeInformation.dll": {
            "assemblyVersion": "8.0.0.0",
            "fileVersion": "8.0.724.31311"
          },
          "System.Runtime.InteropServices.dll": {
            "assemblyVersion": "8.0.0.0",
            "fileVersion": "8.0.724.31311"
          },
          "System.Runtime.Intrinsics.dll": {
            "assemblyVersion": "8.0.0.0",
            "fileVersion": "8.0.724.31311"
          },
          "System.Runtime.Loader.dll": {
            "assemblyVersion": "8.0.0.0",
            "fileVersion": "8.0.724.31311"
          },
          "System.Runtime.Numerics.dll": {
            "assemblyVersion": "8.0.0.0",
            "fileVersion": "8.0.724.31311"
          },
          "System.Runtime.Serialization.Formatters.dll": {
            "assemblyVersion": "8.0.0.0",
            "fileVersion": "8.0.724.31311"
          },
          "System.Runtime.Serialization.Json.dll": {
            "assemblyVersion": "8.0.0.0",
            "fileVersion": "8.0.724.31311"
          },
          "System.Runtime.Serialization.Primitives.dll": {
            "assemblyVersion": "8.0.0.0",
            "fileVersion": "8.0.724.31311"
          },
          "System.Runtime.Serialization.Xml.dll": {
            "assemblyVersion": "8.0.0.0",
            "fileVersion": "8.0.724.31311"
          },
          "System.Runtime.Serialization.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "8.0.724.31311"
          },
          "System.Runtime.dll": {
            "assemblyVersion": "8.0.0.0",
            "fileVersion": "8.0.724.31311"
          },
          "System.Security.AccessControl.dll": {
            "assemblyVersion": "8.0.0.0",
            "fileVersion": "8.0.724.31311"
          },
          "System.Security.Claims.dll": {
            "assemblyVersion": "8.0.0.0",
            "fileVersion": "8.0.724.31311"
          },
          "System.Security.Cryptography.Algorithms.dll": {
            "assemblyVersion": "8.0.0.0",
            "fileVersion": "8.0.724.31311"
          },
          "System.Security.Cryptography.Cng.dll": {
            "assemblyVersion": "8.0.0.0",
            "fileVersion": "8.0.724.31311"
          },
          "System.Security.Cryptography.Csp.dll": {
            "assemblyVersion": "8.0.0.0",
            "fileVersion": "8.0.724.31311"
          },
          "System.Security.Cryptography.Encoding.dll": {
            "assemblyVersion": "8.0.0.0",
            "fileVersion": "8.0.724.31311"
          },
          "System.Security.Cryptography.OpenSsl.dll": {
            "assemblyVersion": "8.0.0.0",
            "fileVersion": "8.0.724.31311"
          },
          "System.Security.Cryptography.Primitives.dll": {
            "assemblyVersion": "8.0.0.0",
            "fileVersion": "8.0.724.31311"
          },
          "System.Security.Cryptography.X509Certificates.dll": {
            "assemblyVersion": "8.0.0.0",
            "fileVersion": "8.0.724.31311"
          },
          "System.Security.Cryptography.dll": {
            "assemblyVersion": "8.0.0.0",
            "fileVersion": "8.0.724.31311"
          },
          "System.Security.Principal.Windows.dll": {
            "assemblyVersion": "8.0.0.0",
            "fileVersion": "8.0.724.31311"
          },
          "System.Security.Principal.dll": {
            "assemblyVersion": "8.0.0.0",
            "fileVersion": "8.0.724.31311"
          },
          "System.Security.SecureString.dll": {
            "assemblyVersion": "8.0.0.0",
            "fileVersion": "8.0.724.31311"
          },
          "System.Security.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "8.0.724.31311"
          },
          "System.ServiceModel.Web.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "8.0.724.31311"
          },
          "System.ServiceProcess.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "8.0.724.31311"
          },
          "System.Text.Encoding.CodePages.dll": {
            "assemblyVersion": "8.0.0.0",
            "fileVersion": "8.0.724.31311"
          },
          "System.Text.Encoding.Extensions.dll": {
            "assemblyVersion": "8.0.0.0",
            "fileVersion": "8.0.724.31311"
          },
          "System.Text.Encoding.dll": {
            "assemblyVersion": "8.0.0.0",
            "fileVersion": "8.0.724.31311"
          },
          "System.Text.Encodings.Web.dll": {
            "assemblyVersion": "8.0.0.0",
            "fileVersion": "8.0.724.31311"
          },
          "System.Text.Json.dll": {
            "assemblyVersion": "8.0.0.0",
            "fileVersion": "8.0.724.31311"
          },
          "System.Text.RegularExpressions.dll": {
            "assemblyVersion": "8.0.0.0",
            "fileVersion": "8.0.724.31311"
          },
          "System.Threading.Channels.dll": {
            "assemblyVersion": "8.0.0.0",
            "fileVersion": "8.0.724.31311"
          },
          "System.Threading.Overlapped.dll": {
            "assemblyVersion": "8.0.0.0",
            "fileVersion": "8.0.724.31311"
          },
          "System.Threading.Tasks.Dataflow.dll": {
            "assemblyVersion": "8.0.0.0",
            "fileVersion": "8.0.724.31311"
          },
          "System.Threading.Tasks.Extensions.dll": {
            "assemblyVersion": "8.0.0.0",
            "fileVersion": "8.0.724.31311"
          },
          "System.Threading.Tasks.Parallel.dll": {
            "assemblyVersion": "8.0.0.0",
            "fileVersion": "8.0.724.31311"
          },
          "System.Threading.Tasks.dll": {
            "assemblyVersion": "8.0.0.0",
            "fileVersion": "8.0.724.31311"
          },
          "System.Threading.Thread.dll": {
            "assemblyVersion": "8.0.0.0",
            "fileVersion": "8.0.724.31311"
          },
          "System.Threading.ThreadPool.dll": {
            "assemblyVersion": "8.0.0.0",
            "fileVersion": "8.0.724.31311"
          },
          "System.Threading.Timer.dll": {
            "assemblyVersion": "8.0.0.0",
            "fileVersion": "8.0.724.31311"
          },
          "System.Threading.dll": {
            "assemblyVersion": "8.0.0.0",
            "fileVersion": "8.0.724.31311"
          },
          "System.Transactions.Local.dll": {
            "assemblyVersion": "8.0.0.0",
            "fileVersion": "8.0.724.31311"
          },
          "System.Transactions.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "8.0.724.31311"
          },
          "System.ValueTuple.dll": {
            "assemblyVersion": "8.0.0.0",
            "fileVersion": "8.0.724.31311"
          },
          "System.Web.HttpUtility.dll": {
            "assemblyVersion": "8.0.0.0",
            "fileVersion": "8.0.724.31311"
          },
          "System.Web.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "8.0.724.31311"
          },
          "System.Windows.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "8.0.724.31311"
          },
          "System.Xml.Linq.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "8.0.724.31311"
          },
          "System.Xml.ReaderWriter.dll": {
            "assemblyVersion": "8.0.0.0",
            "fileVersion": "8.0.724.31311"
          },
          "System.Xml.Serialization.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "8.0.724.31311"
          },
          "System.Xml.XDocument.dll": {
            "assemblyVersion": "8.0.0.0",
            "fileVersion": "8.0.724.31311"
          },
          "System.Xml.XPath.XDocument.dll": {
            "assemblyVersion": "8.0.0.0",
            "fileVersion": "8.0.724.31311"
          },
          "System.Xml.XPath.dll": {
            "assemblyVersion": "8.0.0.0",
            "fileVersion": "8.0.724.31311"
          },
          "System.Xml.XmlDocument.dll": {
            "assemblyVersion": "8.0.0.0",
            "fileVersion": "8.0.724.31311"
          },
          "System.Xml.XmlSerializer.dll": {
            "assemblyVersion": "8.0.0.0",
            "fileVersion": "8.0.724.31311"
          },
          "System.Xml.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "8.0.724.31311"
          },
          "System.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "8.0.724.31311"
          },
          "WindowsBase.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "8.0.724.31311"
          },
          "mscorlib.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "8.0.724.31311"
          },
          "netstandard.dll": {
            "assemblyVersion": "2.1.0.0",
            "fileVersion": "8.0.724.31311"
          }
        },
        "native": {
          "Microsoft.DiaSymReader.Native.amd64.dll": {
            "fileVersion": "14.40.33810.0"
          },
          "System.IO.Compression.Native.dll": {
            "fileVersion": "8.0.724.31311"
          },
          "clretwrc.dll": {
            "fileVersion": "8.0.724.31311"
          },
          "clrgc.dll": {
            "fileVersion": "8.0.724.31311"
          },
          "clrjit.dll": {
            "fileVersion": "8.0.724.31311"
          },
          "coreclr.dll": {
            "fileVersion": "8.0.724.31311"
          },
          "createdump.exe": {
            "fileVersion": "8.0.724.31311"
          },
          "hostfxr.dll": {
            "fileVersion": "8.0.724.31311"
          },
          "hostpolicy.dll": {
            "fileVersion": "8.0.724.31311"
          },
          "mscordaccore.dll": {
            "fileVersion": "8.0.724.31311"
          },
          "mscordaccore_amd64_amd64_8.0.724.31311.dll": {
            "fileVersion": "8.0.724.31311"
          },
          "mscordbi.dll": {
            "fileVersion": "8.0.724.31311"
          },
          "mscorrc.dll": {
            "fileVersion": "8.0.724.31311"
          },
          "msquic.dll": {
            "fileVersion": "2.3.5.0"
          }
        }
      },
      "ExifLib.Standard/1.7.0": {
        "runtime": {
          "lib/netstandard2.0/ExifLib.Standard.dll": {
            "assemblyVersion": "1.7.0.0",
            "fileVersion": "1.7.0.0"
          }
        }
      },
      "PowerArgs/4.0.3": {
        "runtime": {
          "lib/net6.0/PowerArgs.dll": {
            "assemblyVersion": "4.0.3.0",
            "fileVersion": "4.0.3.0"
          }
        }
      }
    }
  },
  "libraries": {
    "FileSorter/0.2.67": {
      "type": "project",
      "serviceable": false,
      "sha512": ""
    },
    "runtimepack.Microsoft.NETCore.App.Runtime.win-x64/8.0.7": {
      "type": "runtimepack",
      "serviceable": false,
      "sha512": ""
    },
    "ExifLib.Standard/1.7.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-rTE7zxuHj9BteOiNNT/zAa4/ruo3uPYx6t/mzZfVbV5NP8m9/tqQ7TzHvNQOsRxVeMgHlsJSwC09M+9YhkAQTw==",
      "path": "exiflib.standard/1.7.0",
      "hashPath": "exiflib.standard.1.7.0.nupkg.sha512"
    },
    "PowerArgs/4.0.3": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-8baSCh4j3oF6nQYkfnERl3pk5vvidJmx6LUIdNVV2F7whx0+BuE4QUwHX+lczHUHAFKDJKABXrjrSZzAJlfWxA==",
      "path": "powerargs/4.0.3",
      "hashPath": "powerargs.4.0.3.nupkg.sha512"
    }
  },
  "runtimes": {
    "win-x64": [
      "win",
      "any",
      "base"
    ]
  }
}
FileSorter.dll
md5: 39470C972861280E591DDF567EA1A9E7 | sha1: BACF8B80FD4F779D3CFAF84BC177A42B2BDF9C00 | sha256: 95018947FF34637E87CF453E4610F500081117DE52B17431C55EC7A92070A8A4 | sha512: 163A35002BBF49268F9252A4B3E034697CE663A0545E6F10BC2E4B6D4C31DD6F64B3191C9621BA5C2E8E24648CD6DB17966A3D8E3E3B7B627369052F63E3595F
FileSorter.exe
md5: A113360420F71DF088BB153BA21304D3 | sha1: 395D7C3F24004DC0AC50FFE28176D96A136FE689 | sha256: 6E77B3B53FFF3A54B43659E89555BA9E18B0B0FF82DACD31FD6C7D32FC5A2681 | sha512: 4EC6B5E4859AAFD959F47BCEF0D2F88F8961432437A7A0CB437C4FB98FA45955700B25E6D5C57861D333DDFD7A9752ABF51A73F4F6E0D8CAFDF699812A827BBD
FileSorter.pdb
 
FileSorter.runtimeconfig.json
{
  "runtimeOptions": {
    "tfm": "net8.0",
    "includedFrameworks": [
      {
        "name": "Microsoft.NETCore.App",
        "version": "8.0.7"
      }
    ],
    "configProperties": {
      "System.Reflection.Metadata.MetadataUpdater.IsSupported": false,
      "System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false
    }
  }
}
hostfxr.dll
md5: 714961AB6E535460D974CB9C48CD1987 | sha1: C2800A213BAA42BDAA0D28024802A37BCD11B899 | sha256: D85C10A6C4ECD7092FD363C7E39318E733640E833B018B6F8BEDACD1BE598BC7 | sha512: 7151DAD23E9C9B04BDBD62E2C4272150D0725864EF5EAED69B1DB1859E9DFB679366419F71F2798DAC65BC564945B61DDA91748E3B9B1CD55289BAC89F184034
hostpolicy.dll
md5: AE83BFB48E448FCB34AC93E87B66F06F | sha1: 3FF9BCA5F6F9DA89C2D5A1D5B40514029F18F516 | sha256: 8C3D2EEED063E9B4E894F07F71AC286FEDC0D32DADF0C11ADF7C13B5F0D88C18 | sha512: 7883652F584F31C84C8947B8357E260E9FFDE6F1B2B7C5372D4F25AEE766E0019120AC8B902A6967DC69A1B648DDD634870F96985E4D449B0098043BD0BC5D29
Microsoft.CSharp.dll
md5: 9FAF73B3ED94A1F0AC4D68A54DC17374 | sha1: 9E1A6C9823110128A5E47C1F4040DE7FA63DB288 | sha256: F0D006A77F7A398A166B63951B7BE304A5F833323EFFA49F9A92E3984BC910FC | sha512: 975D0351AF02C53692728D2B8C4FAA4291D947D0A00C45EFCBCCF83A0BE53347D1651C72B299D41EAFD93EAD272F070E0C9AE076E2412C54D51378093CF47EA8
Microsoft.DiaSymReader.Native.amd64.dll
md5: A71CD05C01F0FC603C0BD782516F806D | sha1: C15E261D5E7318875D324D28AB70A883CD434C81 | sha256: 7F8DCF37D9D66EAE14C48A79FA2FCD447BD0F38A21BE0203A9C4A89398AACF28 | sha512: CE53F6DC1F02889ED6FB1F8DF226F9BADBB039F79505CDBD599A00A32B6617DA5E19F2AD7F76BB8134B3CCAD39FAB2209ED8EC6AE42CD30402C4E450FC19FA88
Microsoft.VisualBasic.Core.dll
md5: 4038C922056C0C86EAAF5C7DB0724DD7 | sha1: 2E4DF433F545D77A0965077A8613648CC73FDD72 | sha256: A80AB0B6C1D095FB51A4BAAEE0C4F957A1450CADB32C4DCC51AF641141ECDA89 | sha512: EBE21475F2260D053E6270BA2C189B4F48397122A88C41205AEE132C6B7B42A9EB9BA471732216F0813E86183DAE835EE29B5769334D4CFD7DD83B00EF35CE94
Microsoft.VisualBasic.dll
md5: 26192805ABDE712F1A8940952C15D820 | sha1: 5A2F56DE874BB12A02FBB6319D111B16B5F93D48 | sha256: 653B6BF699A2DE3F0E5B715C8DDD2F4884120824D4275333590D5324DEC4F519 | sha512: 52875025E178F565672B7628E41034F0A03F1D5A81F35015449A04A4CB2AB96319F3C0ED1ACB82687A547D687CB8C670C9FE74926E45F0A1BE41053A9915FDD1
Microsoft.Win32.Primitives.dll
md5: 9086A2816ABD1A1EA24BDD9526E0CC08 | sha1: 53D206C6041C859B859E57E472D60F979C75FB35 | sha256: 139C9A1659B76B20887A99C4112F9FAB6093626A6C410EEEC762DCF511EF60E7 | sha512: 87E5428CA4548B1FEB2DFCCF81C98E01C41ECB2DC797F9A3D120FFFC9514F974C68531D44312E62350A2E87B55D34A65C8275FCF12F103B6DBC58B188261314A
Microsoft.Win32.Registry.dll
md5: 0BCEB9E6FF93C04F7BF64D17374D908D | sha1: DCC04CE1B4A03DB0968AF73ACC1BAA3E233F6A52 | sha256: 06724692644D6CE6E5C4E5B9AC68C5D54DDBA9B1EE412D59FAED75EF34C24A10 | sha512: 976A43D704BF17C0C3A4325DC6DE8A6E6B6B291FF0A9A8FDA2A5D1522DCEF7C060C71858F1734528C25F11B52500A04EB8539DF975548EC0178C1F00B4BCFFA5
mscordaccore.dll
md5: 55E26B8425298445DC90243C9856EA83 | sha1: C41E324A5A196A212670FAAA7AE446D0159D0BAC | sha256: F2BE0D8160A3967D5B9C6934289999D666069C2265C2CE28889497CD75EE8C7D | sha512: A9A0ABF1FBC32574A8504AAE8F7EC792C7519E52DC0CEBA4EF320B0632F3074178474054FCC5B0C987A83DC926E99EDE0EA41C155F71B9C71348367D780F22CA
mscordaccore_amd64_amd64_8.0.724.31311.dll
md5: 55E26B8425298445DC90243C9856EA83 | sha1: C41E324A5A196A212670FAAA7AE446D0159D0BAC | sha256: F2BE0D8160A3967D5B9C6934289999D666069C2265C2CE28889497CD75EE8C7D | sha512: A9A0ABF1FBC32574A8504AAE8F7EC792C7519E52DC0CEBA4EF320B0632F3074178474054FCC5B0C987A83DC926E99EDE0EA41C155F71B9C71348367D780F22CA
mscordbi.dll
md5: A28CDCF35EC4AE23EB69A808B544BD39 | sha1: E5C15B9E2249A4ECA1B4DC42BB732BE2913BEAD0 | sha256: C8D3861B98084E983B5E99E30D729B00C72E5503E1C1E7BE96720687AE6A3CE0 | sha512: F89550753E315801E819158B8A0C2F6456C1DD9601D9DF26FA1973AFCE77A470A2305FE3C8AFF38D9A1D4357C81E633B63C61CCA65F90A436D3FF7BF940CE6DF
mscorlib.dll
md5: 8BF7F06EB38846F31D840EC45E89E058 | sha1: 3CC80FE4FEC97C55B5C3AC6204D0325432C8D9E0 | sha256: 5749CEDCA65166024D19AB96519B58506E7130B50E7C96A40398700F035C5B94 | sha512: 4BB7C6A0D3E253BB45C61A18B84AA2C9092BDC75FA5DFCC2AB31CBE06686924C6FDF3BAA8CFBC6C6618FFB539636F08F82691735522C53AB5E67477DBCC5AE79
mscorrc.dll
md5: A2FD500577C431B725E64B38B05C02B8 | sha1: AFEB567FC4D292AA8E0C87C27CEFCB08C5960E2B | sha256: 59349635668ACCF1024CAA6915A11E25BCD220F85639DE6F5458B125FD14A202 | sha512: ADEBFCA5E9F99FD2497B790E1266CA5E2E91EA01E5036515CC098E62F44423E7B716BC4A819FD0DCF14308C7269B8DDBECB4EB0FD68C21D57FAA68B04E8E242B
msquic.dll
md5: 027854570A4412624BECEE78A10395C1 | sha1: 6B0E6BC0CD97F2CAC1B962BE868FC7CB621D77F8 | sha256: 2D67E87859ECAEB15C4DD621B0983F1A9AD3E2AA9B11624C018A43E6D6B06BEC | sha512: 8593D309434C7954AA42E5BD63F76A5BAE783C8F2130798EA285032C71F890C4C1783614597EE2BA3DA3294A68CE636EA2A9DCB21A858A840C8D8F6316928D65
netstandard.dll
md5: 01FA586C20DD44142D0F976F24987BC0 | sha1: 36E9BF3D122C8A322135F43183A47569F51645B4 | sha256: 97CB1AEAAD862E0DBB1BD89C5749E37856BA0CD9616238933762F55635D939D5 | sha512: 462994A4E07CEBC5063ED51FE732CC6AC68CC348EB26BF2489018B43618F62BB996467B7EAEB88A00B17F3CCD054FE48179F4031EC02CCE475B998B4261774FB
PowerArgs.dll
md5: 7F4A30931DFBE672EE45BEB70417A163 | sha1: 39358AA6EDFE85BA45F283750012BCD28F03395D | sha256: 59A39A22082652262E7B59B28930CED367C9F0D7E1882371ADC2C40FD4975255 | sha512: 0398E757CFEF1BCAAE14CD307F84B808FC16ED29681C7F040790EECCF678AE92A796962BBCBD7C68A8491616E57BD4C19E499AA9337D85346A4E002F328CF71C
System.AppContext.dll
md5: B97202EE694F1F3BB2AE0C163C6906B0 | sha1: 5F770DDA7DD9C958340508ACE43D16E35E84FFB3 | sha256: C14AB0049256A47D760C51892C48DAF53B9E155612CAF424D75FDBB9AD49A8C5 | sha512: 849F480E66A0E707C547D00C78F45B58EF9D3941A864E450367FA95258B302BB585AE8AE2A4FBEEF8D41153687BF89C091C2CF2226A70EA3DB97E0FC68B4D854
System.Buffers.dll
md5: 2DC6900403C755719FE4C5706B8E0852 | sha1: 84265EB88BD3AA09B0A0BE6D4A5AFEBA4D89E13C | sha256: A47A101B83DE2D4AC91479031D0472723398E76E8D26233D9D4D2F76EEE9F20E | sha512: C70440DE64AC62A920188EBF4DF9B90E1272612DA5D49EB073258A0E5F838271852A75C256A60C6EE2C5DBCBA4ABC9DA4A9281BE4BBEDD36EAEFAE0FC61528F4
System.Collections.Concurrent.dll
md5: 454517E23ECE5A594C15E708C502E211 | sha1: 2C5B9339922ACFD8AD9ED6450343B57612C86A1B | sha256: 84722F5E67BD8247AF9E7A7353F6E324F21B7EC334C68A772EE1BCB307850D7E | sha512: B3083CAF71546C4D8D4A6691939B04B059C1E043B5028D6A8332A31EE4492E3692261DC8B90C92DD7217F37D4881789C99B61F853456EC1B60FF69296CD02A75
System.Collections.dll
md5: 6B6E395C07262953FEB2F39B80F67FED | sha1: 92BEB9F94874328A724D1790E9896DC2BA9CEAB6 | sha256: FE631C6DB22D1C93602E4F86E42DCC4BABE0EBE45DA52C49C98B03265485C757 | sha512: F85D55477D6D7A6AF4EDBA772A87F3F567006A95F8D03DF2457DAB0C5F731126A680D9A77650F13E5F50BA3C9D9F2FD4F271827E65AE605219001536E10DA8B8
System.Collections.Immutable.dll
md5: FC8ADEA9825683290ABD608FB52257BF | sha1: D9BA7E8405DE9D02DC35538C1F9E2754FEA5859B | sha256: 269EA0706A3A447A94035C1C3B9BD3ED2D316023D76F60F1120B43DEB78E2A0B | sha512: 2BDDADA82DE0B25E7E64F376D778C61C3638BF2B8AA560AA5EAC2F7F30178D7E1AF4740C11C9D158EA00491F09B47167A16FC9D3BB302820252C24904E607996
System.Collections.NonGeneric.dll
md5: 99FF904F9E274155A6865CACB8368C33 | sha1: EA1111FF08F679EFA82C43AEC19DC391CEC35EB8 | sha256: 6E081CB9DBFAAA6DEE01F39CCB489D402F98FD5AD569A5D4E7D32E3ADEADC979 | sha512: CF78FFF06C2C34927CD4E8A36A887B3CE8BEA26162F1DDA5EB1B78E7DF1067AAF19D734F5F494B66391A23FEA67F4134981C12A09130D81169102535B5AA78B6
System.Collections.Specialized.dll
md5: CE3A05A082B5E32CD1DCEDC159ADBE50 | sha1: 538E33DC7A780AB7EEB416C45FAE5938050D10E5 | sha256: FF999038D53FDB149F1521904ED9925D6C6DE35EF487AE4D3076002DCED26858 | sha512: AF96D50F4A98987DCFD4806E2D9C03849537887281DE04DAA0139F3CE6DFB7A0AD799BFC76F7AEBF580681172E69476914C698A4159DEF30DD3D6A117090D72A
System.ComponentModel.Annotations.dll
md5: FD6624BFBB7444B9B669B0112C92A09A | sha1: 97506B3E84066DE0B2CC91DFB44729AF539DFAA1 | sha256: 41A7BDF6876CB996C397041256248740926E64F8649F5C641801F7BF2A6513D5 | sha512: 710520AB2DD9091DB6EB240F7964F4F5B81B81B72EBFA32A4C6F4F40C28B66D80DBC432F4E9B825A9B3639FAE4B600A36AB1F2E064456073F0D3654B623910E3
System.ComponentModel.DataAnnotations.dll
md5: 21D3D24418A5517C516A1D9211E1CA92 | sha1: 9859C4BFDB225295FE551BD4068C03ADFB26F536 | sha256: 5BA3BEBF4476E6FD2F0AA4E43F61C5453A5B1063C1BE9F302C9E69041EF4CB0D | sha512: 4BC40F4B058F40EED29F64A40DFF44B494A5AB5A0817C5BD20188035D3F344C6D81BE9BD27D471F819820744B6F2C26CCA89BA808F5C20DB6F080634A42E653F
System.ComponentModel.dll
md5: 0F5A1DEB44B022447827F079575AEFD4 | sha1: 3C8411B0E5C9DA451E2447F8F29EC600B0153074 | sha256: CE9D289F2A00E6A84CC372094A2C44AD8F5130F62303ACBA50625C16D5E2CAFA | sha512: 4B934D992EFC2E50896B5578AB383CD47F78852D10E5ED8BAD0B419FCB54ACEAB63CBC8010AC43A10916C471ACC339DF1C61C386710A70B36B2814E9788EEFA0
System.ComponentModel.EventBasedAsync.dll
md5: 99B37F2E977B7FD9CC79EA9B20E574E0 | sha1: 1F397CFFC780B25DC286B51DD73CCBB63DA05465 | sha256: 24960560E73379CF3F4B6147E03604EFF0EBF74D5709A1B5A62905A4D68CBB0A | sha512: DD821595B99AF52B9C55EAD735EC909BBAEEEA8B0A14155483AE8994450CB39DC30B1FE7A2DBEBC14B0FE0459A988F9F7AAB7F4C5A36CBE50B4298B501721233
System.ComponentModel.Primitives.dll
md5: 44D773C61D4A2B02E5CF444F53682588 | sha1: 3184BC1FC58C4F76F41C525CC5E58568E39AAFBE | sha256: 616E515E775049A89DCFA804510DE1075C3373D72E80F2F1CA2E14D0C3B5FF78 | sha512: 2BDDE56CA495715B5874AF8A8226D17F97A07F379C00D9D13B60444AA0C5110994B984BDB4437D11210C37FCD0472715681A485BE62CBDD1B8B8E69AA81937C0
System.ComponentModel.TypeConverter.dll
md5: 63C6142140BA61ADAF412057260214C8 | sha1: B4B3E6023980C7D3A99E01C3CFCA135246D45FE3 | sha256: 91DF82E36C69FC651F7637437A3DE9D30FB8B909EFEE9B3745A1B71B6A3BC391 | sha512: D3B9F044ADD06A562BB0A214CDD489F13ADCF7681AB98E89055CE454494406DF82A8B2468DDB829E45788E4F45F465B4E795EDF4EA4D4FDF93B75DCC778B527A
System.Configuration.dll
md5: ABF6536D82BB76689E6423B23E163665 | sha1: 7825EF37773F474A081B3D56DFA42C378BBBFEDA | sha256: B845447D309C509383C4971D531C64BAC0ACF467C9B35291B8E0CCF21370CDE2 | sha512: 0A66078EC63DFE7D25B2CFDB6090CADB0E0BD36072C5B9A529FEA50776F3F942B0206FC3C446D2E66DC030EF1CF9BAFB46961F3B7DBC259855C8D09D859200E9
System.Console.dll
md5: 00EFF2245D6D9A1B1826FA39E9A1581B | sha1: BBB087A52D9211DCC0291E68BBFC668C86102890 | sha256: 2BCC29FB6525668DE7D5C005DC7AC4FF5BE7F1EC9D4E481719364B87B27AFA10 | sha512: 13485F7859DE5B4AF54148D8DA2D23DA46CFBB17394CE1A1E6E78FCAF45C34332A7F37C5BAB6432CE271079E73ADBE2380726F1A71099A639651941E7E874331
System.Core.dll
md5: F2E5724E6AC412899E1CEE2A1F48FED7 | sha1: B7F328652E88B5E1640B96407155AB3CED9E66D9 | sha256: 35DF441FFA46C99B707BBFA576C78FF7C5034FAD9096D73CE3FD9618E6782204 | sha512: 313D6D8F1B301A65EFEB9930FA2E318868AF996240D3EA94E82F25436D7FCAD894C2F47D955CE520B28A176BED74A4AEC561399BEA03F125E918E32E321967AD
System.Data.Common.dll
md5: 4A91D1A98A7D45C9ED7B25F202664888 | sha1: DCF7E07B8E7F06FA5965ED0CAB160474B25ACDA5 | sha256: C204B6C6202B37CAE05BF7943976FBD5216663DECE9D45E4B5A736A813C8B99E | sha512: 695F934CD4BC896B9C2280AB02DC3C610B60D196B83ED648E845883C52DC39A98C88D0469335D78E3BD8238F91F07D983BDEE1690DC54CD2C5F68A1B72139FBC
System.Data.DataSetExtensions.dll
md5: 7F7F7B4C76FAB539E1689C044705212E | sha1: 04FBB538B4197948A5ED05E0760259A144B3C920 | sha256: 68A6C37CC87A1E1913BE6B738EF5231560A66DE43E83A385CE0B5DC3647DC509 | sha512: 6EBF4CEDBFD4323D5A59E00B238257646949D28B4F579079BAFB5D7C0941FA3F47ABC7ACABCB6EE698D043BE524F68989F8C53C4D1C137A7D29C7456C6ADBDCA
System.Data.dll
md5: 75243696261EFA6985A5D78F981B8B58 | sha1: 1D2AF8BD9A23B6B96646826747587EDEEADC6C34 | sha256: 69028C2F96562358F565C28714BC41E2863CCE0EB54067DB19FB6384E9E3838F | sha512: 6C8DCB471856FC53664923099C1C0035103E81B88DFAFC60DFACA84A6B6BE3BE421265D4C92A41A94C490385F785170EA00BE13B0E20BC65DF95ADAA7063FA61
System.Diagnostics.Contracts.dll
md5: 6C68AB068F02129D5A25F879750CB2BD | sha1: 636DBD8FAFDACD670F6A5D51DD4BCC8729B49233 | sha256: 8E06514314ABF54A220C3895309264C7720E534464B7F5333273C373A21D2446 | sha512: BCEAE86083408697AE05D318E6317C2C815379F54C14437C39BB70E950908E113B74D561C8B513F4B75A902A1735B00981C34844C3FD8F95655D7874FD69577C
System.Diagnostics.Debug.dll
md5: C3946B9A80C9EE68A8D7CB43554CD704 | sha1: EC28C8D37E7BBCBA6B36C289DC0B1DF93BED502D | sha256: 52CBB9C58CBBE96E70B5848A11897490D8A484BF3584CB958D0C0A88241A47D3 | sha512: 58C5D92F326C31CD901F46D2BD6595B91C9C88C6E3CE91E312CA4BD0363B857ABD3A20F696C1DC66D170E45BCF9BE55C20B8561E4767A2B570E941C41EFD2826
System.Diagnostics.DiagnosticSource.dll
md5: F8CCACD5E5156C3817B336F730633D30 | sha1: D539296C09787DEDB381E3BCE233537FA0D87C8F | sha256: 35A27957A8B27404E39090C45B256EDCA2A5ADE53A9B970FB302FD9490167994 | sha512: 3BDCE733AA033C356892E258B9594C85DE9EFF406180D6F9C3D87DD915487E415D199C000089E414482196AB6A9500D677694BAE704A4193208EEF907113A84D
System.Diagnostics.FileVersionInfo.dll
md5: 57F6A6C557815DAB95C6E96483F60456 | sha1: 46727FE8C68E9B1CEDCE2097D83E98F1FB84D735 | sha256: E6E72F6F9640BD1C29A824C57F228DB4994F8D68002A0B441B1D4D853C75679D | sha512: DC8EC4B453DA9AEB934FFA375E19D55E05228606D577895142F73E82CE18B24BF45FB7409715A1E30BC1081B75116ACC05B9ADFBFA343C5DB33A7E882B3A42EA
System.Diagnostics.Process.dll
md5: 8CC014F561551C04BC5F3B6B30D3BBF7 | sha1: 472979D0D41A2B74DC597F33C5A98157A74D82B9 | sha256: CA91A361475A7E6A98637B8600AB85FA66F175DFBA8BE3A0CA5112A7876051D7 | sha512: 4C5AE7D574042CD9050B8AD93394EFBED71FF035DF4F5050A87DD01C4ADA1BAA8554864D40E6C22500531109DEA6CCF90553FA9DF8D8C4189E544B5045D8FB7D
System.Diagnostics.StackTrace.dll
md5: 2B5724F1AA3895814543924C2AD3AE92 | sha1: E86B1C2C5F87B846B9A53526ED576B48BED56E8B | sha256: DA1BA0035C807FB7372C9C9168D3AE0FAFEDE87113D404E450DAA77C22EAEDFE | sha512: 063D748967A84136744EDD59CD4FFF50914A6581EFA9EA6E840AFBA885EAA7E24CC04457B5D7511F5977A6509CD5640AE2480F94388090B75F2DCBB62DFA749E
System.Diagnostics.TextWriterTraceListener.dll
md5: E7038591AE2034A34B8BE8B05733EB33 | sha1: 4F00CD1B17A25DDC89695F5FDA531CA0946D13E8 | sha256: B92C8A152E6295023AEBC3D0850BDC6DAB81334B8AF5437A206EE7E64DDB4D96 | sha512: 04091448FFF805C718E72D827030957C0DCEA1FFE3717CDF3B2A2A57603AAB7D0713F46EDC27FF6542E71DE17A600C61F19CEEE45CBD40736E55E8FF37F88200
System.Diagnostics.Tools.dll
md5: 7F82908050B5CB1CCC849BDE46544CB3 | sha1: A2FFA0308B41B5200B6230DBBB2423C424CD2BD5 | sha256: FDE5420140C1B12CD8BD7EF44E1131D0F8C5DB03608A744901A69EE5E24DE6C3 | sha512: 15FBB012AA54623D41B1E31E83C09875D75EEC313D4768914872DB353A9A794206E2F279C01A899D490DB07EA3C957C40651651C0824B666D34E8ED27BC01B9F
System.Diagnostics.TraceSource.dll
md5: CDD280228C4258849E1FFFE0AF6393EA | sha1: B14A26F2E346BAD1731915DDE1ABA6960B5346D4 | sha256: 2D2A119A25E2105B66331D3FCC1114F4EA37C967992DF78017B483D05BCA1380 | sha512: FF071A9081D2E553573CE3C36681C8A4B5C67D656738FBFCB6F3A004A05BC9E5CA1776D1FE228540AB8D581CFCA66A561FAD5D4B68EC117F1D8B90C27C3D88E5
System.Diagnostics.Tracing.dll
md5: D2EF06A2800E037522CCA67B958DBB9C | sha1: 514E11A7F7E7699E0DF4E0BD64783614F6DF846C | sha256: EEDB2ECF1E24D63829AEE6D3574A07A7868F7F80403A870B63DF64CB88458196 | sha512: 8E69CB2380324B776608450759F4D3DD15FC2D5423CE1C05578C459687A70FA7CC5A9766E6D6AA2FA6B0ED6BB9A12A4BF9608482CEFB72A52F273A693889E7CC
System.dll
md5: 6BBC5FACFF874FC82403D4A08FF4A59B | sha1: C3539ADD2F239729808DB7B07795DE0E238DA8D3 | sha256: AE9BC2066F85FDCBEEDEFE226C1A929A4F9BF73382FFAD4DFB56CC0F323A3B1E | sha512: E3B4F57156182DFF1095205835E2786D6086AAA9155CA8CCE2304E75FFDDBCEE8EF27B59835394A18D79D44D1DF28D69B691F13988C525D256E49404B42F45F1
System.Drawing.dll
md5: A428299576CBAF86389D1E2FD416640C | sha1: 1A218BF3890404A1507FC3738C583692D8218959 | sha256: C05D5A8809150B3F23C3A64A61332F0A7AFC0691576CC75C49015F4AD49F24AF | sha512: 4B136A491422CFBF28CE8DB168A4AFD9F64A2C76D698404861C5A379620950771F4A49F013BB9F273F2CA6D4AEDFFCFD51C5C5852E2E01A993BE134C9583549D
System.Drawing.Primitives.dll
md5: F07C1A356E548A359F8D53102B3F4769 | sha1: 79F35034C33FD0965AD2962EE9B2BA51A8136CEE | sha256: D31500F7096543D249BECF5C4648435474763C3AA3068480CD60B8E0741AD8EC | sha512: D92C3B58D7216203BE10000E8919CB7AC5650249CFE52AC3182F1CEF3E2289B49996AEDBE3C4E439F43CE4FE76DEB47F2B758F7C247EAD13BCFABEF268B53B14
System.Dynamic.Runtime.dll
md5: 6D11EF6B42B8A59CE344553745D05E21 | sha1: 438BED7253CD463F37633221B84A19C6652319A2 | sha256: 4588F2CF2C5521BA23C864AF5FC688908726DBE38DD85F06C2D4567F251619CA | sha512: 8DAA5CEBC34061DF9456B1B53A45443E54957FE04A6A301B37E47FF2E91D7E0CF24A7D68E18DD4E3BBDF415F2E72805904AA64C1257F696A521D7C99BCDA08F0
System.Formats.Asn1.dll
md5: 5488B7DC46E6708B0295B8AF968C12F4 | sha1: DC6ADC3D0F77C5E7AE2061E827EE7069D3E00BDD | sha256: BFDC0B64B72D41AF61881E2B71112C53A46950B86666561F93E6B465D575B6EF | sha512: 1DA76297D2705F8B8EE38C629B72AFDAD1082E75CC5B7AD0FF424505CFD9E8FE78E9D81D40599281791B97DFCF680DFDAE0B031BC678529538591B2ABA9F3125
System.Formats.Tar.dll
md5: 965D330D1EFB622D39271CD27B7DB077 | sha1: 55A6BD5E69C58919A330EB89432B0BCA3DF1E190 | sha256: 94090A825CE283598E4C921B76A07C02A5437FF59DC30B3B40443BA625AD29F5 | sha512: 293065FCBE8C466234E228FC3985EFAA06EB50DB28F90419006DA32BF523F7CF549228435A3A6363EABE602C9206BD24B87A6084494D5743E48E48850CDF7DAF
System.Globalization.Calendars.dll
md5: 3A4F6510F83B8F338805850CCBAFB498 | sha1: 6C59E6D21B8AA9233822E10D19D6E192CD735EBF | sha256: 7299C91183F8D129653A655FF2254E95472ECF49FE31B861082E4C526B4ECD40 | sha512: 6CF5877CBBFEB0029762A7E56CE7AD90D0CF8DED4926E6F7B3C2D59AD9928E177376860D639C537F0AC65A048DE52DBA4438F963EE219D1D3302BF38043EDC52
System.Globalization.dll
md5: 9CBBFCCD4263A2D4EA3EB7EB20340042 | sha1: 0CD47466A4E7ACCAC07A9F895EF36E314B205CCB | sha256: AB7B3EC1B8C6C23B35F9ADEC90C4738F58E54C9CA2F762B5DD7302941DB65188 | sha512: 991025B44B4C96B21B727EB518A9AFCA55147BF3EFC49723CBDA282C895BBFFEB33EC1C4B135D766705C4397CABB810248209B7C68FBAAD636655C7B77CBB843
System.Globalization.Extensions.dll
md5: FF0004C813CD9596A0D284B3773CD749 | sha1: 641A9AA8142E833A1AD9FEE7A9CD0863B5ED4E13 | sha256: 17CB1E811EC09B023A3722CE7A4FE534A60A3B925A64D98F54969EDEAA4BC363 | sha512: 02A87A1B853059D5F097D57ED131BC14FD13D086653AF59DEF72ECB49F40586E14F7F8D107D36D6E5901B4AB0279F944935BFA1CBB5BD6607D72886267D59071
System.IO.Compression.Brotli.dll
md5: 5B0847DF04492993ADE101C10FDE30EC | sha1: CCF4625F0720CA7744477B6DDEAA27D8CBB334D7 | sha256: 0BA12620375B39F0A547DD5BCB356A63AB6C410602F61E6ED7102C7274F23838 | sha512: 25855D2DB8378408C9C3F3487DF9A353C7922B2EF9BB4F9E417BF47E2FC5256522A10079F707B75CF61245B1AEB55918980F62C7757A57CF751F051D592F2F4A
System.IO.Compression.dll
md5: 31647BC924306D724561FC035C1B7229 | sha1: 384FE197A55E77A3C27E7B265690D081551F9443 | sha256: 85D2CC7C50FC793D3065DFE711C0D1480FCEFD52216D6020D1B8AFA8AD4D6E35 | sha512: DF23105AFEFFF75EB76F2D727200E1193BB5215BB354B74120453916CA608DEB9D1034EE388F7A7481508F5ECCF1FA58B81F02FDBDE777A154F94B0CE2C038FE
System.IO.Compression.FileSystem.dll
md5: 86CE9B181BA1A9A9F79487A2B8C26B10 | sha1: 8C4ADFA23C9DD7771C03B4A667B3F533B879020D | sha256: 11C4C540A0FF92320F5500B82247E1EB5D0CA9620318D643137E9A8C96606D54 | sha512: 71F473094987F36CEB26214A4BD863FFF24721BAE90B3CE0B8F3B8EC6695C4774ED696CE498F19D0DDD440116F74C4BCCE79630E435084D9208A6A85EC6D576F
System.IO.Compression.Native.dll
md5: 4350F0E2E24D5CE7E589CA48BFB2B068 | sha1: B9F3EC58A39DFC7DADC5A15E715F7E4A75E66FA8 | sha256: 8FA0EDCCF0A6E22AEBAD488AC09B2388E611B0A75E366453007D99BC04EA2495 | sha512: F7DDDABAB81472E44F1B733328DD82256A111D24F9645B68CB7C665B3D1F6F7F126AEE7A661D86B80AE20F47A2B70B5603EA4E6EC9AF1E6105779F2872785BDF
System.IO.Compression.ZipFile.dll
md5: D0F337E0388060DB046DB35C91837770 | sha1: 1C90B95CF0E3144DA943A86514DC22DBACCA9F1C | sha256: 41B5AA43E34EF35C1DDD3225351DEBD996A5047D2A8FF62A1663E4755D1028A3 | sha512: 4243C3CDE96E02D5B802811D76F02175B7D27232360682ADEC5A4C20B66309C82A23396A192C0DFEA4BF532A6D70AB71ED013161E85C83D2F89942F0D4812265
System.IO.dll
md5: DE95147EEC4C15A79B8D4D2B6CDB1475 | sha1: 4A0F10B25774597169E8BD0FFE751B228D639AA1 | sha256: FA0A70740823BACD119E085A3766C8AE5F301FDA911FA3A9E9DDF49B16F4773F | sha512: 5A5A09126DDB3593E23FCEDDD317A7DAA31C5FFBBFF9456D4B0CAE368F82828C8887D5D9DB8D9C81192D251A266BD1A300D42E4FEC73FED471203D41306DE4F7
System.IO.FileSystem.AccessControl.dll
md5: 6D3B497DDD0076B49839396945BCD081 | sha1: E5DCD8131986B9A8FD8C8496D61A32AA0B487991 | sha256: 274E97459749CA5B05A37754D9F4D472842591D07ED8CFF55DEC83EAD717DA26 | sha512: 9FC1FA861A2C346DA0BD44DA37D1D7798A4D27446FAF005587799B5109EABBF348AA83923C2676C5F9436F3BBD8B1D0A28781A5AB5143340D962A9AB51A15657
System.IO.FileSystem.dll
md5: 410C24CF8D38C8EA28647DA4387F6769 | sha1: AB56BFB961E163AADF36B532D205B91AAC93702F | sha256: C470AC0876DE299D19623764C44796A15B5E05FFB3D425A87A658522ADD71151 | sha512: 8AA0A5695091CB213C67889B40FD2287BFB6CE94561D5832A3896CD58944935E87EF1B7E0CC1EA4DF3E958348B2EFCBB186FAB1BD0A08DE396E0B982F4CCB8F4
System.IO.FileSystem.DriveInfo.dll
md5: 9A7AAF6677122E6B81144BF2A01F4C0A | sha1: 9B1812845504288F72B2EA9D68C73A4A58E7F3E6 | sha256: A6E9F021FD3BC2770C6B0305481994206D3E4839EB740712C0FC2FA0B6476ACC | sha512: A5C033AC5C4ED8FFCE6B8172C56C7899F0AA00FA94064769E29B737DE404D7F3E15C54DF731FB8E52D78D3863E1C3E0ABB09E5B72586BE56DF30D256B25DD760
System.IO.FileSystem.Primitives.dll
md5: 9B148ADC4782C45F5E5BF07D729CDF1F | sha1: 418177299635AA2937791C6753B25F27FFCBCD26 | sha256: 0F823138AFE37535FAE95863EFA33A00F9892A37406C7151EF22FB9EBD791D43 | sha512: 273FA5A7A8D43528373069762415A7515E5DDEFB90741834EEFB354B1F1E858E3C8931F90C1C1B71E5F423E624105CC774CCDF5476D39B6591A7157554678EED
System.IO.FileSystem.Watcher.dll
md5: 22C7C2EC013F37C7A04FBA78B6D2A094 | sha1: 9D900CC0C8B4CCD4E3963508A2FEF7FC24B03E8E | sha256: C45ACD4F1AC915AF96A9E5D91E4A411D71BB0BA7E60F7ED1639E81FF5920389C | sha512: 67770EC665FBFA87B4CBC5764CCDB27945B3B367047B1285AC8D381005FEA8AA27119483CF829EB7C652F581BCACCCE665499946263815012E70FE3DB2D043C4
System.IO.IsolatedStorage.dll
md5: DB8188542728EE5172FCAB581A780566 | sha1: 24389AE7F5D44F378E698217B7BDF850ADC6A974 | sha256: E51D52880A32F03739931A17CBC62E90FC2B2232FE86E5F9CC1CA298C9D4D335 | sha512: 536275F714FA512797984B03E98571FAE16EFF95D08BC0C8C479AA0D02BD4AC5021A367B3E737E9525F66FF820B13132B222D99F2032ACCAFE32E75CD209B887
System.IO.MemoryMappedFiles.dll
md5: 3AABDDA05ACC86B79D81DF8A79F851B3 | sha1: 6C227036E8D3F477FC9B3847763B5126061B8DA9 | sha256: 71BF1065D91C3ADE89ABC1912A74F784F0F0A69B3E4E361948CBC9AEE6D567D0 | sha512: FDBA96023D0D2A6FA35DCC1A4E4B97BBF228D38782652E2B8A102AD9FD49D35093CEE3B558B0F37D7DFC72CD4B13E46CFAD021EFB693D78AC789B47B47056F9C
System.IO.Pipes.AccessControl.dll
md5: B2A4647F4FC8257DD4BA8B8E913533F6 | sha1: EA7AA3BC6390C07F95821C2EA737BD8E4B5BD2A2 | sha256: CE66ACE28077E162EE519B588DEA082BDF968BD0F4EA07445B1BBB57A8FBB3E6 | sha512: 61460A603AE76F626F6766ADFE88F120F34DC081A87D8EFD54C14B364BEA47503FDF290FA3BFD9C09BF7EA7DAE8E746948D92DCBDC846BF338B8CDE26CC9A5A4
System.IO.Pipes.dll
md5: 70374CFF173A006F5397D57C0BD7D964 | sha1: 85903131E7B6F86724B556AF0E5EDADD267A31CB | sha256: B40E88BAF7D40BFAE08BC4BDAAB5943F0C5A42FB5E7C5955BBBE9343E750E770 | sha512: 76B981450B23DDBCCEF398BE770A001CEE79EB6F02513C23960247A99B190214E4EC89DCADC4539B9BB3E53482C829A6F60BDDDA5E1DF28B93E509DAED5CF39F
System.IO.UnmanagedMemoryStream.dll
md5: 6F3C700C5953F93F6062B2124FA9560F | sha1: 34D3F0F466E6F3A6159804718FE44B76798C7676 | sha256: 4525958B421ED6B116A2692C5D45F14BA61CC7C81A63C83B822D46347114E4B0 | sha512: 575C2D2A0A0C60DB063A510CD38EDE54E4E3CE4DAE90B37EDCD92F676B883F87CA002EA0234048C0B80F054B56062CD5561D527942DC9A590EBD3985393FDE31
System.Linq.dll
md5: 2CCC1D4259C7DE13B3CF309D764C2D01 | sha1: 292D89EDDF1EA5F725DF095115D31AD78319C11D | sha256: AFA085AC866AAB7345FD7DD23C6D7D6B1E6DA7940C08E32D573BE5DCF062C227 | sha512: 2B4076D596162D9FA3FCC3693666257509A20D219802EEC0203DE035A90EBA5781E7F039CD8211A278CE009D1476988FFB8EE5CF29732F219191972DD429E2C2
System.Linq.Expressions.dll
md5: 17839C439754D22968AE9B1EA14E0673 | sha1: 7E008CAF0BC75F330576BA26139F824C48172E58 | sha256: 71EDA31FB6FDE3566AC578BE38B7BEBBB416E48708A5453E3DF761860BF0BD9C | sha512: D7AFF5893B2627FF81C7C893694A4C4A387C03B47B3F993FCFA3322345DF81DB588196F55C36C6AAA4B4E2FE71710F84C2A9C8EBF3CCCF04B19187B986AB53D6
System.Linq.Parallel.dll
md5: DE4B92D9E5925D8DC654F5BC97B397BF | sha1: 1BE2890F79064EA7F6A382A59D50F7986432993D | sha256: 4E718E99FF97B7D01421C994FC7A43FD646E53B23035F7B781E77148BAEE00AB | sha512: 3EA059E9FBD63BC348381072631C51FF15EE4936290165080533CB155384C65703B55C461AC095764B045BC2440611FFEAC534870831FD85AFBAE8AF5AA86C03
System.Linq.Queryable.dll
md5: 723804C2EC4EB05D983F7364D1AF61B0 | sha1: 36534EF1E7E588EB0E7D3814EB8150C5FCC8A5F8 | sha256: F5B53BBC41C864B740B7F13F4790AB2D369A44966A9011CD6E957EC7D476AAD6 | sha512: CFF8257225C74BBC8342F6CE294D950FA3880E3722ED929A53FBE85AB280A77F5DC0DAD6FD9FF52BA36136F55D6EDFD940A6091E2BA5BF742FCADD7A6D0225B6
System.Memory.dll
md5: 439B6DD4245CE119ECD12043C57675C0 | sha1: F95E9F9E1FBA5CCC58AFC865B214A7981484EEF2 | sha256: 5170A47B8058C4A4584F994A81D01BAD0E11BC4F0EBD957667AFA1AEDC5514FB | sha512: 8703FA544D77E0479DF8EB4B7875E9DCE8D892EA334BB56358F31A3BC9D4BFA4BC8590BE21F329F5F6A40628A18DE9AB00CB6D75C061C79AF1902C94041F5FAA
System.Net.dll
md5: A6FF79E67E463DE6327E5D367AFF605A | sha1: 86750B20CDB1FBB17141DE5CD0C69EB2587E2907 | sha256: 7C390E0B9BD3FB4D9428557F44FAC4BB53C74D3FEE5138B2C0C3F0E5423AF22E | sha512: E8486F6BD31423A54129FEEC0B608D94191B41A36857F27D58B29850FC695FB6F189FB86F4A564690680C64AEE97C04322C70690B73EC8F2CA1C03BA79D1DD7A
System.Net.Http.dll
md5: E22BEB2554E2A72FB773D4B105E7AF4F | sha1: 51E05874E179759C8CE1E7077DCA25B27DA77312 | sha256: 7A0259232713CECA2803EF767D63F9B749A21D0B4D90DDF9D5FB8C6F7D955AEC | sha512: 7112F26C63243ABD34C0CD19D4B086D0B204BB0E7BAE74992B5C6B8B8B1914F7BB829BE70ACFBAA3EB92863D4841031EC36D9A6BEC21FC7B1ADB35FFD2CD4415
System.Net.Http.Json.dll
md5: 95FC54A2076298259CEB3BE66F5BF98F | sha1: E2E3B99151AAEE8FE9B0D3047A45535649546A45 | sha256: 681B11702722370523A006DDFBDA2E2450C03FABC62B17E4079BBA429936A330 | sha512: 4675D51E94EF08E18EA6618F2EA0A1DF2AE4A6B3413118B42F725699F513114BF1D5197DDF79ABE6AC999B5BDE886D43517D967A31C761D21210E79F41643878
System.Net.HttpListener.dll
md5: 64D101916B6608016DD06F4B269D9E34 | sha1: 5C8B4B328D7D87B68BBD4097196604B561473085 | sha256: 06C0457D6E7E034230F1299F0CC3711EA07DDEF86B7C5692B8E06FF42DFBDC8A | sha512: AD784253287B347342E3992132FA4826A1387D7EC686F3467E0E43215EE8EE0F36B84CD8F8C9FE65FD1F5C810C7772B9A7FA649965BE3F9A716417090B493EF5
System.Net.Mail.dll
md5: B4E186A96EEA5BDE28808392BAD1E317 | sha1: 506A937B410EE69F9A9AA79D41C8B754D4817D4A | sha256: 76ED4E4E7B1F856878FF836166964A21159BF9E2057C0CB6C798FE1B6D6EF617 | sha512: 64FB74AD30ED5D35B99BA1F91C9136CB6CC7747BFB84197A22AB21A5919E5D5035838CB9E9E54ADB716E8AED129571595AC791854379DA5C6EABBC83E8CDEC56
System.Net.NameResolution.dll
md5: A38EF978506E63661430EC486AD19B0B | sha1: 1BA7377DA177E472A3F715E0D5800A88F806F591 | sha256: 3313A86113ECD39DCA8BC34DC64E3368892238DEF78076971B8D65C3BC2EBB98 | sha512: 3FCD6E9750078347885063225CF097E0B5D8BFAF9134057436BB6A20ADAD99D944E32C22F5207945BE6A0D8EFCDDD0F2BB8F3AD0E8B7654931664C92DE18CC53
System.Net.NetworkInformation.dll
md5: 8B293F55DEC9F10C83ECCCF3F316D3DB | sha1: BB4C95DE436B7347AA9EAA09D05FD09E227DAABF | sha256: C904C1B2D517369C063AB5753AD54D99CB9A6686695D9FE240EC9383AF3765B8 | sha512: 4A6B9036CCAA940FA5956A6D8AF6B0397E9AD7C0F314E518CC8061E870D369F100D3D1E654EF4377ED5BC3210179D20F1A1D230B11F769B18B4D235AED2E3CC8
System.Net.Ping.dll
md5: 376C54015E2F58FE162F41B34E4E6E0B | sha1: 970DB5CD685D900B3C11932A673C919D627BAD23 | sha256: 4364F0F2A7E9B41F95E279D4F629900AF32DF50675C34EB660B76CB6EB3FA999 | sha512: C4B074BBD1CF8EE17D7AC641631228C57214AA043831CD9D3D4964D2A2B3A3A4A86727930A70E4C36A562750D899DF49513A1A416630FCFD33B7BD538B6E2963
System.Net.Primitives.dll
md5: C32575DF1B17B3B912B83F7BA14273F9 | sha1: C601FDD9A3F6023B353386239A1E2F99FB71499F | sha256: 39D64253A5437E148F02D71280EF64EF8ECDDEBCAC6EEBBF43C8D1AF7F027D46 | sha512: 05BC00E1E93362BFBAA2423A1ED1D7ADD20A07FC59C6AE3B8A0C2EF7F9DB52DF9EB2447DF3C2E1B041E03388CC84A8E654697F5A01FF386D3CC371F0BC027161
System.Net.Quic.dll
md5: 62AE934287DF8EE9FFD99F8142D49CD2 | sha1: 8CABC58C34DD63E1B3F059711C8F291CBAF786A9 | sha256: 92AEDE1066193C1EE38C82A245367B9ED612FFB330F44B5586DA550C7F852094 | sha512: 5B64BB77B6FE909DA15077AC0B784B6EB27D931EBB543480A864CB0B2A187C60C750B3910418F70C2A6AE749C78FDEABFC000841F0A4852C9E2CCBB37CEABB92
System.Net.Requests.dll
md5: 53331D0E3219A6D319E9CC7DC026E258 | sha1: A20B2A0EA71A1526D44D6FCC24087D367D0EEB50 | sha256: 926DC28DD71DAECC579B1856482F6360AD8CB3F4DB34DE3C29595EE7662F51A3 | sha512: 9EA4B8C0834C6283FF5E04A4DA7B32C5B6F873DAA1D45467C216387BA3366B23B7FCC2DE9A47859A536782BCDF708F0A71CBA67E53988850FFA017AE0C57F08F
System.Net.Security.dll
md5: 6A7A1EA4EBF9ED65B98CED9B7B653344 | sha1: AF7DF2DD39FA1638A9EE8C9E74439C55FD0B3DE7 | sha256: 0E73D43A62B222652693999B1FB1FA55E9E1AC2F93B6B279566DDB6F6E6DCC52 | sha512: 3E23111F84FCC1CEAE2A1EAC5A0669BE1EAAE9ACB0834D9EB7ADA8C12EF4DB76D3F06C7D20901DB213056756975A6A081B569BAF30174E8ABAFB2EEDFCE412BF
System.Net.ServicePoint.dll
md5: 1A7F7487331667926D574BC96A33FE86 | sha1: 9B9906F513451473BCA832E215BAF185B351F0CD | sha256: 01EDB925B7A15C19DCF3E3B473A2895CD7D613D76812AE3EF34214815DD5ACD0 | sha512: 2B0B293EB4B0144DA942F643C7582A85738866FBEA4548B55472FDF21624D0235B7BC9E050EB0E0FCA90FAAC9C3EA13A3F54AAEDAC6539694E1DE9A5FF959BDA
System.Net.Sockets.dll
md5: C9AEA3ED8946F82F5C986BE89F96F5EF | sha1: 6A80A5F0E7A9B9C1964B81E11D45156F55F4028D | sha256: 4D752D795FCFE1F3971799B8AA809FCC1E68A322E42E93715655CD8E08A9811B | sha512: 430956C005EF0DEDFAAE2154106310AFB788AA51517C37E9CAE7417F7D2D222EA6EC8C2BAE26AB4F870BB18DD5EA24D5DDEDB1EE3B569BEB2A6B908F1F7A33DA
System.Net.WebClient.dll
md5: A327CE5DFCDD410CE62219FE2F883C18 | sha1: 7A32E868DC2348CE2F2638A6D3477165CA3971EE | sha256: A52AD1AF843B7178A3CA80F78195C463C0261593970630AB1107927753780480 | sha512: F47691B4C85947877A4074725C93129EE8995EB9A90073D374EEF9FA4AE63AF73F87AF09E8A82640C2F0E9BBABD6D0F3E8F9E32490068EC53DCB51D59827EABB
System.Net.WebHeaderCollection.dll
md5: 8BD5F7438C33877052ACB9DFE51D2E9D | sha1: 2B876FFA44E061EEE431AF9517C1538A6A56912D | sha256: 3D317EAE81B0B913BED8BB55C350F55B5D794AE1BD623880D2891B32458DBD01 | sha512: D08CCA55AE9A8516046001ED850E7540B4106338E5D991ADED8016C995C05FB962638E932858FA8C51A4F31910B80AD5A7963009E353E6ADED9B8558E8168A38
System.Net.WebProxy.dll
md5: 57268E552ED6BA708BE082098F46386C | sha1: B368FE818AE2A078A94F3084233C7C7FDA50E30D | sha256: B4F534CA362ADF3A4CB3D1E6C04585195B665DEFD53EF72246AC16C255F4FCF3 | sha512: D01ADC0B8C55D2B62A94CABC82FAD93D162997B190E7571BBE5EB8B5A1E9B04D9395D2BAA61EB8686D38D46220B7B33D099B4F9336771550A92DC23C6DC90394
System.Net.WebSockets.Client.dll
md5: EC174EE1A51D3617E8EC984B05CA0E6E | sha1: 3348E27549AB4ADD38E208E0696BFCBCFA2C42C6 | sha256: DDEE1A62A59855AFF13768545FFE1E52D10B62CF953931E47DC63347DFB6FAC3 | sha512: 779DC439CBB06DA717C35AAC54C9C4A68A0B6A85DF87C3701FB8D70BF6AFDBB3BDD1F40F079A0E248D3CF358F530F2F5630A3DC82608F035306278DC8D154099
System.Net.WebSockets.dll
md5: CED0EDBC20A15603433A43FC402B55F3 | sha1: 26809646A89A081F8AC61429D91794F28987B0E0 | sha256: 357CD5ED4828955106C5352FE7FAA6E550FFDB3751569C8FEB84AC6D6B9A1B22 | sha512: 17FEF4253FD519E819596F397740ED6281F6D61B972F6BF0A9EDBCA7CB87506B51BC28BBE0E3B9387E8A50ACD8F155C6A069B8810B6CB7E58D707AD38383AE8D
System.Numerics.dll
md5: 7AF7AA6358EF1D9A1B16BE52338D5468 | sha1: 1B89EF3614DA2D4676EF76E062568B70AD92BB61 | sha256: 4EDFB556A4860EFFCE1356CCF92AC2491AB28C83B01CD7DF06B1053BC07F0FEA | sha512: 68B1B05C7BD29A0C3A923383798B8592E631C0AD8F51D906F9ED8D77191E73BD1496A32A37E7638A5C8CAE7E86169F24890F498C6C06539B57EAF3DDD6BF0BDA
System.Numerics.Vectors.dll
md5: E4E7A530F21CE9E42C562EE01D975C84 | sha1: 65AFBAE2CD195607089F48DD9BC29C91F04BD51F | sha256: 00A16D99F744A2746548C409E96B38064E6037F6ABC635F7D08374D954F1ABD9 | sha512: 5F0AE089F9BE0478B0C103EE46191A05CFAAB333A3BF5BE0FD8523349531EAF70FEFF38405075D040F069D2F0F28F6B72D5C3A51B019623424F5393BFE5A954F
System.ObjectModel.dll
md5: CCBD3F8F678B74E7CD0C1B0DFAD3FC1B | sha1: 1B0C692452BD3E693A179F12E937E2B6A09AE1F9 | sha256: 97A1F74881EC502CD8C24DB4AAA7B7EC5EE5A41D2C04C4E22947CA3AD53CE762 | sha512: DC77A5EF6F1C9DD3528DC6D733C685FC9AEACB1AEBC9F7E2F813235C4FBBC9C29236495AD7DE3E95EFD5063CA025DF59CB5C53AC6083DF56F49DCD2327EA75BA
System.Private.CoreLib.dll
md5: F822BB1FA4E64722A735D37E1A803C4B | sha1: AC29EAFDCD69493066B5CA39F19B96BB4E60CFC7 | sha256: 5BF11CA180EF84D7C0A4A46381FFCC57E251F59F8150C1E671B934443D1931C8 | sha512: 441B540CCB00521C1834D722E57963ED2372E487A0329FBD9382506618A4B0A6BBDE4302312E3942D581F2467FB00F0167944170FF4B9E9869FD7452B57D8A6C
System.Private.DataContractSerialization.dll
md5: D9645AF51483363D5D0373469B9AC598 | sha1: 4C7A5D5D9F3F96294E78665CC9A4ED4D87A72F13 | sha256: ED9BA0E6D5BF615A76EA7C3686E3AB2EF8E60194F43BFF0150E5D7F7E397820B | sha512: 8CF59E9A60228D4653A9959E234AD03D9EF159AB395528AE479A07F3B4A2CA7B4FD750130FFA86F1E8EE1607EAE51BE19313952AC57FE867D0A3E4AEAB6B9C9D
System.Private.Uri.dll
md5: 62364A91149E3DBD55EAE658F3529A91 | sha1: 991555A2960AB09D61FCFD9BA3E35E136FE4AAC2 | sha256: 6EEBEA142626A99FAA8545DF29CE0971DA2D7E8E55EA3554AC35FC8D7757C43A | sha512: EFC1847DFEA8FA167C1DAA86B945AD2F1C998A7F74F6078D83D498E90C4A4EC442DA6926FC96ABD51E03BF866CC572E19D372584D514BF0F2DDEB0374FE35E54
System.Private.Xml.dll
md5: 658A69FACEB6E4970B298C801028EEC8 | sha1: 9B44DDB38F27D41F806E731EF4749C702B3219CE | sha256: B8EEE642077B81DAEB4565010939AE41E2EF696E68A7E81B78ED617A8CAF7817 | sha512: 18B06DA3C717E48A86437098D4B4C13C9AECB56066E784BD348DD61E647102B338A49FF51B5F50D63E677CC4CF7C331DCEBB8EC42CC54E3A1DD293FCC2A066DB
System.Private.Xml.Linq.dll
md5: 452EEBFD9B0DD9421BD6FF9AA52D0461 | sha1: 2D78C4CE34995AB1F14B11CECD9026F78CD98AD2 | sha256: C7C41BF3B9AE02C2DDE049AE5144F3AF4D29011361A622A1AD1E70583EFAC457 | sha512: A79F3393B14F6B911AE1F613B9E305E2D9C30BCB7ED6779BF379B0B5568ED4073B1F14364407796810DC5C034BB1CBAB9B250C83A2DF2204903EB6426591F140
System.Reflection.DispatchProxy.dll
md5: 4468A5B13A515AB6D5B25BBC5D35E716 | sha1: B4CCB9DD6B9F913A4B5F194A5A05A4007A811F2A | sha256: B8AEEB9E8CC608A8DA992A19953C4294CA772DC4D86DDBAFF0F94351B7452D08 | sha512: B73AA92AFDBA640E8FED9058A5E6D9D0121E07151CD4AA51EDD6ACE5E3F663B0944B1174DCA4E1ED3FED58B6B9208D6F63BD282F824E75CF34BADA68C18CB74D
System.Reflection.dll
md5: 91E44FD2B902BFAFC4BCFF8C65C6A4F0 | sha1: 0D679135B3977A707DC5D2B4BEA0345DDD6676F0 | sha256: 4C2A65D946D6EDE36322D0DA66C982E738818920DFA7CE991D92A6F495E84AFC | sha512: 184A8D9623DC9B29046AED013382D6C604CF4A0CF4C02CF60BA4A98D3312561456DA4386D69D736A6364A1E2135F58D7BD2842236CE2DB6330627D82BA7A9F6D
System.Reflection.Emit.dll
md5: 19BC3206470BCE4817057A4A7EDF2E4C | sha1: 038E1693ABDF79514B562917C50252A322C732B9 | sha256: 7DDE40DDB99DB8AD23E35D6768F0AC497D21C1393D3726027B621BDC957B75CD | sha512: F2030CCB87BCF21C19295B92260D30921F0461930FF1627508932E4AA74E98647C8EB129AB014E473B99C81D4F77315C722A1F8FD0A0C0A52DFFAE775401E0D5
System.Reflection.Emit.ILGeneration.dll
md5: 794DDB19D510DD4D09356023C3A00671 | sha1: 9840450AAA86393DE5F09687BAA57FB1F10687EA | sha256: 73848228A0421DCE4E4188B22228105F03068C6A401138CB865D3D3C5A3C6658 | sha512: DB00FE989F7428222A5EB2027966BD514A9435DEB4D25B80CD099E12F330768867C0ED48C0F9A88CE4E364B4A552EAD14627E7847EB4CE726E7C5850B5327D8C
System.Reflection.Emit.Lightweight.dll
md5: C997A3AD6AFD3670C16DFF0E86976D44 | sha1: F878781BAA1D4DBB660297AD33C04E4BEAD58A3E | sha256: 002247544E1BB5B6FE47DAEBEFE9DD15ED52829B03209CEBFB1B97DB1A489784 | sha512: 2672C7583C5946AC60A373969FC898EB3B36CBA7A47B78FC2E2060120BF4A7E81F608AE40E5FDD41653EF8F593E276D84E7CAD639D0183FFAC599F94A8E50B47
System.Reflection.Extensions.dll
md5: 14A72C65C1ABBF8AABC9EF50430E609E | sha1: A195F75D7E1DC73768566658968044E07268344E | sha256: 4669A25CC4EDC68BB358A55659A5402C55E8FF69516DF93EA8F55166F43D6552 | sha512: 51098A2E68D9894A5CCDC06E93A072ABE809A49B5A48DF723CDA7F2E98DBE48D325D115B54D1FCFDD1B9D99570084A99ECD36819E09B3F832C72021BF2795058
System.Reflection.Metadata.dll
System.Reflection.Primitives.dll
md5: 29A02591B9A124659FE4A89762A2AF75 | sha1: AC0171BA53936A146D40845E175E9C7DBD313B34 | sha256: 744C51F9533AEE42AE764C87184E948689044CE751A5994482D2DEF70D8EBD05 | sha512: 47BB0FE2DC932B1BFE408F20616B52A63F7F0C307666516C462336753440F69719643B0DAD753C981245BA5788EDB2F5D5CDF4943F57B7A7A38B1C4D7480CE8F
System.Reflection.TypeExtensions.dll
md5: 19A1E56EF85CA9132D773EA9850CD26D | sha1: AEFFB3108E603B8438A2A91C572022466A1D962A | sha256: 73AAEA61BFC93067540D5AF9C782A6593486EA2E21745DA16F817BCA4D1C8D54 | sha512: D64A29CB7EEC10AE248D84AA4EB76954D5D7632ADC7EF38BF40ADF0FBF47B8604FC06A3190B70A9B86CE3ABC52CE1CF8D812CC48A70135EC5AF3AE6181299C28
System.Resources.Reader.dll
md5: 504165A13621EC65DB5D70C7DC5DF078 | sha1: D2AFA9B0F2A6DA685933FE6404BD4BFD694F66B3 | sha256: 9C53CDAD6B352C7D141DC07479B874C4C23E2763054DF53FA245B88234515739 | sha512: D3349D77294CA6B81D7E50E2C50EC2D8A5F79DC5A536742A6AC61E1C79903255F221220DDC7387D3CA03F79E7109616DF1D4C8E4BA1A6206C1632079D2F639FA
System.Resources.ResourceManager.dll
md5: 5DCC74A543F5574EB6325C2ED69DDE2B | sha1: C3228222331006079BF73BDAF0B7EE442D77AEB4 | sha256: 35DAB5DA137A86698E272D65CC37FB8729464A22D1BD8C0BF56DFC2FF4A2AA1D | sha512: 2F0669B296A577830A7DCB327E33AF374FC47EDD710E99787040878D9133E2CA90D90963E875C57B28C1BEA50315C07C06D48FAE8952DAE6F2A8E3C9F70DC212
System.Resources.Writer.dll
md5: A463DA1E50B7026289AE990565B6C7AA | sha1: 6387FEA612F30CC600041CC080A060D7E3450DF1 | sha256: E6EB25B910580E0ABC980B4CF605F52920B70FFF4EA8D787549E673E6DF11AD8 | sha512: 015E90F1207E189086E218719B9BA2D12AACBB7FCB839BE5A7D37543BEB88FAF05FFBDAB6C6617F8B9823AFE3FD662E90EB9944B142830C8C1302305CECACC15
System.Runtime.CompilerServices.Unsafe.dll
md5: A2C98DEC3B0BDAA45A045E8BA8C3D8BF | sha1: BB362BF475F8F67A2E4B2715BDC1D9FCB9D8346E | sha256: DC5A3B18AD293ADFA6CF8EABE61CCDFAC171D8BB1CF99AEB0348153E7C1CCAEA | sha512: A4A3BBA98921558FC1AB22A6944DDA8A32386AFE53C798788A5D4FDE5E939BB23E8BFEF495F45EA04C3EF01F53AC59D0121B5FE757BF36CCAC99A1E85DC71677
System.Runtime.CompilerServices.VisualC.dll
md5: 80C8C4CDAE18EC5240EB389EC2F427FA | sha1: 61CBABFE6B694676FA1809266BAFDA3E589AE1C2 | sha256: C793655C85ECE6BB5F7F24279946078713299A37B4554E5312EDFB70B20691A0 | sha512: 54A6718EF18E7BC653C941E622BCF6FE2B67839794C52E1282D48E9CCA6F9EA6CDA62A02240888DE1CD3B4DC857909D7F9B292508CBA60A4CD7E30AA6D14552B
System.Runtime.dll
md5: F8C92D6630BCEE4F0D3F423C02EC6EC3 | sha1: AA6AC5EF0C9F9FE90977C543BB6BF13D5D3DE07D | sha256: 0EB4699A87E34E7E40F75B21DB0C7AC8FCF954E894854DD6FB292E9A4E69239C | sha512: 4002CB8AAFD13B3FAC61B62278621262C7A1E05C57D0158FD00F9913C6A887D599EFA459CCA50DFD1C5BAE36DA31B16197A33E0E38296380DE09C1F9F4A00335
System.Runtime.Extensions.dll
md5: 0A13BBB027A159E6CAEB76473104556E | sha1: E7342C38C50F314F6D8B755CD0F8869AE7D26355 | sha256: 42390C94BC05590FE46F7B57E5CE241116E93E3889D9D275977C8E0795E3A957 | sha512: 1BBC7F985497C9EE24D1869CAACC6DA65BDC58C7F04BBECAA3CB42807115D1160CE071D45FF2A2A193E2380FC47D86EBF99EF9BD5674BC2E5158ECE4B987D267
System.Runtime.Handles.dll
md5: D52BF3F44F5E5D5D380E5D0859CE9689 | sha1: BFA6C1C8EDAC4AA30E7119A2F80B1D10D78B5C5C | sha256: 424517E463DDF9B3F345D0FCEB2A3215BED700FCE10921E18AD5AC7758E4E865 | sha512: AA8284166278DFD567C9D94BFB84DDE44798C62965A1063500B2337B30886CAFDCB6F32F0B7F474E3C37048C71C1B4F99C9F4359721A4C7F5A801F678E242354
System.Runtime.InteropServices.dll
md5: F74FD1477A968B08540194EBDD02EFEA | sha1: 5CAE59B5DDE5B4232E19C3B9E13FD3AD18ACAD84 | sha256: 2C24D574A7974DF85572450B8CF4A4D6AC3C1AC12F449397271565382A71C8CC | sha512: EA70D966F1F7789250AFA6F2EBB6204061B0D79FE2C594A9750F1FCA78D8544569F7FD729C1068AEC473D18A8F344A28273169B7E2FA5313A7C98D9E3E82A3B4
System.Runtime.InteropServices.JavaScript.dll
md5: 717EC11F2CE6435604C016C94005C028 | sha1: 482C7D4BD0BD2F11B660A9A40D6AD021CF5E0C63 | sha256: AE73935F111F5B9B4E5AA254CFDA3CC88BC1B206EEB0FAC6E0D9120FC815F5FE | sha512: 88BABECF15BDB1A78F2BB93FD772DBED5332CBB735FCFAE8C77E2BB3FBA5387275B2D457E5716F746DB4D8C312AB3D72B5F242F0AC6327C9687648824F192211
System.Runtime.InteropServices.RuntimeInformation.dll
md5: 315C19A7F837CD87321495CAABB39F28 | sha1: 4620AA430769714E4C1B32152D5BCCC2CBF25D22 | sha256: 61C8E4D65DE48E58822BC79AAE18D4A7D6C44B9D82CCF4239468143A5EFAB1A0 | sha512: E868DBA5C2084A090F5214B10542C8FB7B9311251CDBB2FAF6069D81A29F5260BB486EA2015B39655B16BF80AABC2B6CFFDEB562A64A2B51C8B024BA979F29E2
System.Runtime.Intrinsics.dll
md5: 9294168FF8C0B88DFCC8B42AF7E728A8 | sha1: A7C108CA03EF4DD7E053858069AAFC839BF0154D | sha256: 064EBAE06C755D2D50FB086CC659D5B1A6614FF3D5D60265D4DC3FCF0D46EE2F | sha512: B85363043EAF692FCDE1001C86187F6E334F24F3764CCDB2C9A8E52652F7DB2CB6EE4AF9A3EEEBB8F12E40D0CCE9020E2461095364683C1C74A507CE31CDF9FE
System.Runtime.Loader.dll
md5: 0D821AAE813608B5DE99D2394362AD27 | sha1: 3DDBD755DC540970EF9C4D970B95DAEB4AB15038 | sha256: 752BBD871B1F8C40C08CC79EFC19E9EB20BC921B2BFFA64516D27788EB99254E | sha512: 5B2B5772C4860A13D6C511DC1E5E3E133BAFD0580EE9231274329AC56EA965698FF86DB27532447A426EB7C486B23B6B000F086E1D281B597B3A1C085A863DD8
System.Runtime.Numerics.dll
md5: 63CDD5CA1954C6F4C9635F08EA482951 | sha1: 2DFB296906B8E961E2751595C98AA730705CF4FA | sha256: 7DB51D98973DE542F138121C638B33649844175A24580711FEA29B68909E6687 | sha512: D1821990957D3A78A8AD08C41C0784D269CD08C0B7CA198DE7AA5D100EB943740F8950A750F35458D21B7D159DB4847B29734F54BA212CD559A9BA55278C11DE
System.Runtime.Serialization.dll
md5: 9D35D6B693974330CBEC18873CC2FE75 | sha1: EDF8A65B81C8A4FBDCD12A5E10D69F6BE3D1C10F | sha256: 3B39F71C4E568600DFDC8894361ED9BC9BC40A69300FA209948E89F1CB896EE6 | sha512: F5F90EAB4FAF386E2E9FA13B7017DDCFD274343976A6D4DD2A01E1818C07B842FA1D16D5CB0F7C509F731FCF4252ED64DE3FCE2DC76F2D1AD41A38D46DF0ECDB
System.Runtime.Serialization.Formatters.dll
md5: 5BFE5731A4C841FE2D91B0DEC3742D74 | sha1: 25206091D042B4A0DEF72D0CEFE3F65CD97393F6 | sha256: 3BFF7210A5F981C11CEEACAD9F1A4E49513CDCB3F9CC8BA0B6977FD2EE08D36C | sha512: C740CC441FBBA4B07A814051C7B6F26A793C4517F853045C3A4F1A854BE34D1336556D68D99B3D78A545388A91E1443076D6487C4259CAB2269C9988D9A19E23
System.Runtime.Serialization.Json.dll
md5: 0AFA2295BDF831F9C53821C14B5FF446 | sha1: 0454EE52C691DFCCBF49165F6225DD2A862E32E9 | sha256: 0A4B976042BAECC6A85D54C9F4AEC1FEE6E973DD224CF6F1D78A3CBC4F7C4678 | sha512: 1D70A907452AF253A44C6A17A68B8EB589CDA6770C36920E56FE657B5874D7B8778FCDFED9C9D25FDA82D29360AFDB833440A54CDAD2AF4256C60FEFDA03676A
System.Runtime.Serialization.Primitives.dll
md5: 5FBC2C174F3879574C0CC7149A334311 | sha1: 08214792BDC5BCAC123FDEBACE6F73F0E902AE77 | sha256: F59108D7458242B85256D77C1FE95C60FF1F836FBF3893E17AFD8B30E2DAB499 | sha512: C5E8E36457A6C17597853A740B0ED950FDE94C0EAEC84AC2120F5D29385873FADFB34444B3D95B1CF2B11D5360CA936A78843904C86A1716258D977C5C8C1DEF
System.Runtime.Serialization.Xml.dll
md5: 85E981D28C858A210CE6B3BF77F0AFA2 | sha1: AD2FAC214BA1F7C7E3ED0FDDFE42D008EBBBA838 | sha256: 6BCC9063F9A68F2CC9B04B28BD255A2B9866F5A54C24AC9FE20C9C9FC7D5EB7E | sha512: 7EA07F3F09F9902CD3DD9F19BC7B782946B8F2475308423D1EED12D2767889F9BE0E792C1F027994AC5DA0277A16CAA304F5441CAC2CBEC8FE72FBE5815C32E0
System.Security.AccessControl.dll
md5: FFD41D7CBD23730AF0B425514FE7B621 | sha1: 4F1C2C3B80676D6A614D33B06EA5DA81F58C70B6 | sha256: 11AC698D4E139D7A1D0A7F1806A320D547F324FBFEE69C685CB3B41F17B9070F | sha512: 403B66B198A6123072F5830C6937C933C1B7AF2A61AAAC9CA0956F459A14FD68E95D5061C878655468097199374D811073D2E4F7A42D27FF295227B56F9CB171
System.Security.Claims.dll
md5: 75BE31B76EE0117506F54ED4681EA485 | sha1: CAFD0DF5708FF5414600E0BD930D3F541694E445 | sha256: E3BF0784D0386CEB4C74F65B332FAD869D1DEBB32F2B49B1E19D4E770A2DDE1C | sha512: 1AD67A44727C35E83160BE6363764AA6FF5E5C84EC42BF3CCD9F763FBD9F247BE6C7B468FE637C9B17B6EBA6B724418042BC41723EFFBB7D14563B3019D8E273
System.Security.Cryptography.Algorithms.dll
md5: 0CBBE8ECF91C9075AE8C4C609930A6F4 | sha1: B47461F65DE505957896366A7EAA5CBBDF684EFE | sha256: B47AAA3360CCBD4F668D3218E1CBBD1EE4FA33C1BD109479FFD6140CADC1013F | sha512: 452D2E644544DA8711F6F62C5E8CCF0289AE9DA7614CC3FC304040792A24F532DCBD5803D910654AD6A2C38DFA50AD320D9927FB421B8EF5A177D127AEF21EF0
System.Security.Cryptography.Cng.dll
md5: 65F46CA9C998F36B96A92D5ADEBB95EE | sha1: 370FDAEACB34EB1E038493643B5EE0A884723611 | sha256: 2587EC218BF8F4A4059417AAEDA0D9DCAA9E7BBB602157B8152C8FFB3C380304 | sha512: 5CCD9286D084D8191F0C8135AB01AB9AF12FA8C633F2BFD85A0A098BDE7C55B369A455938F697D7FF9362945F7DCE2C8B976C8F3473A4382BB7BB8DBB12B1AED
System.Security.Cryptography.Csp.dll
md5: 5D0AE4BBFAC747E319B10726A0C8ADF6 | sha1: 3A4D53C47DCD95549501066D28A1D56C7806251F | sha256: 0DDC98F6EA80CB1A1DF96C03C72EA4EB6FD11A4269B93245B850BFB7BDE5AAF2 | sha512: B21171287D9B67733892BB6B221A6500A4D249A57DCD2F154A95F1E3C0392CF39F2BCF4BC5BB6926D6E58816847961DC6E7139D7BBA03BB492BD952487957070
System.Security.Cryptography.dll
md5: 599399B9904739F8A41909D4A4C7C26D | sha1: 8C266634E837A700E436CDF8CFFF5E8A922D9A15 | sha256: C58954541AAA1DD11D218EE2B3467C42CDFD71FFE3A813F7754BE5AE94271A1A | sha512: ACFF48AC344C9889A13A00A9D48C74D663349F98B76C9E5DAF8FEE1EC99AF54385851C37A231A69BA371B233ED732E44073349F020C9FB36AD3A535051558610
System.Security.Cryptography.Encoding.dll
md5: 3F0428E7B6BB839F5F35B0EFD57CB67D | sha1: E6364A6BC9A0A2AA2015DCF353B544D53239EC94 | sha256: 54B071E8F5AA62542637E4561D6EF9B23CE92488B132ADEFB893466C69DEA249 | sha512: C1A6CE367184C4C76FDA7D5626B92BBF576E0B15381D6C4AD299724A89B16220131C5A9835C7F26C5DCD4C348E31AD9815913A8D8AE41DA26D848670DC94B9D7
System.Security.Cryptography.OpenSsl.dll
md5: 1F17C604DCC13AFEF6DE97ACA1C0395C | sha1: 023BC7F88B8A7529F0F038CB5BC81C4B76D466BA | sha256: B6C1271E5222D1BC35CF7C523113200F1DD2DE76C8EC4CA734379C84EE33A3F9 | sha512: 95BC17DB6D39841E0145521F77564EDEB7067F04C415379B8DE80097F2307306D8D940D721487D78D12FF52231030E0EC5C3EDCAEEDEF3B49ED021C4B2908359
System.Security.Cryptography.Primitives.dll
md5: B79227F16839AFEB5CBE6E6B1B022680 | sha1: CBDA21D90AA5DC1D90A2F28A3DA3E49D940F4C63 | sha256: A95827024ACF73DA21F31FD0B8CF743E8EEA37D2BB6E43892A36A7D0D666C9BE | sha512: A9741C5D517CFEF6239C2E1BBC3A921B9B6909E0F2C694BE3E80246F6465B290697CF73375A8304184E68243A60A691C01F4AF34336E346F232E2B92A59ADFDA
System.Security.Cryptography.X509Certificates.dll
md5: 98550ECBAFFB78142380D040A4F31ED3 | sha1: 0B0F19A46A544EF3A16E5E1C0F617794C2B70145 | sha256: 4B0E8F4E0455040FBAD4F86BD7CB2672175929FBCFF2B4D6885A1DA555912F35 | sha512: D0C9C20CF2F59A311E81D81B30F1DDEF0789C42F3E389985F33B966F553E8ACC34837E2A1224E69D4C219968E00BE0B05AD80542EFA3E399C63C15F20E7CE54A
System.Security.dll
md5: 6FE56C2228CFFB0AE6404E5A764E441A | sha1: CD6A3242FB156835E7CB43C7377925C970D883F9 | sha256: 330E9568289C37DA398DF092F3012B20F50F50F3E98CD8C43C0730BBE0B5B287 | sha512: 877DF788069D07AE5A184C7055AD10B14671155CF09D1192CF703BF80804A2AF9E923D7E36D90466105425EC0B1486D1A29687E7C42D9A9E56D00BDD302BD9B5
System.Security.Principal.dll
md5: 7A944A50F7E71C3C81EE0316C20B1C33 | sha1: F4811C5399C271E045E9D39FF8787B98CE89E34A | sha256: 3191120F9AA371D33586730363FAD271C9CC977132D7F4AF65473263815CC117 | sha512: 381FB5C224342224D55E67CBCA8CACBD0D967319B8FF2CF60A1C7A936A8F67773D5ED441DBC6DE4B1BD867F16602C014C579CE7F593903830432348272656513
System.Security.Principal.Windows.dll
md5: 0F2188C86222481B561D8E538CD98A67 | sha1: 8D37E05E1FD2EC8F1CD2AA39193A1A1D1DE569F1 | sha256: ED6D16E9F8A0D50CBAD81F95E5EE45A12DE39A0E18F8179828ACA210B5684B10 | sha512: 05DE79AB800D532DBB430D2065276D94AA528BA11E6CCBD66C4FAC1991239F46E366BE91EA0F6049732DB877AE160527D3FDEC6A98ACD4349A51EEE73F9989F1
System.Security.SecureString.dll
md5: B3F5953C471DEA18A5E3986AE895696D | sha1: E11B08DF760B81F1EE686A87E799FABE3E3BF830 | sha256: 2075E7FC07CC0A9919441D1F6C6A5FA6F2F13B7C026A5010C22DF41C3DA8DEE5 | sha512: 273BEBA7881A8FC413004EAFE6284113B04B4EDB8033658CC136014963BBA2C7334F1CE5E0C47CC86D617F7FD6401219A81FE246A9E862B9A799DFBDDAD6456B
System.ServiceModel.Web.dll
md5: D03500A275595C809D2FC1985FF558F1 | sha1: 2BDB1CCD389C788A761E95D6777075D21AB0DC91 | sha256: C28CCF1B7802DBAED5114DC52F6804953B351A2C55EBE9568D3A953930F0B60F | sha512: F41C2AB31DF0852FE051A516B44EEB64E911A7C4F392236AD17696894D8BD8D435277044CC8B73930A1BE1314F195AAFEDBF5A2A2CC80A8B191E7C72AEA3B915
System.ServiceProcess.dll
md5: 28A4453719CCD9FC855B2C1AC4B6607C | sha1: 8D0DBF22495887C9526DB05811A144D0ACF0EDDF | sha256: 52C53FA81B07EC8986F73BA7C8D98ECA9DDE545FDDD0A5481D5F69840945E7D4 | sha512: 8DCBBC8AAE37F4D0760A3B8DA358367C857459BB2747135ED48AD3E3EFC978D3DA183A38ED47FC12B2AAF534111BCF65BD98EB2891964E375090536F7E4E945A
System.Text.Encoding.CodePages.dll
md5: 6D3979B8B7EBAA6C81EE62EE6DF7BB59 | sha1: 2F90E33CEBF486592C952196AC9696787BEB8D6B | sha256: E36895663A279C5CC52631E6D746FB37412E025D8F0B87D9A236BD591E2A7D19 | sha512: 86C12CE35CB87350E0AABFDD6B56052DD2D8E3A98F2DD71949EABF9AFA2B4DC1EB8891B168533A9FE5BE54DAC89B72F79B3C8B8B7584E88591330B1F9293DDC7
System.Text.Encoding.dll
md5: 819BBE631C01EFF713E2F6B4F616FEF9 | sha1: FA57E282D4BB2A3D5641465B674A445769761601 | sha256: 3D308E80303AAF6C18F758E03BB4F6DCDD7C00597FB3936522B0F42B28A3D1BF | sha512: CBB0AE5CE2658674387736BED9D829CC155EF2F893A052A425D26F404AA3F8FFA303CCA29C576A3E9CDAAD1B34CEF5D90221E798F1E5AD37D0BC0187274B4F5D
System.Text.Encoding.Extensions.dll
md5: A8023771A511F0BA6D7EED35205B0003 | sha1: F888AEE7DD5135BE60239D2A6AFAEA8C97487E32 | sha256: C06881A25ED10A646855197FB3AA752A95C6A7FBE0B2982CBE0BC605396E705F | sha512: D8AD1E7BD8E04D989341B9D230F35547D6FE26C5B97EB56755F18EABD0F6E855BCE40F05E320F9A925688D9BC5F5DEBC6FAFB7C2F457DB4D6A4ECA5B7CF55FF1
System.Text.Encodings.Web.dll
md5: 0EF06AF7D39C351F871B16A8EECC9BF8 | sha1: 94263B2E53797582DA757306AE393722B56AE034 | sha256: 71A66E059831BA34477EE1C2DCED5647E99FD0A910429A044F5127170C3B52FF | sha512: 83C120398C011EB84D1EA77713849D05D050835B0B75065CF66E3B360D29249A2A2AE8644FF4A27A4DD2C3E489B1B2F63512BC273768E301D98203D92DA57084
System.Text.Json.dll
md5: E6AA59E547C251F013B5320082378997 | sha1: BE62FC6282BEE99308D1C6D2402255E50CBD43AE | sha256: 271C19950483CC8B46464AB8D314F3C89317E97B326803F3B43309A7401C13D2 | sha512: 3B4B0B69829CC1A34D36C31B427696A3A66DFC1CD7B7F84256FAC4CD07D157667FA4B899A6DED274CD1EAF80FFC0B5ABD3C85E530928ACBE343522C4B01C6E20
System.Text.RegularExpressions.dll
md5: 0B508ADE69F42F2BF0F0E31A848EBC55 | sha1: B2E56CDB236AF1D45350ECE11BF0C007E2D8D23D | sha256: 32E5DBB8AE2873689D7E027443CAC3E466ABF90BBED6970C2283C6FEF527647E | sha512: CC30DFAB0ECCD26DEF2778A98C12F923F07618DCB98132D4B78296AB00877E9ED4FE57A0D2C5A0B8DE4A1BF6C31749F2ED859706D9AC8A4312C563E22B963C65
System.Threading.Channels.dll
md5: C00CBA2583D13E6137EAAE6599F5F5E6 | sha1: 295CD66F6938AC167CC040BD5E88FF505F4983C5 | sha256: 048AA3E4D8C000CE90778E06EDB8DF742BE073F670613D4EA5676EAF8A610252 | sha512: BF2A2A228D7316EFE83C426E3F39226C254B95245B9C6DDF0AC1C9FEF9A6C87BA2340D5FFA4FE96F12A0183EEA6138C45D5C2CDD08493CABA1D521386A355CDD
System.Threading.dll
md5: 3BF27922A8E96B8FD6EC09DFFEBAF813 | sha1: 09045E50271C3064C46DA0A73899F4190A3828C2 | sha256: 0E0E7BA0210833F5533E13062CF56C2165EB062E69710A28F66BB4ACD9A568FD | sha512: 10CFC851C91493AA1F849DFD31FA3971F22E34A743B1608AC972AB2C68CF4D593D27544CE26CDEAD3F2D274622DA49124D482E496106B040B79884D37ECD3088
System.Threading.Overlapped.dll
md5: 2F6BFDA135EC535732FC6742FCF48CA9 | sha1: B8D6AAE5C33D63FD368391A412F17B3E5340F5A3 | sha256: D7632DB8B3511CFB5E1A1049F0785A112BE4293617D95A815EEF883BFC029B18 | sha512: B02386DB4FFEF8846093B208F0BB111434D8033705EE3FDCD994F5ADE9462ECAD80EC32A9065F2C04B247B1646A89D29C390BAB5FB29862A1A5856B9CCB4B6F7
System.Threading.Tasks.Dataflow.dll
md5: 18653B170FCED1A20DCA4384E1CC0ECA | sha1: 88619CB1EE8F308EAB5FD148238AB69E795A0F33 | sha256: 025A903CC9CC2B0C522A1B35BD5ABE44A32B23523CF2D494FFF9ED4FB523DFE4 | sha512: CDDD7DA22DB91F1FB048156A802C9EAAFC3CB8B63F859252B1FFAB37FB2DAEFE172EFEFA9AD27ED06E0B4FAFB25DC5A39B527450A58E17A0978C0A8934A7DB96
System.Threading.Tasks.dll
md5: 404C4CD85939BFE44D67002565A1B595 | sha1: AB410B93A874901557216231597C634806746C50 | sha256: A2FD82F1C9202A788EBAA88756CD2AC75099575BD2531E0ECAE5A406A3CE9670 | sha512: D21478AA74911ECCBFA4963E6C4E7B776B38FBFE91ADE5A9C3A6B27E074F1B1E8A260194D059E2E1303585E03A73FF28AB4FC5B548A54EC1D7F6D2C752B242ED
System.Threading.Tasks.Extensions.dll
md5: F517EDBB516ED63FE67D931B6D685F3C | sha1: 57B2E27B5D8E5D75B2111CCD35B35C218ABDCE49 | sha256: 97AA1B79C2D65C90A0FE8D9EFA41A8D0163615BF93EDF83341FA67C34435D868 | sha512: 64BB3357E58472355DB36C1B07B97C179576CB719B89917DC2151E38FB6BB0BD69E40DABD9C798B6B608EB626A6339633DAF6EC57FAFC10B98A49C1BB9C79668
System.Threading.Tasks.Parallel.dll
md5: 62C7C4CE8F94D78BD72783A8F3222B1E | sha1: B43C5DF87FA324C12BADD1CC661CA2715D69C158 | sha256: CFB19686E334A5C7CFC7B6BEC67C5BC5F0AE1972B0C3457AA82A1565C987A6A4 | sha512: 217F1A90B82CC490A751335AA0845931A1ED8B0B868E27E29CD6C70552BF36B2EC9DFBA1F8BF665836F3E6BC9FA68D48A57257E55BCDDB14AE93AF24A939E0E5
System.Threading.Thread.dll
md5: DFFB42C567610ACAA2C00A37170F63AB | sha1: 00B0C6D7F63062F7FAFF09CBEB5E438445955334 | sha256: 1C68139CA23ED7858B7D8CDF721D2DC41F9F1B38E1C315589516F016CEE6FEF6 | sha512: EDD5510DA5335AB7FB09AF0938B465FCFEF98159A23D089D990F8485EB2349EFF10BFF0E26F209F9F00448FC40EB0C4806BB029D934EC51CB630D62EA47389C7
System.Threading.ThreadPool.dll
md5: 1FBC562A13EE0DF5F1FA9317B8966D84 | sha1: CC6C6A3825CF70EB1FDDCFAF130F6B6C1E293AA6 | sha256: 6551701DA5E8954140725F1A2C2BF3031436A45469A36EFF3BB5CF1990A4B748 | sha512: B4E71569B372F22C31396F9CDCC91AA5C13827F042E5F4FBD349EF035090B934191055481C0EE6F7AD2BA362BB6339ED9F27CE794DD238006BBD8DC77F388C26
System.Threading.Timer.dll
md5: 842127C36C6CCD4229BEF5ADF28CE616 | sha1: 70F3B2DC2EBAC4B220B6BA9838FD4B96016068CC | sha256: A0B5195CAD14861B1755F5635BC1637CD2D297F47EE2D390DEBC5CE7A279522D | sha512: BDBBCD95A179120A6B007B51055BC8A9BE977836C8B1C13015936095859B6F63F66B13F334930EE48B4FFF7722DC778AF055E524A7611984C2E6788B13EF65DC
System.Transactions.dll
md5: B5EBB2654A7635695422303A3463A2B5 | sha1: 7B2046677AC69C8933BB7FF78B8E802DC67C98D2 | sha256: B5BB93023B87C7F85DA7BDB478644475DA06D307817B2F947B6E0418282A300D | sha512: 960141C8A2B238790EC8974A1277028D48931FF4E7AFDD45B9AC534D89BEC9AE6B5FDB86D39CD06AE08B37BDC733E057F1FF230DBE8CE003D97F2A208772E25F
System.Transactions.Local.dll
md5: FAE2B242E1F034500D5A335C6D245A51 | sha1: 4A3EAF8B4FFEBB1CC4B0F16461C416F9E4814457 | sha256: 04287B1FFDBD9DD172D1CBDF6CE4A28EC21AD37F62E10975AEE85F4DF5D1F1C5 | sha512: 8C296CC3F567E66C712BF1FB7FC93CADB270744B1870A4DCD868467862FC15961460BED73FFC121504906FE78CBDF0DB8860EB44826160B2276CBAABC483C82E
System.ValueTuple.dll
md5: 1E6452F0701C524D323AF0D471631D60 | sha1: 7B11AB5C0A62D7170E3D5E93E4169225514AF11C | sha256: 646A545FB262C5ACDCFD8102B91792E369766656019E2D73E40C7B60074328B5 | sha512: 6FBF18F45D90518ABF81282460A9B4ED72295C64C4970CEDDA19FD6940B4150C367C69D7E0C336AFAEDFDDB6DCA5FF2C8423A0EAF55481A5608F73B4D425EB63
System.Web.dll
md5: E70332014589EE0C43348274B02CC0C3 | sha1: C9DC9F542C2760ECA5EBFDCF5D9ACBE4909DF7B3 | sha256: 0CFDB383E57054D58C073D608D8562DD9AEFABCE47DD54243617B82CB34BD287 | sha512: 9D8F221D495A4581E68FC9BF79C9D8FF0C45D305C3731153CC163E1DDF97F8D83F7C33CC39A279065223F53DED889696D2FA92E46444DF03905424FAD190C38B
System.Web.HttpUtility.dll
md5: D06C062D028DC391FDB8C03A96572FEA | sha1: 6625EF28A9E3353A36A3ECE8686EDCD74D322E93 | sha256: A8289251C45BD965BF74DF2CFA42B0EA49D3096C49D669D9BF3ECDD996580CEE | sha512: 8BAA371343AF3CC7CAFEA241614FC90F5F96E9ED5061CED363524A84E0CA3E1D063F54C2CAD1D10597D3C9C38942D4211E89C1E2DAEFE7A5A0ED36F9E1184E1D
System.Windows.dll
md5: 67BDC718FE4A5DC7DF6D7B891EE26809 | sha1: CFA70A3B9F8399747E05404FF23ACF5DA0FAA835 | sha256: 240C965DF9EA1987DE5DFB65A138EC1AC39557234E8E4C4B730C47527E4C6BAF | sha512: 4BD6AD1F2913DD61CF7722BB6112D93710C67538BC9F38475AEC477A1A09250F298453ED5992591281B5D642FD7EF39F424F728AF04335BF4BBA076353F15C16
System.Xml.dll
md5: 0A4FFC22CD9953E07ABF66AA84A35B27 | sha1: F126E9E9A0AD63221C9F8EC2C6ABE5250B5B14D0 | sha256: 18FEA7AAD6638768F7E85CEBC798B5430838B7EDC4EA808C0050B31D7F186AC1 | sha512: 5563D973E484447BE6B2D7A079488813E7B86E4BF3EEA936372C5C9B91B37436471EE07482C7804B23F43C6CD9B6E0FD886451A34E01B128FF87C9E0FC37DB97
System.Xml.Linq.dll
md5: CC76A59AA18148719C014F887F5E19E2 | sha1: 61664D7F60B76495E1020CA67C1D6A01CCD899EC | sha256: D229415030774AEC776506AD089B14E356A0B74AF8CB3CDCA76C40F0A18EFD47 | sha512: DBB4E89B445C8E4AFA7C6FDAF077CE5442F7C345E7986A0DF9B21BD306E06904BE82666EC5B9CBB56DD392EDB50B04A7CA8D1602B5BE9AD2A0019288B8415804
System.Xml.ReaderWriter.dll
md5: C825BE9CAF687E65754E5094E4EBD563 | sha1: 1B7430953659C910D5A58F1552CC79B4E2E1503F | sha256: FCD1B426AEF46772A18E99C406A48FD06BD95972B47E0E02E8A37C770837BC64 | sha512: 97DBBC7F7272D7581C5091B1AE5E09A48BBA9A2276678615CEBDECFE77210E348732B0CDEBEE778F1D22CB0B8657F922E4C406DB34B37A5DD7262B044EABCCD2
System.Xml.Serialization.dll
md5: 3C2A2BF285B8B407C2E969063C73FF8E | sha1: 51832F3C4E2CC7166B3A8542F1FBD6C5279146C8 | sha256: 9A119422C7E453923DDC2EA98CFF7306AD3E903C0C9630395D835DBAAE263AA0 | sha512: 84F6330062AF5190781A9FF155A3545210BF20D681EAE4FBC382B360386F4552B491CBF609D2E385B67341FB2626ED936DB93853DC495EF646809A9193433009
System.Xml.XDocument.dll
md5: C15E54C6077EEB9CA09249E9FC5B7B30 | sha1: D48F8057B27051DD4EE3FBAD65471BF246DE5F65 | sha256: 154CFA2E43642942D1A182A11C63AF371A6DCFC1EABF66A2453B5940BF4605B9 | sha512: F28E1A4571A4003C988CCAC6AC1134771146016E4B3742891F8FC87D86FDF33EB86BA56661C7E25A7289163C15E070699FDC4E672C3F2D3588261BE3C0FE89EE
System.Xml.XmlDocument.dll
md5: 38E0F5C5E646908CB8BD74DD64CE7915 | sha1: 105E1DF946A72C94EA15D628EBB740BE75ED9176 | sha256: B722FF5B0D3BCEA6D55E7F2CA91CBC02A02BAE50CF1859EB9C5B1AA5B10FDEA0 | sha512: F5E1367BA6A32CDE7DD13EFD001263C60E12003189CA06E92AE8A0778D43B26A742084A5184B7FC4511F691DE942D4226FC3D7FB2E23761BED07856BB5A3985A
System.Xml.XmlSerializer.dll
md5: 0820635490A400FC5C4F7026860B09D6 | sha1: 7C776C09CB0AC46B965CFB3CFF9B05823F1AEFCE | sha256: D0632AC180752689F51B305EE197259BDE3AB5B1A00EADE213EA2B3F0BDD61B0 | sha512: E3D13BE9680C766164A6D671982ACFAEB4DCADFD64982D668FE5191DD63F5EDDCB60004B3CDF22E79C891E7B259CA7469219747A247B594B25364D8C36AF3095
System.Xml.XPath.dll
md5: 6243C5B5185958DCD504FD57045D2889 | sha1: D58E0600B22572BAA9F63EAF2239E9CA376FBE6A | sha256: AA2EA89102DD254F59DE1117785CC345868A20748131A8B466449839931F5034 | sha512: F14BED83164A0EA83E3B91CF1F41A664D0E8C95F84B679F752D609C5AF733B0DBFD0D013CB1F08B8F9F91C8868111F2A0AFA82219A6C25A96EB479FD82D873D8
System.Xml.XPath.XDocument.dll
md5: 223C8F211AB6BABACD20CA8AE75B96FE | sha1: FF51AC904A5A754D28810043062DB85F64C6DDEE | sha256: 57818920D6F7C5398110BF8355E3A128BB5394CB6F661654F4A5D957F3C484EA | sha512: 322215BAE36B49CAC8672E8E8355A856DFEFD0CCA5E5529EDF0B3466E4021E06BA9E8C79689292A1D789CFE27F58AAAC2356DAAA0CCD7C958817B2C9D20EBEF5
tools\LICENSE.txt
                    GNU GENERAL PUBLIC LICENSE
                       Version 3, 29 June 2007

 Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
 Everyone is permitted to copy and distribute verbatim copies
 of this license document, but changing it is not allowed.

                            Preamble

  The GNU General Public License is a free, copyleft license for
software and other kinds of works.

  The licenses for most software and other practical works are designed
to take away your freedom to share and change the works.  By contrast,
the GNU General Public License is intended to guarantee your freedom to
share and change all versions of a program--to make sure it remains free
software for all its users.  We, the Free Software Foundation, use the
GNU General Public License for most of our software; it applies also to
any other work released this way by its authors.  You can apply it to
your programs, too.

  When we speak of free software, we are referring to freedom, not
price.  Our General Public Licenses are designed to make sure that you
have the freedom to distribute copies of free software (and charge for
them if you wish), that you receive source code or can get it if you
want it, that you can change the software or use pieces of it in new
free programs, and that you know you can do these things.

  To protect your rights, we need to prevent others from denying you
these rights or asking you to surrender the rights.  Therefore, you have
certain responsibilities if you distribute copies of the software, or if
you modify it: responsibilities to respect the freedom of others.

  For example, if you distribute copies of such a program, whether
gratis or for a fee, you must pass on to the recipients the same
freedoms that you received.  You must make sure that they, too, receive
or can get the source code.  And you must show them these terms so they
know their rights.

  Developers that use the GNU GPL protect your rights with two steps:
(1) assert copyright on the software, and (2) offer you this License
giving you legal permission to copy, distribute and/or modify it.

  For the developers' and authors' protection, the GPL clearly explains
that there is no warranty for this free software.  For both users' and
authors' sake, the GPL requires that modified versions be marked as
changed, so that their problems will not be attributed erroneously to
authors of previous versions.

  Some devices are designed to deny users access to install or run
modified versions of the software inside them, although the manufacturer
can do so.  This is fundamentally incompatible with the aim of
protecting users' freedom to change the software.  The systematic
pattern of such abuse occurs in the area of products for individuals to
use, which is precisely where it is most unacceptable.  Therefore, we
have designed this version of the GPL to prohibit the practice for those
products.  If such problems arise substantially in other domains, we
stand ready to extend this provision to those domains in future versions
of the GPL, as needed to protect the freedom of users.

  Finally, every program is threatened constantly by software patents.
States should not allow patents to restrict development and use of
software on general-purpose computers, but in those that do, we wish to
avoid the special danger that patents applied to a free program could
make it effectively proprietary.  To prevent this, the GPL assures that
patents cannot be used to render the program non-free.

  The precise terms and conditions for copying, distribution and
modification follow.

                       TERMS AND CONDITIONS

  0. Definitions.

  "This License" refers to version 3 of the GNU General Public License.

  "Copyright" also means copyright-like laws that apply to other kinds of
works, such as semiconductor masks.

  "The Program" refers to any copyrightable work licensed under this
License.  Each licensee is addressed as "you".  "Licensees" and
"recipients" may be individuals or organizations.

  To "modify" a work means to copy from or adapt all or part of the work
in a fashion requiring copyright permission, other than the making of an
exact copy.  The resulting work is called a "modified version" of the
earlier work or a work "based on" the earlier work.

  A "covered work" means either the unmodified Program or a work based
on the Program.

  To "propagate" a work means to do anything with it that, without
permission, would make you directly or secondarily liable for
infringement under applicable copyright law, except executing it on a
computer or modifying a private copy.  Propagation includes copying,
distribution (with or without modification), making available to the
public, and in some countries other activities as well.

  To "convey" a work means any kind of propagation that enables other
parties to make or receive copies.  Mere interaction with a user through
a computer network, with no transfer of a copy, is not conveying.

  An interactive user interface displays "Appropriate Legal Notices"
to the extent that it includes a convenient and prominently visible
feature that (1) displays an appropriate copyright notice, and (2)
tells the user that there is no warranty for the work (except to the
extent that warranties are provided), that licensees may convey the
work under this License, and how to view a copy of this License.  If
the interface presents a list of user commands or options, such as a
menu, a prominent item in the list meets this criterion.

  1. Source Code.

  The "source code" for a work means the preferred form of the work
for making modifications to it.  "Object code" means any non-source
form of a work.

  A "Standard Interface" means an interface that either is an official
standard defined by a recognized standards body, or, in the case of
interfaces specified for a particular programming language, one that
is widely used among developers working in that language.

  The "System Libraries" of an executable work include anything, other
than the work as a whole, that (a) is included in the normal form of
packaging a Major Component, but which is not part of that Major
Component, and (b) serves only to enable use of the work with that
Major Component, or to implement a Standard Interface for which an
implementation is available to the public in source code form.  A
"Major Component", in this context, means a major essential component
(kernel, window system, and so on) of the specific operating system
(if any) on which the executable work runs, or a compiler used to
produce the work, or an object code interpreter used to run it.

  The "Corresponding Source" for a work in object code form means all
the source code needed to generate, install, and (for an executable
work) run the object code and to modify the work, including scripts to
control those activities.  However, it does not include the work's
System Libraries, or general-purpose tools or generally available free
programs which are used unmodified in performing those activities but
which are not part of the work.  For example, Corresponding Source
includes interface definition files associated with source files for
the work, and the source code for shared libraries and dynamically
linked subprograms that the work is specifically designed to require,
such as by intimate data communication or control flow between those
subprograms and other parts of the work.

  The Corresponding Source need not include anything that users
can regenerate automatically from other parts of the Corresponding
Source.

  The Corresponding Source for a work in source code form is that
same work.

  2. Basic Permissions.

  All rights granted under this License are granted for the term of
copyright on the Program, and are irrevocable provided the stated
conditions are met.  This License explicitly affirms your unlimited
permission to run the unmodified Program.  The output from running a
covered work is covered by this License only if the output, given its
content, constitutes a covered work.  This License acknowledges your
rights of fair use or other equivalent, as provided by copyright law.

  You may make, run and propagate covered works that you do not
convey, without conditions so long as your license otherwise remains
in force.  You may convey covered works to others for the sole purpose
of having them make modifications exclusively for you, or provide you
with facilities for running those works, provided that you comply with
the terms of this License in conveying all material for which you do
not control copyright.  Those thus making or running the covered works
for you must do so exclusively on your behalf, under your direction
and control, on terms that prohibit them from making any copies of
your copyrighted material outside their relationship with you.

  Conveying under any other circumstances is permitted solely under
the conditions stated below.  Sublicensing is not allowed; section 10
makes it unnecessary.

  3. Protecting Users' Legal Rights From Anti-Circumvention Law.

  No covered work shall be deemed part of an effective technological
measure under any applicable law fulfilling obligations under article
11 of the WIPO copyright treaty adopted on 20 December 1996, or
similar laws prohibiting or restricting circumvention of such
measures.

  When you convey a covered work, you waive any legal power to forbid
circumvention of technological measures to the extent such circumvention
is effected by exercising rights under this License with respect to
the covered work, and you disclaim any intention to limit operation or
modification of the work as a means of enforcing, against the work's
users, your or third parties' legal rights to forbid circumvention of
technological measures.

  4. Conveying Verbatim Copies.

  You may convey verbatim copies of the Program's source code as you
receive it, in any medium, provided that you conspicuously and
appropriately publish on each copy an appropriate copyright notice;
keep intact all notices stating that this License and any
non-permissive terms added in accord with section 7 apply to the code;
keep intact all notices of the absence of any warranty; and give all
recipients a copy of this License along with the Program.

  You may charge any price or no price for each copy that you convey,
and you may offer support or warranty protection for a fee.

  5. Conveying Modified Source Versions.

  You may convey a work based on the Program, or the modifications to
produce it from the Program, in the form of source code under the
terms of section 4, provided that you also meet all of these conditions:

    a) The work must carry prominent notices stating that you modified
    it, and giving a relevant date.

    b) The work must carry prominent notices stating that it is
    released under this License and any conditions added under section
    7.  This requirement modifies the requirement in section 4 to
    "keep intact all notices".

    c) You must license the entire work, as a whole, under this
    License to anyone who comes into possession of a copy.  This
    License will therefore apply, along with any applicable section 7
    additional terms, to the whole of the work, and all its parts,
    regardless of how they are packaged.  This License gives no
    permission to license the work in any other way, but it does not
    invalidate such permission if you have separately received it.

    d) If the work has interactive user interfaces, each must display
    Appropriate Legal Notices; however, if the Program has interactive
    interfaces that do not display Appropriate Legal Notices, your
    work need not make them do so.

  A compilation of a covered work with other separate and independent
works, which are not by their nature extensions of the covered work,
and which are not combined with it such as to form a larger program,
in or on a volume of a storage or distribution medium, is called an
"aggregate" if the compilation and its resulting copyright are not
used to limit the access or legal rights of the compilation's users
beyond what the individual works permit.  Inclusion of a covered work
in an aggregate does not cause this License to apply to the other
parts of the aggregate.

  6. Conveying Non-Source Forms.

  You may convey a covered work in object code form under the terms
of sections 4 and 5, provided that you also convey the
machine-readable Corresponding Source under the terms of this License,
in one of these ways:

    a) Convey the object code in, or embodied in, a physical product
    (including a physical distribution medium), accompanied by the
    Corresponding Source fixed on a durable physical medium
    customarily used for software interchange.

    b) Convey the object code in, or embodied in, a physical product
    (including a physical distribution medium), accompanied by a
    written offer, valid for at least three years and valid for as
    long as you offer spare parts or customer support for that product
    model, to give anyone who possesses the object code either (1) a
    copy of the Corresponding Source for all the software in the
    product that is covered by this License, on a durable physical
    medium customarily used for software interchange, for a price no
    more than your reasonable cost of physically performing this
    conveying of source, or (2) access to copy the
    Corresponding Source from a network server at no charge.

    c) Convey individual copies of the object code with a copy of the
    written offer to provide the Corresponding Source.  This
    alternative is allowed only occasionally and noncommercially, and
    only if you received the object code with such an offer, in accord
    with subsection 6b.

    d) Convey the object code by offering access from a designated
    place (gratis or for a charge), and offer equivalent access to the
    Corresponding Source in the same way through the same place at no
    further charge.  You need not require recipients to copy the
    Corresponding Source along with the object code.  If the place to
    copy the object code is a network server, the Corresponding Source
    may be on a different server (operated by you or a third party)
    that supports equivalent copying facilities, provided you maintain
    clear directions next to the object code saying where to find the
    Corresponding Source.  Regardless of what server hosts the
    Corresponding Source, you remain obligated to ensure that it is
    available for as long as needed to satisfy these requirements.

    e) Convey the object code using peer-to-peer transmission, provided
    you inform other peers where the object code and Corresponding
    Source of the work are being offered to the general public at no
    charge under subsection 6d.

  A separable portion of the object code, whose source code is excluded
from the Corresponding Source as a System Library, need not be
included in conveying the object code work.

  A "User Product" is either (1) a "consumer product", which means any
tangible personal property which is normally used for personal, family,
or household purposes, or (2) anything designed or sold for incorporation
into a dwelling.  In determining whether a product is a consumer product,
doubtful cases shall be resolved in favor of coverage.  For a particular
product received by a particular user, "normally used" refers to a
typical or common use of that class of product, regardless of the status
of the particular user or of the way in which the particular user
actually uses, or expects or is expected to use, the product.  A product
is a consumer product regardless of whether the product has substantial
commercial, industrial or non-consumer uses, unless such uses represent
the only significant mode of use of the product.

  "Installation Information" for a User Product means any methods,
procedures, authorization keys, or other information required to install
and execute modified versions of a covered work in that User Product from
a modified version of its Corresponding Source.  The information must
suffice to ensure that the continued functioning of the modified object
code is in no case prevented or interfered with solely because
modification has been made.

  If you convey an object code work under this section in, or with, or
specifically for use in, a User Product, and the conveying occurs as
part of a transaction in which the right of possession and use of the
User Product is transferred to the recipient in perpetuity or for a
fixed term (regardless of how the transaction is characterized), the
Corresponding Source conveyed under this section must be accompanied
by the Installation Information.  But this requirement does not apply
if neither you nor any third party retains the ability to install
modified object code on the User Product (for example, the work has
been installed in ROM).

  The requirement to provide Installation Information does not include a
requirement to continue to provide support service, warranty, or updates
for a work that has been modified or installed by the recipient, or for
the User Product in which it has been modified or installed.  Access to a
network may be denied when the modification itself materially and
adversely affects the operation of the network or violates the rules and
protocols for communication across the network.

  Corresponding Source conveyed, and Installation Information provided,
in accord with this section must be in a format that is publicly
documented (and with an implementation available to the public in
source code form), and must require no special password or key for
unpacking, reading or copying.

  7. Additional Terms.

  "Additional permissions" are terms that supplement the terms of this
License by making exceptions from one or more of its conditions.
Additional permissions that are applicable to the entire Program shall
be treated as though they were included in this License, to the extent
that they are valid under applicable law.  If additional permissions
apply only to part of the Program, that part may be used separately
under those permissions, but the entire Program remains governed by
this License without regard to the additional permissions.

  When you convey a copy of a covered work, you may at your option
remove any additional permissions from that copy, or from any part of
it.  (Additional permissions may be written to require their own
removal in certain cases when you modify the work.)  You may place
additional permissions on material, added by you to a covered work,
for which you have or can give appropriate copyright permission.

  Notwithstanding any other provision of this License, for material you
add to a covered work, you may (if authorized by the copyright holders of
that material) supplement the terms of this License with terms:

    a) Disclaiming warranty or limiting liability differently from the
    terms of sections 15 and 16 of this License; or

    b) Requiring preservation of specified reasonable legal notices or
    author attributions in that material or in the Appropriate Legal
    Notices displayed by works containing it; or

    c) Prohibiting misrepresentation of the origin of that material, or
    requiring that modified versions of such material be marked in
    reasonable ways as different from the original version; or

    d) Limiting the use for publicity purposes of names of licensors or
    authors of the material; or

    e) Declining to grant rights under trademark law for use of some
    trade names, trademarks, or service marks; or

    f) Requiring indemnification of licensors and authors of that
    material by anyone who conveys the material (or modified versions of
    it) with contractual assumptions of liability to the recipient, for
    any liability that these contractual assumptions directly impose on
    those licensors and authors.

  All other non-permissive additional terms are considered "further
restrictions" within the meaning of section 10.  If the Program as you
received it, or any part of it, contains a notice stating that it is
governed by this License along with a term that is a further
restriction, you may remove that term.  If a license document contains
a further restriction but permits relicensing or conveying under this
License, you may add to a covered work material governed by the terms
of that license document, provided that the further restriction does
not survive such relicensing or conveying.

  If you add terms to a covered work in accord with this section, you
must place, in the relevant source files, a statement of the
additional terms that apply to those files, or a notice indicating
where to find the applicable terms.

  Additional terms, permissive or non-permissive, may be stated in the
form of a separately written license, or stated as exceptions;
the above requirements apply either way.

  8. Termination.

  You may not propagate or modify a covered work except as expressly
provided under this License.  Any attempt otherwise to propagate or
modify it is void, and will automatically terminate your rights under
this License (including any patent licenses granted under the third
paragraph of section 11).

  However, if you cease all violation of this License, then your
license from a particular copyright holder is reinstated (a)
provisionally, unless and until the copyright holder explicitly and
finally terminates your license, and (b) permanently, if the copyright
holder fails to notify you of the violation by some reasonable means
prior to 60 days after the cessation.

  Moreover, your license from a particular copyright holder is
reinstated permanently if the copyright holder notifies you of the
violation by some reasonable means, this is the first time you have
received notice of violation of this License (for any work) from that
copyright holder, and you cure the violation prior to 30 days after
your receipt of the notice.

  Termination of your rights under this section does not terminate the
licenses of parties who have received copies or rights from you under
this License.  If your rights have been terminated and not permanently
reinstated, you do not qualify to receive new licenses for the same
material under section 10.

  9. Acceptance Not Required for Having Copies.

  You are not required to accept this License in order to receive or
run a copy of the Program.  Ancillary propagation of a covered work
occurring solely as a consequence of using peer-to-peer transmission
to receive a copy likewise does not require acceptance.  However,
nothing other than this License grants you permission to propagate or
modify any covered work.  These actions infringe copyright if you do
not accept this License.  Therefore, by modifying or propagating a
covered work, you indicate your acceptance of this License to do so.

  10. Automatic Licensing of Downstream Recipients.

  Each time you convey a covered work, the recipient automatically
receives a license from the original licensors, to run, modify and
propagate that work, subject to this License.  You are not responsible
for enforcing compliance by third parties with this License.

  An "entity transaction" is a transaction transferring control of an
organization, or substantially all assets of one, or subdividing an
organization, or merging organizations.  If propagation of a covered
work results from an entity transaction, each party to that
transaction who receives a copy of the work also receives whatever
licenses to the work the party's predecessor in interest had or could
give under the previous paragraph, plus a right to possession of the
Corresponding Source of the work from the predecessor in interest, if
the predecessor has it or can get it with reasonable efforts.

  You may not impose any further restrictions on the exercise of the
rights granted or affirmed under this License.  For example, you may
not impose a license fee, royalty, or other charge for exercise of
rights granted under this License, and you may not initiate litigation
(including a cross-claim or counterclaim in a lawsuit) alleging that
any patent claim is infringed by making, using, selling, offering for
sale, or importing the Program or any portion of it.

  11. Patents.

  A "contributor" is a copyright holder who authorizes use under this
License of the Program or a work on which the Program is based.  The
work thus licensed is called the contributor's "contributor version".

  A contributor's "essential patent claims" are all patent claims
owned or controlled by the contributor, whether already acquired or
hereafter acquired, that would be infringed by some manner, permitted
by this License, of making, using, or selling its contributor version,
but do not include claims that would be infringed only as a
consequence of further modification of the contributor version.  For
purposes of this definition, "control" includes the right to grant
patent sublicenses in a manner consistent with the requirements of
this License.

  Each contributor grants you a non-exclusive, worldwide, royalty-free
patent license under the contributor's essential patent claims, to
make, use, sell, offer for sale, import and otherwise run, modify and
propagate the contents of its contributor version.

  In the following three paragraphs, a "patent license" is any express
agreement or commitment, however denominated, not to enforce a patent
(such as an express permission to practice a patent or covenant not to
sue for patent infringement).  To "grant" such a patent license to a
party means to make such an agreement or commitment not to enforce a
patent against the party.

  If you convey a covered work, knowingly relying on a patent license,
and the Corresponding Source of the work is not available for anyone
to copy, free of charge and under the terms of this License, through a
publicly available network server or other readily accessible means,
then you must either (1) cause the Corresponding Source to be so
available, or (2) arrange to deprive yourself of the benefit of the
patent license for this particular work, or (3) arrange, in a manner
consistent with the requirements of this License, to extend the patent
license to downstream recipients.  "Knowingly relying" means you have
actual knowledge that, but for the patent license, your conveying the
covered work in a country, or your recipient's use of the covered work
in a country, would infringe one or more identifiable patents in that
country that you have reason to believe are valid.

  If, pursuant to or in connection with a single transaction or
arrangement, you convey, or propagate by procuring conveyance of, a
covered work, and grant a patent license to some of the parties
receiving the covered work authorizing them to use, propagate, modify
or convey a specific copy of the covered work, then the patent license
you grant is automatically extended to all recipients of the covered
work and works based on it.

  A patent license is "discriminatory" if it does not include within
the scope of its coverage, prohibits the exercise of, or is
conditioned on the non-exercise of one or more of the rights that are
specifically granted under this License.  You may not convey a covered
work if you are a party to an arrangement with a third party that is
in the business of distributing software, under which you make payment
to the third party based on the extent of your activity of conveying
the work, and under which the third party grants, to any of the
parties who would receive the covered work from you, a discriminatory
patent license (a) in connection with copies of the covered work
conveyed by you (or copies made from those copies), or (b) primarily
for and in connection with specific products or compilations that
contain the covered work, unless you entered into that arrangement,
or that patent license was granted, prior to 28 March 2007.

  Nothing in this License shall be construed as excluding or limiting
any implied license or other defenses to infringement that may
otherwise be available to you under applicable patent law.

  12. No Surrender of Others' Freedom.

  If conditions are imposed on you (whether by court order, agreement or
otherwise) that contradict the conditions of this License, they do not
excuse you from the conditions of this License.  If you cannot convey a
covered work so as to satisfy simultaneously your obligations under this
License and any other pertinent obligations, then as a consequence you may
not convey it at all.  For example, if you agree to terms that obligate you
to collect a royalty for further conveying from those to whom you convey
the Program, the only way you could satisfy both those terms and this
License would be to refrain entirely from conveying the Program.

  13. Use with the GNU Affero General Public License.

  Notwithstanding any other provision of this License, you have
permission to link or combine any covered work with a work licensed
under version 3 of the GNU Affero General Public License into a single
combined work, and to convey the resulting work.  The terms of this
License will continue to apply to the part which is the covered work,
but the special requirements of the GNU Affero General Public License,
section 13, concerning interaction through a network will apply to the
combination as such.

  14. Revised Versions of this License.

  The Free Software Foundation may publish revised and/or new versions of
the GNU General Public License from time to time.  Such new versions will
be similar in spirit to the present version, but may differ in detail to
address new problems or concerns.

  Each version is given a distinguishing version number.  If the
Program specifies that a certain numbered version of the GNU General
Public License "or any later version" applies to it, you have the
option of following the terms and conditions either of that numbered
version or of any later version published by the Free Software
Foundation.  If the Program does not specify a version number of the
GNU General Public License, you may choose any version ever published
by the Free Software Foundation.

  If the Program specifies that a proxy can decide which future
versions of the GNU General Public License can be used, that proxy's
public statement of acceptance of a version permanently authorizes you
to choose that version for the Program.

  Later license versions may give you additional or different
permissions.  However, no additional obligations are imposed on any
author or copyright holder as a result of your choosing to follow a
later version.

  15. Disclaimer of Warranty.

  THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
APPLICABLE LAW.  EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE.  THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
IS WITH YOU.  SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
ALL NECESSARY SERVICING, REPAIR OR CORRECTION.

  16. Limitation of Liability.

  IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
SUCH DAMAGES.

  17. Interpretation of Sections 15 and 16.

  If the disclaimer of warranty and limitation of liability provided
above cannot be given local legal effect according to their terms,
reviewing courts shall apply local law that most closely approximates
an absolute waiver of all civil liability in connection with the
Program, unless a warranty or assumption of liability accompanies a
copy of the Program in return for a fee.

                     END OF TERMS AND CONDITIONS

            How to Apply These Terms to Your New Programs

  If you develop a new program, and you want it to be of the greatest
possible use to the public, the best way to achieve this is to make it
free software which everyone can redistribute and change under these terms.

  To do so, attach the following notices to the program.  It is safest
to attach them to the start of each source file to most effectively
state the exclusion of warranty; and each file should have at least
the "copyright" line and a pointer to where the full notice is found.

    <one line to give the program's name and a brief idea of what it does.>
    Copyright (C) <year>  <name of author>

    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <https://www.gnu.org/licenses/>.

Also add information on how to contact you by electronic and paper mail.

  If the program does terminal interaction, make it output a short
notice like this when it starts in an interactive mode:

    <program>  Copyright (C) <year>  <name of author>
    This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
    This is free software, and you are welcome to redistribute it
    under certain conditions; type `show c' for details.

The hypothetical commands `show w' and `show c' should show the appropriate
parts of the General Public License.  Of course, your program's commands
might be different; for a GUI interface, you would use an "about box".

  You should also get your employer (if you work as a programmer) or school,
if any, to sign a "copyright disclaimer" for the program, if necessary.
For more information on this, and how to apply and follow the GNU GPL, see
<https://www.gnu.org/licenses/>.

  The GNU General Public License does not permit incorporating your program
into proprietary programs.  If your program is a subroutine library, you
may consider it more useful to permit linking proprietary applications with
the library.  If this is what you want to do, use the GNU Lesser General
Public License instead of this License.  But first, please read
<https://www.gnu.org/licenses/why-not-lgpl.html>.
tools\VERIFICATION.txt
VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.
 
I'm the creator of this software and am using Chocolatey as a means by which
to distribute it.
WindowsBase.dll
md5: 56DD2E518172AF33D3B30EA9305DDD3E | sha1: 528BAF48665686B2E13B6E74662DA613550CCE03 | sha256: 1F0004CA0BC51FFA3E07A268A9F4A95F85A0B6B105B98C595D47321CCA015F3D | sha512: D7515DEFB21311F1483EF75C4409DA5C6C5E4B6A5EA65BEA089D5092B6F715A2989200704D8257200CB6A2FD7EE0D2F6A96E09234F2D7EB9BCEDC8FC85F1EEBF

Log in or click on link to see number of positives.

In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).

Chocolatey Pro provides runtime protection from possible malware.

Add to Builder Version Downloads Last Updated Status
FileSorter (Portable) 0.2.69 13 Sunday, July 14, 2024 Approved
FileSorter (Portable) 0.2.68 17 Saturday, July 13, 2024 Approved
FileSorter (Portable) 0.2.67 20 Saturday, July 13, 2024 Approved
FileSorter (Portable) 0.2.66 18 Saturday, July 13, 2024 Approved
FileSorter (Portable) 0.2.61 164 Saturday, December 10, 2022 Approved
FileSorter (Portable) 0.2.60 47 Friday, December 9, 2022 Approved
FileSorter (Portable) 0.2.56 75 Monday, April 25, 2022 Approved
FileSorter (Portable) 0.2.55 53 Monday, April 25, 2022 Approved
FileSorter (Portable) 0.2.54 58 Monday, April 25, 2022 Approved
FileSorter (Portable) 0.2.50 63 Monday, April 25, 2022 Approved
FileSorter (Portable) 0.1.836097808 112 Wednesday, May 12, 2021 Approved
FileSorter (Portable) 0.1.49 56 Monday, April 25, 2022 Approved

This package has no dependencies.

Discussion for the FileSorter (Portable) Package

Ground Rules:

  • This discussion is only about FileSorter (Portable) and the FileSorter (Portable) package. If you have feedback for Chocolatey, please contact the Google Group.
  • This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
  • The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
  • Tell us what you love about the package or FileSorter (Portable), or tell us what needs improvement.
  • Share your experiences with the package, or extra configuration or gotchas that you've found.
  • If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.
comments powered by Disqus