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:

562

Downloads of v 0.2.61:

134

Last Update:

10 Dec 2022

Package Maintainer(s):

Software Author(s):

  • bc3tech

Tags:

filesorter

FileSorter (Portable)

  • 1
  • 2
  • 3

0.2.61 | Updated: 10 Dec 2022

Downloads:

562

Downloads of v 0.2.61:

134

Maintainer(s):

Software Author(s):

  • bc3tech

Tags:

filesorter

FileSorter (Portable) 0.2.61

  • 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'" [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'" 
$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.61'
    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.61'
end

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


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

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


package { 'filesorter':
  ensure   => '0.2.61',
  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 10 Dec 2022.

Description

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


createdump.exe.ignore
 
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.
api-ms-win-core-console-l1-1-0.dll
md5: 681C84FB102B5761477D8DA2D68CD834 | sha1: FD96CF075A956FBC2B74E1ECC3E7958163B58832 | sha256: F0F7CB2A9FFCCB43400DB88D6BF99F2FCC3161DE1AC96C48501D4D522C48C2CA | sha512: C41A62F8D10290215B8A7F0DDCC27A1CF12A7453C2DAABEF75BD2CE87C4FFC87D74EDC8CAA1771BEDA0BFA26249CFE3C94D4AF50B22A5DECB6D282BD8A2C4BDD
api-ms-win-core-console-l1-2-0.dll
md5: 039D612693E56CCF32AE81C99443EA77 | sha1: 0487AA5E7D283A8840F3005D1E24E8C9ED140974 | sha256: 4E978EE035B72032D0B7693E09EED6E112DCED6965780BC3E6B8E024EA2366AB | sha512: FFA56C73E977FFCEF7890AB6C3EC52E9827AF28B0552F11C48BB7CA16D37C2B7069FB7E03CEFB89F8679E3755BCC8C47344D0D9B91416C6D92CA7DB28C20240A
api-ms-win-core-datetime-l1-1-0.dll
md5: 2A8065DC6E6E60FB90B4B3F9E6BA7288 | sha1: 400A1F44CD4354DEA0117E79EC04B006D6141B36 | sha256: 55E5F10D0DD9C85FF1C6DC7798E46B3A4422FB7EBC583BB00D06A7DF2494397B | sha512: 787E033E35AA357263639D97FDFE8A2EBC9F17865579BE13C14C0A4C2ED99432ED8EA79C5046D1B4B783BF5FCF7B713EFDD70FCA8445A7AFCB91CFDDC7F9D442
api-ms-win-core-debug-l1-1-0.dll
md5: 720DB2235C4193151FF8987F8A729135 | sha1: 038648798892203B506AB4664BAECA25F78BC43C | sha256: 092B72832C47F9C4EDCDE61F1A111C20EB73452984E0A6109482DE74EB03C34D | sha512: CAAC89DC4FE10E7752B6F248623B34A47A77A750E62F0A558C760A8AD672D980AFC966A9E5696BA5C916E722FD221D305C4D2C49D5DDA0E4A768855886D4F3CA
api-ms-win-core-errorhandling-l1-1-0.dll
md5: ECDD006AAE56427C3555740F1ABFA8D6 | sha1: 7DFAB7AD873544F627B42C7C4981A8700A250BD4 | sha256: 13BC8B3F90DA149030897B8F9F08D71E5D1561E3AE604472A82F58DAB2B103F9 | sha512: A9B37E36F844796A0FE53A60684BE51AB4013750BB0B8460C261D25FA5F3DE6CE3380044DDC71116825D130A724DF4BA351C2CFFCBF497EF1B6C443545E83F1C
api-ms-win-core-fibers-l1-1-0.dll
md5: EB065ED1B5CABDBB90E2403B8564778F | sha1: 5B511215EE0E347734FB727FAD6A0A959FF81BF1 | sha256: BB2D740333AFAEA2A73A163F95FA102D018CCD68DEF28B6815A2BE0696AB57DB | sha512: E5FF38F28253FB31BF583131E23EF58AF60020AD1FB329986C8789FE351F4B73CB06109FBC4220678D93191B04DB353466F728534AA1FEBEDF150C491B8E7C65
api-ms-win-core-file-l1-1-0.dll
md5: 36277B52C64CC66216751AAD135528F9 | sha1: F2A6740BA149A83E4E58E1E331429FA3EB44FBA0 | sha256: F353B6C2DF7AADB457263A02BCE59C44BBAB55F98AE6509674CFBC3751F761B9 | sha512: BE729194A0A3C4D70A6FFA8DE5C7F8BB3DDA1F54772F9AEFF4B9AA1D6756720D149613C5DCB911286B6C0181A264A4A2A8A4EB848C09AC30BA60B6FD10DD64C9
api-ms-win-core-file-l1-2-0.dll
md5: D92E6A007FC22A1E218552EBFB65DA93 | sha1: 3C9909332E94F7B7386664A90F52730F4027A75A | sha256: 03BD3217EAE0EF68521B39556E7491292DB540F615DA873DD8DA538693B81862 | sha512: B8B0E6052E68C08E558E72C168E4FF318B1907C4DC5FC1CD1104F5CAE7CC418293013DABBB30C835A5C35A456E1CB22CC352B7AE40F82B9B7311BB7419D854C7
api-ms-win-core-file-l2-1-0.dll
md5: 50ABF0A7EE67F00F247BADA185A7661C | sha1: 0CDDAC9AC4DB3BF10A11D4B79085EF9CB3FB84A1 | sha256: F957A4C261506484B53534A9BE8931C02EC1A349B3F431A858F8215CECFEC3F7 | sha512: C2694BB5D103BAFF1264926A04D2F0FE156B8815A23C3748412A81CC307B71A9236A0E974B5549321014065E393D10228A0F0004DF9BA677F03B5D244A64B528
api-ms-win-core-handle-l1-1-0.dll
md5: 3039A2F694D26E754F77AECFFDA9ACE4 | sha1: 4F240C6133D491A4979D90AFA46C11608372917F | sha256: 625667EA50B2BD0BAE1D6EB3C7E732E9E3A0DEA21B2F9EAC3A94C71C5E57F537 | sha512: D2C2A38F3E779AC84593772E11AE70FC8BCFD805903E6010FE37D400B98E37746D4D00555233D36529C53DD80B1DF923714530853A69AA695A493EC548D24598
api-ms-win-core-heap-l1-1-0.dll
md5: 2EDC82C3DA339A4A138B4E84DC11E580 | sha1: E88F876C9E36D890398630E1B30878AF92DF5B59 | sha256: E36B72EAFFFFFB09B3F3A615678A72D561B9469A09F3B4891ABA9D809DA937A5 | sha512: 6C1B195B2FABE4D233724133AE3BDF883F287B5ECD9639A838AD558159A07E307E7AE5E5407CE9229DCCDE4BE2CC39EC59506A5FB73B45D04B80330B55E2B85C
api-ms-win-core-interlocked-l1-1-0.dll
md5: 215E3FA11BE60FEAAE8BD5883C8582F3 | sha1: F5BF8B29FA5C7C177DFEC0DE68927077E160C9AB | sha256: FBB9032835D0D564F2F53BBC4192F8A732131B8A89F52F5EF3FF0DAA2F71465F | sha512: C555698F9641AF74B4C5BB4CA6385B8D69D5A3D5D48504E42B0C0EB8F65990C96093687BC7EE818AA9C24432247AFAD7DF3BF086010A2EFCD3A1010B2FCD6A31
api-ms-win-core-libraryloader-l1-1-0.dll
md5: 9A8AB7FE8C4CC7604DFF1FBFA57458AA | sha1: 68ED7B6B5191F53B50D6A1A13513DB780AB19211 | sha256: E9A3D7F8A08AB5BC94ACB1EC1BFFDA90469FEC3B7EECDF7CF5408F3E3682D527 | sha512: 05DAEABBCDE867E63FDE952213FFF42AF05E70AE72643C97060A90DCEA2A88B75947B6F503CB2C33938AFE36AD1BAFBA5008C1BBE839F6498CDA27DA549DAEE9
api-ms-win-core-localization-l1-2-0.dll
md5: DE5695F26A0BCB54F59A8BC3F9A4ECEF | sha1: 99C32595F3EDC2C58BDB138C3384194831E901D6 | sha256: E9539FCE90AD8BE582B25AB2D5645772C2A5FB195E602ECDBF12B980656E436A | sha512: DF635D5D51CDEA24885AE9F0406F317DDCF04ECB6BFA26579BB2E256C457057607844DED4B52FF1F5CA25ABE29D1EB2B20F1709CF19035D3829F36BBE31F550F
api-ms-win-core-memory-l1-1-0.dll
md5: 7DDDA921E16582B138A9E7DE445782A0 | sha1: 9B2D0080EDA4BA86A69B2C797D2AFC26B500B2D3 | sha256: EF77B3E4FDFF944F92908B6FEB9256A902588F0CF1C19EB9BF063BB6542ABFFF | sha512: C2F4A5505F8D35FBDD7B2ECA641B9ECFCB31FE410B64FDE990D57B1F8FD932DFF3754D9E38F87DB51A75E49536B4B6263D8390C7F0A5E95556592F2726B2E418
api-ms-win-core-namedpipe-l1-1-0.dll
md5: BF622378D051DB49BDC62ACA9DDF6451 | sha1: EFD8445656A0688E5A8F20243C2419984BB7743E | sha256: 0BFEDB0D28E41E70BF9E4DA11E83F3A94C2191B5CD5DD45D9E9D439673B830CE | sha512: DF32D34C81FDE6EEF83A613CE4F153A7945EECFB1EC936AC6ED674654A4E167EC5E5436185B8064177F5F9273D387CA226C3C9529591180250A9C5C581EC6F70
api-ms-win-core-processenvironment-l1-1-0.dll
md5: A56E3E2AA6398CCB355C7CDE81CCB6E5 | sha1: A26273DD41DB7B63D3A79ACF6F4F3CF0381A8F02 | sha256: 25AF1BC31C4A3FB9F1036C9AA51CB0AE8899C499B3EEF4CF7281515C1EA27B47 | sha512: 3D5CEC9E5B42724794282974F637B1FDA8C26ADF01ED19DD2EC4F940E01CD43BDC42E46DC3E62704E62553DE96D3FEA1616C9650AF73CDB557DFCA1B52051A64
api-ms-win-core-processthreads-l1-1-0.dll
md5: 82159E8D92E38C4F287EB9420DCF1F9F | sha1: 2E4436DBE18D943416A388777D05BFE5CB553DE7 | sha256: 0D22CE9D987EFD6886A8DE66A6A678C287D29B15963B4373F73D79DDE42C9827 | sha512: DCEF1E0C7916C8CD08148962949A996FFC5D46B899CD82DFBCD9BB1BC614622BC8997F1E7D3C4E3D75F2DF07540A4C17F39477CFE97BA7F0BD280CDD52E06F91
api-ms-win-core-processthreads-l1-1-1.dll
md5: 74C264CFFC09D183FCB1555B16EA7E4B | sha1: 0B5B08CDF6E749B48254AC811CA09BA95473D47C | sha256: A8E2FC077D9A7D2FAA85E1E6833047C90B22C6086487B98FC0E6A86B7BF8BF09 | sha512: 285AFBCC39717510CED2ED096D9F77FC438268ECAA59CFF3CF167FCC538E90C73C67652046B0EE379E0507D6E346AF79D43C51A571C6DD66034F9385A73D00D1
api-ms-win-core-profile-l1-1-0.dll
md5: D6F37B232E3F2E944EBCF53A662E852F | sha1: C10839E941444ED79C2314F90DA34E5742F4E514 | sha256: 5E6AD9502C8411F29BC072EFD08C4FCD09BC3367814269DEDA74A78536FB8375 | sha512: 6E0CF1021EF3FF31895D2B6A9E72084EBE52DE4201D317B12FB8B05A7B1946FDEF65D2B046F8FB25189D3A94F70726121F2E8EAC8239C00EE02EF5EAF57F21C5
api-ms-win-core-rtlsupport-l1-1-0.dll
md5: 6397D5CC116D884D31552F613F748556 | sha1: B76B19FE4D3D5D26D2DEE1983D384E26D961180E | sha256: 40EB38D84DFD13C8A58211B8273C4B4965148742F08EB6FE8B0830392C37ABC1 | sha512: 4449DA9BAA3F722EB274AC527125F5918A17BC94B243849A0A44F3463E35F368339A58A6AA1E08B83D54D13538C0D52BFCB452A48B8B9A52961BF136256D220E
api-ms-win-core-string-l1-1-0.dll
md5: D2D7458AB838E738B54FB4D6FA490BF6 | sha1: 0CFC5659B23A35C987B96CABBC0D10325316385D | sha256: 285A481D7BA9859CC28BEDEDD8F05A90BD648A34D66B8C797118920B40E15E4E | sha512: 62E0ABB2E59D360D6A066E73289AA1B880E7C1A0B7E6C695F40B1E0F2CB11DEB9E54DEBA4045D2454B911AF109EC198F11073874A8F023EB1B71A16A74354A1E
api-ms-win-core-synch-l1-1-0.dll
md5: 255B18FE8AB465C87FB8AD20D9A63AAC | sha1: 645823B0332ADDABA5E4EF40D421B2DA432FDA5E | sha256: E050E1BFBB75A278412380C912266225C3DEE15031468DAE2F6B77FF0617AA91 | sha512: 19244B084AC811B89E0E6A77F9308D20CF4FBB77621D34EEDC19FCD5C8775A33B2D9ADA3F408CBE5806C39745B30C1C1CC25D724DB9377B437D771AE0BF440B1
api-ms-win-core-synch-l1-2-0.dll
md5: 0A2432A420640A79FAAFF044AB054EF6 | sha1: 15688BF3C9330309EC5EA602C0AD5AF1FD68BC30 | sha256: 9DFD114E4182662A669A3B9054DD2A24D96DD66ED96A8B2AC05601928B2084D5 | sha512: 090D6D5046AEFE9006B319FC3F9740426BC93E50CF262CE65857449891CA69D2A235421CFEA3FB178D3F8B1E3F640B8678AA9D8F6E67B8A17985913BEBFB3FDD
api-ms-win-core-sysinfo-l1-1-0.dll
md5: E1A7B1F8CDB24324D0E44B0078DB8BD1 | sha1: B6C2FE32AE5FA1398F7AE6245C405378E32A7897 | sha256: 45D4F1E398E4CC73FD1AAAD80219D2A9D3205A228167C819EB6787D7B01FC186 | sha512: 144AFE1CB812DE93FBDD08658AFEB4C95480A8E504C5DCF909FF226400CA2D0F48395CF71954FBD1B3DD93A49CBA39EC0DB3FC34A05804C93FD9A48B0A1749CA
api-ms-win-core-timezone-l1-1-0.dll
md5: CB39EEA2EF9ED3674C597D5F0667B5B4 | sha1: C133DC6416B3346FA5B0F449D7CC6F7DBF580432 | sha256: 1627B921934053F1F7D2A19948AEE06FAC5DB8EE8D4182E6F071718D0681F235 | sha512: 2C65014DC045A2C1E5F52F3FEA4967D2169E4A78D41FE56617CE9A4D5B30EBF25043112917FF3D7D152744DDEF70475937AE0A7F96785F97DCEFAFE8E6F14D9C
api-ms-win-core-util-l1-1-0.dll
md5: 5B6C46F42ED6800C54EEB9D12156CE1F | sha1: 66CE7A59B82702875D3E7F5B7CF8054D75FF495F | sha256: 2631CADCE7F97B9A9E6DF4E88F00F5A43EF73B070EE024ED71F0B447A387FF2F | sha512: 38FF6745BB5597A871B67AA53FCC8426BC2CDD16B6497A0EB7B59C21D8716F1ABB1F7C7A40A121AD1BD67B5490FEF5CF82EE8FD0BF848F27DCA27FC5D25DEC61
api-ms-win-crt-conio-l1-1-0.dll
md5: A68D15CAB300774D2A20A986EE57F9F4 | sha1: BB69665B3C8714D935EE63791181491B819795CB | sha256: 966DDBF59E1D6C2A80B8ABBF4A30D37475DE097BF13FB72BA78684D65975CD97 | sha512: AC040F92560631CA5162C7559173BDFE858E282225967AB1ADC0A038D34943B00DB140D44319CD2CDC2864295A098AB0BA634DFAA443E1D1782FA143AE4C217D
api-ms-win-crt-convert-l1-1-0.dll
md5: 0E35E369165875D3A593D68324E2B162 | sha1: 6A1FF3405277250A892B79FAED01DCDC9DBF864A | sha256: 14694879F9C3C52FBD7DDE96BF5D67B9768B067C80D5567BE55B37262E9DBD54 | sha512: D496F0C38300D0EED62B26A59C57463A1444A0C77A75C463014C5791371DECA93D1D5DD0090E8E324C6A09BD9CFF328F94947272CA49018C191C12732E805EE8
api-ms-win-crt-environment-l1-1-0.dll
md5: DACF383A06480CA5AB70D7156AECAB43 | sha1: 9E48D096C2E81A7D979F3C6B94315671157206A1 | sha256: 00F84C438AAB40500A2F2DF22C7A4EC147A50509C8D0CDAC6A83E4269E387478 | sha512: 5D4146A669DDB963CF677257EC7865E2CFCB7960E41A38BBD60F9A7017474ED2F3291505FA407E25881CBF9E5E6B8055FF3BD891043284A0A04E3FE9CFAD9817
api-ms-win-crt-filesystem-l1-1-0.dll
md5: D725D87A331E3073BF289D4EC85BD04D | sha1: C9D36103BE794A802957D0A8243B066FA22F2E43 | sha256: 30BCF934CBCC9ED72FF364B6E352A70A9E2AFA46ECEADEA5C47183CB46CFD16E | sha512: 6713FF954221C5DD835C15556E5FA6B8684FA7E19CE4F527A5892E77F322B3DAE7199A232040B89AD4A9575C8D9788D771892D2294F3C18DA45E643EB25FDB08
api-ms-win-crt-heap-l1-1-0.dll
md5: 9151E83B4FDFA88353B7A97AE7792678 | sha1: B46152E70D5D3D75D61D4CCDB50403BD08BB9354 | sha256: 6C0E0D22B65329F4948FCF36C8048A54CCCCBF6C05B330B2C1A686F3E686EED0 | sha512: 4D4210474957E656D821E1DC5934A4BFBF7E73DD61D696A1AB39914F887810C8FBE500DBB1E23782B40807F25820F35C9665E04DCDC2FD0F6C83046A4AECB86B
api-ms-win-crt-locale-l1-1-0.dll
md5: EBC168D7D3EA7C6192935359B6327627 | sha1: AECEB7C071CF1BB000758B6CEEBEFEEC91AD22BD | sha256: C048A3D7AB951DCE1D6D3F5F497B50353F640A1787C6C65677A13C55C8E99983 | sha512: 891D252ECD50BDED4614547758D5E301BDF8E71FBB1023FF89F8DE2F81927CC7CC84B98985D99E8FA8DCBF361E5117D9C625DC0D36983AFC3F2AA48A54CE3D48
api-ms-win-crt-math-l1-1-0.dll
md5: 7A235962DBAB1E807C6EC7609FC76077 | sha1: 148DDD11A0D366313F75871007057B3F0485AB33 | sha256: F7C5D7394643C95FE14C07773A8A206E74A28DB125F9B3976F9E1C8C599F2AF1 | sha512: 25B21EE7BB333E5E34D2B4A32D631A50B8FFAF1F1320D47C97C2A4DFF59FA2A2703CDF30638B46C800D3150EFAA4A2518C55E7B2A3B2E4273F43DD5CA83AE940
api-ms-win-crt-multibyte-l1-1-0.dll
md5: B3B4A0F3FCE120318E71DE3AFB6BB1AA | sha1: D3349409EC717F942769BA67FECA40557C1423D0 | sha256: A38E6786DC8EC6D2717343DBE00BB2FDDA008D87935BBD9371AE94E7E004270B | sha512: 4A130674DDBB05949665F6F7A070B25E82C34047D1E62EC60C73F815CED39A9041D972BE4E8C505F9B13C5BCDC114F3479BF8D69D7D9CF9987D39A6F5DB7F560
api-ms-win-crt-private-l1-1-0.dll
md5: 7033AB91EA4F0593E4D6009D549E560F | sha1: 4951CE111CA56994D007A9714A78CDADEEB0DACF | sha256: BE7901AA1FACEA8E1FD74A62BDE54CC3BD8E898B52E76FABB70342B160989B80 | sha512: 8BC3B880E31EBE3BC438A24D2AF249C95E320AC3C7A501027EF634F55AAB6FAC4F6D1090A00C29A44657A34EBADCD62023F2E947D31C192072698B645F8651ED
api-ms-win-crt-process-l1-1-0.dll
md5: 55463244172161B76546DC2DE37F42BD | sha1: C10A5360AD5E340D59C814E159EA1EFCBF5BF3EE | sha256: 4166A32551989F960DAC7C0E296FFB28092F45F6539E7C450FA04BF17612BE73 | sha512: EACEC78FF95F60DEF6F7F27BDA4A84F1DD2DFA386EFC4F6DA770C37268DF83C5B402693EA5C29F54D48026579F3843DB26ADD4D6448EA10CBF7F14D4D14A72FD
api-ms-win-crt-runtime-l1-1-0.dll
md5: 27C4A3BCC0F1DBA2DE4C2242CD489F3B | sha1: A704FD91E3C67108B1F02FD5E9F1223C7154A9CC | sha256: 315DED39D9E157CEC05D83711C09858C23602857C9D8C88BEEF121C24C43BE84 | sha512: 793E74DFB1052C06AB4C29E7B622C795CC3122A722382B103940B94E9DAC1E6CA8039DF48C558EFCC5D952A0660393AE2B11CED5ADE4DC8D5DD31A9F5BB9F807
api-ms-win-crt-stdio-l1-1-0.dll
md5: 306608A878089CB38602AF693BA0485B | sha1: 59753556F471C5BF1DFEF46806CB02CF87590C5C | sha256: 3B59A50457F6B6EAA6D35E42722D4562E88BCD716BAE113BE1271EAD0FEB7AF3 | sha512: 21B626E619AAF4EDA861A9C5EDF02133C63ADC9E893F38FEDE72D90A6E8BE0E566C117A8A24CA4BAB77928083AE4A859034417B035E8553CC7CCFB88CB4CBD9C
api-ms-win-crt-string-l1-1-0.dll
md5: EC1381C9FDA84228441459151E7BADEA | sha1: DB2D37F3C04A2C2D4B6F9B3FD82C1BE091E85D2C | sha256: 44DDAB31C182235AC5405D31C1CBA048316CC230698E392A732AC941EC683BAD | sha512: EE9EBBDC23E7C945F2B291FDE5EB68A42C11988182E6C78C0AB8FA9CB003B24910974A3291BCDAA0C8D1F9DFA8DF40293848FB9A16C4BE1425253BED0511A712
api-ms-win-crt-time-l1-1-0.dll
md5: 4CF70855444F38E1EB71F9C3CD1C6E86 | sha1: D06AEC4008D397756EE841F0E7A435D1C05B5F07 | sha256: A409E25A9D3C252CC0A5AF9DF85D3733E946087B06CD1FB2CF1BF640EB0D49BA | sha512: A13A80645E679343AC5638E8AA6A03012F16200CB3A4637BE52A01AA3BEF854324A8ED1882CA91B304B9C47B6351B1FC1671F4DEDE5BE77BC208A71FE6029064
api-ms-win-crt-utility-l1-1-0.dll
md5: FCD6B29932D6FB307964B2D3F94E6B48 | sha1: BE560F8A63C8E36A7B3FA48FF384F99F69A5D4F7 | sha256: CFB2EE4E426BB00B76163C1A66CF8CFEF8D7450CBF9BBCE3BC9EB2053F51E0E5 | sha512: 3EDFCF559F1E21870277358E6D266A1A0CEA68B163B11C73108F3B6A56006D20B51410A3B4EA39BF80906BF6C9D573E1072697CFCD6A3D37E3679EA54757C69F
clretwrc.dll
md5: CE2ABEC98C432DFF95D0F8B4A915399F | sha1: C5456B8EB31B1E50BBBAF2DA039B44E58362C34E | sha256: 906BB59AE7A70E1F9E56778BAF74B49AD50E7FAE37C914C47AA77280CD938789 | sha512: 426325AB393B24511A47350C8F460F2F464098D5E2D3B7DF8FFC94FD1AA5369BDF20B830E56BF700C7180D93491585F23DCB1FC2322CA21A5C91067028508EDC
clrjit.dll
md5: 01289CC6B6A5354D4F0C4846607BB609 | sha1: D573E82F83656B92EFCEAFCBC0C8CCFA69C7396A | sha256: B4FF88246AC1F904F03FEC68227170D39C6245491E5EABAAB3373BEA970BEC65 | sha512: F3667B602A2AB12215B8335AE1EDFA07B18BA7B57E98377642772459E6513F8264C5AB7ACE53ECB03EA13F79523EA0524E136678090215D0B632CCBFC3822E6E
coreclr.dll
md5: 6EA47FCB8B2B7740714CFE267105EF64 | sha1: AD664ADB59C06BBF1A465B0F086D589C5C2A7E0F | sha256: 1DFDC99764F592E80F09C41A19B17AAE0FC6538219308F3A02352F46D3D5A62A | sha512: 59472D5ED8157A8EC0E30C6F4AD2C23FFF5F0D486441E6ECE2BC43DFC1CAF35C863DBBCDC0BFC235FD51C3A998A18BEEFDB42FCB02908C6CD458322261E50F5E
createdump.exe
md5: 0B7DF2E7CD51FEDB1AAFD7D86FEBE82A | sha1: 560638244DFBE69C4BBC6A5404E1687EC79E8A63 | sha256: 9D69F760DE5BBE5E1F14FDEF53B91BFB63AFD5076325F8F626AF5394CAE921B1 | sha512: C04E4BFC34E900A3456733C6B20487055F9C6DE114E0C35DAA28F8B286A35900895211FCDF34CACCBB18A72A542E62776C18D55C17301C03E4CA989D8794F8CD
dbgshim.dll
md5: 1508F1D2F8FE1EEA0134EC956433BA85 | sha1: 3A924B97153B376C05227D958CC95B1558DF30BB | sha256: DC3116553955D2774FC233DECCE28B214C2A81400E7F6950FD2E49C1F3A04259 | sha512: 0AB89703616EED92444516922391DE81A4CDAFF7EC69BDFA07F88F8122B9F91B32153E0DEBFA2F68707417C508B27A22B5D054F277AEA1B38426590BB8EB2676
ExifLib.Standard.dll
md5: 6A18BFA9DC702E8FA1E8516192387A99 | sha1: 75EED63509A71BEE19345DCE1A6E0CC205FF1E0D | sha256: DA7D56DC8206D2EE685539B5C43B91D2711161493FF8C4632541163A5E17A2C9 | sha512: 9E21F0C4AB8A9D723FE0D2856C718BD7A2D2C2DE49DA0E5414BB0E0C1DE6C828778B2E3ED8F4BBCCEDDB4FA20A1A0A70A919F766F1D480A508221EB6A16B2850
FileSorter.deps.json
{
  "runtimeTarget": {
    "name": ".NETCoreApp,Version=v6.0/win-x64",
    "signature": ""
  },
  "compilationOptions": {},
  "targets": {
    ".NETCoreApp,Version=v6.0": {},
    ".NETCoreApp,Version=v6.0/win-x64": {
      "FileSorter/0.2.61": {
        "dependencies": {
          "ExifLib.Standard": "1.7.0",
          "PowerArgs": "3.6.0",
          "runtimepack.Microsoft.NETCore.App.Runtime.win-x64": "6.0.11"
        },
        "runtime": {
          "FileSorter.dll": {}
        }
      },
      "runtimepack.Microsoft.NETCore.App.Runtime.win-x64/6.0.11": {
        "runtime": {
          "Microsoft.CSharp.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.1122.52304"
          },
          "Microsoft.VisualBasic.Core.dll": {
            "assemblyVersion": "11.0.0.0",
            "fileVersion": "11.100.1122.52304"
          },
          "Microsoft.VisualBasic.dll": {
            "assemblyVersion": "10.0.0.0",
            "fileVersion": "6.0.1122.52304"
          },
          "Microsoft.Win32.Primitives.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.1122.52304"
          },
          "Microsoft.Win32.Registry.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.1122.52304"
          },
          "System.AppContext.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.1122.52304"
          },
          "System.Buffers.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.1122.52304"
          },
          "System.Collections.Concurrent.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.1122.52304"
          },
          "System.Collections.Immutable.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.1122.52304"
          },
          "System.Collections.NonGeneric.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.1122.52304"
          },
          "System.Collections.Specialized.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.1122.52304"
          },
          "System.Collections.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.1122.52304"
          },
          "System.ComponentModel.Annotations.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.1122.52304"
          },
          "System.ComponentModel.DataAnnotations.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "6.0.1122.52304"
          },
          "System.ComponentModel.EventBasedAsync.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.1122.52304"
          },
          "System.ComponentModel.Primitives.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.1122.52304"
          },
          "System.ComponentModel.TypeConverter.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.1122.52304"
          },
          "System.ComponentModel.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.1122.52304"
          },
          "System.Configuration.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "6.0.1122.52304"
          },
          "System.Console.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.1122.52304"
          },
          "System.Core.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "6.0.1122.52304"
          },
          "System.Data.Common.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.1122.52304"
          },
          "System.Data.DataSetExtensions.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "6.0.1122.52304"
          },
          "System.Data.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "6.0.1122.52304"
          },
          "System.Diagnostics.Contracts.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.1122.52304"
          },
          "System.Diagnostics.Debug.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.1122.52304"
          },
          "System.Diagnostics.DiagnosticSource.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.1122.52304"
          },
          "System.Diagnostics.FileVersionInfo.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.1122.52304"
          },
          "System.Diagnostics.Process.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.1122.52304"
          },
          "System.Diagnostics.StackTrace.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.1122.52304"
          },
          "System.Diagnostics.TextWriterTraceListener.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.1122.52304"
          },
          "System.Diagnostics.Tools.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.1122.52304"
          },
          "System.Diagnostics.TraceSource.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.1122.52304"
          },
          "System.Diagnostics.Tracing.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.1122.52304"
          },
          "System.Drawing.Primitives.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.1122.52304"
          },
          "System.Drawing.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "6.0.1122.52304"
          },
          "System.Dynamic.Runtime.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.1122.52304"
          },
          "System.Formats.Asn1.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.1122.52304"
          },
          "System.Globalization.Calendars.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.1122.52304"
          },
          "System.Globalization.Extensions.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.1122.52304"
          },
          "System.Globalization.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.1122.52304"
          },
          "System.IO.Compression.Brotli.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.1122.52304"
          },
          "System.IO.Compression.FileSystem.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "6.0.1122.52304"
          },
          "System.IO.Compression.ZipFile.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.1122.52304"
          },
          "System.IO.Compression.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.1122.52304"
          },
          "System.IO.FileSystem.AccessControl.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.1122.52304"
          },
          "System.IO.FileSystem.DriveInfo.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.1122.52304"
          },
          "System.IO.FileSystem.Primitives.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.1122.52304"
          },
          "System.IO.FileSystem.Watcher.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.1122.52304"
          },
          "System.IO.FileSystem.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.1122.52304"
          },
          "System.IO.IsolatedStorage.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.1122.52304"
          },
          "System.IO.MemoryMappedFiles.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.1122.52304"
          },
          "System.IO.Pipes.AccessControl.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.1122.52304"
          },
          "System.IO.Pipes.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.1122.52304"
          },
          "System.IO.UnmanagedMemoryStream.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.1122.52304"
          },
          "System.IO.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.1122.52304"
          },
          "System.Linq.Expressions.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.1122.52304"
          },
          "System.Linq.Parallel.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.1122.52304"
          },
          "System.Linq.Queryable.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.1122.52304"
          },
          "System.Linq.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.1122.52304"
          },
          "System.Memory.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.1122.52304"
          },
          "System.Net.Http.Json.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.1122.52304"
          },
          "System.Net.Http.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.1122.52304"
          },
          "System.Net.HttpListener.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.1122.52304"
          },
          "System.Net.Mail.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.1122.52304"
          },
          "System.Net.NameResolution.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.1122.52304"
          },
          "System.Net.NetworkInformation.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.1122.52304"
          },
          "System.Net.Ping.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.1122.52304"
          },
          "System.Net.Primitives.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.1122.52304"
          },
          "System.Net.Quic.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.1122.52304"
          },
          "System.Net.Requests.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.1122.52304"
          },
          "System.Net.Security.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.1122.52304"
          },
          "System.Net.ServicePoint.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.1122.52304"
          },
          "System.Net.Sockets.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.1122.52304"
          },
          "System.Net.WebClient.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.1122.52304"
          },
          "System.Net.WebHeaderCollection.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.1122.52304"
          },
          "System.Net.WebProxy.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.1122.52304"
          },
          "System.Net.WebSockets.Client.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.1122.52304"
          },
          "System.Net.WebSockets.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.1122.52304"
          },
          "System.Net.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "6.0.1122.52304"
          },
          "System.Numerics.Vectors.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.1122.52304"
          },
          "System.Numerics.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "6.0.1122.52304"
          },
          "System.ObjectModel.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.1122.52304"
          },
          "System.Private.CoreLib.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.1122.52304"
          },
          "System.Private.DataContractSerialization.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.1122.52304"
          },
          "System.Private.Uri.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.1122.52304"
          },
          "System.Private.Xml.Linq.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.1122.52304"
          },
          "System.Private.Xml.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.1122.52304"
          },
          "System.Reflection.DispatchProxy.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.1122.52304"
          },
          "System.Reflection.Emit.ILGeneration.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.1122.52304"
          },
          "System.Reflection.Emit.Lightweight.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.1122.52304"
          },
          "System.Reflection.Emit.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.1122.52304"
          },
          "System.Reflection.Extensions.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.1122.52304"
          },
          "System.Reflection.Metadata.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.1122.52304"
          },
          "System.Reflection.Primitives.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.1122.52304"
          },
          "System.Reflection.TypeExtensions.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.1122.52304"
          },
          "System.Reflection.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.1122.52304"
          },
          "System.Resources.Reader.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.1122.52304"
          },
          "System.Resources.ResourceManager.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.1122.52304"
          },
          "System.Resources.Writer.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.1122.52304"
          },
          "System.Runtime.CompilerServices.Unsafe.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.1122.52304"
          },
          "System.Runtime.CompilerServices.VisualC.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.1122.52304"
          },
          "System.Runtime.Extensions.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.1122.52304"
          },
          "System.Runtime.Handles.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.1122.52304"
          },
          "System.Runtime.InteropServices.RuntimeInformation.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.1122.52304"
          },
          "System.Runtime.InteropServices.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.1122.52304"
          },
          "System.Runtime.Intrinsics.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.1122.52304"
          },
          "System.Runtime.Loader.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.1122.52304"
          },
          "System.Runtime.Numerics.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.1122.52304"
          },
          "System.Runtime.Serialization.Formatters.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.1122.52304"
          },
          "System.Runtime.Serialization.Json.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.1122.52304"
          },
          "System.Runtime.Serialization.Primitives.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.1122.52304"
          },
          "System.Runtime.Serialization.Xml.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.1122.52304"
          },
          "System.Runtime.Serialization.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "6.0.1122.52304"
          },
          "System.Runtime.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.1122.52304"
          },
          "System.Security.AccessControl.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.1122.52304"
          },
          "System.Security.Claims.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.1122.52304"
          },
          "System.Security.Cryptography.Algorithms.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.1122.52304"
          },
          "System.Security.Cryptography.Cng.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.1122.52304"
          },
          "System.Security.Cryptography.Csp.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.1122.52304"
          },
          "System.Security.Cryptography.Encoding.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.1122.52304"
          },
          "System.Security.Cryptography.OpenSsl.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.1122.52304"
          },
          "System.Security.Cryptography.Primitives.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.1122.52304"
          },
          "System.Security.Cryptography.X509Certificates.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.1122.52304"
          },
          "System.Security.Principal.Windows.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.1122.52304"
          },
          "System.Security.Principal.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.1122.52304"
          },
          "System.Security.SecureString.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.1122.52304"
          },
          "System.Security.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "6.0.1122.52304"
          },
          "System.ServiceModel.Web.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "6.0.1122.52304"
          },
          "System.ServiceProcess.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "6.0.1122.52304"
          },
          "System.Text.Encoding.CodePages.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.1122.52304"
          },
          "System.Text.Encoding.Extensions.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.1122.52304"
          },
          "System.Text.Encoding.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.1122.52304"
          },
          "System.Text.Encodings.Web.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.1122.52304"
          },
          "System.Text.Json.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.1122.52304"
          },
          "System.Text.RegularExpressions.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.1122.52304"
          },
          "System.Threading.Channels.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.1122.52304"
          },
          "System.Threading.Overlapped.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.1122.52304"
          },
          "System.Threading.Tasks.Dataflow.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.1122.52304"
          },
          "System.Threading.Tasks.Extensions.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.1122.52304"
          },
          "System.Threading.Tasks.Parallel.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.1122.52304"
          },
          "System.Threading.Tasks.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.1122.52304"
          },
          "System.Threading.Thread.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.1122.52304"
          },
          "System.Threading.ThreadPool.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.1122.52304"
          },
          "System.Threading.Timer.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.1122.52304"
          },
          "System.Threading.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.1122.52304"
          },
          "System.Transactions.Local.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.1122.52304"
          },
          "System.Transactions.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "6.0.1122.52304"
          },
          "System.ValueTuple.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.1122.52304"
          },
          "System.Web.HttpUtility.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.1122.52304"
          },
          "System.Web.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "6.0.1122.52304"
          },
          "System.Windows.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "6.0.1122.52304"
          },
          "System.Xml.Linq.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "6.0.1122.52304"
          },
          "System.Xml.ReaderWriter.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.1122.52304"
          },
          "System.Xml.Serialization.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "6.0.1122.52304"
          },
          "System.Xml.XDocument.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.1122.52304"
          },
          "System.Xml.XPath.XDocument.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.1122.52304"
          },
          "System.Xml.XPath.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.1122.52304"
          },
          "System.Xml.XmlDocument.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.1122.52304"
          },
          "System.Xml.XmlSerializer.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.1122.52304"
          },
          "System.Xml.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "6.0.1122.52304"
          },
          "System.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "6.0.1122.52304"
          },
          "WindowsBase.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "6.0.1122.52304"
          },
          "mscorlib.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "6.0.1122.52304"
          },
          "netstandard.dll": {
            "assemblyVersion": "2.1.0.0",
            "fileVersion": "6.0.1122.52304"
          }
        },
        "native": {
          "Microsoft.DiaSymReader.Native.amd64.dll": {
            "fileVersion": "14.28.29715.1"
          },
          "System.IO.Compression.Native.dll": {
            "fileVersion": "42.42.42.42424"
          },
          "api-ms-win-core-console-l1-1-0.dll": {
            "fileVersion": "10.0.22000.194"
          },
          "api-ms-win-core-console-l1-2-0.dll": {
            "fileVersion": "10.0.22000.194"
          },
          "api-ms-win-core-datetime-l1-1-0.dll": {
            "fileVersion": "10.0.22000.194"
          },
          "api-ms-win-core-debug-l1-1-0.dll": {
            "fileVersion": "10.0.22000.194"
          },
          "api-ms-win-core-errorhandling-l1-1-0.dll": {
            "fileVersion": "10.0.22000.194"
          },
          "api-ms-win-core-fibers-l1-1-0.dll": {
            "fileVersion": "10.0.22000.194"
          },
          "api-ms-win-core-file-l1-1-0.dll": {
            "fileVersion": "10.0.22000.194"
          },
          "api-ms-win-core-file-l1-2-0.dll": {
            "fileVersion": "10.0.22000.194"
          },
          "api-ms-win-core-file-l2-1-0.dll": {
            "fileVersion": "10.0.22000.194"
          },
          "api-ms-win-core-handle-l1-1-0.dll": {
            "fileVersion": "10.0.22000.194"
          },
          "api-ms-win-core-heap-l1-1-0.dll": {
            "fileVersion": "10.0.22000.194"
          },
          "api-ms-win-core-interlocked-l1-1-0.dll": {
            "fileVersion": "10.0.22000.194"
          },
          "api-ms-win-core-libraryloader-l1-1-0.dll": {
            "fileVersion": "10.0.22000.194"
          },
          "api-ms-win-core-localization-l1-2-0.dll": {
            "fileVersion": "10.0.22000.194"
          },
          "api-ms-win-core-memory-l1-1-0.dll": {
            "fileVersion": "10.0.22000.194"
          },
          "api-ms-win-core-namedpipe-l1-1-0.dll": {
            "fileVersion": "10.0.22000.194"
          },
          "api-ms-win-core-processenvironment-l1-1-0.dll": {
            "fileVersion": "10.0.22000.194"
          },
          "api-ms-win-core-processthreads-l1-1-0.dll": {
            "fileVersion": "10.0.22000.194"
          },
          "api-ms-win-core-processthreads-l1-1-1.dll": {
            "fileVersion": "10.0.22000.194"
          },
          "api-ms-win-core-profile-l1-1-0.dll": {
            "fileVersion": "10.0.22000.194"
          },
          "api-ms-win-core-rtlsupport-l1-1-0.dll": {
            "fileVersion": "10.0.22000.194"
          },
          "api-ms-win-core-string-l1-1-0.dll": {
            "fileVersion": "10.0.22000.194"
          },
          "api-ms-win-core-synch-l1-1-0.dll": {
            "fileVersion": "10.0.22000.194"
          },
          "api-ms-win-core-synch-l1-2-0.dll": {
            "fileVersion": "10.0.22000.194"
          },
          "api-ms-win-core-sysinfo-l1-1-0.dll": {
            "fileVersion": "10.0.22000.194"
          },
          "api-ms-win-core-timezone-l1-1-0.dll": {
            "fileVersion": "10.0.22000.194"
          },
          "api-ms-win-core-util-l1-1-0.dll": {
            "fileVersion": "10.0.22000.194"
          },
          "api-ms-win-crt-conio-l1-1-0.dll": {
            "fileVersion": "10.0.22000.194"
          },
          "api-ms-win-crt-convert-l1-1-0.dll": {
            "fileVersion": "10.0.22000.194"
          },
          "api-ms-win-crt-environment-l1-1-0.dll": {
            "fileVersion": "10.0.22000.194"
          },
          "api-ms-win-crt-filesystem-l1-1-0.dll": {
            "fileVersion": "10.0.22000.194"
          },
          "api-ms-win-crt-heap-l1-1-0.dll": {
            "fileVersion": "10.0.22000.194"
          },
          "api-ms-win-crt-locale-l1-1-0.dll": {
            "fileVersion": "10.0.22000.194"
          },
          "api-ms-win-crt-math-l1-1-0.dll": {
            "fileVersion": "10.0.22000.194"
          },
          "api-ms-win-crt-multibyte-l1-1-0.dll": {
            "fileVersion": "10.0.22000.194"
          },
          "api-ms-win-crt-private-l1-1-0.dll": {
            "fileVersion": "10.0.22000.194"
          },
          "api-ms-win-crt-process-l1-1-0.dll": {
            "fileVersion": "10.0.22000.194"
          },
          "api-ms-win-crt-runtime-l1-1-0.dll": {
            "fileVersion": "10.0.22000.194"
          },
          "api-ms-win-crt-stdio-l1-1-0.dll": {
            "fileVersion": "10.0.22000.194"
          },
          "api-ms-win-crt-string-l1-1-0.dll": {
            "fileVersion": "10.0.22000.194"
          },
          "api-ms-win-crt-time-l1-1-0.dll": {
            "fileVersion": "10.0.22000.194"
          },
          "api-ms-win-crt-utility-l1-1-0.dll": {
            "fileVersion": "10.0.22000.194"
          },
          "clretwrc.dll": {
            "fileVersion": "6.0.1122.52304"
          },
          "clrjit.dll": {
            "fileVersion": "6.0.1122.52304"
          },
          "coreclr.dll": {
            "fileVersion": "6.0.1122.52304"
          },
          "createdump.exe": {
            "fileVersion": "6.0.1122.52304"
          },
          "dbgshim.dll": {
            "fileVersion": "6.0.1122.52304"
          },
          "hostfxr.dll": {
            "fileVersion": "6.0.1122.52304"
          },
          "hostpolicy.dll": {
            "fileVersion": "6.0.1122.52304"
          },
          "mscordaccore.dll": {
            "fileVersion": "6.0.1122.52304"
          },
          "mscordaccore_amd64_amd64_6.0.1122.52304.dll": {
            "fileVersion": "6.0.1122.52304"
          },
          "mscordbi.dll": {
            "fileVersion": "6.0.1122.52304"
          },
          "mscorrc.dll": {
            "fileVersion": "6.0.1122.52304"
          },
          "msquic.dll": {
            "fileVersion": "1.7.0.0"
          },
          "ucrtbase.dll": {
            "fileVersion": "10.0.22000.194"
          }
        }
      },
      "ExifLib.Standard/1.7.0": {
        "runtime": {
          "lib/netstandard2.0/ExifLib.Standard.dll": {
            "assemblyVersion": "1.7.0.0",
            "fileVersion": "1.7.0.0"
          }
        }
      },
      "PowerArgs/3.6.0": {
        "runtime": {
          "lib/netstandard2.0/PowerArgs.dll": {
            "assemblyVersion": "3.6.0.0",
            "fileVersion": "3.6.0.0"
          }
        }
      }
    }
  },
  "libraries": {
    "FileSorter/0.2.61": {
      "type": "project",
      "serviceable": false,
      "sha512": ""
    },
    "runtimepack.Microsoft.NETCore.App.Runtime.win-x64/6.0.11": {
      "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/3.6.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-ooaQtI6nLOMNQoNfuiEcM1lnPJ9mBaXF99pt1EHnupwqZtC+L5I7IeSjZ/RA+h6Z2DImdFtWn9PNHbhcL9qNKA==",
      "path": "powerargs/3.6.0",
      "hashPath": "powerargs.3.6.0.nupkg.sha512"
    }
  },
  "runtimes": {
    "win-x64": [
      "win",
      "any",
      "base"
    ],
    "win-x64-aot": [
      "win-aot",
      "win-x64",
      "win",
      "aot",
      "any",
      "base"
    ],
    "win10-x64": [
      "win10",
      "win81-x64",
      "win81",
      "win8-x64",
      "win8",
      "win7-x64",
      "win7",
      "win-x64",
      "win",
      "any",
      "base"
    ],
    "win10-x64-aot": [
      "win10-aot",
      "win10-x64",
      "win10",
      "win81-x64-aot",
      "win81-aot",
      "win81-x64",
      "win81",
      "win8-x64-aot",
      "win8-aot",
      "win8-x64",
      "win8",
      "win7-x64-aot",
      "win7-aot",
      "win7-x64",
      "win7",
      "win-x64-aot",
      "win-aot",
      "win-x64",
      "win",
      "aot",
      "any",
      "base"
    ],
    "win7-x64": [
      "win7",
      "win-x64",
      "win",
      "any",
      "base"
    ],
    "win7-x64-aot": [
      "win7-aot",
      "win7-x64",
      "win7",
      "win-x64-aot",
      "win-aot",
      "win-x64",
      "win",
      "aot",
      "any",
      "base"
    ],
    "win8-x64": [
      "win8",
      "win7-x64",
      "win7",
      "win-x64",
      "win",
      "any",
      "base"
    ],
    "win8-x64-aot": [
      "win8-aot",
      "win8-x64",
      "win8",
      "win7-x64-aot",
      "win7-aot",
      "win7-x64",
      "win7",
      "win-x64-aot",
      "win-aot",
      "win-x64",
      "win",
      "aot",
      "any",
      "base"
    ],
    "win81-x64": [
      "win81",
      "win8-x64",
      "win8",
      "win7-x64",
      "win7",
      "win-x64",
      "win",
      "any",
      "base"
    ],
    "win81-x64-aot": [
      "win81-aot",
      "win81-x64",
      "win81",
      "win8-x64-aot",
      "win8-aot",
      "win8-x64",
      "win8",
      "win7-x64-aot",
      "win7-aot",
      "win7-x64",
      "win7",
      "win-x64-aot",
      "win-aot",
      "win-x64",
      "win",
      "aot",
      "any",
      "base"
    ]
  }
}
FileSorter.dll
md5: 9E02A30FAB893C68D560C439BB216481 | sha1: 11D779610DE6B0861A6AAB00DFCAAB723877525C | sha256: C163C8CC93B7CC63387D6A50FCEA236D24758D7C11664F7C05AD1213BBF6F60B | sha512: B1A803DE55672CB438F61F751A7D2F99532B57FFD8A7C92299717A2E1CF96B77FD10180AAD5264CDD1C69C8504E0EDD23DF50168123CA921B2C015088101D459
FileSorter.exe
md5: 3D1AA99ED738557C48F5ABE63AC3A80F | sha1: 554AE092CD770B5E857356BC359754E2DFC63B04 | sha256: 3A98DCCF59C23992CD07BE7B530B888300C046CF9A3FE126313585DF1A4ABB74 | sha512: 95C7BD7E15D51DC3125A0E9776D48084EACEA0EF310FEA293D5A1D09A6076D283B1D471244C151BB22A9686737879C6F884BF4AFADC20745CD95644DE56B2EFA
FileSorter.pdb
 
FileSorter.runtimeconfig.json
{
  "runtimeOptions": {
    "tfm": "net6.0",
    "includedFrameworks": [
      {
        "name": "Microsoft.NETCore.App",
        "version": "6.0.11"
      }
    ],
    "configProperties": {
      "System.Reflection.Metadata.MetadataUpdater.IsSupported": false
    }
  }
}
hostfxr.dll
md5: 06F3C7AAD6EA371FE59345BEA7A525CA | sha1: 64AD240BAECFE891CADFBDF1E19499AD66ED8C07 | sha256: FCDA3326ACCCA6858AA1F624E18C8A50A43F530170D7EBC10872935709840642 | sha512: AEF9F53005C2C00AFEFF780A34319E71B0044CD92F3E64BE328683BB37E3BCD8303370FEC1F5E2B2BF1468F3DD405A602A578017F31582E0EF2F90EDB76E8F7A
hostpolicy.dll
md5: 8A4858A6061D3DCB3FBEECFC64B88541 | sha1: 6EFD86220C9F564764F8E17F0343A7932F74F401 | sha256: 9C771FF6C9A1B64CF77D622B61E33BC644C2484016652CD25205E44770E509F3 | sha512: A05AAE64D9C380A26A3DA031851D1FA84D5CC86EDB734FB0B71F4E24D6AB26117BAE5F8E5557181019BAF91C4344F30AB6E5C9787C6C5D9F7E1BB509160FB1FC
Microsoft.CSharp.dll
md5: 699FAA237F8C7C6FE9C602A89EC02C26 | sha1: E94A355AF4EFFF1E1022D5EB99604D5329828817 | sha256: 82B8B29050C15C3E479542E3274A9DE94DB0A9E2B15D73FACF855585F3185B78 | sha512: CDAA8E87115041C4685D7750844251C4E6BF68C2F8606091118E3640B610F50FF9E5770336DD934FB59785CA15349D711277B3B3D7D8CCE34EF3780DC590FFD1
Microsoft.DiaSymReader.Native.amd64.dll
md5: EE5A55BF0D399EF09502D486AA1C6242 | sha1: 2E882EE6CCCEE6E5C0EE5E13EB40DAE98E2B6F07 | sha256: 3AECC22ECECF784182883EBD2C2BF60BCDB25CC209DD64C32800B845EE8966E0 | sha512: DC4A73D3CEE381EB4CC524ED2A0B9FACB1CADD72768EDA0215EA17600AB1F3D84AA1AF01F5B22B0CB3574EA5DC9256CDBA9E463205116CF31ADB579106276CB6
Microsoft.VisualBasic.Core.dll
md5: 53B6851434FF1A8BB826DB4E4FB22F22 | sha1: 722CFBE5B14421E873D25E0E45597B4B4772BB3F | sha256: 8E9C61B62FB648017DA97E4207D4267186952FDCA1CEDCAEA9FD808957824ABC | sha512: A3831F4B0471E578D3267A1D0DE75B14D0A5175DC1536493082E2C702FE5BEA1F6B758647F979FD23F3923AE56FF0763395A329740AE10204DB198660223B8E5
Microsoft.VisualBasic.dll
md5: EB1253F9F84C20F33B7F0316B7B7D371 | sha1: 1B8399A1CF23D51820409DE0029805659691147E | sha256: D546B1EB4CEC2A3D06CB68A52239C9BF38A820305848B0D08D9260C89B9939A4 | sha512: 22AE1C7528626A5E4404A0E4797C5D368EF7E9E249D9639B3004B630B96564079E832A5F87AB47CCCD47F806C731C29F67691F6C4C238C27E57688C4095BEF38
Microsoft.Win32.Primitives.dll
md5: 112ACF10C275CD245F13C7772AD8150E | sha1: 5DD3F6403B766417E78BCFB5C005264E893E5A18 | sha256: 2DDC95DCBB3B78916ACF84AA24660EB3D5748D227ECBCD8AE89FB3528A3A5E3A | sha512: FDDDA218D3AB7B3B841D05C74340C991FEE55208F269B45F92B565CA2A339D510A5C4DC545B7628C8741D18D079ABC227C640FB022D222ADB630011F58BCCBA0
Microsoft.Win32.Registry.dll
md5: 9DECC144BF0B5B3007251F275C5C3B02 | sha1: CB1957C8D57C16E08317D0DABE9892F92B696467 | sha256: 4BFBC8F995DB5839A03F458FD3851B98DB58CB9F869892F1EEEEFEB327CABA15 | sha512: 15A9FD45FCA6F77C55C5A4F3B1FEABAB04DD96F9714CAF6151F77A8ABFBC245731337BE7661DA8D23ACBA55B630B4E3ED3F86C4B46BBE03ED8737C25223B5638
mscordaccore.dll
md5: 4B76FD7FA06BB3129F654EFE02B16953 | sha1: 6588A84A2F46415878325ABA9DF468607551EF11 | sha256: F89662EF51C425A51A5E8BE7564A85C1AA6FCCB2573007A7067B6C9695630158 | sha512: 5292DCD564EB97FA794C06543FB33BE01F931049EEB8F6B95296E36E5D53BD8411FE245173B1DDF6774A1314BDE4973BFB6424321BA472BB05A3BEF26D0835C5
mscordaccore_amd64_amd64_6.0.1122.52304.dll
md5: 4B76FD7FA06BB3129F654EFE02B16953 | sha1: 6588A84A2F46415878325ABA9DF468607551EF11 | sha256: F89662EF51C425A51A5E8BE7564A85C1AA6FCCB2573007A7067B6C9695630158 | sha512: 5292DCD564EB97FA794C06543FB33BE01F931049EEB8F6B95296E36E5D53BD8411FE245173B1DDF6774A1314BDE4973BFB6424321BA472BB05A3BEF26D0835C5
mscordbi.dll
md5: D1C53276FADDB479DE9FA571D1945D52 | sha1: 3FB5257D9D5299C9F813BB88A496A0EA4EF51A72 | sha256: 9583D3E74AEE257964205C9D04E18CCEFBCFA2DE675DA0102F2CAFBB0135CAF8 | sha512: 1F50E635EBF9F0F21A860D9C963DB435F3CDC00B0BDD407B75828615970D6279AD4D90E79CA514FCBE7B365431CAA2D76300906E1725F42AA41C5E33EE19AF08
mscorlib.dll
md5: 278C2788FE25A900DB234356615B6157 | sha1: BFAC6C3156E4B167E38AF4DAEF71EDAF03939A36 | sha256: 996D7FB8271040689980BB0B764E0664FBD0A9533795C7B0D699C94E59A011C5 | sha512: CCDC82A777344C6A5ED4DB47244570CBCF239CA8F10473AB37B517F305E48331167233B238D91C3E6C5833B3645C28D024D812BBF26A2BAFC4645D0D99FAA67E
mscorrc.dll
md5: 936F1F41020CA3B7B4D6C3D9BE2D5BA1 | sha1: D3C9C4D6275305EFA83DC6B5CB447C250C263A45 | sha256: 6F16CBBF744ACD9ED2504DE3B1AED96867951AF11915D3A0A9939351CC2FADF3 | sha512: D4DF4EF950AFE237315A3D87B7DAE24668823271D96E5AB7AA058E72B4C40A53DA3FD4B84FA1C50D6D607DEA7A7B30FB3C037F7096F5B8C7E3BA68C21970FA8F
msquic.dll
md5: 95F79B7EFAE73B5E4849750F3F1CD56B | sha1: A3335C7861792B0C50839D15631D8E0F83EFD910 | sha256: 4101DCF2EDC42417FDC3F7DB048442BA0B0A05D376CAFA3ED6C85E1DC6B3B9F6 | sha512: C385EB92431E7020E3B8F692A0D0C33BE9261AFAE15BFD98E30A34EB2195189BA2A2E1442620AF61C913027AF7ACBCA280537FC6F2D575EAE91CAAC9AEF9A089
netstandard.dll
md5: E129C3805501F9111404C7812B0A1078 | sha1: 5FDB375FBF36D690E3BF9A4A8E3B5683F9C06861 | sha256: BABA0E22F18F66DEF9D00A518BA36D229E8245EAFD1CC519F4662C0A8CF3A17A | sha512: 211E7BA3222E0E1E49067C3FE9FCB191A6A5B20FDFD72271607F6C9B0F415D06C8583A620D7ADA037ED59B5174EA8D9CBA4F0C8E47B937BFBAA2157E88D1174A
PowerArgs.dll
md5: 9831B7F78C0978E28D72AAF34398F99F | sha1: F864434131986D44294E6837F1BF2EB2B92F035B | sha256: 81361E92CB03787BCC0465EDA8C5FBED6D9D5F7483B17CB13CE2E4699A6434E5 | sha512: 92949BD47B48EEF8B7AA5DC085C19C46AA496A0367C9C4F099C198714F436E44B030C9A361D44D6BDF9AD5ACB747278008B74F0279DBC0347FD0A97F20976B38
System.AppContext.dll
md5: 2E19829C754EB5325EE37BB475699162 | sha1: D137077901FBBE31CD8B943815755A8803EC124B | sha256: 55C15EF504C06F21A3E738DC1B03AB411C7ADC2EC373CB16879914D205D5DA64 | sha512: E3024791AB582B83DC1DA2709B45C9978D4A70E510BB5370BC7EC9AC3CA3843D23B705EA9FAB286999A85A43A8166EE54978C4323B0C58B650B1A2730DEF31E0
System.Buffers.dll
md5: 2E6B28D552CA05D648E89160C517F51F | sha1: 7EDB5C2DE553760061E28B237B0AF08A712706B0 | sha256: AF55A232EA39232E6FADBD2ABEE94D345818BBA851374E1C8655347B15F7C204 | sha512: 19B13E1AADBA5F4B92FE2D54C84FB824DBE1996102181F8245E67AEEA6491EEE8B3B2EB4F14408A498CCBFEC16A4A2E041E7ECDE368872471A252925EA89A57A
System.Collections.Concurrent.dll
md5: 4D71B179080E2144030C4B868A072D2B | sha1: C270A1DF89AC625FC06E36273A97713B44F150D9 | sha256: 74F31C071868FDA20FAC74F25D1DD1C87E8BC240F7082EAB12F1E3DE00D7F09F | sha512: 09F475CEF455920D8118EC5ADFE753B1D8466039EB915708F90DD5B2F789C4EB9DA59C07DE98AA7B662844005D68F529A3BAFFEC23EA9FB19937AC1F195F12CC
System.Collections.dll
md5: C8CAF1D0F97DF43C700D818C3DADCC1E | sha1: FE82B3F66555BC3A55197185537C04812BA57799 | sha256: 9F960695B58B86CC9185C7EB286FB4767B6BA7C6D00450B9BEE2C49BD3D82ED3 | sha512: 8D4D214F52E7E8E2977B11D7B1B001F7FA73013786849853A3892520291BDC6D13A7767D2D26073DB78595D7AC90A9733B0E6D7FD42206AA2C2FC7DC97E531AC
System.Collections.Immutable.dll
md5: 809C7EE816FC345FF989244933151404 | sha1: C0FCBF4B0B379FF739C8AE3006E7DA449D2F74F5 | sha256: 879934EA2267E317D3E152471B95D7D1F70AD0A446BA7D840CBDD59B00A88540 | sha512: EDC916DF9429014DAF66DCDE0B4A02CB870587F874463D58F6AFE52A34253BB8A1145C7E215A99D60C0DF87E410819657253B8BD59D96C032F9E7C1E02DFF430
System.Collections.NonGeneric.dll
md5: 492B95C4FCE05D4E291591DA559B2694 | sha1: 25742D1C3837BCC70678C3594F17357A75E9A61A | sha256: E7DAC71EEB058DAC9441B1E48B350F0FEDE9D4E3D4865FA0A0FA1C03DF5838B0 | sha512: B8C6C3AA879E4BCEC9C6B8211B97EDE95FEE15993DFF6D8BD7605315BA6E471165D8BC58D9A0108E41DD3D49ED500B3EBE9DB801A003B8A70ECC2F603E44D710
System.Collections.Specialized.dll
md5: 3E25BAE83054215251E127C42A6A0B17 | sha1: 896721168BFA24156B47B68FF9ED403FC815E435 | sha256: 012C2F5314FDBA0F995C570B4C57C2D3BB4138C7721FF0D2A4107B9C9855A5BC | sha512: 9D45B41BEBAF1991FD0F167C4CD35FEF5AF738D191463A0F7A94380666D55FC813698DB8EB76943BF04CBCD1200A8EDA6A424F4D2F39322A80D65F9E1DEEDBFE
System.ComponentModel.Annotations.dll
md5: C2DDB3C81CF179E323A07E8E72560C65 | sha1: 3DA2410C48DA2059250D2D1A63CEDB3FA80BC148 | sha256: 2BB4B54620BA978CB4C1BE9A150EB73FC5A80D6BC4B3D7EF938D6C98577C52B4 | sha512: 23F20A72ED3A506497D4079E68B36D3DCAC051F8CAB7B0B125613F23FB503894223047CE2CF847E6AD97B029B4A4B5D842EE54B5B29CA02E22013E03E2F29555
System.ComponentModel.DataAnnotations.dll
md5: 7160CC28ADF0CDF1B343ABEB1B7174FA | sha1: 596BDB0A504AA5661BD18099C20E66FEED1BA896 | sha256: BFCC966B99B03B56376DCA6F6FBB5AF809FD9B1C7D1EBBC9BCDDAA77BDD0FC46 | sha512: 2CC1AA439660BD80F2FCEAC4274A41293AAF9E2785B9A50DA36721C63F7DE703EF9F92526B3C2B383C63CC25445DDF7D0488EBB47DCF262E42E6BF8A88F0A8C1
System.ComponentModel.dll
md5: A8FF9A76DE6B18CE1433D1D7F7907262 | sha1: 58F64F54A019683B645172C467CB110D0B8A4754 | sha256: 86607FEE8F307F8AF49CC46498037DCC73E21D5271085FFFAECF7193CC69F336 | sha512: 4C2B38A1C65768BF85CF6A23A49CC0649F4EF762B7467357D466C0A2FF26F27014E7E9357588FECBFC23A13C3159B2411BF853366DDC6C517B8AA27F870759A2
System.ComponentModel.EventBasedAsync.dll
md5: 1AE262BA8E9AAEB190C219F1A98C6D68 | sha1: FAB2D1F7A34F6803E95F2ABF2F5CA2D549351CF7 | sha256: 3C2FA56810E42475A9BE7D0328DD27FF7B23B2ED6A9D8F1189E513388EE37725 | sha512: DBF8395BF91D344E8C504F1708CC2B67DF1C5DD27EFA5F7D5283999F93AC54D8C45444F5898DEEE64E52D221A896500D0E96EFD77FA1AE00017BE2D398DD862A
System.ComponentModel.Primitives.dll
md5: 0E6B945A0BF65250DC6EB722691345C1 | sha1: AE5F6C8C8668CDD0740A13D71A13749D368F14F4 | sha256: 2156D683AD01B0DD0597AF51ADC69D8910CF3CD7E0EEBC58A6ED6E3CBD927D3F | sha512: C9EC7CC2112B41DFB155C6BC2D933312054D39CEE1A283DC07BC320C502DB377FDC6EAE5D6E0F9FE9109A0AC553FF07234F35F9D07CEB801C42C2AD71A8763FD
System.ComponentModel.TypeConverter.dll
md5: 6433CC55D2E66BEDFC4D5F9211A65A87 | sha1: B8EF74E3058C46A658366F618497DEDB66BAF6A5 | sha256: D0957CE4331579734A82008D7E55C36C9C9192ABF23AA34DFE2314CA6A70937D | sha512: C6A3DCE7141788F2EFD644E4F44F4BCABA92111C3D016EE17669F3D273F76DB682FF3B1B06300E53882ABB6957CA32AF4F77C2DA4C23784B5A55AFA1CBA8E491
System.Configuration.dll
md5: 06043C6C79A51EA5685AF58B19F87CCC | sha1: 4660F4968CF1B871F785DC08A6CFCF76E8A93FD0 | sha256: 38A11051ED717E9AAC7B23095607ECD162B2B551C2769FACBFF0A5101E896316 | sha512: E093C3E807BFE9B26AE3635443320A9F793FC686324F3D2F86F612AD920AB5CBB690E76925E2A60FD0B2633B2851F40688DFC59769B7999ADB769998D9657D1B
System.Console.dll
md5: E57DCAC77C8742941E3B9D48B9A03A03 | sha1: 4770B17076778D71269D77DD1D961EAB06E9E661 | sha256: AE4401E759408163D923A9407786FA7A46D1DA93E8C21CAA607F3B5F7AB3209F | sha512: 163068C61902CB4D7029A4D222D88411185CF5DBFF2461B674C996426D5D5185B543C12C19D00DCAB2ECCBBA8C3ECA56662B34C81BB48A7AAF43114526992517
System.Core.dll
md5: 37F5B777F5E22E189CBC0F6733E8FEBB | sha1: CC273CBE7C9E791A76575EB96F0E64B4205BCE8C | sha256: F1FFC4E2C26BE4756852894722A8727782DBF92FA5B321983038B210A9A4530B | sha512: C4758BD0EF6308E86D6131D4ED6557FA3CAAAE98FD56FABDD9BCD0A939629BDD12984FFB74C7FB85C6370D23C1BCAD5FB6BF9019E204FDEA90F32EE9EFB9FBB4
System.Data.Common.dll
md5: AC300ED5B9EB09561E0A2038358D65AC | sha1: 35721FD805E04131ED5EA1B41E72C05CC3B1D5F5 | sha256: FEAED55B0A31A6F822961F00FB0305CB894E3A0EBA17E9814BE944B06BE5ADCA | sha512: 7384A78CBAD4B1AF2400502B23FD6204DA745DDDE2E8A8E2795BB1A18FE96F93C83AE56F1A7E48D8B351089B9EBAA6BBC0D3CC761700300070B10206B63812D2
System.Data.DataSetExtensions.dll
md5: CD27AFF913D0222FE088682058D6489E | sha1: CB2C1C0B8E79B4414382C7BC62C7DEB92C9E7171 | sha256: C39129794B8EA7EDBF50D1328611158A9128BB70B812A42E6A368BA995ED7ADE | sha512: 60D041FCC4A40648328369B01782D46DB7BFB5B051A7DAD21F5F71421021100E5C86D3CDF13FC40DDF1CA0ADED3B021C5395E26D511DB54CEA4AAF6045861F82
System.Data.dll
md5: D06262BB280CE0F5B841AC81E3B2490A | sha1: BE16CC65CA25B216D1002ED5B33D113513D3BBAA | sha256: 00D97BED405ABE10478494827FAEBC7E6EEB868F9E74AA73BAD7E4CA57ED8D67 | sha512: FAED6348A59D2AB1FFA05D2EC6386BBA1538F7C9363A37EE35AA69273AC805E893F3CF270F1AEFCC45A4D88E1B19C0D4C70A27E170CBA922B458C6E65A8C5769
System.Diagnostics.Contracts.dll
md5: 61386751D771B40E2FCC524DA21DE062 | sha1: 82D1480C859DE49BFB3A776D1F31F6F09A407A8A | sha256: 8793629D53425F9602A8D48179ABA6862471D7A17B5152572E9A1DE60784E63C | sha512: DE7A4D63649CA8C7678A6B4F6BA65FC91FBA727E7DBB807A3E1830DE9643394A38469D1A30435C540B578E45778488E9927992C747DC65463F008C645A27F1D5
System.Diagnostics.Debug.dll
md5: B95A014D983F924655857FE8D5320147 | sha1: 13FBDEEE318A74496E6BA63C42D38D2BDAE54B0C | sha256: 63120F3A2E86E0CA6494750F3E8959354743D16490696845A609788B3E0DCF25 | sha512: A9B20C74E87F3DD0102FEDDA7746BBDEF2689586520F0A16A50C84D75C9241A9E31D1B529BB904B65DF579DC53FE9DE8251A0BC99C342FD5789503B729CAC5EC
System.Diagnostics.DiagnosticSource.dll
md5: 3D0D6E98B5CA2530EC9625BFCB26F4A4 | sha1: FCF68969CC8DE11C882B5A939873BE755ABFADEA | sha256: 699EBC68F4DAF092C6CEFC5A5666D145BF6C2B2D2EB58493A9F24E191622D82D | sha512: 6FFFEDD78058343D2172C05D0900C0E07E5D1C64AD3DD04373C4D92BE76CD8775304E5A3DF407FAEEB27648F4276FA6F91F6437229C3E769DC6377469AE07FEE
System.Diagnostics.FileVersionInfo.dll
md5: 7D4253ECEF74541D4819CA1882AC57A0 | sha1: BEF6027322D82132B6DD6BEB75EA05C6AFD5029C | sha256: 751D4D05B9B73CED9A119D1830E4B4358306D18E9959F543A9E1A0B97F9ED8FF | sha512: 9C3A08970555B13502C1743EA92CBE9625E309299DC535105B82D45E247D89BED318A3537B37DEE6E5DD8A39B29F3BCB7AB283F3FB8C31145B4333CFC23FC6EF
System.Diagnostics.Process.dll
md5: A386247E36261CE063C8308EC16E268E | sha1: 80D1B9D8074CF51337982AF481DCC7B525F3757E | sha256: BD55FB929527B629059FF84B1494DFAC066F96F04F29E199214C9BA1A4439CD2 | sha512: 63643784999BDF4BC9C4B8A0ABCEF77DF80E65EEF3EB60A8DD758894C18ECDCCE5F52A877BB2E6E6723D3D97E6D272922FF09D82D97853872682DB1EA07BFFB4
System.Diagnostics.StackTrace.dll
md5: 7C65E834C5E51FBDDD8FF000455DEED3 | sha1: 733C7280CBAD0451239A093A4EEB0495EEFC7B44 | sha256: FD37A3B0D5E6229FC4D33B02422B8F0BC05975D55A32AABB47C4E7F3242DA854 | sha512: 9D4206527BABAAFA542AC0C79808E8520C0AB175F8CB2CF8298396864CA4C20DFB13B2BCB26EA40FEAD4411A42D97D7962733E839B84845CF8E76C81D59523AF
System.Diagnostics.TextWriterTraceListener.dll
md5: 26A44050C0A55480CC7CC709DD1B323E | sha1: 4A2191159D9CBC0A3851E8E4FFF2598F410418FD | sha256: 51AC505272858B34D40D9885E9DF2990937574AB904697ED08DEF67F7053EF43 | sha512: F2A073874DA1E885942229BF43970E08BFCBF5A96D330E2012BC92E43178E3DC6FA7F3C08B15D51F17C48BF5F593DA35ED456E03693A634C08575191990CC46F
System.Diagnostics.Tools.dll
md5: 1A48689649E1972A92F6EB187C1C67CD | sha1: 783AC9603C1F8D6CCFFE12AA10313052ACDE5334 | sha256: E080BF508EEAE34AE1AE57D49CA9E23DA0C41274D6615BB15D5DBEF7BF5F6D2F | sha512: 905341D8BBB0EF43640AB27FFC0EB7044A929AC95FC9E898F6BAB68A353147E65B0797BE5AB058A3C83B445AEE3073B0F88A98BC307C37E3BAEA65B8F2AC5CDC
System.Diagnostics.TraceSource.dll
md5: FDF3EBAA3F73E07009E1F03C34D6CEF6 | sha1: 7EE9DC5F6DDCD00CDC130AAC128E26F980048BE8 | sha256: 2642134463B1BFFA3AED56100D7E988E8D0BB0C4F68D769D797B23D5789A4666 | sha512: 11F15A76695BC995ADAE5B9DC2030950E66AD86A8EE0FE6DC901223ABEECB9CAAA9F22E304CFB1772FFAC8A45B606CC5F6D47663D6F34D2FF31D0B38B064ABA1
System.Diagnostics.Tracing.dll
md5: 3DB9D9C1119188130B4889E1A663AA52 | sha1: 7154E70409489413A64257118025E47B77AC51A3 | sha256: C7FF687C33E6B69B62DC8714BC10A2928ED1E1A33560947BB422B2F513C4C9DC | sha512: 79DB8ACC7CBE4E6C851A890D3A41757292A3285B5CCF2FC6F9DC5F85EBFC46216EBCB10E6B968903170A57209A141234D7C60063C3B608A28F3E5D883B094F04
System.dll
md5: 7743F935441E54E42BE0AC1AACF2D378 | sha1: 10E2FE4738C27C98C077255F53284381CB814B4B | sha256: 2DAD3AF2414B34832FE5CF65F8C6723D48E5394EBEEDB976E543D0E2726D903C | sha512: 03990E770DB355C1CECF3B97913146642CB0CEF5EC2F6693FCB5C5F96120D4781CE1D6E44E6A3BA7C79DA0CE2424B48CDD940E344112DABFFDC54988F3082C12
System.Drawing.dll
md5: F1C338EB8196849CAF2C10248293D2DD | sha1: 6524F418F7863F3CECBA7E690C5840F0F04C75E7 | sha256: F986E902EC39D0FE17C08AACB9035636FF63983F9DF059AF948542B3F706113D | sha512: 76A675AF45C55FBC56A4F1E9200EB81D5D06BA62D3FA1573BC48DC1306FEE6EB3B8C1BF47904517870123085BB1FC220E3EDA2D8046A1612B8845C9DBEB9B282
System.Drawing.Primitives.dll
md5: 72CB54DFB723D1E1A24971DA0BDC72B4 | sha1: 1D43D52E4AD64B46464304D89A95AAE4375A3CBB | sha256: 09840AB41237078B18F880F34AFBA8D4F9B245CE0B362FD7A3DFD4809727049A | sha512: 7C8FC6F8E78BF2F25F90331AEB1AFEDABD170CED00D1879A9CD9ABF8D51ECD2B11E4829D5C47FF465ACCACD7D1F19C9583DC9BCB58E40C9252E271B210C22A60
System.Dynamic.Runtime.dll
md5: 15D3D6AEADC898CB9E02E2951FE125DD | sha1: 354EFC1821CE0F2EC4554892DD1A495D41F5C6B4 | sha256: FDCA4DBF044463BE12ABDA44FD856429D461F7E055D4791B566AD649A4FCC726 | sha512: 528788EAE5EEA253E37B34A35E2CF0EB2ED205B5CC68A6EB48A03786E7710FD7B425CABD41F4C1FEAFF166E0CFBD9998CC918D47044CD609FC5FB4A91CBF0044
System.Formats.Asn1.dll
md5: A68A10D659AD7DB7C116BC06EFAAE2B0 | sha1: E80486CFF55E8D99F60A6F91131EA2C72ED196F1 | sha256: 240EC9E1E86C6C55ED26515AF345AA3DFACF8899EAD287C1991BB568BF3D8E98 | sha512: 1EF7B45E40B52BAD1B701F01EFA7A7B5790B5BBA973A6805B79032418CD4FFA5EA41DCCCC468DE40F82B9F5714BDE3FA73F357538AC1D86C5A800C3DF93B034D
System.Globalization.Calendars.dll
md5: A7C29CF828EF094FA064CDEC42A8B4DE | sha1: 4C3366109431B439031536202C694BADB09FB1E5 | sha256: 7E94459B56F47EE8772FD3F6E1F71A25E81D645367CB74ED6287B6267CD5EAFF | sha512: 2B7688BD0155F54F7504A4263A8CFF9DD46AB65883367CD4B76B922A36E5A78A0E08F2FC96EC1321A93462176256058239C21C6C2B59864F1F76A66A63DEB462
System.Globalization.dll
md5: 60D689F9FAD39B5D7AA096AD6E764E7D | sha1: C39BDCE1EDFA0A224D277D5FADF6470CD15D6AF3 | sha256: 5C250635F659F8DDC973EED9112359CD172758E91816A603AC9370DFDE4C9576 | sha512: 35EB4422D2C70281712D3D7360120BF1262FC85F006A80C157DC00BD48A96F983168D28D9E45C82839C0E1E046669BF0156A84780B89BD29862D038A8C05A4AC
System.Globalization.Extensions.dll
md5: A696746CD080071D5AFC610C9D20DF0D | sha1: E15724195B44245BC9DC4CB7E44C46F2C6811AAA | sha256: 955E4103CDC3D53F38473500CCA982B4F61F80E6BF1D66511E3D0F944E6E7891 | sha512: 2C141DFAF77361E6AF725870B775A4A37FCE5DEDD78037EAC25DCFD11654BB1A6BDFBEDA4165B14A679BACFF1E7375ABD2EAACF8636B4CD41F33B8ABADBFD1BF
System.IO.Compression.Brotli.dll
md5: 5259FD96ADD5F20D12A631CCDD211790 | sha1: C6AB2CC6E4AA5B184C3B299D1143E7CC41F0DD48 | sha256: 895156EB2A8CB0D0F192AC9A1DDFD629343B25791181B7D0F56E1019FBBDCABC | sha512: 568604AC982D5D7BBFE8EF15369AF043436FEA6228E712F784A19C923E33A0C06DC50018598D0447086720B8BA4685F5DCD831C9989573D9D64597BBB108253E
System.IO.Compression.dll
md5: 09142512BBCD3C1A71FCB5D1CE227FFA | sha1: 06DADE9763092500EA240F4346DB554D3E188FAB | sha256: D145466824B0E9377C8A3EBEB747404CBA0774C219C995F36B89FE1EFFBB82B1 | sha512: 19F9A3DF39793A121251D919B804D057F282091AF9FD218DC54FFF0F57BBE147B5756B28A6A5E6AB08A2AE8B422012EC3ECDA7D709B46C7A179C50276D6C1FA7
System.IO.Compression.FileSystem.dll
md5: B9D224D8A2224AE68E59D43A4D340BDC | sha1: 1A73C0D40AE9C5282C81EF2A68957128C0803EA5 | sha256: B98EE9A17FA42860E574CB565707A824FF3160B872F5006C69308B5ADD86B121 | sha512: 02619D446B5207B3E33C0B732F405CC48E39EDB3D319641AF2C00A4EF9FBEB7AE624D45D54BF1657FCED0024659154543C424FC87B3A9EFA1F19174AF0BC14CC
System.IO.Compression.Native.dll
md5: 85BEBAC590A62A6ED31864557547D355 | sha1: 2BE0CEDAF86B4337B66B1BE87FE410210303E645 | sha256: 8F3322DE8EE2B0D3ACACB09B7B38AA57B8741EACEAD81E496ECE673A9FD42C80 | sha512: 8F23D302BB1A68B7C995D77D07503A3BD6F4EF1A1A1F4A85158B63F2D40DA7CBCF20D7375567F999710159E42E6F0FAD68771B1FF04F1F3B55CE8D40F6C4628C
System.IO.Compression.ZipFile.dll
md5: 5168C589DE22586C53946535F874A5D8 | sha1: 6811F67D5FC40CBC3E9C33BCA6CC0C999C146218 | sha256: 9924ACF3069D88C9488D3A7C1FF131A478A29A7E67F1978C98C56C85B0AE086F | sha512: E2C2B8C8BB55C19C736821626D5E22F908B82D699CC87BB40753A303D6A5002E722FCCEC6E293C18CFCC9C0B3C353CC1CD4B55AD9AA40DD308C423E26BFF2C2B
System.IO.dll
md5: DFFED3FE742AA15F5DFB143E43AFE618 | sha1: 990EB7966BA32F5D47997C13CAA6476C2C4D63EB | sha256: 446EEDE368202C5D2098FBA33E3D8E1BFEEB951D8FEF68B22A37047A4F802C0B | sha512: 13E9F98D1F6F79E00CB5B132C14BE389D7122436C936876963B52EA98EDB94D913214D32AC981D59E143B31E56AF20553145A8510A545834E52CD5A281EAE5FE
System.IO.FileSystem.AccessControl.dll
md5: 527FCEC5594DDF19B3364A6358EC6979 | sha1: 8470923DC415A7A781F1074A9BF07535735FD319 | sha256: 60F3AD7A1CCB622BA1DD7E2E76C7CB27BFF9CD9367D76AE906E5182FC0871A5B | sha512: 3A8CF1DB66B55344DE430DA10D4EE2F2A9183D45E1F1DC415D4BD3608112194678A9690CB35EC18C13255492C839C49DF838C5E7AEAD021BB213015473F59A26
System.IO.FileSystem.dll
md5: DC1A3E4E4519D3A86A1CF37464E80904 | sha1: A3873B6641946EDDF19160694A30258A8D7119C2 | sha256: 99E7AB1FA0C54ACE01C4DF370423EDC324815272D537E5116801ED133AA17EAE | sha512: C2CB64DA6DF1DE009D565453BB1840FC272B4F08DD5F8C9DFB599B8CBBC72549F87DD0B4810BA1BA8CFD82DA64FD703D82A8BBA689F86A29C2358F326E1F2021
System.IO.FileSystem.DriveInfo.dll
md5: 96E7C3BBD1FB6D859CEB48B8E00249F4 | sha1: 4A62F2CA34FE61167C1BA0257780052316BE79B3 | sha256: 4ED7AE42CF7DFD2ECA087DF025DFDD5AA8C2C3310ED79ACD9A28179168B11922 | sha512: 7443D842CB257942063B052F7C043CD3572401D778F4D162CFB85EA0109C67ECB97ABBC756F3795A3A85E20603C192D322A543A0D0145FBB23BFE282F4B25658
System.IO.FileSystem.Primitives.dll
md5: 7127A91FDCAD4FCD4142F472F297D69C | sha1: 35AA57E7961377945A5D0E3327803FC1372B2545 | sha256: 4C0369FB49C8F0376A82BEB9F94E2560F11D0D06F11CFE5164E6CBAAF4EC9D23 | sha512: 47E70FBBFF099A5F12388CA704C301E2972B597A5C3DA80024EA3337E24AA7150317D65A579F8AAA86905FA4A9CA3121B6A39E122EB0300220D15B1BC69354DB
System.IO.FileSystem.Watcher.dll
md5: 2C0041612938AA184E0456064A8699B6 | sha1: 42CF814CFC13CD7BE6935E8A7AF3E7C30AAEB1BB | sha256: FBFF59E4A2BB241165C4F51BDEC9290B1E849EACF2C1F66886AE0B2A8FA0BD8F | sha512: 1961BB30B4B4CAC2EA076E82A0FEBDBCE510AB2E070A10CC813BC48976214BB4A9FDC237EECCA7F7D7322737F137EAEEC6B7460AA5889992F37B8FAB6DD98DC6
System.IO.IsolatedStorage.dll
md5: A9354040E2CD607CAFD30ADF84C6D091 | sha1: 90563D7456336ACE4CDC013D259C69421B503FAA | sha256: E60AA032027C2E2ED2BB2FB029FEAE9C78139DE117A46EBF9679F646FAC39E0E | sha512: 02B581CB5E53D5108DD5DBB02CCA22CF0C1929D0DFA7BB71451A3D0BC00B8BC97D003B3515D88DAF3C7A71542238191F4CDA870CF4E02385DFC1C97E3BF656C1
System.IO.MemoryMappedFiles.dll
md5: 8761B12E0313A4E62943DEF3658E8DB7 | sha1: 99434DDFB222604A16299DA24A98ECB39C74204A | sha256: E00D83ADDC7E0D836EF58EBEB45FC20AAE318E7294C955145EEDDA155B12D583 | sha512: 5072C5BCA73F6FB08475144BAB73DB5DEA843B0F8067305653146951C74D1E45B208182DB25F808DA8FC40BE49C0299B1769081DAD370F3817C1C74CFA9130C6
System.IO.Pipes.AccessControl.dll
md5: 8D67A15EE0BC6DC1CC27E7CBBDE8BDC9 | sha1: B254ADE93A164A49FA7CD635E3AA261B7045C0DE | sha256: 57A4914D07BD3465907B20DB73F253C683B0BA078CA9C3EAFF6E1F259684856E | sha512: B6F7D315D9E22166BD5649AF38C6773000F346244599745430E86F7CEE8D3FFB256D899C84C122E69E927BB96C4413B75F4C4B23AF200A471F0C08C659D54CE5
System.IO.Pipes.dll
md5: 14DC64CC007225B2B27D37E5E47E4DD9 | sha1: E28B310767350DA5D775B7C54D7C07762FB576DC | sha256: 28E9B7EBE9902005010A3B5FCA3EA589666F9E8B4BA42127F5957CB178420E90 | sha512: B01F829B8587B2922EE867D7698F56E4F80943CA172E4E47401F771A34CE653905F6F337059DA43B3B2D9CE6BB58CD2D7F363B3D10E160C246E813A2FE5DE34A
System.IO.UnmanagedMemoryStream.dll
md5: B4F566FCD8AFF19F4A05446EF18BB6E7 | sha1: 37764A108CE30A9F83390827CF2ACF9ED98601A4 | sha256: B2F4B224095541CD7EA1079E41DB1F2281280C665459372F46DD26BAEF545F44 | sha512: 4224509D4EE8B368DCB8EF4F90AFAD83F08646BADA00BAB97ECFBDEBE2FC1D38454D6A0CFC48E8E2558864C6E94D2A0686EE10CBC266E41931D5B1042CEF9D2C
System.Linq.dll
md5: 41EF9F4425E9E17C85C855985AAC184A | sha1: 4A295FC87746BD0925E17D3D6A12FDE33C732236 | sha256: 60610209BF98EB0BE890F27221C8DEBACC64036E3548A0115DEA754ECB79E276 | sha512: 6DAFB8A0E393D39C15773F60BEA5AACEB02599A6333C822916353D97CD967AE4EA770B7EC7855499951B6DA140FC956C4D577E3B9EE18D2D7AB34AC21E58392D
System.Linq.Expressions.dll
md5: D5A1321A5956BEF83B2E6360DA95AFF0 | sha1: 905F8C6205A4B754B73FC2AEB79918820E46E846 | sha256: 1C87DBA0BB2E7AA23CD4BD95A5FAC92A224F3C7850AB69B968190672C4B5778B | sha512: E379898C3EA492DB0B2C0016F99BD7B81962E01159960CF3454AE4E456E8448AB4499F18E84F0A8C944F2FC2B8414658F160B3CD8A309F22A2A8A597C9921D8A
System.Linq.Parallel.dll
md5: 116AE29C2D15FA1C77B029717B14C177 | sha1: 2EB1C8EB2CB22F92B7D40E615E50189B8749032A | sha256: 43FAB14436CD00F088AE6B258EECCCBE7684661D4CA1107DBDF40DB8E59F2421 | sha512: FDC44E8503CF871456F30E238ECE5E9C2C3F4212E0E46FFC893DF129FF28443592D5382208B66B8AC465D137267B17FA925D668EA894F2E74A8E870486BE1AF2
System.Linq.Queryable.dll
md5: 898449BDC6BC6D9F9B070E24BD103F27 | sha1: D1C3EA2787D2CBA6D463FC4A4D975BC64E189821 | sha256: 35B5977439DE0FD407023250DACF9ABCE3B61DA27FBB9160ADB64376B1C9AF83 | sha512: 1DF5C948CD01FAE4AF6554C33AD451BFDB0DE9A0B497883D35F4B9F45925040E6E09F7793CBC92C97A91F3EE006521E36699DDCBCD811DA6DE673C5B0C4E3039
System.Memory.dll
md5: 898087683C76779984E4BD4E82201A75 | sha1: 1D98753BB7DB1627AABD5C75135FB2EABE90FD7E | sha256: CA3F2E1731183ECB397EA682F5C1AB90B081718824F7A72BF68FF8C9E72C74AA | sha512: 29D8630FCCA32967146CF11A305A2C379717B6312E4D233F426ABF29DD134FD6B4CF05ED6D52D5DFB1557DD8A60B6412E84770769BEF2F7BD2C559A5F149A92D
System.Net.dll
md5: B3CE452084FF1BF7AD3C824FFEBFA230 | sha1: EAB02CD5DEB6016A527DF5F0DBE79EE698C3A1D6 | sha256: 6877999B16DE248FCF120D78297A451B73DC891ED9F256A71DA0116FB0A97CD9 | sha512: 43885D353B95043093785456975FA443BDAC1CF565078C20CD503FB37235F8E0A932FED4DD73BF19DF7321AA65BE4917935DD97131D7FB56040C4A00518F7F69
System.Net.Http.dll
md5: ED3A377BEAFF5F649F48D2969AB9CA75 | sha1: C573A6CFE012C4D3CDEE32B51E366A47B6BA18B9 | sha256: CF3A6A728378ED121C861FA9553746A8D180A7CA3626FE1B0590A2ADC84A2C20 | sha512: C532291E77A0E1CE65940EC8645A8A76E892A3E107563C9A78F3C7D8DA18823092C14F2BBB670249EBF2B43BDA685B73566115FCB2CF5F436AA6BDC6D758346D
System.Net.Http.Json.dll
md5: 0D929DA5AA685019CA30DE73DFD9CC7C | sha1: FC9F3714C5684D394AC0EE97DE8505E764841A79 | sha256: D57DF39A2857DBCDB11F957845AB122725DC37B62D9DE96531A7709CC2327199 | sha512: 820F9935E374120EFCEF58F7A75FA727E4405D99C8C16504E18264745C5836285232FCDED62CC3D72A60D6322ED423B89BA427D91C191477AA9309E3DA43ED1D
System.Net.HttpListener.dll
md5: 23099C45CCC292763127743F8D870215 | sha1: 2CFDD56CD139147887134F21330D4AF36D81C289 | sha256: FC97411D5B3CAC541D10387D0D0D488241085402B7C0BDACA58791A9C844A5B2 | sha512: 90CCF195FC97ECC794AEDA6CEE3F191DD40F525995B0F4860A2A92661FC2EB3EB1C0608A5A67BC5EC0AF2AB70A316BFBB5E8132DFCC7F811E47CBB9F10D3D427
System.Net.Mail.dll
md5: E54BF4E5AF941E1E10E274455CBA0DFA | sha1: 68873DDBF3FB650E0E99ECEC8ED718474B3D1D29 | sha256: 4D60ABB867CE4B1D0EBEC50640F6277C6B9C5EC4802FF352AB2D12CF2AE06833 | sha512: 8177052F7158ED85682D68663FD0996DA2A70A916E0E9A43F6562271F73E1E311E8CFD03BDC9D09B2B6CA9164FA7AE16512F0E900BBB35BA3FC50748246228AE
System.Net.NameResolution.dll
md5: A345B78F7098202EF1EBDC88B5A41F51 | sha1: 94D3215F3399DAD03F74212AC9AEF6160143F2AB | sha256: 05AF6BF852FFC5E011341A432F2AF8269FFC4AD983DFF7D968D84CA33F983A1F | sha512: B25C54453DAFC5135713BD30E29B7CC68067978838667C271AFF44B07F0ABAAB6F6E4E25C3B915E99BC5B05C8EEF24AD23F4F13CF01CB411A0BC5C87F704BF90
System.Net.NetworkInformation.dll
md5: 6B380981B6F2B170E9E44AC372F9405B | sha1: D790601A26FC68ABAFCDD895259CF2FD4C0CB800 | sha256: A216E2CF896E33E63F14AC43F5D5CACE38F1A2797ED68526EDD780F32758CFDF | sha512: 8FF0E7E5D99130FB07E50D39FFBA9237D8EC60D52D0B579BCDBF98A1ABEDF063D1B8D161C78669B256204CDC63F453E2B913BF1917816646CAA3BD499F9CD545
System.Net.Ping.dll
md5: A5D5E514DE8FB256580B6C4294340493 | sha1: 9D92AB95E32257B8A277B01E03599E3A5798E703 | sha256: 6C9973D474685BFF960127CBE02C4EE756CF22F302AA614909E1498407B55B00 | sha512: 2F2F431D07E55013500ECF7F1BC7C7E53E1BE6E29D39BC010BBCFCBC4BBE7B64ECBF6FA09999C7ECA92B09A410B9638368372ACA1D28DBB49479EB97171FC360
System.Net.Primitives.dll
md5: F4F4E83F41934049A073213F206B4781 | sha1: 758682CD7DCBD01050550A43597E479C11D7B2D3 | sha256: 6601CFDF8A6AB3216521D71BA43FF69783C5B8FFD9287C31ED98A48D8A01EC0A | sha512: 47A6B3382E2A2745F3329C22FEC05272DAAA5AA0B0542624CF5B15D0D491FB241040C504D92D0F22C2F35B9F68B15B7631D336D1BE0D4EAF5BB9B01131FB0A64
System.Net.Quic.dll
md5: E53BAA57291F81C52FDF704C45FC4745 | sha1: 46296280CD34A3D1AEAD0F6E0A43F725B0ABCB67 | sha256: CA57839C759ECB15FE157A94450FFC6F3056C059F46724FDF2942422A84B8E59 | sha512: 760E15942507DC90F0E2F27A77EC92727C4ADF1167A238A0CFA2798814D3978EB3C93B6DEEFFF4C2D9F5A5C201408082103FA723B666E3E7C0B688205818A2B3
System.Net.Requests.dll
md5: D18355AAF6A9D5F07C5DEB134E93B6A5 | sha1: 055B3D1B88C6B5A9C5D40BF72D6EFA4219B17D72 | sha256: 6DFD8B4EA1B511AB25B24EC34805BEAFE56D74E816FA714978831D39FFD92B24 | sha512: CD91431D6FD80FC8B3BC6490D9B55A43BEB3F1E1D60EFF64EB7B734BF0AFE3C6547D3C6BCC51F3CD57A0D4F761C4A6CEE6E2BD2D3BD1603EAE37F1EE72464B45
System.Net.Security.dll
md5: 2D2B1404404CBB7134ED70A4C4AC8C00 | sha1: E0ABBB03D2FAE376940D9F947356F2BC71779DA9 | sha256: B2E5701902C07269DBE9344317C0E531E573E33FAEA7D85F9E9A9AEB076A4CE3 | sha512: 5172C13A61EE90B0DB384ED52E7DC416828DFD253274AC5735A8C34AD7C4C44AEAFFC55FCB6DEE604B04240A50536AF5EC68998F4E5721E325EAF8C4349F3DFB
System.Net.ServicePoint.dll
md5: 9A9B9306AABD957AD57D702361AB9459 | sha1: 482A6E4EA153F22AFE8BB87E5910FF3E7203D346 | sha256: AB424FD1EBCC8293808A9325CF933D4B15E27732FF261FCD871EDB130A37D601 | sha512: F6AA25D413B0D92EA7D661F1C68D21295E013BAF0B3DAC144EEDB72BCC964EE19AA52701BA91ACD513929E98871F98BAD37A88A7A785E19E4C34BC9549BC9423
System.Net.Sockets.dll
md5: FE182FA1D816F9C181C0D9CA1A1E2E67 | sha1: DCDA7369AC889A845B743D460A297674847885DE | sha256: 675646C8E19AF87028151655368FDE8528C4C3E5EE3DCD6CC1E65B2A96AB0C57 | sha512: B4E40619F05087F71137A063E172AF8FF77AA19DD4625E0E626E50160190A7820AAECAC0ED03A676302DCF21679FB86A8429A43C82A68EE19157A24EE1C2F52A
System.Net.WebClient.dll
md5: 7B13683DB8E3105561E705E13A5ACF78 | sha1: 02CB034768E66EC447AC6E526EF2C38F09D666FE | sha256: 255C5BA0BC6CEFCE4BF3D572F65AE0D0BA3F045D0E7BBDB2616E9098DEB1424C | sha512: BF982E93135DEC5B67F7850ED9963932044A0A77EA15016A1334B43681CAC6688E795881DC59CA19C28BA83EAFE394E3CFC5CF957F60858FE6D701FAD64849B9
System.Net.WebHeaderCollection.dll
md5: 5268F78E02CBC76DC8C2E1E36548B155 | sha1: C874CE35E89B11C050EA29EAB60333D5E2889825 | sha256: 48A11B23531B5D7617BC0BC39DA162EB2B650B369B30D0D28B6A766E53FC142F | sha512: 86911E66A1C11108D6A5637A33E15E632B0E390519AD9F27DA88A001AD6E7BAE766BB7F953C5AD9337B7303323122447508165F67D072C5CE1C842531D8F5D20
System.Net.WebProxy.dll
md5: 17284A195166B98CBADB2B10AED73746 | sha1: FD76C3E1E01684345567841E61D0950CDE59CA8A | sha256: B35C0D602F3770910639A75C512D5C9A8591E15F9C208A0AC07C5FFC67E9427A | sha512: 371CD1B1A4A87D9A49D7DE139946CF3A8AE64460F6B2244306E0979EF6225B980C3EC819E4474DC80A5F8EAE3D1FDFC37DCB85BFFC83CAA468072D91809A95A7
System.Net.WebSockets.Client.dll
md5: D95F84F31C918DB471737C350BAA190B | sha1: 9CC51336DCF0EA5D0C740E239ADDD57B0BA49921 | sha256: 83B405E1B47A1DC90425473D584B87164FCDB889A9C4AE2FAA2F1A41217028FD | sha512: A11F6079CA6F22363D42D27DE48EAF52B1D26029091D83C7A1D9E3587654FF64BD266C88A4E861E60EE7BAEA633073AE051E0F402F7980C2B8C3F90D01C5B499
System.Net.WebSockets.dll
md5: 73DBE47429D24FE5FF4FFA6718607331 | sha1: 9B18AD3B8D8F1F4DDC9FF19811F1374BD64C3504 | sha256: 371F4C24A9F7B6F8CF9F761C68FCD6D3CE425656EBE1DA96CEB59BBF958A8868 | sha512: 905B08878909EAC5CFDE4E2960A0B8AFCD7A307323DE1AD2EDF675D7B12BEB48A84D2D1814CD0ACF3D049DD9FE86EF222F66DCAA2B432C505033577D371E780F
System.Numerics.dll
md5: EE4713C66A915C1E42121C83605509BA | sha1: CBD1E618A6DE5A4C38B044B626BE5CDCEA045198 | sha256: 666C823185AC20D26E9AB4142860F341ED124E30DD400382DE73FFA142C22C60 | sha512: C27F6402D92762E81720D91E42144A0CE02029DD30CC67F88B7AC6D0845E6E156F5DFFE880B9A484CD3D497CE2291464D84655F91025D11CF793BDEADCABAABF
System.Numerics.Vectors.dll
md5: AD94A796F057D5232D48A5ABD88331BF | sha1: CB7FFD5309E399483C2EC003516FB97DDB7F7E44 | sha256: A79E14ACDA72B36C9D2054B6AFBE72DAA963EB9C3D03FD1314FFA95557A64490 | sha512: 6B805467F87A2D72EA7C28AE324FC2B6AEB3A9F74A74B1E8BB51A55E22631D15C6513EEC1082FDB1451FA91F5E5645A99C7C495FF06A14886180320C3C64C075
System.ObjectModel.dll
md5: CC56439DE38FB03EA7BED44C21593396 | sha1: EAAEF68723BE2736EC1CF89087DD1BECA8009EC2 | sha256: D0A66A58A4592D7A489F60A37AA8F3ABD2693F8373FDFE7E87E35ABFF138D167 | sha512: 6B86A26195974179A939C65CD113F40830AB9509C8191FFA6D61F52B69C4D197E8EC1B1F3A73E9F52C36B84824651AA3F2DD5BF0D4C7FCF89ADCD095FC01B00E
System.Private.CoreLib.dll
md5: 3A65828CBFC85545BC0CF95CACC37C9C | sha1: 5C734F6F5C25C6CD90D437818D205425EFC1E312 | sha256: 08D63AA9BDD207C5B4643AA1B89C511962A71968DFD5485C4C9432E05589524A | sha512: 62369C0EF3D0901B680B96426F1C51F3B6C0F45DF655BE1CE50BA66FF9B2E0CE944C98721F91387D5A58AFCC2E7292D60AA8BAB7CD04B26EEAE2967D53152535
System.Private.DataContractSerialization.dll
md5: 667EE0AD3D00C090E000DA3CDF302C1D | sha1: 453822F193328C3F20CFD5C24A7A57F3AD1365A4 | sha256: 5A73FB655B26740566840F88229748DF26AAA1D272B497DB91F072E066338E68 | sha512: 07CDA871DF3309EFD2D0CD65E2F3EDA0C9157C1EC0D7AE8173AB9C5B40439DAC1C92AE16EFB00F29040554E877738557B3882F2B6CEA8D4EC446F40E2D4C721F
System.Private.Uri.dll
md5: 10B10A36F724E578F5F09B3BDEAD803F | sha1: C33EF920710B7F91372A4AEB5428A040F86EB55E | sha256: CC9E11B6D54A3464BC264085A942BCF108B9D7AB42CBDC4CF0878CC32954B7A5 | sha512: AA1B919642C1F8AF40E296F67418CE9825144579C33882EEBB04EDA412580EC0191179CA5998E432D330FC3C1AADE6065C68BF10CBB11FFE5EDD660698AC41B4
System.Private.Xml.dll
md5: 53205F239ECD3C26432E7742C8767E40 | sha1: 604A6298E6F07F19C436ADD1F64FE42E44C4BFD5 | sha256: 466BAEF22BF60B79A79D40F70BF09B844B4E8435097863D7A9D9F882AB7413B4 | sha512: 0ED9EB5EB8E3804E4E1A4C5BB8C75E7A60DCFDDB55B799D9E84A32F7079FFDAA23DF13719D68C56AA144CE7731F335726D4186BFE764D3B7270226E1824E843A
System.Private.Xml.Linq.dll
md5: E7C66B1B5A042C7B363C5CB0AEAE5FA1 | sha1: 9EECAB6E64B19F28CA1FDA70CB5D7173E902D6A9 | sha256: 808B2E7DF3AE0DCA60F5440F79D9FFEB95B9EC8B8BBAF68728601819F9509F08 | sha512: CC3C523B55D1666FF946920A3C82C5BE626737FBFD55FC3FFBE70C82932A67BAA61C4E6278AB2494F8B16D3A2628C42061A2EE67810988FDD2FF2627178D1F29
System.Reflection.DispatchProxy.dll
md5: EFC80ED62E1D499C0A0AD4FA5BCB70C4 | sha1: 8E3ADBA7179DDCE681AF8214E81A07D6F0DC26DE | sha256: ED5B9F71F31F8F337C4A6BA306B685DEE5E644B81C05B289F179FBA2A1201818 | sha512: B1349773BBCE0BA8E5028C36CFFBD7DCD575D3150C7F9B85FE9F328EED52C75F8483B12326213FCDE890A8A029FA451C773E75131740FC418CF54BB1C60AFB22
System.Reflection.dll
md5: FECBE334548944A7D2FC4DDB4A74F34C | sha1: 4DB6CDD9147757EBE9FF36FCD5DD87DE1E710127 | sha256: 3FC7AD95CD9280168E03BCB686BE67E920CF0E18B3D26E41CAF06C92CB1A9606 | sha512: CA0998FD472133A94DE491130425149D9C538B1FDA904BA4D0BEFE14A18982DAAF9CCD2C72586DC69FF5E3DA69292B94CEE4777FBF304D725BC1AF749C763B0B
System.Reflection.Emit.dll
md5: 8EF9027D6A9C013724143564B1F71032 | sha1: 545162E6D985535770370A5C14A4F9946594B9BC | sha256: 369934A1570AF9FE73BCB2A7B9BFEE50EB7F0CF5D79F7247F53523A83ACA496B | sha512: 272E0FD2BD855354E207E27BC30B8FE82CBFDD8877189F0EE1575A0C296E98C18809B9F486B7097F9B742E245F52C242345811DEEC1081ABF2B3DFF9882A41A3
System.Reflection.Emit.ILGeneration.dll
md5: 20874065F0DF10FC250B2E19A3EFB15C | sha1: 89B16B349044E611C86B645B6242AA32A1D44129 | sha256: 43CB67F3CD1166DF0F718834BD5EA026214D2A8AEEABCBCE1B7DBB59BD7EF7E7 | sha512: 60E15ACA8A88788B4FD3E7A9AD4BA00FC9F7B93C3D3A23DA40EA14CE6ACB413FB6318EC45630A0EB3E5A58F22699F6096E35078A4F3B8302D8197346ED728D76
System.Reflection.Emit.Lightweight.dll
md5: 7944CDDB33EC85FA1C4CBF7DC279F957 | sha1: E34071DEB29BEC401ACD407B40AAF8216D4298E6 | sha256: BC9594D25D0E5581F2DAEEEB9BA1230ABED750AE11E80D06EEDFDA5A4FFA71A1 | sha512: AA5E9363E33178B784D1C7D19227F13ECDAE9C2773953B11251D3C47DC5B93917FDC1DC705BE54560E16A1FE807C5F4D797C7B0BFED67507149D397149C0DB11
System.Reflection.Extensions.dll
md5: 1BA6F8719D5BB63BC55EB5778D8267B3 | sha1: 1404F72A5F4F00312A13131475FECC00E960938D | sha256: B2A7EAA442CFF39D4C52F125A9F79A29F129ABEA40EFFAA0FAC68168EF77169A | sha512: 991042C810BC930C200F834AE0E2714798F70B8FBD0900534C20C770BFBB634092AC30016BD0A686C3FB1FA26754160FC2403D2318CFAA6CBABDFD5989809B96
System.Reflection.Metadata.dll
System.Reflection.Primitives.dll
md5: 1B623A01F889B6EFEC7DC7DD4F30EB19 | sha1: 8C02A4EE8C93F56FEB56B08785F8A40F03B5F1B1 | sha256: 0E94AB702F78E14D177708FD8E4F5D95419844B29AACFD0903E0348F6423834E | sha512: 422D6ED984CBC8636DF081C1583C6A2175E43AA443EC0EE7858E268DF1E91848FF451029B1B9FC3B0AE34D75FC6BA60BFBED4C3F9E5C2604F7DA33576FD9B6C4
System.Reflection.TypeExtensions.dll
md5: 7C5E654350A3CB99C29E4E74E00B7222 | sha1: D80FCB8B375A992AFABC72414D91E1338C491A8E | sha256: 0E7073678C68DE4B3AA763BFDBD9EB1E33B3C57F5DE64CD4C4C357B39D46525B | sha512: C6A22407BB772562EAD2B850A6010D77158698B6C563BAB2C2059906EF3F387D7DB2C5232A9ED97451CC0D1ADFB644AF97A6AB7CD5854044A6EA2AC020C88948
System.Resources.Reader.dll
md5: FFA5C5CCFA0D004CB4F14F17A3BC3C6C | sha1: 3B56091B4E004471517DC1BB63DBA6CCDEF6040C | sha256: AF1AA596519E600297AAF89DD55CD6008B18038D337115695ADEA3EAB9E71841 | sha512: 2F7BFE1800FF3BDA3E53E6351ED351CA65DBF061C2C75E4D49A96467181DF3AAE35D703AF70948CB597A878CCEA34108BA44344B5FC0587FF6A6013BA32953C9
System.Resources.ResourceManager.dll
md5: 80F7831A0D03080D2B1FB2C2C582357A | sha1: EC639F2699F944A9ABC758BDB07C56856B49757A | sha256: C06F9E90FD37D58AF7453E5D31E713AD0D9697BCD4ADAAC33FCC4087A4A395E0 | sha512: 1171641449A9E552AFF5F896583FD2DC61C7981A086CE9BC25D4E02AB8FB8F7CF194F047A6A4CDFF7F9E0D717BA7935F045B983BD7D24B641FD514D5E0157034
System.Resources.Writer.dll
md5: 334E1BAE3B5EA02900D2E1A2FE6A0C46 | sha1: 8E75482B8BB43C4182E13501CBDEF94CE00285B7 | sha256: 61B9683F3ABEB82B8B47F2A6B4489CA841360080E732B0EE9339C88122E944CC | sha512: C51CEBA66824C5771421BB86FF5D4C7B9739A521CEA35947A7CCDF4A48CFEECC08BD71FA72BF71292B68147D78631394EE8BBB7165E3483CF52CE38208858A25
System.Runtime.CompilerServices.Unsafe.dll
md5: 84296467BABD21A6B7E55CEAA5697F81 | sha1: 8868A6219FC9528919CB5C0A1AADC6E26DB4F70A | sha256: 4B876B2C17FD13E69829F8388D01686C5DAC2B810F6419C090E3784DC1073346 | sha512: 7BFF5D2691983761E9629EAD20E8C74288FF26E3D456A9B25D9B02090096C31A6DEF3177B9B49D9D515F858B02E9B3DDBA2E976707F2728B497CAEAAB2C2276B
System.Runtime.CompilerServices.VisualC.dll
md5: 1E852221C24C9ED00F1BC3AED495DF6F | sha1: FE1F0039D3DF3436463162F0A896A214BCECFFCA | sha256: 10838340B7D2BC42A95ED5579ADE62A2925D729C0059BE4EFBD850B6B6E817A7 | sha512: 29D671A21B7933F20615A1620C9D290BF304FBB488334F8CB7B88CB86E03672E4B9F841FB5783AC5CEF6AA34E15365196FF636DA879AEA9A76A447D9A75B4E23
System.Runtime.dll
md5: EEA6321E9BAEA87CFAEE4A74C65825A2 | sha1: ED04605006BFA181AD45932C0E374B8A40CC6673 | sha256: B6B87692ADFDF61B6E629537E1075020CED3CFA8DDD2A402A70900CA104851A0 | sha512: E0592260DB6DAA54A17D5C5AB850B69D5ED8D4A12E69941632023666358509C3D9A16735825815737E2EC8DA0CEB5BCA1493BB221D0BB1335289BA9E3B6F9FEE
System.Runtime.Extensions.dll
md5: FAC2E276E58E07371CF1ACBBD36EB458 | sha1: 019A2DD4AACC4F4F5D71686F85D87EAF18CB8D3B | sha256: 3AFF613957869AC1B6681797CB4631A44CA236E19ACAF579D67ED652776B1118 | sha512: 5E09EA9A323EA9C8F4FBD83EB616E964110D336842452BDF6AA7E20D2F11C5118605D91E2E8D487077DBCF9650CFE91B025E262D25728F19E99E93828DD7BE9E
System.Runtime.Handles.dll
md5: 1795A37BCFE49D22641B8077F1CA9207 | sha1: EE8D6F8FE931531322860D7D1B762A06D1CA7084 | sha256: 866347CA5B04C72D24A072D21F4D74BAC2D1105477AC4DECA527A58E9CECF3D6 | sha512: 6A0C9FC3C62D0B191C8CA1F397386FDE3C48AF8C3FE9F8FC09C8AB0B382192EA0668101066264581ABF9577D96FF11F9B0C7AC21106E3C480DCC282217F750AD
System.Runtime.InteropServices.dll
md5: 3AFD79FE570A0049FE1D28135C9412BE | sha1: 15FD0A6EBEFEF39A4C24EAC7CE5EE57A5B4CE6F8 | sha256: DD35323C840B5513DD6B27C3B582E3F11FCC252ADFE0CAB46291E9A4841ADC9D | sha512: 3E44B8A81F92F632AE4E363F1D486AA88AB09F5E21AF77DFD9BC7BFDD92F977BB6A94DB3B43AC403A1F818119111E8BAAFC23CE940B6DAADD95DF8E4CC3F3392
System.Runtime.InteropServices.RuntimeInformation.dll
md5: 3C7FEC7079962059489D988A88955817 | sha1: 35B40A9BD4DA607D1B68E6501F2ED61D7EA373E0 | sha256: 671541BBE081044FB1F400FCAB4BB397DA0976A0877E5EAF2F9BE059C1187CD9 | sha512: 0D1FEFD94255E4272897682064FC17AFD949F4A45D2BA241DC5C21E9B8BC8F18F9BF830C5AAE7EF502BFF6AE0CCB507F119FE843C29CD8FBEEA017C266FB73A1
System.Runtime.Intrinsics.dll
md5: 765C0009A3BBBD9788D9B9C5C4D21CB7 | sha1: 1BDAA270266960679972038ADF007197CCAEBF96 | sha256: 189D05730A3E9B6B4EC85B79545F2910C52CC5D87B0B923F36D432C8496097E4 | sha512: 96A4B7E10DF7AA0723A315D12B327EC228599AAFCB5D27F755D0AACA5D1C3375DCF72A973570DA6391E220144FEED923D34E0CF74FB692C73F2BE7FABA983C03
System.Runtime.Loader.dll
md5: B5AFABA292D4D5733F9A881D9CAEA782 | sha1: A739E292CDA91C9726B81607711996D3C6C71F48 | sha256: 07FED3F2D6C199722B15245F343A97EA05F9909FC99D9770B76B4C3A533DB908 | sha512: 43859D116221C2A69F3DB44866E6E8CB32AF76CA55A3F9B0DC23C70720CC964FB5D255C3763D8EE62450012DC0A867160F86E10566DDF4BAC49CA402F958103C
System.Runtime.Numerics.dll
md5: 3F631DBDF3D01885853384884269C74C | sha1: F621CDC61DE188CC272D6C59C6BED12392C1911E | sha256: 95149B686939D7500A62ADF8D9E8BAC79A5CE7D84D7D9B65A5AD6F88738DB566 | sha512: 6F3E95CA7E18A34391339911242A0C11F37254719A9674F7DE55515CB46B2A5769467F07E7350102B96A6636C4E610C38E4039D2D9533A79396E937CE6213361
System.Runtime.Serialization.dll
md5: 1E299CF03352046976FE2BF9814F3D7F | sha1: C82D4186324EF13FA99E63049B10D605760A5B0A | sha256: 04873315C2B106CC59013DE3DA101909F11CDD09FC2D15893E15A50D0E9EF5FC | sha512: 911507A0102EDE2BBA1C9562890A7D48B962D6CFB32800463D810FF7BAE4CEDD875E4F38C7658C140577A2FD5066CF2113DA31A961D81A807E9C06B880886B7E
System.Runtime.Serialization.Formatters.dll
md5: B6376E78E21E147CB48C1F667FEB7644 | sha1: 2A6D3ECF59F8A43DD098C9ECB75036F673D2F21E | sha256: FDCCC59DB56FCD2CB4528E00D4392674541F7939B17FF9441517FA5A9D24E7C0 | sha512: 299AD162A87BC91CE9D30847758C3FA0A6F2A3377E80A25615B8064E15450930A567251582E7A58A2A317D84BFB6ADFAF6DBB6235638736F38D672536B44B8DF
System.Runtime.Serialization.Json.dll
md5: CEDCD39CC680C2C3340ECCEB30003901 | sha1: 7E964ABD7B946ECE201CAB3EA9BE60D7F7569E2D | sha256: C5CEF6D6A1DD5FADB05F1E3EB3A49BEB4C213A8843C1093EF65E3DF2F21E3864 | sha512: E6577CF45541E42BBDDC6E1F680B56113B40A36156FFADB72B92174C6D8064D181387CF3F7139477087C6BB681376DFBDD9DBF18439C8A88EFD4FB87A627E540
System.Runtime.Serialization.Primitives.dll
md5: 9E5F01413A07ED6D3FF40DA45B485155 | sha1: B2D7947AB1A5AE023B8AC5CD470B6EDD821CFC06 | sha256: F56E7AF7FDA4CA82C04229FF1847F2017FDE24FF3637B2B2A03A32C0726B223A | sha512: 42AB4E1343F80DEDA5EDB056CEA38686784D014FD40E7E62486A37EE57BCB27BB8BE4D0B5B84DF28A77DC88AEFBC9A32FD1ADFA7EA0333AA06D49C20F7218C41
System.Runtime.Serialization.Xml.dll
md5: 67BE395F40CAEFC57ACB81712DE6DEEC | sha1: 8017673A5C7C9C570D3AC6DCEE3C7AB5CD0D52DA | sha256: 9538296188A9314BF3A28FE0BF25C066DC3DF040712FE1F36F9844E3DEF9DCAF | sha512: 682C01213CA6569137BB0BA74F2F4590AE6A32FBEE5FCF93810ADB433D18A1BC654890A7D1C5172306520FFC2227AB48E4D9069C69711BC2CDBC43437A80D7A2
System.Security.AccessControl.dll
md5: 29C9C97923687CAD5B7B487C2558F9E9 | sha1: 8AE6543E23DE20581C7B4007F92F8A2B424E302D | sha256: 48BF78EC55AD2C503A991FE811B991389BED933404E73587A9D636B824C60857 | sha512: 63291B06B7F70B20FB0BC9729364FAEBC198B37E963E4BFF0AF4D68E978DE796DB2D1B62507C1C9A3F5ADE5D549C370CF228AAF0720D630FD442E510C6104822
System.Security.Claims.dll
md5: 9FD17BA7D43498E1AD29FFA7099F8DA9 | sha1: 6C098C109880A5DA1636F2BFD690450476133DBC | sha256: B16141023167CBCA3B256B79D87E6B179C82185E8E1B22A8061E4D97F94F1E3B | sha512: 3076722B806C8129119529604CB8DFB096EB5EB3BB170058387BB321A9A0FA6AE167B45D3036EFAD6730C4A9B565E5F1BFAB9E0787615A3BDFC13B843AB7FCAF
System.Security.Cryptography.Algorithms.dll
md5: 9E9EC4A84F2E8D35C55043DD31B13413 | sha1: 3AC9C64CCCD4AD66AA13A4DA3AC7F9AC7DDCE6FA | sha256: 4B72170515FDDB902BB3D459004B7D50C64ECBF562223A09D0265B7CD97B7C97 | sha512: D1C97DC335AA8F4BBC1182A3B2D78E753167B29D262B32B2499CC1477316511F87B1CF0A4AFED4016716F047277584C5C57C7E893E78A9D56C75106F3CC3006B
System.Security.Cryptography.Cng.dll
md5: 391AB03B69DDD67911E5975E66E94221 | sha1: 32826A46F476D31AB3A03E3379DA61116C129F40 | sha256: BFD7813A5B346BA963381C6B533ABF76CB1D9F9562C31BC4246D8CD863E35810 | sha512: EBD78AF30240703AED590C7B996E7DAFE3A7E72B5B6FA96E01F659FE60891EB9268D963DDDCD1C9B2D3A52A0D2B4BE4BDFDA54908F7E36E5CEFCC7433605C213
System.Security.Cryptography.Csp.dll
md5: 9182EFC1F90364182B15B8862D6B5826 | sha1: 68AF19DC5798BC6502F3819962B68A18C95402B5 | sha256: 748865660DDE594EE2A733B18F48A6FB5FEB5D9A419CA7B0196A3BEA1963AEBB | sha512: 747E2DDD7C7691538B5FEEE794E360EAD8EE160F11E18620B8108FD53899316F646A5B5143C4791A271B482734A43C21E544359C56ECC851627725B81F8591DE
System.Security.Cryptography.Encoding.dll
md5: 7D8A8024D8F7C9055967619B22DFD18F | sha1: 22370D13BB61C17F114F0825B6859DFF49C726F1 | sha256: 1E7342B64C547E74B34427437B1DB1D64B99A6871088062E28C0B409783FF338 | sha512: 8C8BE0A39BCA9F8FCB89C0E074487EC2955C0F64B90CAE06BE8CC9F3194984C0A8411D28FBAC50BA7298051AE667E1D272192AC1D21B86800CDDA09988BCAB3B
System.Security.Cryptography.OpenSsl.dll
md5: F7B17CDAAD1568D6E2B20ACC14E1013B | sha1: AD211A83C17D40B4301D5E2E1FB5EC44AA2A0127 | sha256: 3E9640E0427C0B8ED0ACBBC4225FF29962D19F42CCDA39CCAA9F7970C7D802DA | sha512: 8824668502CB1674DF228EACF694A1EC63E12565791E2689E5B8E72BDEB561AC900345AB4EC04C63CFBF07F057972279575464BA215212BF266DE6C7211E6EA5
System.Security.Cryptography.Primitives.dll
md5: A6C3CA3230A42CB47CF289B7A8E210E7 | sha1: 4693EC39060C94A84A50EDF261AC978B30BE76BB | sha256: D492443DD0E77E5C3A46EEA089B25D09645047E657CA810FA6EF4423AED45324 | sha512: 69B5FF79F7D6AE1F2DEC68A32D2EB8E7CA5E084037DAA4222AFDAADF0E35A633B64909A59B2363B1FCAC50B921D49D884E87505CE4925DFDCF2FB49453AC6762
System.Security.Cryptography.X509Certificates.dll
md5: 80BEB2204F774E7B46621DEBB9A83566 | sha1: FA5C0D9F6DD5EA23D02E492183667D5474442123 | sha256: 35474462F4C71A47D53488D3E852B383F5C88D312BBB73223DC69F88B721CB37 | sha512: 05916166EB5DF89558C59E87D37A0B5B79D618BA3E4BCEA12C22B3343DA02414C71E7F79CB744DCDC83E44E301FE1453C7F0735E8D486B9D322B4C98BB24BACC
System.Security.dll
md5: A8811843A10DBC0ACC657A56DE3BED16 | sha1: ED7F857E99DF314DB34E6F33A4962582DCC4198C | sha256: 2893AF391DE0C689327302B0C400A3286F0D618C49BF02C688FEA1B8CFD715B1 | sha512: 7E1892B3FFF414F1388A026DC560A3E8DA893ED60006947C9CA230588DC8D40E3BBD8CB572D619EC1472AB68F295AD469298173CE2DBA6C64C290FF1D0C0F7F4
System.Security.Principal.dll
md5: 8BF4A18FC858D47493F75297E69F52F6 | sha1: B9EDA73808D090F84974028F5D444FC1B55AD2FF | sha256: 5C21759D36ABB55EF6B128799E4F910D8E7E4DCF894A3FF395F07B8E82FD5348 | sha512: 2F394FB113117C0A6AF13A518360B58F4685AB31A49FB806F1552D5F3E434FD8AB4A105DF67E3D69FCD2673B3051FDD591A5A696EE25444971F82A5D9D922F35
System.Security.Principal.Windows.dll
md5: 7BB5727739B32848A777830251100694 | sha1: FD65FC5880F435A2FF19917C2DADCEBCA4F86D22 | sha256: F4F3786EF1790CEC99E671CB8193F21F67FA871EAEBFE5FD6962446D87C47C98 | sha512: A1B13BA98F6F21718178DF8A0DC4582BEE727778808EA6BD3230FAB5D94E8A58160AE08BB5322B4B0F3D91801B9B43C288FF9BABEF5A6021B5F1FBCCE19B57CA
System.Security.SecureString.dll
md5: 5C35DE3E69BB72038B78337A37377A72 | sha1: A9F6A4D20EB3A63C97B395F982F7A14FC8F19431 | sha256: ADFD43F3361B49AE381A364C3DC86F22786826B2BCBA8B155FE4BC86EADA2C51 | sha512: 86E5704B95074F9398860ABA69AA21EB9ECEF79C1BCFF5D4B2C49B2D545267ECB89F2ABF4DF0ADD03B8A7C2FCA7395CDA4F97F95C4F6F9B2DD8277EE7359FED0
System.ServiceModel.Web.dll
md5: 0F8E197082AAC1562D44EA774BCE6F63 | sha1: 859B6E9F97B2DA7A6B960AFB2C2BBA6E0A974BC2 | sha256: CA526CBB81C15DFEA75AB9CA34A43ED060BA56509EBCF1A61FC3847FA0FDC349 | sha512: 3B0B4013FF6D4905C3B608350E112529373AA297CA103DB5CF77EEC3E901339DB3D8B9C107D432CA4F3D8197D9AC699E0E14B82DE9A4E83FCC3884A4D2AA7008
System.ServiceProcess.dll
md5: 000622984F2038AC8811C62094BCFFF7 | sha1: 31222649EF296842C4FF3521801967D37CDAF59A | sha256: 06CBB32908B7AF73E5C3171595FC2B9FB36F9C974682EDC9CC121B84B2406E25 | sha512: 2114D37B35705DF56E6EEC990BD70E47CB5700C740CAA13070050645C5D976C44D24BA2C1F9A44DDF24088EF07A53516571441602422F97CEE1A37FEB073ACB6
System.Text.Encoding.CodePages.dll
md5: 5EFCA0ADCAFAF9312AC462B30BDE9DAA | sha1: 2112DD30CA8771E495D9882EA866C4300EF93947 | sha256: 4D57E7619C7342C2A98E4B5556646D2A310F61E455FA0EBEEB02368DB74ACF79 | sha512: BDFD671D385091753BD16C1F71B21501067F0C42BB17992398542ACC3D6A94C7DCD25F9B9DB22474EB9F43A038D125E5CDAE2366CD918801C6A6FDE3BB5D3951
System.Text.Encoding.dll
md5: 87FF9DD4DBF2AB7D89CAD0A0808D8086 | sha1: A4E32AD104133D696E06F998DD338E9A4305CDD4 | sha256: D50C8F4EC0590F29591AFEB8FD7DC141230838C5374C912954ED135405059F57 | sha512: 72676394F1EB26E22D52369CBE632F765C446E7D72017252E52CD5B3BA4A167E165AD27CF2F63228FD5F29DDE4CD7695490D94EF5B0172E919F1DB10DA56AB38
System.Text.Encoding.Extensions.dll
md5: 45D1F16FF9E8EED822D33D5134BED922 | sha1: 0C33BF295E686C8EA5D2FA2E32C85B0A7E7DBF22 | sha256: CA489393DFD5345E91B8446D803691734FFD71BF6A52508D92F48AC9423CFDD0 | sha512: 6E1754A24F3F17B09E316A0769DF76B53AA04AD4B5DA3C31D4C4EE3E4BF52910B108D251F86D99FC1A1FC9FE6F59D9DB4358E7786C2962A1EB83B27183529FBB
System.Text.Encodings.Web.dll
md5: 390E4804E25ED9B113186A0AD7460F23 | sha1: 08F0AEB38AD06C511564EEB80DD1109FE41811FE | sha256: 71E9C60AABC40C63BC1FBF4CE8A65E870215819C804248D78AC464F3AC085643 | sha512: 71CA24EF47C26D771178A6148BFBF57057C9A6250E317B22AB12585C036082D800D6682A6D71564DF5925358EEA1FFDC21E5C41499DFD325B612A91459080582
System.Text.Json.dll
md5: D5FB1DDD14F5CE3D2FDA25BDD8117D8D | sha1: 41F8F63CD2C7264412763A6E8E87B03461C8D66A | sha256: 31DC23CE7F5CD043CFD4C035717BFDC4FE5D4DB4F54C4BCD797446275243BB69 | sha512: E5E3AA1287C5E692C66B161036B9DE9FA30AB29A0AE7A46A3787087C28ACF6DEEA420345562A3ED2869B11559C160E448B1119D73ECCD609530B41A57DFC610A
System.Text.RegularExpressions.dll
md5: 02E6BC26A858C483BB1B735FEE94B4B6 | sha1: A4439943F3946C079C115F3BE0D57FFD72D38386 | sha256: C7F64AC85F9C9B5725C83F4FCC50ACBD089C0D82468F9EE3C90FD770945F4A39 | sha512: C75248B8A24F2874C24F802B8C81D64DB8FBD6DD1A0E7E1D07E332F12A375C9749B47AC2F88D229EBAF43A8F6F8FC4B60A9F780261A4590015B34E85F2F1F892
System.Threading.Channels.dll
md5: E9947325A2F93C6F671C85AEE764FAC7 | sha1: E521AA9B920CC25806DAF116108B93B143AD7649 | sha256: 3DCBFA912B46BDD4F3E34BFF8E3BE4FCF983F65338C86731C3265F94DC9C86D8 | sha512: 09D5342F6903A385ABF552024E44AEE82332976367823D9566F74F36D90749D6A2E570E8E48F1E0CCBBA544C674CF03861C846F5E07730ECBFBAF258CEDA65CE
System.Threading.dll
md5: 2480C001F0ADC4EAB50F035A2D9C516B | sha1: 660C5C3183E2338A4D3D50BB46A16899097A1053 | sha256: 5597BB6E566737B34B695CA5C27AB1CF0848432DF5847A6E6CAFBA53BDF6A9D8 | sha512: FD40F2C5E974E92EEB0B3BA2770FE2D055A6A3D58F18B34DDEBC63264F3590EBC912E0A1FE1E3DE4E7FC15ECAA388B0176AAA20529D3767272DD5207841B5736
System.Threading.Overlapped.dll
md5: 4DC143ADBC37B0E614F0287FCCC708F7 | sha1: A1D6FF691E97245DDC63DFA2FCF1A9AFB1393B61 | sha256: 466B5DA246D8409CA11AC1A31FF43FD5556813E13D2F01D2734F9A9CC9B95EE0 | sha512: 98F613E4016AE7EB484B7A29429FD30EEA583072E9BC435FEEE0C056CFEAD5361FADA709B3A4E47F73AA501460DC01FC381ECA90690DC136A56833C63D8C1F62
System.Threading.Tasks.Dataflow.dll
md5: CBF810FAFB81A211E1C5BA1F4E137D9C | sha1: EAA5B5BA1076530BA5E0AC41BB0332395DCAA03E | sha256: D3BD84801102FEE78B9DD35A6F88298F0300385C5E9A8E15DB3C48EAE347B775 | sha512: FA8839A789F58A10A69473A211F79277C129C689B27A18E0C8F397D837F79F0165E6665933E40C672C99EC8A6DE29A25B85A39CAF1A80076541D597BAFA2FFEE
System.Threading.Tasks.dll
md5: 821ED02EEAEE61847E6D3D4348DD322D | sha1: 7219795D26CFF21A3257BDC2AAE9F84CF13B7010 | sha256: BF0475CE6029439922DF801F93090A8B6A212F624F1A1B9CCADEB0A5CE07F11A | sha512: 8CE35C29B1A4AEB888CA7468B92CD870D756D7FD3F0001962E811C432CCCF2B58855796A0EADDAD2D87D3927FC3FA128440D67C255D89C8A62B0A7FE5329F612
System.Threading.Tasks.Extensions.dll
md5: C1772D49AF61C0151B21FEE2E0E9FA1E | sha1: B06ACA64774ED109E482B7CFB7864BCC841194D6 | sha256: 675FFD1314352E432865FC0BB3097D78FE7E5F139E4EB4EB1B97E31946FECE58 | sha512: C767FA4490B4D922B8F8F1C1AFEAF0A8FC987AD4E50C6C7ED6EB0C42F83BA19D3AAE7CAED818F046C4374451185221D96185C4355871E8711D019FBE42332587
System.Threading.Tasks.Parallel.dll
md5: 1BABE4C7210B98A3548AF01117199344 | sha1: 060EBA45031E3203863AB9113BC7DB7E5F2E9057 | sha256: 6A2B21E9A6F0BE20C82F3B80ED22C9A64968355D3B4CA18F784E9678A0F7D67E | sha512: 61DFDA0D1623E1BF6FFE0D5CAC7EF9627654E958062370669C165AD1A8ABA8ED735C6ADB70F4B3E4B70332E648DEC653C39F102C5EF3CA51DE42F4462AE56349
System.Threading.Thread.dll
md5: 76D17A2D1207E4FB22ABC17D12929598 | sha1: 7212B9018B372BDCC15A3B536FC575F2EDDB62F4 | sha256: 1503F623F44276BFCED5DC94131814D0142CAEAAFD47DBDCB526C673A4965A89 | sha512: D69D02552E059B2BE3C6A9B8964AAED00EC058DC2811072E9E698FF65DF0765D1FD8531F14EC09FDED464F36542722AAB0ACD7477F17AC9D098E8F5A76E17CA9
System.Threading.ThreadPool.dll
md5: D265CA6F4DF5135686A2591C139709A0 | sha1: 1905551DAAB451C97DD21E4F9B9A76489AF1A37F | sha256: 3337C376598A80F21C8FF5943BAC7C31775F7605E1BDEAAC8E90A36382731EC4 | sha512: F70BCDD95961A5C85CF0C5E72FD667C42905DF4B6C5BFF19FB47AB50C7AB84B62EE1F898204A2975254BC3A41FDC61FF5F6EFF117578BD2AE87E71A2E7F205D7
System.Threading.Timer.dll
md5: 4E21B632B265ADF67CF88515830F628C | sha1: F77374AB42E9BE38A553D1EF43BBEE0257133D0C | sha256: 90A80A22304163D27C8EB1A91F1A59BC4B5907E32AA81F3B310817E88FBCE48D | sha512: 684D91D935F4A98AB3F0B8183AF45CA659229AD9BD84DAD32CA51831BC6624209E8A9D5E8E348F0C2D21937F79BC028B9AB4C26A05FC4C791B49550DA99998D0
System.Transactions.dll
md5: BE62DA687A5A4ACDDBC762BBDF8A3EC9 | sha1: 3D79A7D62F8288D27D2956021BD1A68BABB4C247 | sha256: 48A5118532DA32C71F1B3171764658C9D008E50B08569E8FF32047268CDAA323 | sha512: BA68CC6B74882C1724387B4C365F960871E3D3F14F7E9DA307CAD72C66A2E42DA79754F3CF95DB56B14575B404692C0DA324D5C1A96800AC6C094B6DDD4EB32B
System.Transactions.Local.dll
md5: 75A87395F3C0BD47BFA3511A3DC3F083 | sha1: 9E6A00DF62D8919A03B5AA32B3DE74489C2579DD | sha256: 8D8C405937A550C1CBE5E96F04B0CBB2E8214F9358EB9E631D53A711BBDEEA94 | sha512: A4E13D4258700A786DAA81174FA8A69388CA2B6CDA4625ED7C3566809A87C069855F914DE54A98B07BF5B3C7B90EA2E80B7F6503958C99C61E5AF22262969F06
System.ValueTuple.dll
md5: 6AAE2065DF77E7B0BD6DEEBA866A0766 | sha1: 096BE7182CF063CEDE0BA993BEAEB44638A803FD | sha256: 1B3F5E5A55377AF1778A6FB7344E3B396F2508F2F95E8E24027D5726A897970D | sha512: 5B7553C7F5BBB33C60102A41135A863CDE3FF1972E01ABB742636F035ABDB0DABAC0004C5559A01FDE3E12FEFCA8734FF3956B559913FD160BD4F2C548E0D2CA
System.Web.dll
md5: 912E9FC4F6BCADE87FB392B5862C6664 | sha1: 49A36828CA46665D8D4DCDB2B7907DDF3CC16817 | sha256: C165E1B84C6D94A3CB980444F10D54ABF246E6F6B99A502C5013C3895EF27DBC | sha512: 03571F67D75315D2BA4E72C0DDD525ABD70955ADD4EB17AD3791C2D1BBE2CE9BB3E8BE177F5963D7614E210B494576D8C114DED0923440947BFFBB634DC3BCC3
System.Web.HttpUtility.dll
md5: 1C58435B89A74775DE33C465065023D9 | sha1: 4482CF8A2D399CCE2A42B738A3F9F1D19AD196B2 | sha256: 4A53EF7C22CCC9D27A995BC131A5EFC0F53EB70645D2A4AF34463C725F8D2051 | sha512: 7C811DE3F7B0BA5BB7CFAC9904B9287B75EA35F55B4F2FADAA40DD6F027158FACEBC757443E388D0B9A42A859999493AF472922437A179F3CD96C1834BCF8C26
System.Windows.dll
md5: 037D32087B02F05119709D7BA90A074A | sha1: A3D9CAF20AA14100FD579117349FB76248D9CB9F | sha256: 75D468C49739CFFCDAAC03A9E0AE157DDAFE1BFBD76F99E9B865E7934E4961D0 | sha512: 5A7F874A23E6F0762907D92AE3ABAB54A31A88B3EF1ED401E0384A234A2A5CA23DE6E22B89569C16F9FB77B4B78B5BAA2FD38A745B5D944B49A998B5D09E6146
System.Xml.dll
md5: DFE65B3CAFD10C7221F85FA961CB11DA | sha1: B423E55DE46CB9EE42A6F9A74D4BFAE0943F5FEB | sha256: D1BC7482630B0A33524820CF3662D44299611D9CDD389F1A5295D9E072BAC964 | sha512: 63BDE5833EAD9E323A3ADAF0ADE380DB9DEB434733309CFFE86AA60E2DBA077A74A4294E9A83225DA3EBBCCE43F06C180E29FF2A07D06037F14AE901343B4DCD
System.Xml.Linq.dll
md5: 5F0152441D3E39C07EE9866AD418187A | sha1: 9BED830C74B30B184E92F80939A89B9CB56D313A | sha256: 16F5D30B0F026F46372A788E93F53E7AA13FDB1316FF26DF5FD27AA91DEFFCDE | sha512: 0D49A932FDD43DACC8F291B48E1CA157B5D880956734631353305A34D4FE2D4D714AAB20B63070B0E133BFF6EE235750A99D8AF2859E3018C717E778B3C1AA6C
System.Xml.ReaderWriter.dll
md5: 23B28C8D4C18539C81325136D9D9EF64 | sha1: F589A7CC74FF215F48596BC2D6D3CD612DEDA1B9 | sha256: D55F7900F628B01F6A749136AA77512D6EDA11866CC5A1291A77A93BFE678457 | sha512: 4E7DFC500767158FFBCAD06EE7A9F5E0668C503E2CC8BA7AF92C278EC647C9623A1742005CE40B1D1ED6A36D919366FFA3FDE4AC0DF7DE8821D8A0834A0AF062
System.Xml.Serialization.dll
md5: 5BA017D0263AF86E64C88403438D8287 | sha1: 507BAB57E6CDAFBF9AC61134BEAC6B915F5C7CC6 | sha256: 8325CF76EA15916EA3AC71403468C4607AA6EF9A8D88F19E3F00E990C8DC0876 | sha512: 0413A70D243854DC82F606F9906D8D81BE773008871041132026571B8855C9DC1ACEAB24A8DB0F6463F472C6D21377DEB15FB053E30593EBC04EF58AE27B236B
System.Xml.XDocument.dll
md5: 94920B6BD3F7729010A6F5836B785B58 | sha1: A5F52BB8EE4358119F86479643A0E0E3BE81CC39 | sha256: AC56F29B4B7C61F6004394E32FD687C6B38F0EA2B17CFD8699EB3C29C523DFA2 | sha512: BEDB2E3EA4BE0747C72654D9852E421A4CEF38AED72FA9442FDAA8740C65D7B3CA0C995983CC5FEB0B49780603FBEAF0B8324AEC1303FD89D81673F64749080B
System.Xml.XmlDocument.dll
md5: 0A30D440FEB2536979A2A4ED8EADBC77 | sha1: EE82D3BA93C0315AC611DB5616CE44975CA837AE | sha256: F4E748FC75259FB85FA65B909FBDC9EFB9DA922261E58AB76038E9AF2ED192BD | sha512: E8BBAC1F31B22B166FF165AD241B8AF2C51D08887410932FC4CCC2C75361FA10E8FB302E0AA0052DB7A9FB1F7D8A295F72C1ACEA0DAE2E31E2AFD2896ECCE329
System.Xml.XmlSerializer.dll
md5: 235B38B2C098DA4D00473E78887DDC14 | sha1: 66FF4382322EB1AB6629823ACB92FB5E7399F1BB | sha256: 9AC31D0CD51FE9263B728F7465FC7CFD95BE6BE0AA5B4238FFE24572C9BBB6D9 | sha512: D22625F9AAF04D4E21ED033940C18C728CD11D37264D7E2BB835E6D67941B0B55734ADBD475EF16F878FA57A92DA16C25B6EA720B75386D58EF1C3B0181F065D
System.Xml.XPath.dll
md5: D5DBA01C70F9C73B680743B0B119A55D | sha1: 2558FD1AD9B69F42A8A36BC91B755DBAA888B663 | sha256: A7E7100E7059675BE3EC28F6C4353830EA08B6CECF09E89638E141ECE2A78477 | sha512: 0E7E3A8FE07A8A1BE29533D572CA098DAA1FEFAC8E70D74579DF15C93A4BCA2980D3294305C35B9599980A7B29466AEEEFBA003F9E958D04040D79A65D85A896
System.Xml.XPath.XDocument.dll
md5: 68404EE17238F114D827F0F5B229AD36 | sha1: 2197B38F0999C5A5BF768677BD2C6651BA03B6D2 | sha256: DDFF771994B00483B3E1AF0E85C44F609A9C6148A2B50615A3867A82479C3527 | sha512: 8B9DFED519DD506EDB1A17D34B6368E2F8C4887F0216CA61BEACEF75ACF7952D62A9444F1F0A42F1A04FE55B17F36BE69203FAD6482C6BC6FD4AEEF0AC57ED89
ucrtbase.dll
md5: 3B337C2D41069B0A1E43E30F891C3813 | sha1: EBEE2827B5CB153CBBB51C9718DA1549FA80FC5C | sha256: C04DAEBA7E7C4B711D33993AB4C51A2E087F98F4211AEA0DCB3A216656BA0AB7 | sha512: FDB3012A71221447B35757ED2BDCA6ED1F8833B2F81D03AABEBD2CD7780A33A9C3D816535D03C5C3EDD5AAF11D91156842B380E2A63135E3C7F87193AD211499
WindowsBase.dll
md5: B6944F0DEA3737A5F80AB63F7FA73F82 | sha1: 0AB066571154574AB075CD5A51329B0A1DF6DDC5 | sha256: 8B8A740918D8E03C958553BF15911DC64158C92529648047AAD89C869AABE539 | sha512: 45DD9779EBB40AFA215511FF6C398E6FB9D4721FD67BE1B511A55E3250920B432C98CD37CF2A79749D004CEF4EB936F012E32C53939A0052F99D9CCC19CF2119

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.60 33 Friday, December 9, 2022 Approved
FileSorter (Portable) 0.2.56 55 Monday, April 25, 2022 Approved
FileSorter (Portable) 0.2.55 42 Monday, April 25, 2022 Approved
FileSorter (Portable) 0.2.54 41 Monday, April 25, 2022 Approved
FileSorter (Portable) 0.2.50 50 Monday, April 25, 2022 Approved
FileSorter (Portable) 0.1.836097808 94 Wednesday, May 12, 2021 Approved
FileSorter (Portable) 0.1.49 44 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