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:

567

Downloads of v 0.2.55:

43

Last Update:

25 Apr 2022

Package Maintainer(s):

Software Author(s):

  • bc3tech

Tags:

filesorter

FileSorter (Portable)

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

  • 1
  • 2
  • 3

0.2.55 | Updated: 25 Apr 2022

Downloads:

567

Downloads of v 0.2.55:

43

Maintainer(s):

Software Author(s):

  • bc3tech

Tags:

filesorter

FileSorter (Portable) 0.2.55

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

  • 1
  • 2
  • 3

Some Checks Have Failed or Are Not Yet Complete

Not All Tests Have Passed


Validation Testing Passed


Verification Testing Passed

Details

Scan Testing Resulted in Flagged as a Note:

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

Details
Learn More

Deployment Method: Individual Install, Upgrade, & Uninstall

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

>

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

>

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

>

Deployment Method:

NOTE

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

1. Enter Your Internal Repository Url

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


2. Setup Your Environment

1. Ensure you are set for organizational deployment

Please see the organizational deployment guide

2. Get the package into your environment

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

3. Copy Your Script

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

See options you can pass to upgrade.

See best practices for scripting.

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

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


choco upgrade filesorter -y --source="'INTERNAL REPO URL'" --version="'0.2.55'" 
$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.55'
    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.55'
end

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


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

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


package { 'filesorter':
  ensure   => '0.2.55',
  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 by moderator Windos on 04 May 2022.

Description

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


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: 3CE13E1F239953233F8B2F298C9E6C84 | sha1: A6FE8FEF08D3945E37D4179E4B8B9CFCECDB1309 | sha256: 139CDB7FC9B91ED7EB05BCCD892391A1EE5036A7E557E0E07E8B0A8530ED5186 | sha512: EE137256B996DA9474A9373CAB04A139FEF62A84980D97F0F0ABFFCAC61396BDBEEAABCFC1ED0A12B72CE7283F0998E2369F73D1DD86C0BCF8C0512D09945F9A
clrjit.dll
md5: 0A878D86AA51B54AB6394A90205B04B4 | sha1: 914B573E6CBFD644FDD1A5B14A292CC7B6FAE9B4 | sha256: C2C1D5293E9598D0F16A7CA40085F7A334812A41D3AB1305D1091E3073DDE3E3 | sha512: DCA31C7A81A570633B052294CCA78C45BA0BF677C4B647CF93A6A269195012DF8876175000A92226CBB4A647FB64E0A578A9D5A03492C912E547BBF30C5FC5A3
coreclr.dll
md5: 44AB087B5C4F6710AC91DC3A7A6C11AB | sha1: 51DC1A0D62AA109634B0EC01BEA7C1B57A005361 | sha256: DFB686BEDB2D467166D7AE5982F5F942344F5A7B2492E85AF554D9FECFA9FF24 | sha512: 5B89A38625E3AF604DC0859D95B1C0B92B37AC676FFA0A48D5ED30CD7321213CDD188CA75F34BA6E72CC68303FBDA0012E351D1ED01B3001E2473B19920B183C
createdump.exe
md5: 6124BE0D2EB8A8ACD244F5534FDB0DC1 | sha1: C13C44D3B0671E02E48C582F7824416315FA7006 | sha256: 1F8EF8F14E7782495E08DDAC613751FBB9286B6C54F613AFD6F354B3D83FB6CD | sha512: 63357D753B71A551314D77FCE2267433591F2B782EC1E58B14AEE44D44D49CF0FD27067B128974243516461E7C9FE4B25E4AD46D276515006826E0907C5B66E5
createdump.exe.ignore
 
dbgshim.dll
md5: 8F77DF845D7DFC7315E01EB449B98F3E | sha1: AE17562DA85D8A97B1B15923501D0A6DEE35A2DC | sha256: 46C7D68D983F2A6C8406063DD5512675A32DAF21747AB4891EE09671D0F08B8D | sha512: 6218D1A3D4990123E6FEAF579E7427DD1AB006188AE7C0F729AA5E345CC885C0B41EBC67B0E2E8A70AEE9D2249010D0D7F18BE9C44FA796CE0A8E9E6A88B1045
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.55": {
        "dependencies": {
          "ExifLib.Standard": "1.7.0",
          "PowerArgs": "3.6.0",
          "runtimepack.Microsoft.NETCore.App.Runtime.win-x64": "6.0.4"
        },
        "runtime": {
          "FileSorter.dll": {}
        }
      },
      "runtimepack.Microsoft.NETCore.App.Runtime.win-x64/6.0.4": {
        "runtime": {
          "Microsoft.CSharp.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.422.16404"
          },
          "Microsoft.VisualBasic.Core.dll": {
            "assemblyVersion": "11.0.0.0",
            "fileVersion": "11.100.422.16404"
          },
          "Microsoft.VisualBasic.dll": {
            "assemblyVersion": "10.0.0.0",
            "fileVersion": "6.0.422.16404"
          },
          "Microsoft.Win32.Primitives.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.422.16404"
          },
          "Microsoft.Win32.Registry.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.422.16404"
          },
          "System.AppContext.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.422.16404"
          },
          "System.Buffers.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.422.16404"
          },
          "System.Collections.Concurrent.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.422.16404"
          },
          "System.Collections.Immutable.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.422.16404"
          },
          "System.Collections.NonGeneric.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.422.16404"
          },
          "System.Collections.Specialized.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.422.16404"
          },
          "System.Collections.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.422.16404"
          },
          "System.ComponentModel.Annotations.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.422.16404"
          },
          "System.ComponentModel.DataAnnotations.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "6.0.422.16404"
          },
          "System.ComponentModel.EventBasedAsync.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.422.16404"
          },
          "System.ComponentModel.Primitives.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.422.16404"
          },
          "System.ComponentModel.TypeConverter.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.422.16404"
          },
          "System.ComponentModel.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.422.16404"
          },
          "System.Configuration.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "6.0.422.16404"
          },
          "System.Console.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.422.16404"
          },
          "System.Core.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "6.0.422.16404"
          },
          "System.Data.Common.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.422.16404"
          },
          "System.Data.DataSetExtensions.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "6.0.422.16404"
          },
          "System.Data.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "6.0.422.16404"
          },
          "System.Diagnostics.Contracts.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.422.16404"
          },
          "System.Diagnostics.Debug.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.422.16404"
          },
          "System.Diagnostics.DiagnosticSource.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.422.16404"
          },
          "System.Diagnostics.FileVersionInfo.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.422.16404"
          },
          "System.Diagnostics.Process.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.422.16404"
          },
          "System.Diagnostics.StackTrace.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.422.16404"
          },
          "System.Diagnostics.TextWriterTraceListener.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.422.16404"
          },
          "System.Diagnostics.Tools.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.422.16404"
          },
          "System.Diagnostics.TraceSource.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.422.16404"
          },
          "System.Diagnostics.Tracing.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.422.16404"
          },
          "System.Drawing.Primitives.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.422.16404"
          },
          "System.Drawing.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "6.0.422.16404"
          },
          "System.Dynamic.Runtime.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.422.16404"
          },
          "System.Formats.Asn1.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.422.16404"
          },
          "System.Globalization.Calendars.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.422.16404"
          },
          "System.Globalization.Extensions.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.422.16404"
          },
          "System.Globalization.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.422.16404"
          },
          "System.IO.Compression.Brotli.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.422.16404"
          },
          "System.IO.Compression.FileSystem.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "6.0.422.16404"
          },
          "System.IO.Compression.ZipFile.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.422.16404"
          },
          "System.IO.Compression.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.422.16404"
          },
          "System.IO.FileSystem.AccessControl.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.422.16404"
          },
          "System.IO.FileSystem.DriveInfo.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.422.16404"
          },
          "System.IO.FileSystem.Primitives.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.422.16404"
          },
          "System.IO.FileSystem.Watcher.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.422.16404"
          },
          "System.IO.FileSystem.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.422.16404"
          },
          "System.IO.IsolatedStorage.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.422.16404"
          },
          "System.IO.MemoryMappedFiles.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.422.16404"
          },
          "System.IO.Pipes.AccessControl.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.422.16404"
          },
          "System.IO.Pipes.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.422.16404"
          },
          "System.IO.UnmanagedMemoryStream.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.422.16404"
          },
          "System.IO.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.422.16404"
          },
          "System.Linq.Expressions.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.422.16404"
          },
          "System.Linq.Parallel.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.422.16404"
          },
          "System.Linq.Queryable.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.422.16404"
          },
          "System.Linq.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.422.16404"
          },
          "System.Memory.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.422.16404"
          },
          "System.Net.Http.Json.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.422.16404"
          },
          "System.Net.Http.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.422.16404"
          },
          "System.Net.HttpListener.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.422.16404"
          },
          "System.Net.Mail.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.422.16404"
          },
          "System.Net.NameResolution.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.422.16404"
          },
          "System.Net.NetworkInformation.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.422.16404"
          },
          "System.Net.Ping.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.422.16404"
          },
          "System.Net.Primitives.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.422.16404"
          },
          "System.Net.Quic.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.422.16404"
          },
          "System.Net.Requests.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.422.16404"
          },
          "System.Net.Security.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.422.16404"
          },
          "System.Net.ServicePoint.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.422.16404"
          },
          "System.Net.Sockets.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.422.16404"
          },
          "System.Net.WebClient.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.422.16404"
          },
          "System.Net.WebHeaderCollection.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.422.16404"
          },
          "System.Net.WebProxy.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.422.16404"
          },
          "System.Net.WebSockets.Client.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.422.16404"
          },
          "System.Net.WebSockets.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.422.16404"
          },
          "System.Net.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "6.0.422.16404"
          },
          "System.Numerics.Vectors.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.422.16404"
          },
          "System.Numerics.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "6.0.422.16404"
          },
          "System.ObjectModel.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.422.16404"
          },
          "System.Private.CoreLib.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.422.16404"
          },
          "System.Private.DataContractSerialization.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.422.16404"
          },
          "System.Private.Uri.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.422.16404"
          },
          "System.Private.Xml.Linq.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.422.16404"
          },
          "System.Private.Xml.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.422.16404"
          },
          "System.Reflection.DispatchProxy.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.422.16404"
          },
          "System.Reflection.Emit.ILGeneration.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.422.16404"
          },
          "System.Reflection.Emit.Lightweight.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.422.16404"
          },
          "System.Reflection.Emit.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.422.16404"
          },
          "System.Reflection.Extensions.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.422.16404"
          },
          "System.Reflection.Metadata.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.422.16404"
          },
          "System.Reflection.Primitives.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.422.16404"
          },
          "System.Reflection.TypeExtensions.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.422.16404"
          },
          "System.Reflection.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.422.16404"
          },
          "System.Resources.Reader.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.422.16404"
          },
          "System.Resources.ResourceManager.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.422.16404"
          },
          "System.Resources.Writer.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.422.16404"
          },
          "System.Runtime.CompilerServices.Unsafe.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.422.16404"
          },
          "System.Runtime.CompilerServices.VisualC.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.422.16404"
          },
          "System.Runtime.Extensions.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.422.16404"
          },
          "System.Runtime.Handles.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.422.16404"
          },
          "System.Runtime.InteropServices.RuntimeInformation.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.422.16404"
          },
          "System.Runtime.InteropServices.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.422.16404"
          },
          "System.Runtime.Intrinsics.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.422.16404"
          },
          "System.Runtime.Loader.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.422.16404"
          },
          "System.Runtime.Numerics.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.422.16404"
          },
          "System.Runtime.Serialization.Formatters.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.422.16404"
          },
          "System.Runtime.Serialization.Json.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.422.16404"
          },
          "System.Runtime.Serialization.Primitives.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.422.16404"
          },
          "System.Runtime.Serialization.Xml.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.422.16404"
          },
          "System.Runtime.Serialization.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "6.0.422.16404"
          },
          "System.Runtime.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.422.16404"
          },
          "System.Security.AccessControl.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.422.16404"
          },
          "System.Security.Claims.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.422.16404"
          },
          "System.Security.Cryptography.Algorithms.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.422.16404"
          },
          "System.Security.Cryptography.Cng.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.422.16404"
          },
          "System.Security.Cryptography.Csp.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.422.16404"
          },
          "System.Security.Cryptography.Encoding.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.422.16404"
          },
          "System.Security.Cryptography.OpenSsl.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.422.16404"
          },
          "System.Security.Cryptography.Primitives.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.422.16404"
          },
          "System.Security.Cryptography.X509Certificates.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.422.16404"
          },
          "System.Security.Principal.Windows.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.422.16404"
          },
          "System.Security.Principal.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.422.16404"
          },
          "System.Security.SecureString.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.422.16404"
          },
          "System.Security.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "6.0.422.16404"
          },
          "System.ServiceModel.Web.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "6.0.422.16404"
          },
          "System.ServiceProcess.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "6.0.422.16404"
          },
          "System.Text.Encoding.CodePages.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.422.16404"
          },
          "System.Text.Encoding.Extensions.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.422.16404"
          },
          "System.Text.Encoding.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.422.16404"
          },
          "System.Text.Encodings.Web.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.422.16404"
          },
          "System.Text.Json.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.422.16404"
          },
          "System.Text.RegularExpressions.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.422.16404"
          },
          "System.Threading.Channels.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.422.16404"
          },
          "System.Threading.Overlapped.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.422.16404"
          },
          "System.Threading.Tasks.Dataflow.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.422.16404"
          },
          "System.Threading.Tasks.Extensions.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.422.16404"
          },
          "System.Threading.Tasks.Parallel.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.422.16404"
          },
          "System.Threading.Tasks.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.422.16404"
          },
          "System.Threading.Thread.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.422.16404"
          },
          "System.Threading.ThreadPool.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.422.16404"
          },
          "System.Threading.Timer.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.422.16404"
          },
          "System.Threading.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.422.16404"
          },
          "System.Transactions.Local.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.422.16404"
          },
          "System.Transactions.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "6.0.422.16404"
          },
          "System.ValueTuple.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.422.16404"
          },
          "System.Web.HttpUtility.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.422.16404"
          },
          "System.Web.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "6.0.422.16404"
          },
          "System.Windows.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "6.0.422.16404"
          },
          "System.Xml.Linq.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "6.0.422.16404"
          },
          "System.Xml.ReaderWriter.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.422.16404"
          },
          "System.Xml.Serialization.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "6.0.422.16404"
          },
          "System.Xml.XDocument.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.422.16404"
          },
          "System.Xml.XPath.XDocument.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.422.16404"
          },
          "System.Xml.XPath.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.422.16404"
          },
          "System.Xml.XmlDocument.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.422.16404"
          },
          "System.Xml.XmlSerializer.dll": {
            "assemblyVersion": "6.0.0.0",
            "fileVersion": "6.0.422.16404"
          },
          "System.Xml.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "6.0.422.16404"
          },
          "System.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "6.0.422.16404"
          },
          "WindowsBase.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "6.0.422.16404"
          },
          "mscorlib.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "6.0.422.16404"
          },
          "netstandard.dll": {
            "assemblyVersion": "2.1.0.0",
            "fileVersion": "6.0.422.16404"
          }
        },
        "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.422.16404"
          },
          "clrjit.dll": {
            "fileVersion": "6.0.422.16404"
          },
          "coreclr.dll": {
            "fileVersion": "6.0.422.16404"
          },
          "createdump.exe": {
            "fileVersion": "6.0.422.16404"
          },
          "dbgshim.dll": {
            "fileVersion": "6.0.422.16404"
          },
          "hostfxr.dll": {
            "fileVersion": "6.0.422.16404"
          },
          "hostpolicy.dll": {
            "fileVersion": "6.0.422.16404"
          },
          "mscordaccore.dll": {
            "fileVersion": "6.0.422.16404"
          },
          "mscordaccore_amd64_amd64_6.0.422.16404.dll": {
            "fileVersion": "6.0.422.16404"
          },
          "mscordbi.dll": {
            "fileVersion": "6.0.422.16404"
          },
          "mscorrc.dll": {
            "fileVersion": "6.0.422.16404"
          },
          "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.55": {
      "type": "project",
      "serviceable": false,
      "sha512": ""
    },
    "runtimepack.Microsoft.NETCore.App.Runtime.win-x64/6.0.4": {
      "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: 8DAC80C9F6B73E0A5D27FBC26288AD9C | sha1: B4CA64ACB0EB14751D8A9E794DD6EA2F2FA8C576 | sha256: 750481F4B41DF845EB8CF5A88CDB9AC2830DBE681B8BCC5F2D6A2CE31BED177E | sha512: 230D226EFDEBDE1A39A74F3825B3E18B1E90E9BBDA34B23F1F78EBE2F2429DF248EA8935AF2356186D85F19B6C560701F753C6DA6E3249B13F3C459C4FFD01EB
FileSorter.exe
md5: 93083ED904D91B419B9FE3D6E10E0C62 | sha1: 8A3E3897CA3E2BE61EC4849C81E8B1DCB365DB93 | sha256: C45C313D259D71D3FF7E2509DBCA505B0A2762E273BBD42BCAA5578A21A28742 | sha512: 95B196E7D6C8D1A4A0EBF063236EE919A44D3642B5131C09BA437B4EFD880F2C0A492B437DAE3716EC2DA3EB2658260108CF3195539A5C064A7BB5BB2404D9D4
FileSorter.pdb
 
FileSorter.runtimeconfig.json
{
  "runtimeOptions": {
    "tfm": "net6.0",
    "includedFrameworks": [
      {
        "name": "Microsoft.NETCore.App",
        "version": "6.0.4"
      }
    ],
    "configProperties": {
      "System.Reflection.Metadata.MetadataUpdater.IsSupported": false
    }
  }
}
hostfxr.dll
md5: D78BA64F3C660B2AF200757AE3A41688 | sha1: AEF16497474845B15FC5A60494D53C79CC3E4961 | sha256: CBDE5E0BB9260E4CEEB0C7D774CB3ABA0F885F150C9C8FE3922DA4C71125F628 | sha512: 31ACA945758BEE357A6625440D910C49AD005695990028323A1E634BE597EE047B25C36594C776D8776945E8363A8148FFEBCD25CA77064D747889D2C0917FA4
hostpolicy.dll
md5: C5B64EB85399C585A9C0BCB2D5D96CC7 | sha1: 312AEC7FBA96799B6E0304E358098347CBA85C16 | sha256: D4E8FB2C35730E9E91EC199BB98982C9A2F32F7AE372F3F4B21308E51308E95F | sha512: 693FD943F469967F0F5AAA53CC20DABB846AF0AECA07980C690EA6872CB3758AB178E831DDEDD7A61861B2EED874C6CD339C8ACF5FCB5315AE6B10B0FF18E5F3
Microsoft.CSharp.dll
md5: 0343CC89F76BBA1D5CE8935935EC161B | sha1: 495E02D35B956DD79C77A9ECE8C3340D90F5EFD7 | sha256: 0B46AEBD733C16B6282FDD2471330096ECFAF8E63CEF05D1BC3BD521022E97E1 | sha512: E76693C8C8A0C3A11FFB3875A22F87D91516DAD30A828EFC8F8EFBC2602EEB0F4A57544E45CF0093547585B176DBB5E9AA9E78B798605C79FED9E77FABAB467E
Microsoft.DiaSymReader.Native.amd64.dll
md5: EE5A55BF0D399EF09502D486AA1C6242 | sha1: 2E882EE6CCCEE6E5C0EE5E13EB40DAE98E2B6F07 | sha256: 3AECC22ECECF784182883EBD2C2BF60BCDB25CC209DD64C32800B845EE8966E0 | sha512: DC4A73D3CEE381EB4CC524ED2A0B9FACB1CADD72768EDA0215EA17600AB1F3D84AA1AF01F5B22B0CB3574EA5DC9256CDBA9E463205116CF31ADB579106276CB6
Microsoft.VisualBasic.Core.dll
md5: 89FAAD4E23CF1651E1C1494A0556E820 | sha1: 72EE35783652C0ED1C351AE9898F6CF7F4A68530 | sha256: 6734E2ED6953C9EB69CA6DE9BABC510171C0FD35C713A06486B8F57FB5CFCF55 | sha512: 674E5300C183740489F0852023A0123A7D2BC102C8A9F52A4E1F91B4CD757DDCA41D367554608760EEF6752FDF111112F8ABAAF6047EB465B997B61F95E542BC
Microsoft.VisualBasic.dll
md5: 96D85565E682B35F97668B63AEAECB70 | sha1: 8416B884BF99381696510288B4E5E7EA0BA8FC82 | sha256: 0E44C228CACEDFFFAE49BD4E75FDCEBB0DA675046EC441F340571B5D1F2EE9B3 | sha512: B62A817A715066BA82BD2260B95046491D7ECA678B0FC262D24F428CCABAC52657B751BED19354CA2FF45AA5795E68B4D428C833E8F5C09029D6924F47191339
Microsoft.Win32.Primitives.dll
md5: 5F716D74D49822932F2BB0D246229CF8 | sha1: 4DD02826ECA3EAA77FF2AF026896FCF37AF36EEA | sha256: 9B58F1B2E9AF13ED085561D1CC2509C3B05051746E1EE7E26005F93DF536F744 | sha512: 9E0B004ECFCE522FD6ABC823CA77F42B56FD3CAFA55C49B95127B43BDCD91EE57B3A307F0E15529B60059C23907818B2BE738E1F794CACF3CF88D636E5A7A791
Microsoft.Win32.Registry.dll
md5: 1536008263C261716B442791CA0ECF42 | sha1: 9ADC5D184C7808A3148065431612DB6F780D1B2B | sha256: D443308F41D9738863AA542A36B069E452BB72531F65AFD783CF474753028F63 | sha512: 5D3B6760E7AFCE14B9208D2203B6FE98138CF661D290DCDF3108A34CE9A6D744596B84B012DE2BC7C571FBF316544C50C0AB909076B36FA5419AB471F0D81692
mscordaccore.dll
md5: 61E13CAA050A88ED1C97D600F18BB73F | sha1: EAD843E8FF409A32554829BFBB57CAD1EC9251A4 | sha256: 490013610C7D81DD4A5CC76C5440DBF91EEE94739318449196B656E1AB29901B | sha512: 0327D132594846BEA153DD996B383C87BEEFD3204CC4E0AE0C389E8781588C19005788D67E31D1BD9477D6C0F8A60A952EE1C9B89919E97267ABEBCC7874D3FF
mscordaccore_amd64_amd64_6.0.422.16404.dll
md5: 171535157400981A20C861FCB7D4840C | sha1: AE04F0C37A7D6FE853A1D88262F67F2657E1E1E9 | sha256: 2EBB7E5E44AC5B2DE40AD044C82E848ADF3511A59B5833FE7E58899FAAEFC692 | sha512: 433E57BBD4DC0DF331E4747FD3ADDFE8E95421855143A24E9D721DE7E079267B28F47DF57C47F2D0B55C76DE966142256F467E883FE425F41A33532A87B9CC7F
mscordbi.dll
md5: 1DFCFE61E55ED96FEB3E1E3A9ED1020E | sha1: A7C6127A66B380B931D225A58A569F2832B710CC | sha256: DC86157FAAA885D4AB1E4DDC643C7D5408BAFD42E83CC31A33B4A0B1B907C96B | sha512: EBB3267E481AA10B1BA288F94B97192B431A2635E8A84BEFDF37B209D60FFF07D15512EAD16BF46981A17ABE9F940E3296F16DD9A0B102AE33AF5F9CD444C9B4
mscorlib.dll
md5: 3A62BBC98E5696B4C23654694ADF36A1 | sha1: 3C8A73EBAB1A11E976A6680A237ED66F02FFF421 | sha256: 24CEB291F598F7F1412DD4467475D75ABD709930CA77308A2E38C1779711BFB7 | sha512: 867688870D01E77207CBE5E820A84924A2E870572A959DCD63248B7D75CDE74A3215C63B95E69E39698C249AFC4F2EEBE1874A09A8E281BB5E66A894676D422A
mscorrc.dll
md5: 2630C4A3E24A09FBDB2534A3B3F79697 | sha1: 9257748D303747C77514E4C7CA4BB7246B7D0111 | sha256: 9BD3B64E3145AB7389667A436B7D20664F467960922AF9C837A31E0233FFD1ED | sha512: 6B30AB377705D533070BA8F0528768A0079E74116E4E0726108EFE616EDC18160C09BB2811EA1CDE39021C47E7DEBA840D291CBC2DAB44F0A325C322B64FEACE
msquic.dll
md5: 95F79B7EFAE73B5E4849750F3F1CD56B | sha1: A3335C7861792B0C50839D15631D8E0F83EFD910 | sha256: 4101DCF2EDC42417FDC3F7DB048442BA0B0A05D376CAFA3ED6C85E1DC6B3B9F6 | sha512: C385EB92431E7020E3B8F692A0D0C33BE9261AFAE15BFD98E30A34EB2195189BA2A2E1442620AF61C913027AF7ACBCA280537FC6F2D575EAE91CAAC9AEF9A089
netstandard.dll
md5: 91F3CE203DC10DFD96417E2D47B8EC9E | sha1: FA95919A90F7268D0EC2C2745DC8B217593CD028 | sha256: F991AE480DB2A705316083BA4CFD74AE9DF833A808ABEED12DA965FD86065E87 | sha512: B0A81214E82A59A7B34EAFDBE699B30CBFE27BE1A482F2DF9B0A76649288C6590766E103805D321614F3EBDF98E0999A80EA9C790B6701432E0ADEB5038B2EB2
PowerArgs.dll
md5: 9831B7F78C0978E28D72AAF34398F99F | sha1: F864434131986D44294E6837F1BF2EB2B92F035B | sha256: 81361E92CB03787BCC0465EDA8C5FBED6D9D5F7483B17CB13CE2E4699A6434E5 | sha512: 92949BD47B48EEF8B7AA5DC085C19C46AA496A0367C9C4F099C198714F436E44B030C9A361D44D6BDF9AD5ACB747278008B74F0279DBC0347FD0A97F20976B38
System.AppContext.dll
md5: 86AEE11D6FD05AD5604608072FDB3DC7 | sha1: A52B941428C6B17D594A438C32E2F7CF61715FEF | sha256: 3F5250911171706273019FF3C3C0FB60CECC832F34585F9D2023B4BA53559C53 | sha512: 24D8700700AD5FC8A4018BF2B4406981C4C1E820D879EFC58FF9FF08408FB7A852BA2CF22F484D4E647D21D1F5A42D99012ECF7933CB0153C1923447ABEF67C1
System.Buffers.dll
md5: 5012117986C8D67D11EB1CF33425617E | sha1: B9F9017D839BFFDE42D4A352C40B9AC373C552A7 | sha256: C9CAD21B2400EB200D753BDF795361D75C81FBFB33C722E89D7DDBBFEF81B689 | sha512: E1BBE3B28520BA362EAD9EA2950EE2A6D19C97D471A5BB5F6C8F3605CCACB2AF2D10946F167F7088D76F5CDC2371D193F4CC33274840250811C68A098215F4D8
System.Collections.Concurrent.dll
md5: 216CAD3717BA388EC495A58410934737 | sha1: 93E3F5E577BF27E65F36E4287B75CD19ACCB58B1 | sha256: 88CF5FF4F79CD8C8A74FFA8A4450D796BD8A4E657B002FC1A077475037E531CF | sha512: D45B87F5E233A15985C87AB0344B2A8EFD9612C58D4DEF2E6885CC15F69144A4096B4D2E80B4B8EF650ED3C6EC8ADD3453356AA56FE3A3D98F461A1084874633
System.Collections.dll
md5: FD983DFC8D871F0B991818F8A2C26AAC | sha1: D9FA8FC82A9A262209A7F98A245D59E74C162385 | sha256: E5A9E557DB586E6A8C968CA98DC0B4FF89E0FA8A23116DFA2682CD45D08B717C | sha512: 9F686206649B65EF1A4DBBF6B0D60635AE9AC33E0D66C907376117D7AABDFE76137377ED8A858EA7513E80A12F37B655EECB7464EF6B724FD4D1B67469217ED3
System.Collections.Immutable.dll
md5: 1625D1543A337203D09D6E100E9D0352 | sha1: C083A6372F3361D33D58F315375D7C3803B33188 | sha256: CFFB6E883FE090A6E7634BA294CE94834BEBBF2EADCC609080C9BFA44FCFC6CB | sha512: 503C86D1B5329B4D9D1C3C46DF2E543E750DEEA80CC18B772C0F9001EC1BCCB6B3ED7EF85D9899322189E8143582CDB3D5717318FFAC4AC0A36404C82AA38F7E
System.Collections.NonGeneric.dll
md5: 1EC900A39D869AD7A3A1EC17B9BFA8DF | sha1: 13B371EEE8DCF14E35558250181AD8FF308BF763 | sha256: 8658456291103F318775743388EBF3AFABEAFF0EEC2CFDF15681FC7110002A91 | sha512: 73C55AC697DF5E0D4D8CD249E265D3EE8A205FCD877791C440E6B1440F50F7C98D95C16722DB6D6612F6E6FE91FFA1CF4D252F7D72372781112E5A6F72567F6F
System.Collections.Specialized.dll
md5: DF78BCE0ED8257656D5973CF55FA2A01 | sha1: 5636D938D5B311C11F0FF76DF1027C921572DF1B | sha256: 34A5279B2B2CE7E566DCB1B0AA3CAFADF0137A38B453ACB359009A464D3F4E80 | sha512: D8D0A94A00222383F35A79C6D30A5936D345FEE321769B406E040CB0E72F950F659AA1AA9700208924FF00A568535D03FBD218CB1BCA972BDA7B3A7BCCB15A15
System.ComponentModel.Annotations.dll
md5: DB2BE6EB5FB16D5ED62235282DFBACE7 | sha1: B352C7594DB27420DEA52250AD75DC8E0DC96F20 | sha256: 571BD4F111BFDF05070E4414EB075D7C08E0DBD6A1B2A946B0EF72C5C2AF5067 | sha512: 46CFE97A0F2A2B9629F1956538B8CA539E19BEC47D76B4BE503378BA979320EAB4504C62C4EE52D2EC8F6AC32BBBFA15CBB80051103D8B7C4AF8C977CFFF5230
System.ComponentModel.DataAnnotations.dll
md5: D14286F66AD7CFC2B61DA1AEDD77ADFD | sha1: 2D236376FEE3A61E112EE911688DFEB981687FFF | sha256: BAD0A5A057B79EAB773C10F94FBDFE1812124317C1EF4C62B3BEACCADF027A5E | sha512: 6B47FC1F52667E3D5A217D0CA1601EEF9F141574C40078E4E504C0721AE713CAC7BEF2DDA1A217FB54660AB164789445A2CA1570A44AE4D728BBDFE623B29074
System.ComponentModel.dll
md5: 6B9A153B094AA8DFEB124ED10B5AF251 | sha1: 37CDAB7D671FD56A08D02F01C0CBE91FE066EA91 | sha256: 7CAB2963987F0DCBA5220EA5AADA284417922DA0A4173FE820F4A280A2C2D8F0 | sha512: 3C7201AAA1A0047912486010932276FED91FBC4DF4717941DCEC56E8A4908FAD454C0C6E7B669160527408C4FABAF8F301DAC94865FF7BAFBEA4679C03CD0E67
System.ComponentModel.EventBasedAsync.dll
md5: AA830A193DF1FBDE2B8DFA911C913999 | sha1: 94D19E3CDFD1A869E6774D09717E24D6FE0F16A0 | sha256: B3260D39471FE970B1C69F088F65A10DC0FCD9C207983D80041D7FF71C6685D6 | sha512: B59960D095B1FC5BE3262A03975019ABDF5EF06DA5B4F1D7053A519C1D48874E0F3571D04F097A5ACE7724A1EDDAD9B3BA6E335AA569F0163E5277B12A864BD9
System.ComponentModel.Primitives.dll
md5: 0E51C2D1E14C0DD0042E6E25971D00CE | sha1: 8F3667FA923B2993BF61EF51E20FA317C8619451 | sha256: 2661A7EF850335EE2338E874358F28901F0DA74C2E1F8FDF34F5BD9C9E1ED7B6 | sha512: 5FC9FB049385E8CB8FBA9AC92BE4D47F2833D83F9F684F9AE62AE75E942F19DC392183416B654AEC2DE71FC8C42CFC69B3C10E70AE155C2DB0B5D8F5630BE03E
System.ComponentModel.TypeConverter.dll
md5: 87148C7E32630049FEBB3E6180538DBC | sha1: 34A91B43E08E44473B9E7CE21FB5848D0ACB7D32 | sha256: 4F56388567EA9606E9D6240FE5A655669B9D1E32EF8B8D29987199C36B47622E | sha512: 9F194F07542A4783F2A9E190513A4A96559E60369E04B9221336823C032F43BAD18F4D8776E7078DAA99A09476EE0D660F54F4324DBBDD90D2DC46484A1A9269
System.Configuration.dll
md5: B8C01BDB9E332F2358C39ABFE5982D9D | sha1: 08984E39511EAE9E3AA94F88EAD4E7835ECDE720 | sha256: 840AC17C7661DD07D6758C0AE172C06AE3AFDB8F269CEABE31DFD2724651D642 | sha512: 06CD0EDDB1F5F35E5FD40CD6277D3E45ADDA2FEFF2C7FFD19FA6DDC8FD2C10021714A4BD7974366E7740C0D67DD11665076816B2B290FCF1D93551097C58C890
System.Console.dll
md5: 0D92BC3BB0DDEAB03F3D313D366EBAB2 | sha1: 7FBF6DDC2FCE084B12129E874D84F6856F5E3DC9 | sha256: D6FDB0F9C946670C6E751F9769023FA642515069DA155A30674E0753EE603490 | sha512: 6C872B7BB0D9889C65D6570542AA114CD9645E006154AA9CB74C1FAAFAEF6376D03132216618D22B1CD052C020F337991CC063D9C654B93AC89E40AF01DDF600
System.Core.dll
md5: 4F980E171C678E2397145EE3823FA861 | sha1: FD8F0EF6C15930849F7C2FA5388D1D351EA9229E | sha256: 86719826561F575E6E1B8E57FEAE3527AF2EFF1798CA7917E28599D01CAC6429 | sha512: 08E4E594291C91FEFB8803F9A41A014801E44D522129F5AB84B1011554FF395E8269B402CC258612C1737BA7A56FBF95FD5D3546359E7A922E53E51CDC145DD8
System.Data.Common.dll
md5: 13EB01BBC08634D9C28B072CD144F05F | sha1: BE1E6B8FE2696AE46D07363273C80DE205D9E693 | sha256: 6914126790D5493985C210B9BDC40B29FFEBC6CA75F666E9988F27CBD42009AA | sha512: 6ECA5C2A69AB20B593FB09FBDAFE50099C36083799DFE09CBCDD2A24AE47F10570FFE1774245B0B6463D9FDDF09FFA1DA0CF87BFBA366857B4137D5DAD4B31C6
System.Data.DataSetExtensions.dll
md5: 71CC2679C4C5EE0799CBC6B2FFEC698F | sha1: AFCEB79B0BB819964614087EC11D5A403910158F | sha256: D336B21F13CDF593BCE6CC507F9F1783F6B0CD78FE55576D8E790ABCE164081B | sha512: 9D67C51A6BB497BF0AA05092526B5E83DE38DBE99351DC77ED7F50F5CEC1ABA3FA06914E9177912283D88165C78AF14731798DE3BBCDFA4F31F7AE75E8DA676B
System.Data.dll
md5: 67DD890B3A8F7E1745027A0C7E87AB01 | sha1: E0B7FD4E8A537D3D3AB4F2104B286E641F226ED2 | sha256: D079EBEEA9C7A9D4A3DC9F5192AABD1E5CA5B264DEEA83A8C346A0542AA4F91F | sha512: 4ED3119F53A6884DA8B08C511CDE27B097E04739069A9FDBA92DFE0282AF55908EED255FB0CCB1066376D55826454646A3755FBC3EBE5FA3A9A1C3977BCB3411
System.Diagnostics.Contracts.dll
md5: 09FF5D33F2476EE6658510BD280D668A | sha1: 29E747F6B64198397B9BA3F310150E42148F23B2 | sha256: 03C130330CA1DA3361F344E1C604F38848E39B214F7C5C26CD0C120A859621DC | sha512: 0C0429AE23BCAAC4C5613A1B2C7A99246BA929ED9D910E3B5154121978D1052C7E95977406EB515A5AF867AB05FEB53EDB485C7EB5556287097D26FFD852FD62
System.Diagnostics.Debug.dll
md5: DE08F2CF61C307FE4C6677DE3694AE66 | sha1: 61A723C37540D07686E73942102597A5EB221F55 | sha256: BDBA58323617004845CB6EF3002E74D0DF20BDC618A953A7EA34E663B92EE174 | sha512: C39819C6F2FE1BA1D01BA9C76080D0CDC0F6F345AA3D99017DDFEA3D1728A1A2193CBF5B803B661F403BEC48A3B33D9DE8A480A798DD5DB9AAF26EC2814B52A1
System.Diagnostics.DiagnosticSource.dll
md5: 561766750142C3D43F4EDFCF92E56B58 | sha1: DC8FC98007EE563A2A1BE7D5C83D3AFBAC4992DD | sha256: A44D81597A806A16F3A9291F755C4115A45B2036E82773CE10CEF0E7BE1C6634 | sha512: 4C59CCD446AB0EB5309F595578A018F0528932E1DBC4B55027E8326D91660332AF0208A9A7167EF2016EE061F2D64815994BC9364FF9E77D08EDAA5661BD5F17
System.Diagnostics.FileVersionInfo.dll
md5: C83A074A3547DF16F4618383021F7B43 | sha1: F465E5D45AFBC6DCC54D9C2EE62C58EEC8B3EA55 | sha256: 8747D79C694A62460DFBD88F584FFE023BE527256C4D93B68B6A1DD2F9418596 | sha512: 01C109E081E0071A89CDF0D66EE4A1CB1464BB47C107928F34F1AEE8D8B1B1F24BF59381602F922E0D708070D37D0E84764574EFD46133DEB40C684EB1C2D8D0
System.Diagnostics.Process.dll
md5: 5227566A9CA5E1C0055DE221A4706735 | sha1: 0D162D6D36424158ABA0C51C4BD8F65F1386BD8B | sha256: E38A321758DA50E218D65B3599D8337FCCB396CE313E6A35C61B771ECFD693D8 | sha512: FF366E7F0FCEF0F8CA07A8561F8D73EF4CAAEE901AA441ED92D078749E93C72B8C371D39E75F634F8743670F60E6AD4884366BE1BA30AF30C11DB6769F36BDBB
System.Diagnostics.StackTrace.dll
md5: 78D8CF428F58C5D5572AFAA1A9A40DBD | sha1: 741F960692C8C2319E1B3A8DCEB26E34C470E615 | sha256: 2D562676DB982AD14DDFAE3494DB59D9187AD9371A602BE06DFC8E4F7BA91C06 | sha512: 31B729143765A07E54497B5219193F0A8C217BE2CC81AF998DC70321A12793324792B6C7E0F1AB016C79BD81AE284B25C402689F78BCAA92CAA961F94C22CA55
System.Diagnostics.TextWriterTraceListener.dll
md5: D4F7A95EF29A00826E92067E55B48D7C | sha1: 42F25275875260DA599FA91B28BA4C1DE941AE56 | sha256: BEBBC168790C2426EDC8328CE9AEE6A87D26D78F0AA95F5ABC2A11E2A90AAE2D | sha512: 286064D85C122EBC2B2CD0DA01B617239E419556682EA080810F8C536FEB9DBC804CABD2CD084326A600EF516C6E5898D3D85CE6AE3C0DE02B2A836D0BB7F6FB
System.Diagnostics.Tools.dll
md5: 927CCA4DEC77D965E19D6F8D0A486DC9 | sha1: D81B3ACB532F496D12329F8982130A6550319EAA | sha256: 4D359833A0AEBD59093E631847AB81D1388E9ADBC9B760C718EBC700D0460554 | sha512: 5A854B13117205FE1B8A8FC42DBECBEBC2248C04D25F202958EBD082C73B3C33314A9B5CDC81E2B56098955608525B882C6619A01C0FDF664D8C73B8A84BC526
System.Diagnostics.TraceSource.dll
md5: 185FF4FCE1132B843B27657A72B9B072 | sha1: 870A0E3B7B7CD44828B1AB40502280FBFA970EEA | sha256: 4F4DBD063FF1F52ED20459AF615093257B8DE30548E4038A664938B1FAF93B06 | sha512: 7E8F70E98475C2EB5AB59ABAEE309E004EB3EFB1012689BC1543DD858348C52300D58D1C2A3AF85D635E1562922B08C9957B0359774705259A09983B1B3645DB
System.Diagnostics.Tracing.dll
md5: BAB054F85FCC984A61E3F3DC5C89606D | sha1: 610DEB3C7713D5065770E2F44DD11A517CBC6E5F | sha256: A60E07B1876DEDAD1B235956C748AA0DA1637E551975593D36B46F9621347307 | sha512: 3C90D5942DC9E64BCF72DAA99068723D2006F6489438A623E6267F667614CB62D77802DF5B32EF370A4E5C46528B6B1C5CBF9FFC0471493B8B6621B25346678C
System.dll
md5: F137258F839E1B071386BDBB2C7D5A05 | sha1: 951645B7DFF594C917BAD298EF9B85081DC7606C | sha256: 2A0BAF800B103B5E4EB93F39B500B277FD6D0F3672F4E14A89E22AF76E5FEB99 | sha512: FC98F88C62896D60FAE4A82048ECF6E8B0F77CAB79079478D9F0874EE2F92A4D3B37260125A298986E05E52F7DAACF4F8DF8B136C08CF41C42D758655CCEA494
System.Drawing.dll
md5: 6E5A60DD983E1D248F2B309061423EB6 | sha1: A4676D67B0EFF04F0152597E1E2F88EFC11D7652 | sha256: 2B644D9C5D881713075BEF021B137A739DE3DE16E892111EB48176B96B8BACEE | sha512: 98F2231B47EA013461FFA238F319358B13ECC3BAAD34E7C5009058C230AFF8560D0CD113C13DCE2D515B2BBFCE800BAF8C8758F50135C3109DE967DE18617CFF
System.Drawing.Primitives.dll
md5: 23E1460B10F2A8F5252E90D3DA8D362F | sha1: 6A1D40FD6F02155E6E0A30DB901B67A013552601 | sha256: 095BD8D5D02F7C064420F54D86BA044D3D8B948F743734CC04334E8C7579613E | sha512: 9EB4CCAA9BCA2D42969F72BB96A3279A4AB9D8EBFF1A931C8D5D3BD9C87BC1595CE7EB3541F4E7831843EAB27FC4209C77EF4C3046730F67B68309E4EA5732B2
System.Dynamic.Runtime.dll
md5: B0BC9071189BAAF05E6E39D32965615B | sha1: 682B6E1F319BCBEBEBE362F54302429D76CCCD09 | sha256: 25EEDEFDB03D33437E597DDB2938E06A4FA9A5050A78E95A7F1594AED14EE71C | sha512: F85A57D8AD64EAF4E46E093BEF34EC8A11C9FC10D4906232D585B4711BEB27C8DC6CC01460BBD8C3D91833929DF9AD40F4C2F5C598F52CDD71219363EDD233A0
System.Formats.Asn1.dll
md5: 87A21E1047A305E9C02E8CB2F9B9DD89 | sha1: F19545AE46CB780580F81FBC61363497CA79ECE9 | sha256: 9F4570AD3D1F2F1DD02209FDFE0F67588DD9D0B80FB56B0B14620C6C29FC91C2 | sha512: 6D76C1CEE76920DEC802511D22CBA9E732560B3ED18DE9E214FC700EA3E292689E97B337E7E4B657F0AEDF5F4CE455DC1228264863A6C6591418E40ABF8EF459
System.Globalization.Calendars.dll
md5: 69C7E483D1319DD314815A1C5B4D4ADA | sha1: 5E498D51241F30FF6A441A7B5EB61A9547E39E50 | sha256: 80D5D3C8E97899D2A48355C7C7619C792EAA40CB4589020A348F859BCA3624DA | sha512: 748468D6D024F88CD1ED3BB67F9BFB0262907ACB8108D56F2EB283CE0F413B8826687597D0797205D3371E59546EED36FB8A0EB69A525E049103CA83EF0A22CD
System.Globalization.dll
md5: 385380F7C2B10A2AD98B83DD15BF444D | sha1: 69642DDB79B1EBD2408A010091BE352CEF0D9807 | sha256: 2FEE8AA7861097DA6097CE3EA6ED0B1054950F55DA904D94A3AD2C9B6DC9A645 | sha512: B4B553B7BDF40DBC7C191104547E85905A8D81AD7C76907E479EE062FCFCE1F6AB67861EA1FDA83C8DD3775C88C43372C943AF9CB16EBAE08CAB7E8C9C705C3A
System.Globalization.Extensions.dll
md5: 47454EF854BED8E23E0E92F0A524FBFA | sha1: DDC3BE351CC8D4436B529C405BC2A8D55F1B68A6 | sha256: 9AB26FA750DC0A0223AE06E8889B493BEA381781AF3437EED88A980B2E041800 | sha512: 4B5842A76AB0CA3FEFB32A85F06764BADF4EFC85D44A4E47AE2E1E61E87012CB6AAC1987CF7C7DCF3A7AD50B517FADC77FAE5BB138D728D23E82564119EB79DA
System.IO.Compression.Brotli.dll
md5: C755750515BE58F92DB60C03486F52E2 | sha1: 85A22EDAAF49CF7A1850BDBE447065BAAAF31C46 | sha256: 39CCF47597AC727A22D8800C0DD0086A0738080B571FE426E346655F74B1538D | sha512: A3DEE9FBCC5890A1E5119BD32DCDD3090B33186D1E1C13018AF5A3CC6AE58248F8F8A6B0E6A3F0097EE7A84921A72D5DE8E5355625E89F3DD2095470599DCC22
System.IO.Compression.dll
md5: BE4CCBF164C076D39111BBC8AB04B8C5 | sha1: D8076C658A70654826C95DA50926FE7768FD2E4C | sha256: EE5A26E1DB6EDCD67FC3B4A1FA943E68A3DEAB837A24124F66E3AD151EFB3324 | sha512: 8848EBB374A202D21D256B37FDFC322FF067C91B59FE9C4926F90D42FBBD5B71202F35EBE5C3E64E0D609450CF8E276C2162F96D72AE6D08D1BAF6FF63B3F9F9
System.IO.Compression.FileSystem.dll
md5: 7C06B8FD89AA2D7EE4B1CC6340ACB566 | sha1: FE43CADE4335F74B38F16A0C355826608C0D8AEE | sha256: 30684F0E39CE3BD6DA23A5C51E80B08A709E17793944A233D325187B9568A157 | sha512: 9A36BAAF966B4789179406FD5591CB3108532A1FEC701E49C6C95336B1B5668BBB0CA421D5AC351EA0763FD14429A5A48E2E599316CB36CCBB670EFA822015B2
System.IO.Compression.Native.dll
md5: C9CAC6C43D4BB95FE35C647DB8C45F72 | sha1: 716E2F903A29D0266E84EE465A53E2EA163F9251 | sha256: 1D690692B27007A054E30A94868A5A30B86E38E2B630847C77C19DB57D09F941 | sha512: 742649D9AD74DE72E2F95266C0B38749AFE28025C99D1B7EB0445D4E0633009D5355525918E27A919772F18FE74A56428082C2BA480B2D528E1E1A1A5AF13480
System.IO.Compression.ZipFile.dll
md5: 661F6ADC7A3D24D35D084CCABC0B5635 | sha1: F23C860E4473FC19DA75FB78F066F134241F6610 | sha256: 584227514E9E03ED5198DCB6C231C12603332F3A896B3A6674F8D6243C64AAAC | sha512: 90B2C99A5EF5D33B5A2FADCF59146416C3A89C01F4CBC2116E50812E4653933C96A1D21FF4923EE104DB8BDE9562435387829C2FC2AC252BAB847F3E074A246E
System.IO.dll
md5: F7C046D5B808F20BA108BF7FB81EC9D7 | sha1: 8185516D008A20C2AB8B7876822909D5DC9ABCC3 | sha256: 9C2F4BF0B3C2D2A9C5928C9CA743AE7253CC9DA9A64FAFDC44D0C5D9FC97E07D | sha512: B323C2F4F738FDD69CEE0C3E8F1F5D0DEF5C0919DF2C2CA5904F09152E5FC5B5190E3DBD0E3152FB35836D3A2351E0398A43C5BDE1C54A0FF36042C7C37A93FB
System.IO.FileSystem.AccessControl.dll
md5: 8842EA757377512D06B6EB646E6E59F8 | sha1: B78D2175029FCEBE71458BF89723D3E9D786E69C | sha256: 3D6F6949338F2D62CDBE8275C197994481A7D7B330A993418A2F924EF1FEF441 | sha512: 18653E82242CA70D846E1B03C19841270ACF2636A3E261A4CEBEA5A24850AE4E1AB411C12B1CA7FAA1A8E0FDAA474E08008F6395391EC9197B92AE8351D7B3D8
System.IO.FileSystem.dll
md5: DB3FB70F7C06836E7AA1BDE20C940D9B | sha1: 2CA087D32580745C0BC7DD04490A5F1EEC423B90 | sha256: 197DB4F4A589607F59B95D9DC252CE94D47D4DE848C6711DCD204519824A280C | sha512: 61AB0C374F5650967B541268E7A4C1373E66875CCE6851D04A1D26B9E1A09AFE228D80F8DFF1896A4551CE50ADFFA23FDE39ECFE5569E6CF106BC9AECE06B782
System.IO.FileSystem.DriveInfo.dll
md5: B4EBA16006EB9CA615584CB7B7042EC6 | sha1: 7DA2839CCE42C4DEE7B566746B7E72AFBA8E3331 | sha256: 65FAB2A8133E0A860033A3982FD50AB56BF6D284ED2462AE08816065B7A45588 | sha512: FA57D6E941AE57C09F9261FDEAA423DB2939BC3CE053B998E89E9E9F7F8E4FCE5B8D1B73D25D97E188ED005EC0A8446E35E1444E4D8720070DCCA7ED6DBD21D8
System.IO.FileSystem.Primitives.dll
md5: 7E22B96C283718F145111502F04B04E3 | sha1: D8FE26E1AD136BBB221724B3521477AEC3B0F28C | sha256: A14309847889C041B1FCA50A0433DCBE822CD74B92E2877F7AA0AFD5AA63473E | sha512: F32B5572260602BE81562201CA83A64A3819B7D291D070D5915597258D98A95293354104786964AEBB45570140AA062DBC069C9BB97ED844B264A1469A1E2225
System.IO.FileSystem.Watcher.dll
md5: A070A2016BA8544452C393679809886B | sha1: 5ACAA59A175048C2F0EFF5B180AF96C05672DADA | sha256: BA4E0B0D7A56B240A6BDBABB138ECD28A46D5BFCA276F5550FD24F4D4775BA8A | sha512: 2283A07B631CFBC47BB86935D25BE2519F49C350FFFC2C7E5E66B27C42BFA78801775049CD4D27B5C6A0A415AB12B6C116C8392769839EA615F56B9CDE36F829
System.IO.IsolatedStorage.dll
md5: 058047A8A5F39BEB63CD7B0C08E5457E | sha1: 8651FD273A222134650459184399CE53B87D2789 | sha256: E5C86404D8DA86B6A00166BF52B2D98BB605C2B9D9DF8E1832E5716BA0B75963 | sha512: 6BFA6D5E4F811E7412E0B3CEA8FEBB4D93B7F88D368B482D762082CCCC7B656AEAEDC85C7723D0083835EEF9A86B5CC44795DEFFB1D26AF4063236C5F1FD1349
System.IO.MemoryMappedFiles.dll
md5: 1B4BCFE36745FFA6B8E66B9DC4109E82 | sha1: EB9025E7F33E53341381FD2F9B5BBC6D57702007 | sha256: E9987D0EE573382EE365C4BA37AEF768DBD9C4838853AD657C986343E99D52CA | sha512: 56023FEB789AFE472925A2CF0A28E7828E32342CE76938DC6FF3610E12855660D1CD08281171DDCED5C4BCC53169FAED7600C475ABFA49488C29813AA55CF703
System.IO.Pipes.AccessControl.dll
md5: 40A79FE660CC0F90E3E2403038EF70C8 | sha1: 8B4BFC3679FF45FDA889A4CECC0A03CA45361E7F | sha256: 933555B280C84F7240F2DD6CAFFC70B5874DE3880D0F069869445298399C3EB7 | sha512: 141383C344F351C61901C381E5E95A7EB227546585036D26702A5EDA31367499F64E8B7D11B5644C5427FDFC05DF8A38F3982EF803F1E560C07EE3290074FDEE
System.IO.Pipes.dll
md5: 03CB238EC5A1691A8149945D555EFBBC | sha1: 6195EEF5BAD9B5C07A882BC05A204D73834D1886 | sha256: AA51462430E9672E8DA53DE3ABC8075163D723893B652FC483100BE0CD1F0571 | sha512: 0241F93AC22F0FA8B52E5C7F0DE1EE8C214FA62440E783522C4932712854F1D075AC4D721B4C0D3946CA73828224539C00484222608C87298AD07F839A85829F
System.IO.UnmanagedMemoryStream.dll
md5: CAA2CAECCB2025832A21E66C0A4BF81C | sha1: B48EAE6C29B015903EC0E6315231F3D5FD1BEFA3 | sha256: 849720F91CC5BC309D961C676E4DAD792659ADF256832DB1B181643B6E3BF915 | sha512: 1349703A4CE0ED97E231C01615D235E1CCF50851C45525107D360020A202A2E9748CCE14897566FBD0D328CAC72EF01DF6E2192CF9E4697A09D468F750F645A9
System.Linq.dll
md5: CE34F72AC83E052A5DF6A7E18BC678F8 | sha1: 03CCB70AEFBE452B31654A99D6352B3207FAFEB0 | sha256: 9B89886DE596997B42B7EE38CDD500706467F1D5222E47C0D7015185BD071CC9 | sha512: F76233278DBE7490A072CB55F8F35F7F73BDBF83C1D9B70C49B320209C3DC2CAF3F1EC74D4DB04358399D37E75044A8BA2EAF08575DF1B8D5D6D3CB643878F9A
System.Linq.Expressions.dll
md5: 6B3369B4080B2BB099BF51C84CF31D3C | sha1: DDF67584B6C8941E46011517FD84A660837F6FFF | sha256: 1C848FF24F3958972379BB712356C7D60C1BA2FC2BD0B5B081DF3F4D8F9E1335 | sha512: 4E57826B57644E9BCD1DCE78147684FCA7205C90BB321D32A469E9B34C709BCC9A8D1D6CFDA003B67F0BC876057036F1A5B0F35282FC7039FDD732918F28A4A9
System.Linq.Parallel.dll
md5: 0B1582587B7B1C663519FA324810DE8B | sha1: C35A14B830D94DAA6116CE64F1F962C01AAAC6BC | sha256: 89ABF235ED0641C9B4D41EF3F7DABE2BAF4729F55DDB26BDC05A9E5C2331B8FD | sha512: B5D67FE531EA86143CF9DBF94BB9C868777AD6092D0136EE54DE39AB81ADAA6F9333D3EA7F6017AA995F23D24E527771E3DB8EF69943B05DEDE846AD6FA32A36
System.Linq.Queryable.dll
md5: E94829D2284537D1695511CF217A51E9 | sha1: C4A1C3A79B7B59A4B34EBAB40C800327B3771382 | sha256: 83C964E81319418252589EDA61D10B3BBDDEFD1F19A42E42D06AD7161812AF9E | sha512: F2B2835CBBE85D91F918565394F46675658D1EE8355703C4D82708C1E46A3091362A1B1FC989C498FD6F85889BD79DCEE163D01324D1FF963E6190DA275F7BBA
System.Memory.dll
md5: 173BC4035A3FC2408C89EDA0D4E924AF | sha1: 213F1F917EFFAA735F22F657BBB817E693739F9B | sha256: F87921520CD75E017893C30556C04C893414017CB80F1F786756A45BC66F0407 | sha512: A65BE8AD496DA8070E62267634588F3AE68AEF13FC9DD8056EA2D7D4FC8636E63DEA6E70FB2748C407DF3791EA15699D28BE128CCC4BD44400C57A2F4DFB6108
System.Net.dll
md5: 759C92A30F2A464B524482417C19B518 | sha1: 8171768DAB0F10E260B5C80E6D7BA99920E9CDF6 | sha256: 64243C6329D05F8E070FCB110A3E46CB60B875ACE4ACEE7B4D05B565E4AB54D0 | sha512: 41278DCE9AA8CCF50E61826753F123FBCD97B61F877DCA2485BA4506004CD13F3B5EDF915DC96F7590EE196ADE484F673173D63F79A730AD6E41130737DB00D1
System.Net.Http.dll
md5: 882C05819E11A15900F28476C2285E62 | sha1: 5206812CEF38669DEF61FAE27E4B5234F0EAE935 | sha256: DE1068C149740B9E2DC45207E22D1058EAC8DAC85D5029A13C3DAB06D00E1CD9 | sha512: 983BF43317819C51613CF0E8F6BEBD91F052FD511A3BD64E8528D94CA463850D2DD5D9F155EA1189A24D3711FF9C69EE9539CB4CF2C2DB982F7FED705A6E542D
System.Net.Http.Json.dll
md5: E21F5B75C6B1530303E5E9C1D58C2C5B | sha1: 3E4BFF4ED1CAF6478B54A68ECBF3C6EF12A6C31B | sha256: D3C0CFAD833CFF3E5751F1D28359D37E70FBF7803B2495A24980585349F8DCCA | sha512: F8909C12BBE339D45987CFDABA8C8F2C7D00AB6DAE4D527E6B80603DAF04EDA2F5E29C8C62BE85B6916FA9411D5EA97882A5852C682C36E81D636E316AD2F393
System.Net.HttpListener.dll
md5: 8A631DDF8E91DC4DAB852C757E1AF20F | sha1: 74D640FD7BC262C6550403948AC867C6D2845FD2 | sha256: A57B4860EF21CAE17FCB3ED4D1267BB76B53631431D77EFA96772DB00F61C81B | sha512: 18D819A2430A8237F2D48BB657A9CC05270C70DF1339FE394B6D0CE87299E769F03E0C93D5469A6F26E2BB4726288FC09903348FEF82F0630759898109700219
System.Net.Mail.dll
md5: D94E7EFE118464481BAF9DDD9B48137B | sha1: A866B9C7FFBEAC59D41888C05BEC72ED43AF9A15 | sha256: 001C3F3B7437F13493E54A103972AADADABDFCAEAAB00F66589D7BAC87D15F76 | sha512: 3A4A3619EA332AE2A7AA2395BE4751A0750ADCC69B395403E830C909CD63C9B7B41B405608D8A9524D7E9363C63E40AC485A1F0F55863FAA149EF444255CE48C
System.Net.NameResolution.dll
md5: 31E5612100547564A843AD01F2116DC6 | sha1: 3DA19D3A31A99C0C3D4B103E890594DBEBB8F842 | sha256: 7E8D2D0BA40898625E27C19C653E7542E37E98DEDC9D2E5C4DDA04741FD4C914 | sha512: 5A31CED4A0376C6B15584751D907B5A4623E9BD1E490CCA66AF7A65AA5B2B8CAE8DB5ADC00B834C4FA40490CBDDCED6DDEA8413324F34B5747D3AC85C5AC00D5
System.Net.NetworkInformation.dll
md5: 34E7000E572DD077E0C2AE0BAFA0159A | sha1: CF209B5BF5971770B595882A67541CC83A71D94A | sha256: 83B074899F147ACC907BD87D96488CAF99DE25B5B6F3E9E4967C41958DF545F9 | sha512: 55FCD2FE8D59B3280CACFE45F56E98F3491D9F8DF0B7D5B31FB73C8D8F1241EE53346393357440C2B87768BCB4C7F228782C5198BCBEC4130B0BB71726669994
System.Net.Ping.dll
md5: 0BB477ED7EF1797BE607CBBA490496BB | sha1: 6B578EFBF72AC27628696124586E9D5FC5C8FB91 | sha256: 7DE985A5F95B6CD5662C1F5DEBDAFA9B181537BDEDE02C89736ED9C0947563C3 | sha512: 526FD3EB4BAF39379C3E09D6399FC6EE0E59FB7F9E36D400CBF5D6712A2F90612631C736FB37CCEC95C40DCFE3A31CFA94804882A8A29E35C9AF1E92277D7CB0
System.Net.Primitives.dll
md5: 353601CC3BE962D86459DE931F2E6C3C | sha1: DF132A76A5FFDE42BED453EAF660EAAC13189677 | sha256: 6F510A0FDB7A4A302D17826437BF56AF8D142B2DC149E1ABC12CBAF197A27971 | sha512: 4C55EAE863166DD2F0A4C2787D403511E008B83607E00136CB01CF682F5008710B184910A3FEAC43574FBC7B244C1D5DA0805CFAEA0DB324FB8418F9A2BEA458
System.Net.Quic.dll
md5: 9714FB0F2525D703068706E074230C9D | sha1: 82DAA9E4D24406B498374A62B90A986F070448BB | sha256: E9CFA1B99E8078E7E1E811B01A89C57E32E9F693BB9A6F0A67A385F4BD36A9F3 | sha512: 6090707CD1199E952CDFE4A3356E79C18874B91B8CDD58FED0114C92D94547C5C1163F0800C27E0A43B1BF437EF8A23FFB301F3C4BD63CC44608777836E88FD5
System.Net.Requests.dll
md5: 54FF4B65F586CFE31879B839F98B5256 | sha1: 53161479B69F5045059A3C8D51970B548CA9C6A7 | sha256: 8BDA1F6D783C6D5EEF7A8ECD012B99EB6A7387D09D919534C7B1774FCBA3B8F3 | sha512: F423293BA5A9ED778D54DABFE4EAF6DBAAFB564DC2D4D8924C920E69928F94B4827FD9254C21A26BD10831AEC4FF34D5AB62621B45C7FD429D0112F878D6894A
System.Net.Security.dll
md5: CA00D7EA2FD6AA73C532C5D921739141 | sha1: E3D1233627B956F3D6AF5D7C86B04AF431537CE7 | sha256: 9CC547746BC962C4D36756DFA19E01517A3DC259B6D8ED564CA49408E9D2BECF | sha512: 3C8D395F89803487E625056C303EB2BEF3B1B18EFF113F92863A8F74F5F3030718AED499551B13640E1B2514BA9980B89551835C79E243AFD9BA69E967EB3FFD
System.Net.ServicePoint.dll
md5: 275730E877C1D5CC5FA1A9625DFFD63C | sha1: 9106245A565E7D394C2D0A4F547EF47579CF21E4 | sha256: EFD5C54EB334A4EE7786247CFB44A3C7C28FEAC3BF50AE814062281FA294899C | sha512: 814DD4D34575AEB24702A47AA2B7499709AE3551FBF2E940B1E4DBE47C342481A878A9571D5FEF894159C43976C50A78EA48ACE488C4E6538FFD5E7FE9462E23
System.Net.Sockets.dll
md5: 34D2D826A6EC913AC4E4D15E5D433E38 | sha1: D9D281E02232669C79B9E015BF49984C1541CF6C | sha256: 7927B313B7B5BF54C8E3437A319338C3D648C29882C0BA5A2D9B882FEFF8E9D3 | sha512: A2CFF862CD1BCF8EA91E68A441C9540CB2CA9A5C605BBD676BB13AF0127C513C327745A80E35418E164100F399D284679E9E4EE97297397D50B73B74552CBF19
System.Net.WebClient.dll
md5: 0885841070864624631FFEF1690676F7 | sha1: B049CE37150A41D6C98330724D1377166F55DCD6 | sha256: AF5706EB8417AF669AB312D0583A28C15B0251E2C19D26123BE02B84DE3AE510 | sha512: 3A4D6E50DBEEE8776A86BE8BD2BF08F54E41DDDCA3569BC6534AF482B76126E2A2D01F00616CD90DF191F75E255EAD840F073078B474C958302BC6491A0E1472
System.Net.WebHeaderCollection.dll
md5: 3B58025A05C642D6D80BC55D9238D70D | sha1: 8C821D7D8B9FB20C4736B5B79B48E5212E6A5CF5 | sha256: 8DB95BBC5D0F9973158760AB1B1CD1B5D6D5F83EC90B27E542A27A865AEF57E0 | sha512: 9B04B4AFB3F594C53F92980383881F8F835ECBEFB989886C03CFB29743A5EC0005601120DD5526D2BFC9ED27D78B0ECB26D2E9EA82EA425E4BD433F04E766279
System.Net.WebProxy.dll
md5: BBF6CB6A66F9DF57EC61E630A399AD15 | sha1: E3FAC486B9CE5285F36E9137CFA7F012F2E6710C | sha256: AF5F9D2AC87956ADD227FE92114CCDF01FF7A924D1C753C87D74A43DB72826C8 | sha512: 6B1ECD80A1942F1062B9D8E031CCE56DCBC05756A3D84A17FF774A8793D2480D0A55DDFE7F4177BD77F82B5B049C83DDCC7C2FC216302AE1629A5948CB5B73B8
System.Net.WebSockets.Client.dll
md5: 02F4AAE07904BDFB084A842625533F9B | sha1: 1A23FEB5D195FA323BA4B754EDD8A4F69014F273 | sha256: 7210DE5B71177BC739F74359D7656382E2D364B69AB8DB234819464621BF40B6 | sha512: A244D1EFFB098A278E9E11F26247DDAF73ADCD16D4F798E3775B7B6E0744959EEE26C80DC02762C492429276033A81058509B7F3BBE4FC31ACF78DB48B10AAEA
System.Net.WebSockets.dll
md5: 8A8D6EEFF842555D16F10837D39B4FC1 | sha1: 53B45AF60706B491395AE6E3E8C0BCE770DA6A5B | sha256: 9B4D8A3756A628DD122FC2CA82C72E5F0CD1F2A25CEC7AFB1FC071D938413A58 | sha512: 4C0D1BDC9E356F54499075D64773236EFD291E893561A42337A39DCC59C96A2165A8975BBA61CBB6EB75C9C94C9DF1D58BBB1ECC415ED0EB007C9156846E7D5E
System.Numerics.dll
md5: E16003B73B98C318FA64FC7E53E72F3A | sha1: D7553354F5774D4FB1C0EEC2F29B205DD64F46C2 | sha256: AC19D8042380EF0942B57E9D252E357C1C07BD2C6487CA39C5960268BDF5F3DA | sha512: E4B7BFDCF0F8BBE79AE0D550E2B81CC34F6E7A0DCCB32566E3EF4D1FA80F2D6A22F3FC9BEC0A82682B1F13401C31B13F0D8FECF8DBAA80137105255CA32D973C
System.Numerics.Vectors.dll
md5: FD4EDF47CEF9CBB062A1598DF9AEB00B | sha1: ED591EE909E524E5B7CD8487A3562D5CB28D5084 | sha256: 9B4DD9B8911B88846E645B37FD93270A90F64210F11FE1BAD5A4F4DBE5234F9C | sha512: 27790E56A6AE7F25C7C0B4ACA31621E6C680B17404DEB79E1D939E5DEDB0928DCC35A4CD73BFB9BDDF49044F95B08F09DDE0DBEE8616C39CCDB1A5413A626919
System.ObjectModel.dll
md5: CE553A9DCA4641513419F96E04609F61 | sha1: D180D364DD1BFF11FD200914274677FFD48AD21F | sha256: C284F74E3F61CEE3C55D4D5F832DE5949C4919FC48AEDC5B9DB58D55C86AB23E | sha512: 7841760CF9D4C6E8FE4A4812FA2C7DA912B2B9A130A02EC9060C5D0B18E0BB5CE7E0537DBDBCCDC561C92F8C8F6887074A2BDFF80B2F606D502D45744D75D8D9
System.Private.CoreLib.dll
md5: 5460248E76DCE32F4AD63FAA4EF4BE2B | sha1: BB0A346C5F2072FBFA57E94F9D40637D3EB418E4 | sha256: 2B158E8FE2C6C7FA71CF44E9BBC1D6F1720EC8ADDF10542DC9193BB2BC6FC49C | sha512: C161E964FE34A4301DFA24FC9DF9359D8EA8B2640F57E78E48AD5A7C185E480FBE814A891BC7A140B11D0499DAF81B3D0CC4B3A54DEB4D93405623CED9916CDE
System.Private.DataContractSerialization.dll
md5: ADD08C056779D5FC99C7816062B5BE1E | sha1: DBD45E327EC8E0B788E0ECB118A6F540ED78E242 | sha256: 30913C778171BD1DEC16DDEE825D1B8A9D8FC017A0C750E3EEA19AECBF840109 | sha512: 954F567BC09680E983640893B6B195B9285E1E3C3311F07ABF924C05AAD893BEBDAE96B1BAFC76A51E25BCBEF95A915D85B8DC79C3319D86068E5A9CFE6CB2AC
System.Private.Uri.dll
md5: 0E4E6B1DF43C405D6C2B14002B675C0F | sha1: 92416C2B926F672950105C22B8BC2D36746E4F5B | sha256: 70F7124C65114C313AB4D971870D3034F915DF7FA7C24FF56B502CB992FC2609 | sha512: 736F20432ACA968606E8E8719BEFAC29F96839F494A716D12DC3422EEA66ED4D3A24C92367DF7D9BBF8875C34FAB03EED79A1848959A1803D2283321D13AC988
System.Private.Xml.dll
md5: B3F5D8A60C3156E97C553B759768E31C | sha1: C1E2308D1B961416E3D6649A521AFDB8E908BF51 | sha256: 8DA1A1F8B03818ED7385EDED8A49178448F2C022066C776CD04BD9C45B83F6FC | sha512: C66AF61B14E07B496B22CBC89F6173E575BB760ABDBE07D163B1EF34668CDA0637C0FF7A05FD2085494C5AA21E1428ED404EC19F65F7256B9F2242228591F388
System.Private.Xml.Linq.dll
md5: DE09770F6D1ABD47BF1D776A655E20CF | sha1: E6FE98EC04F75481C2E350C69807E39D76F9C4AC | sha256: E1CF2E5F55584B9D270CF7E13F78AC7BC1061730A2B253DEFAC5B5C84CB563F3 | sha512: 255AB94791CA6DB02908708C1ABF13B521B56E09E79AC330540EAC6FCC6B9CEAF46241A5ED0C93461A8765235824072CEE65B9F9618DBE2A140902BB3E05FB72
System.Reflection.DispatchProxy.dll
md5: 694B4FF1EEBFBF99C1CD3E5C9B7DCF8B | sha1: 37563DDC5E728DA74193B9AA78335F92A62B0859 | sha256: 65FE9A31869142020D1EF5D64BFA825F83E44D49920E701CF91A844873A54689 | sha512: 19674CD3AC5046FA47280AD1E893E92F487AE6AD2E1DCD928DB3DC8D4ED20427A04849E9C8536916398277D51D685D592D6000201069662EDE8054EA03AFF13D
System.Reflection.dll
md5: E1C20AC780DF225AF026B02608141492 | sha1: 7F70732056FBB9861154608B677696BBC919C231 | sha256: 0F596A03CCDA0601AD850BB96E81A7D72ECA47FD1CD4D99E47DCB9753456E4B5 | sha512: 069E652D80D57E35076DDB0C0A664724B379148B28E6CFB3B69680C5D90C4518ABB7583C70392CA873BE5092F01E5817676F90A48136DD4CC560649AAE233177
System.Reflection.Emit.dll
md5: C9B5183476C8B7E3A6F205364AF50CA1 | sha1: AB24EEB5D0517C8E927FDD9B5ACB9AE6DF6BA2B0 | sha256: 2C04DA18F4B04A4B631C683E36DBAF93DFD338967EAFC15001F1E20D740DD0CE | sha512: 7E1D74294360C8BBBA248B9BE6E5901FB493367122686C8F3C5138E3F96EB363B56F56782096B6A9BEFFA66AF3B9D5412182ADFB4BC4951BEE6D31F00DB564BD
System.Reflection.Emit.ILGeneration.dll
md5: 8256B3FB1E92C55EE5EB06CD7B686B95 | sha1: 64F82AE893EC3C97A84789EB5FE4ABAF33D668B6 | sha256: 32EC2152F41E51F098264657099ADF6A26DF724C4C5D013CE27D6F617B1B3D4A | sha512: 043C4157D52BAB4AFC7EB52A12DA9290302880705D7135F7C1065C477A842B9851B1CA4B26F8BA4E906C4C704D1A06BF492D66D38C2D5909C07294D69E591560
System.Reflection.Emit.Lightweight.dll
md5: 74E22D0C541EE0764B363094E0739E46 | sha1: 00396066611E7122C76EB7E5A91918E19AAA7163 | sha256: 7EEF533D3000BB4D8D699D13DE29F28E6CF4C1FDAA3F2BFED1D1CADF6412AFBE | sha512: 576EB243C77684548648F5EFCACE340080A769F7B5A99BEFBB36D7CFD0C556D0218D0A1D734EE6F61E3E431061C5C31CFE6ECED9CA290AF9B7122B60296E3F2C
System.Reflection.Extensions.dll
md5: 99A85AEF38B7E8FC91806732AD1CBC44 | sha1: 6B88A11D3D6D7F3030A6E416B43BA2A70CD1A398 | sha256: B601BBBA62E958E3C825AD524D50757051EA52664B3A8635C479D11BA4C7CBE1 | sha512: A8D971586A5D9FA443C7FF63F7C5742F1DBFD4CFF3FB5C87D9766BF996BB7D1D31C40176DE1798F11D3956DAC8F85097CD33F90D58739125C75094B2FF8527A5
System.Reflection.Metadata.dll
System.Reflection.Primitives.dll
md5: B82094FABA4C5373497B9E7BACD2A47E | sha1: 94364B5C824DF284214525A1E5A01AC65592F739 | sha256: C30A7A934594DBB76137C5B3AAADE03857F2687CB4FE825F3529C68DC7277B8C | sha512: ECA136693C111DE6E7AAF45DB65A75BF35DA8518F19018D70E4C8B89F9198CB79992AC305BF4261C89C00B6C1AAB51155FA64F80CC4FBABBDE38D9B963660D58
System.Reflection.TypeExtensions.dll
md5: A6F03DA073410B3DC80B6D6EC9EE09DD | sha1: 3DD34931ED22A24864FAAB278256F37711DCB903 | sha256: 8067B1056487E05D12ADD2593217A59C0A3448B50AD0BD675828B77B2629FC64 | sha512: 0575BBCEC1A56986B9624CAB97ADC896D7DF242E25FF2843CA1D1E02255F36560DD1D6D0DC9570563D3B341EE6FD5B85625EB0FD0C5DF32DD4CE8660A2B805B4
System.Resources.Reader.dll
md5: 994D0EADFB8F679DF717D7EA10FB9DF1 | sha1: 76C97D4BC8CC1BCD49700D88A25F5C1CE32182BC | sha256: 59BDC8F5B2E204AC8037EDB6509E8549503FCC104CACE1FF907AAB1A9BA4860B | sha512: 5CD299888B6F553C19CCA2531C494D31C92CEDBE30B6F0C0C9A22E4AA25A80D084854FBDD0447A63957CD7A4714C570AD64F396E29D490F7F4DEC5D8CC2975C7
System.Resources.ResourceManager.dll
md5: BA69B62D248FE55AECF7F47CCC65B508 | sha1: ADFAC8122524BA970BC3BD1CB89D6B3D374BAB8F | sha256: 67B3DA594ECDCA666FB14B5B2CE0371AE735DB337D1FAF482F5EF4D5A281A6AC | sha512: 1F8E7A994200EDD12448159E4C781F016F0CFA053324B4D122D15BAFDD1A8821ACD75B2885705E8609B0F213A71292B31A8B3082D7171F5F43A802114E78BEAB
System.Resources.Writer.dll
md5: 799744F94D1C32AD3B881156EE91741D | sha1: DF3AFC662CCDCD848A1C2B257BE32E3E3774C83F | sha256: 379A6756A3F1E75E58DC1508568BB1FAE0C6023033DED0565CB00A2B9DC19962 | sha512: 819F195EA605DD5418404B4EE604E6743071B3D782414A285730F8C8BC0BE8E56D9F46FCD6B47E035BFF8F088FAF2F783D25BDFB90553D1749BD8BC1140E7C9C
System.Runtime.CompilerServices.Unsafe.dll
md5: BD67B1F652E0A2ABB87FADC51362F11E | sha1: 9873B675FFE8F83AE3CD3CBA8418ED44C728E87B | sha256: 91AA81BA756A053276045DBA5C56CF442016114E15EFD5004873ABA3653A2549 | sha512: 8B1ADF150F0C0E2B051F84590A9EB7E80B5C8BD825F4AA0455075175C4CF57E3BB48ADF0A9A5920AF09D1445E489039451B8529B347879C15A28E575E99B9BCD
System.Runtime.CompilerServices.VisualC.dll
md5: 0F411E6CED130007B32A74BD00A8EEDC | sha1: E8A248DA419CBD43558D5FA1B92D9F145D3AB4A6 | sha256: 5019984FF6634714972CC96EE140DB5248B2B4FD5C5593BEC282DC76C4E38883 | sha512: 96AE616EC57B87DF05EA26229F972E18564A8F5FDDF96C9A65E65A7F4EB63595DDEB2D90FEBA0DD1B8423700AAEA327A831960DFA2D89835BBFD5985648BFFBC
System.Runtime.dll
md5: 0783BF337FBE421E4588EA4D5E4E7BAF | sha1: A73A8B5D9DABC882F4736A1343E3BE708BBD742F | sha256: 861E807F91B6B3D961472589C9B6ADA3342AF2F96899307F9D3C7A506139A519 | sha512: E99EF1F4E4AE6B8D41F634F93CDFD2EE5AB4E23F5EF6753E5DF04BDE153DF88A37752A008C6B46C7847B66D93F5932F4AA598FC53F8F0A80C1025FD60AE3CF59
System.Runtime.Extensions.dll
md5: 6FEAC64E2B8E66BBCD2F2D386B158DA2 | sha1: F448CB5C014115DC93D0FDC129A84C868C1378A5 | sha256: 16C4571B56DB18A53198FE969399F6CE4B3CEA660C235095C6F76C2B1A4F6AC5 | sha512: 94E0D294B1393F6EA8AB01F18BB631FB3D3FA1FF8C8E4CD6128DCFAA26CA774F51852887D145635621D0A0B8D292F8007AC5791C3ED96F0A23CA15EA3845CAB7
System.Runtime.Handles.dll
md5: 9DC517A36D8AEF4EA82C57551F744352 | sha1: 24E015A2D989B4136839FE283C934F95F5482770 | sha256: B5920F9846F5A36B48CFA67DBA3B0698DF2ACCA9080D56D40C3D9EC7D294CEA9 | sha512: CF02ADF999E75636C001B4EC4E736C406A9129E72F75B6529F44776E2969DE87947B24DA40D443048C92759B264741B4A5BB42DB64798861559ABDD777ECAB65
System.Runtime.InteropServices.dll
md5: BDA81935E16020C9033799B8C3895D5B | sha1: 197F8856FF82D81DBC0233193E673A6FA746E78A | sha256: 5FADC8AB6A5BD647D2A1A49EFA540F7415D96D730C4AAAC5D3C78870EA500029 | sha512: 2B23298F17D712B96BD6E8C1D582433DACC61F3D30B964ED1AA7EC412553ACAA5DE75C69FC8400AAE46F35909ADAEA7BE8EEF4537BE0A13B7D54A6FE485366E9
System.Runtime.InteropServices.RuntimeInformation.dll
md5: 390505CF29FD2C28FDA5C687BDABA14D | sha1: 1D33BE342A676A976B2AEBBF667FF8780CA60B5B | sha256: 817E87DC4819CF2468BCD370BEE041ECE588F9831CEF229AB62005D435A11ABD | sha512: F28ACF7AE115B602784E51A09AF0692E237E58BDA768C99F4F23B396D7E0C314C66744306CC7D7E5E6169C77832D8B19F0F4B32B23165237BA3F8E738A52A036
System.Runtime.Intrinsics.dll
md5: D8DF8AD7F141D11BCEC6F490CCCEE17E | sha1: 0771EE965EB7CA3F0834793FE2AB309AD2F4018D | sha256: 49178A55F2B57CBCA64CB8C967E00386C1BC913F89DC6B506D36EA06D3740FF3 | sha512: C0E5C1B62B002231E251FCCAFB1F8C36F077DF9CA15B4E01DFB9C33276291BE9B97330E8A57578C28F23E3C254A10E38CE231A289AC819BA371435D513E99FB4
System.Runtime.Loader.dll
md5: 1E7DC481A0973C24D1CF2EA63C1977E9 | sha1: 95D32DE963FBFA132D1257389EF2F47D1FE67706 | sha256: 612EB4B2A696EE911EF1B0DF05DAD9D5BA7F78D5EAA16C75AFEC764EFA49CF60 | sha512: 1F1D65504A7F42FD9E8E3B27C7BB900ABDF0CB456F4C91EF40E88EDD77280356AC677562B5670632FB8DB496D006B07C3BBEEB43206AE2D8CB7E686A63E41DD7
System.Runtime.Numerics.dll
md5: 7AB6F24944841E97AD657E13254CA8BE | sha1: 346F0DA73734103AB682F372095C5172EB3E6B7F | sha256: 9ABDD5A57DC0DFBFB527E1EED58E573D5DC36ED62B1CEF946AF62701D4300853 | sha512: B9F0E87F9600F59DF6BC08745BFDAD957F6E2A10215C83247FCEAA2CD8F337C18D6A44E9075463644148AA9CAA8E8CEFD459F3B31E0B79D93C94CE0683EBA57D
System.Runtime.Serialization.dll
md5: 858FCE1E3A111900B8AEB2A52C2C6B49 | sha1: 0A8DC9F0C947BEAA44A7A9ADF0E4FD793711F833 | sha256: B49DF2C8AFDCDE0D416E27D2D339418AF294ADDF3C9CC09C067E0F51743814AD | sha512: B80E2D41832BBEC10357B7E0A1A8A9B4C39552AC06153F4DEB8520F19115374158AE3E39EE5FF4381382016658164FFC7B9B6777F28CAB68483B104499C820C1
System.Runtime.Serialization.Formatters.dll
md5: 209A51F6EE133F1A4DA73598833082DE | sha1: B4CBEA4C0D74EA9B75BB90755F8341D8984AE19C | sha256: 99DA1D9D5BE5436C3D90D4A1D90610C65144EA32990D2DDCEFC38E895E1EC900 | sha512: F2694AAFD4BF1A0244F93FBF57FF8B36FC7AF5F2AE3B898AB4975E7F9D90D00EBFFD12025410E19E96804E7F79D77A7E15FE1A016F9BFB0D910A4AA822621836
System.Runtime.Serialization.Json.dll
md5: 7ECCE6ACDC149B6772D3DFA90877988B | sha1: 689D7822020296EBE6C93EE245B3C376C7DD8D2F | sha256: 4913C5B2CD45579123C6F52C976DEE3966DD5789F9BB471B2BB4A712C0A72361 | sha512: 9E55BEFE03C74436549DB17B7F91A0FB2D3BD709179D18E9527FADD1B8355B65E8A0BF809FBDBEE33D78DED13F38869DCC02CC95003679433A7432F37FC9EDC2
System.Runtime.Serialization.Primitives.dll
md5: 883029E5C1F2CB18FBB0C4D9D966E60C | sha1: AD64B79C17993D5FFD13E8BB755E3F5EE076CF8A | sha256: 8DFC12CE2F263B423BC2427F99F0203636EC88881E7A5E3A27653A2CFAB0F03C | sha512: 3C8798FCAD9E18FCB027ED1D7D8B999298CE4314A144CE29003121BC0C0E34D4C35B03AFE419D5B8B87F1BD307ECE405473074DF6C67FE2EC3724B7B26275AA2
System.Runtime.Serialization.Xml.dll
md5: AADAB528CC9DD085DD56725F2F2A3BB2 | sha1: 0570D5E43DEDD53F01A81EC078B3E669463FD538 | sha256: 0E59C4268DA275E8730F3022C52A668ADB61E3E5AC439E4D6179F646D4F8A80C | sha512: 350F7DBD3218B6507C3CF4017FCF927658C904E04B46C7A1DED202BF3A249DEC90AE19F8C66F001F785592098C23EADDBD6F68E48257964471D2E0692A1FB333
System.Security.AccessControl.dll
md5: 1EB1CD0DB66584BA026BAEBB56F0DB8F | sha1: 2B1FF7FB31172116774445B473A0F0B033557221 | sha256: 86009903EF670A455C62C964FFC46049B885AE792D7B8DF0649B66FE70F44DD9 | sha512: 85930098E9C0C92D32AD50E002EC6EC4636E0D0684C21CCFDAA0C88AFC5EB408A30E6F80095D0233573DA8BBB53C626D281113ECF29C5E0909885B5C0D95E1ED
System.Security.Claims.dll
md5: 6DD6D54C3D58B6EEE601B4133E2AD99F | sha1: 2DE66C9C312B43211660DA07107FE867943A3D4A | sha256: 729466CF88AFFA114ED413849853681CDFFE771CBB8C4DDB9780BB9573366A30 | sha512: A7820E1EFB2FDD2A7BB6841EB354447E9E048DB81E5F3908F358D8AA2E9C2A4015BE2A005B64900FA1FA3CCC88BD9EC84109C94F7601F65225D08FD32BE3C0B9
System.Security.Cryptography.Algorithms.dll
md5: DF9F0D8CA572991A0215F15F48DB4377 | sha1: BD55919DE59D31818ED2A07607847E309279815A | sha256: 18CDEA7FDC8220A0F76FA3786D8A532CCCAB85B4AB66603B0119A7CADEDA3AA0 | sha512: B5039A68E1B487A5D003C33178BC3864D9AA207B769EFD92C88A60229B90483DA9EF3BA7937F85210B02A21CCFD8D77B35FA8D82BE55C71A8E6FCD84FFF1326A
System.Security.Cryptography.Cng.dll
md5: 81E721AC271BF25DC620710B9D2CEDAE | sha1: DEE10C8033A5A6642FB369B0F30FAA72C462CD06 | sha256: F72839222C927C1710387E8278A9FB7E8C60407AAA9F6FC1C6C141822C406E65 | sha512: 8A525A8CC7DF2ED3BDF09C3228FD30782174773A5397C78FF0503B19E68087A4F1FBEF6B5DDC5E9880D8B842D969E54FFB9C15DFCBD7B93D7CCEED6C09E24F87
System.Security.Cryptography.Csp.dll
md5: CB36EBEB086540BBA05CC38FB2280247 | sha1: 84502C343023199E80FDDE981AAD88BDE9AADE47 | sha256: 8C430E83F76E0F940947004F5DD6249ABCA3702D29B5CA0EC455D269693057F1 | sha512: F6E72C29606946FF5FC7910C1D2D377D7B61FE9DAC85F8014E23BDA40A8A1B03359F876874FBC48E368AAC9C4F97E612F6D64931335D7715A0550947B7C41A3B
System.Security.Cryptography.Encoding.dll
md5: 3D098B0703B96B9652A5EA72A2A8C7D9 | sha1: 0B9DCED5FD233DE5DBD8711A3853FA8919C66D7E | sha256: D5D5B81A04F69FFE2F5E402E053760B55A300CBE07CB9F779DF1B849A2D63FFC | sha512: 936658E4A68504DDC20A3FDE397F4B1B6655870712FEC31DBE3066CF45CD4F76E90FFFF6536C9826E340D8F13530E45A1F180108C7059B5FFF8B974A52887248
System.Security.Cryptography.OpenSsl.dll
md5: 8DFE9261F896334D9B146B084474ED4A | sha1: 17E2952E584918E1FF63C535ED08D241DA058D42 | sha256: 91E868ECF5AF894DA5B9D93689D20E3DE303CDC996604400FEA246632B0ACF86 | sha512: 8C0934B4E2EE6A67A83FD2D9378325670159B7F3A089501F5C72200D4F760C12C4E9979FA97E9F34068DF156E96ACCC2E3A7322849E16C934B15C3339B67BA21
System.Security.Cryptography.Primitives.dll
md5: DD9E037704C99864F5BC704D9366B3E0 | sha1: D039E5B4B0BF5941E47D8160DEAD9EFE4E986C26 | sha256: F4F38CEFC6A26CF3589830C789F6A1A76FD68D9BEE5DBA4BB68A7E262C1FD7FA | sha512: 1B747171D8002B5CA41452FBC6365336BE19477ACE70D159FA1972227A1C0AD3CBCCDA0ACD1FC812AE8610C7DAC40DFBFCC0B1D795DE422D33A8E4887716F604
System.Security.Cryptography.X509Certificates.dll
md5: 3E624F3B2867AB28BEFF4971A826B142 | sha1: 3CA2038B4A8D20A8AC867C677CD020330CFF180D | sha256: D65ADEEFA9CE9552DFD4D1CB13599BE023352F2DD1D98E8F78829A9A259F442F | sha512: 94F8CAC893D41AF3E6732EB1281A07AE7EDC16BAC9FEC80BCCC3B324D6140D7BA3147CF34C19B286BC3C6D81BED6612FD7C7C27F2BB2726E65929BB99F44F0E7
System.Security.dll
md5: 52E6A5D8A3F4E9CF60DD6D1A17866BD5 | sha1: C6D32B52CB86AC6AE280B324A82ACD767332AD89 | sha256: 00DB69DE6DAA628D137D66A223292B921785056D3B7E4AD9E47C5CE1415C0140 | sha512: 91DCF85B74173631E8D0F124D658C6E2FF1837E89C062933E86F3B13FAF9B56BA910A5148D8FA34A9CDEC790C9F440304D92A3296FC6C927D05D1CA27F6794EA
System.Security.Principal.dll
md5: AAEBD13DFDE85D7B45C8FAF4E445B2C3 | sha1: 8F927771D968F85E063988EC8CD33E706BAB70F5 | sha256: 08CD9C0EBCB0A74DBD82A8F41175EFC5EF3412842B4D60EB78D788605DA181AD | sha512: 888125F5DC5D6BD1C0F934DDEE95BF7512EA80BBC4191F8FED278FD15FB8FC5B09E136DFD498E052A84D001DA7B2AD0A0E39FEFE9F9A4615DDADF5F5425D9113
System.Security.Principal.Windows.dll
md5: A27CBA95464A21F4DC55F64F62602264 | sha1: 62A1DE3C9F0E5EFCE3B88893CB066C3EC2C95CA0 | sha256: E360E0D9B973DBA5DD6E1948DB129A9DA66F59C850F5A3AA6486A839AD2821F1 | sha512: 179DB684AE9BABCBC28FBEABC9D2C77B3F7C3E01289E0ADA74B6E31F877F084B2E39742EEE6947215FA7A3EDF93C3A9C6F0698D8D3D66BDF1A4DAAF90965D1F6
System.Security.SecureString.dll
md5: 3195D1DDF2F0B29A7696804C3098341A | sha1: 60FB031FCA6C1684EF5FFE51F530779EC465033A | sha256: 04ADBF58CAB2C423A6C11ECDCA80F8B1BD67D9BCFE713CF59C393D69941425EA | sha512: 81E6F01CBD08271C2F55F1CFEF42C9A2B623FFAD5875AB48DD6BA05591D28EC521D122399E2C66025EA87F77924A04EB93443301EEEF11D375462409BEAB2385
System.ServiceModel.Web.dll
md5: 3A99A935B27D94894531551FDED4C9B6 | sha1: 9D014E860AF31E4E040E05B0B88B3F542847173A | sha256: 1C34D73750A3CD876706D2EC941B89DA5272B37B3242B2587A1AF77524F721D3 | sha512: EB562EBD4A1C4F444C77A6B6720881D2A68FAECFF13E8E4AAFDFF5AD94328B5BB90B1E5F8EA36F4D5F6D13F45CE5C9D8016B31B31F4A6E8425B3ECF712A539C4
System.ServiceProcess.dll
md5: 8017CA523825FF8536EFADB67DC59C59 | sha1: D426ECE10AE750C49F7C5E9D0A7DC2AE0A6DA0FA | sha256: 52C5F504F43A035CD25BC257543B2579ACA4111747AB67CD70D93BC4B939A20D | sha512: 1D4A36389F793DDF8EF990CAD018A5323321F15B73E596FA5E4B80EB05D0101ADE0826492BA373098E4AD0C6424A7966C276E09AB5E12919E57B110A4D110B97
System.Text.Encoding.CodePages.dll
md5: 12F58E5D852574ED71D6899CD1B2D9FF | sha1: 2BC4C24E0A481A02C3579341C3445092CE9EB5B2 | sha256: 4EE3DBE6F5369D44E4D72E03C859075EF8D93A46A1628C75D380C6245E364026 | sha512: 9610BD20D3EA5A5337D9DB6B8735759169A4902594ED4FE1DC38FFB677AA839C331C9AA9560D595A2206612B700650FB15EB9CCC980FC6285A8DF9CFDB1982CE
System.Text.Encoding.dll
md5: E2D343BD606219A699728BCEAFE61E90 | sha1: BAD44C74698966392C4F4A6D55B875D7D4737FC7 | sha256: 7AAA7F5DFD4AB9CE46F7A4E79C1EDDC2A33D79522CB3AD702477E5AF352AF86C | sha512: CC732F044E6D6CA482FB0F3D55AFF33DCF578C899CCF6C3AC4A3F174F36E213E74D0F4200F92AF7889261B75A0BC70DED08B63CF1C06E0BC618C92BFFAE19096
System.Text.Encoding.Extensions.dll
md5: 0DB9CDD88BEF40ECB366ADF1EBE657DA | sha1: 7FDE24A73AC32EE66993D5F1B0AD1E38F18F8397 | sha256: F2830114E4508725EA17C0506EE13E44FB085DF4CC64F5DC3E1BAE33A6E9767B | sha512: 7DF505F8626A238177769795BAAA7B661C44CFEB7E5AA43125BC3A36F32731F54114C56D205381AC50551247BAA75537C39FE28F3966711B87EDCEFD8B69330A
System.Text.Encodings.Web.dll
md5: 6BDF90DE898FC74815A64F8AF9F65338 | sha1: 0E904EAA256FE8825D610953649D9CEE37F71476 | sha256: B90E2ECC8B69802A7035D3EBDCC9B4DC5826AF329D48A174162A7C821BFDD0C0 | sha512: 61D84412D4D7C3E83CAB271213D66A7C1F0EC80C5152DADE8A1BC88E0C941AB5DFF3DF6402EB193B0D3318A6162ED495FEE9308A8CC179817AE3CFFB82D55D2D
System.Text.Json.dll
md5: AA4DA2A88D054A16FC332170CFC464B4 | sha1: E0D0E203396A8A347143C78E1CF79063622F1A36 | sha256: D70CCEC6C34C5B25F0279D23AE6570F50557D6382EABBC6448A599A88D8B3741 | sha512: 264D5D8D38D63D9C3D399AB68BB3FB31C012E6C9C255E351329D34C2018F5C714A7E80600BC11BF67D1B971AEEDF38778638E9C5FAF070BB624A694745BBB250
System.Text.RegularExpressions.dll
md5: F24AED76029B56EC4B21F2A666BDEBF9 | sha1: F5AC64B1414957EE2FDD0AF3193361A93A95BDEF | sha256: 4D24CE4CC1ED5B208330B6C1DA4DA27DA54F0973C54D7D4B49D7AE51602D4C0E | sha512: 2D02131B5036BAB3B2261EC82E037A950101C364AD64C007E3CAD9C442DCECFA01F8319D8F78CB9F6D51357ACABC0182BE7D0F9F07ADF142123B45964FC9873E
System.Threading.Channels.dll
md5: 5EF2452715ABE79C0F322D09ACBD4564 | sha1: 7F57A0029E3D9E9F82E1540A0D621F7C403E58E3 | sha256: 1EFE1BD2F8098BE7AC9A808AE3E3C811AA83A9355E95C383500C1E9D243CEEAA | sha512: 242AFC3BDCDAD1255635053E26194D0DD48BBB54E4899B4C3493528783AC14FB5371140196192C3D5FC50004D40BC8EB7EF073B9597950C5AB256F1C9574E38F
System.Threading.dll
md5: 6C0124B7376D95DE372C43810E848C4C | sha1: 42632305F88F2869B374F266B3BA80F0E4C0012A | sha256: C0E48962F971AF3AC2BA1F53227F14FD8581F643EF70F922D5C9C765A8A6D807 | sha512: D60775BE2F631B2BAC44A4A4C225E8011DE2C2F753B4E55934913E6FC3160D516E9AC5AA80F0865CF86BA49C086EE65877079AD0DA7E9269B403DA67DC2FFC6B
System.Threading.Overlapped.dll
md5: 451F08907329379CA865348803B86C89 | sha1: 5AA732874B5E0DFFC36A46473DF7E23845235256 | sha256: 93E691503B905ABE5022037CF226528782350C593806A71E4BB4267CC0A22AB5 | sha512: C39E7029FEA71921E3EDF82116999977E1A51D4188B46963174D5691948A8432623E9006C1FC44E92092017A50A9AA51CBFDCC31D39B80224DC58832A7A07550
System.Threading.Tasks.Dataflow.dll
md5: CA6DAB5E91A290D86E6044FDAE66FE84 | sha1: E370B3CC98B95EBDCC7349138200344E15B8D92B | sha256: C7DD61F0E3791ACB275C82EA396C8644BCE08AEF45FD9655C5448B174DD14AA2 | sha512: 0A3F57621BE219D107463749B26C595D20AB9C176D033DC9F2CD8AC976B88C2D75686008CB3FC812AB98F694E8CA567C6076DD0746361E835F2BFC8E45431107
System.Threading.Tasks.dll
md5: 45696D0DEC891A5E7BD06DB717AABF6B | sha1: D1A8737E3F200A1CAFCCD37EE5A7AC2007BF0C13 | sha256: 6C2B56BEF181911A9295CBB6D4BD0279723B3EB81471D6923CBE39728E1B4170 | sha512: 63AF7C06C85745F276A9A7E7073B0B366C33B7488C18107F58DDA7D130852267C96FA591E9C82EAD97591D133B956876CB38A7F1F3431FE7D7B64B53975C483E
System.Threading.Tasks.Extensions.dll
md5: 1034C5084F951265D063C2FA2BB4A1A8 | sha1: FE8D0934A833456CC5E80A032B5F7C045B72B0E1 | sha256: B19365A2754E742B057829D417412AF03D8F2AA27B6ECA4F6A603574959AE76A | sha512: 44089E5ECDF7477220A8CBD419DE3A114A42EF3A2947C01BB249C92F98292AA95C604116B72E959ADEA40596E80A0DC97B18EF919C16318316B2B723F7B6B542
System.Threading.Tasks.Parallel.dll
md5: A0724A259B5445223AB4A41CF9E52938 | sha1: 0AED7A0B4B263E63F310D73A52DE5DF123C4EA3D | sha256: 07A8FA7DDFD30AF9A33716FCD116AE2321539137E2689F18E0CD967ADA843D9D | sha512: DD5B016128A234DE18DFEA001EADF7926A076A1302920B553800B7CA8E7768555E5A3C81432D67CF5C105764D30FAF5B98B373C731E62DE449F4969CE5741230
System.Threading.Thread.dll
md5: B8EABF431C5D62870C738E96F4E5746B | sha1: 5B23AFD4058A96DFACE1E1912D19E31F41BC1FA8 | sha256: ED80AA13E1C270F0E959F78BD082135318886D849EF3F08669E16AB8F70D42C6 | sha512: F561FE5109FF2B8A61EFCDE41DC7CCAB99FFDA13A91AA8B62B986DC924902370339A1D5B8BC6B219895C8C599A799382D96B392C64C48E087CC816682A271FB2
System.Threading.ThreadPool.dll
md5: 0B2B1760BF8474513D625B78046E1C85 | sha1: 692F606EB744328716B1D4AB2D3DD1FCD005E34E | sha256: FF123924626DC488FF30B3CEE907556C0A22CCBB7F9D1BAFD86F883949636C41 | sha512: 27850DFD6C360E5BCD919E9AF09A28B53FA2C9A6F74C53F297E5A6EA56898C5FBB3671E66893C9F06370334B1A84D88F4ACD58A5319FFD5E154DBE4419E042AC
System.Threading.Timer.dll
md5: 6FD597A9938AA43379780F3382FB0B1A | sha1: 9C078D37E0A51F86DF08D4EB2544ED3DC37E1807 | sha256: 72367F2DE64A28C1CC6930C0DAB446D1ED9531B9AEA2F915D977D1C40FE6C1D2 | sha512: C0B387559F9CC6091B7B32261881A4F69AEB86647ED0E97EE76A5684986181795830E6FDA7908C6F5C4A73479BD061729A1300B04DEA78DFAB38FE98C1EEFE66
System.Transactions.dll
md5: 0DAFE9D3DD39479062AA66D608F6507B | sha1: 6E05FEA155D1004D711B0E0D6505F8F825B7CBA8 | sha256: F31C09AC2EF611E75DC50BE47C1ED7239E018F957A19D135BD6AEA4BD76A89F3 | sha512: 226235BD2FC90CC63F2131FC439BC9FD1DDBA0E45D0705758FB13CAE99D2A00D899CB011249E22839788C2563F9539BA16763DC11176CC3C6A13930DB6932173
System.Transactions.Local.dll
md5: 1B3DD82486BD1A60E81226E675B0967E | sha1: 8B8F9246C56B9A006877D1EF463EDE5C89744AAB | sha256: 30792CA5BE908CEA900C9137311889F39D39A850BDB2D157A7B1F58B979E889F | sha512: 4F774B38D0A1F4777428B70314933A668EEA2C31843E0B5BB9E73D37644B90FC794EBC87E8D05A914A0EF906C6516F17A2CA30F98703F8A34A5FD51871F61805
System.ValueTuple.dll
md5: D9AFBBDED4E0AA27572AFB6BE1EAB2B2 | sha1: 0AEB8C9597CBB0581AF07A18E84D61C3D1E3B5E5 | sha256: B253EC5BBAC7AF7D2258D6E3C51A1ADBC3C5A710590BD8B9F9C8E00EA6ED4962 | sha512: 2676B9B3242509873086C99ACB8E461CB16B2528DD5572E994E88586013B925DEF61EFC5698A2259FBF8929BFD320E9DE3D0357A44983AC5309720D298934B43
System.Web.dll
md5: EBF770D88E31A8E3B736A02B02CEA2B4 | sha1: 78A5B45BDDF3D5A277E7F8B464421330662D11B3 | sha256: 275B89C808E47D731F5D19C6FADF11DC2BD139DF458F952B1644FF01B428FE9D | sha512: CDD525F1B0220D1B678F78603E5D530B80EB9C76E4A3D957D5A28C344AE5580480F0E684429A45A9F75988E6A48FEDFE8894DD4F77F9CD3DDCA563D691D59E5C
System.Web.HttpUtility.dll
md5: E479F3F00B962872E2CF32C23764FE7D | sha1: 85D4503BC2C7D660DDC3F4AF1008217A74F46D88 | sha256: D3ED5E9AFDAAFB100380BDCDC69C60EBD2DD2EDDC4832A15221FB23B8AF1B25A | sha512: 03C7E41E0D99EADA23A347E3AEAF64777641B36DD741B09B4C8FA4EC387782465E2480240F4FFA43AAF85E193BECC4331273CEF3B0DA5A20A53B6055307FFF7D
System.Windows.dll
md5: DEE5C019170B9F56AAB852D0DD224131 | sha1: 101918825EBE8893E0283C28394C45A50900C557 | sha256: B8ECD8BE58C211608FF4F67CE27832C1F40CEFD422C07A92AC2851DCD442EE07 | sha512: DD2F6638C7CB698DE6001C97997398EC56610D35224395648C8727740A42191F521A061CD83113E7181905AD2BD933DAFE33F495C45EE69DE8BCB3F12E69263F
System.Xml.dll
md5: 0A38E624577A0DE359217165111C9980 | sha1: 1451A3214E0BCE51F88F7FC3335A567D392375C7 | sha256: 86B61C055F96D1F0541E5844767801962A3268379763BB4B957DDE0736155B9F | sha512: CD3A7C70AEC02340E0D1DA0DED7DE83D94726FF08CBBADF6453F8AEFEE85348DB0E060FAA5D2C685F58C1C567F537A11CB5DD7851C65CDE61163D21ADD471E19
System.Xml.Linq.dll
md5: CC552FD613AD1B8B4E0D7BA898E811AF | sha1: 97B54A94BABBEC01644265D25A19ECA4E2ED60E1 | sha256: 155784690475960EE87D5071FE4C0CEB9857C1232970E8B16A40D7376C24B664 | sha512: 3714B2DCC6890CB55FBA8987970445E7F68524C45340F8D732081DD26D9E13D3CFCA527A92F16989C69A35955990C2C8AA6D8B6793719F875A2B6A8F2E9E1900
System.Xml.ReaderWriter.dll
md5: F46360F6FB77BF295307CB4909E2ECE5 | sha1: 84B85C5D9C71152717446BD2B09034F5C32F3CAE | sha256: 6674FD55B30D240B9A8C69D830D09A584F6F8797E822C620CD0FE77B7EAFBC49 | sha512: 41564E533F118779A31CA3AE43C72B624C30F43DC3A518667EF31C1356AFE56CDAC6AF51464F4A3404BBCC418D5376E359AC7FEEAC80A018443B23D251E86AC8
System.Xml.Serialization.dll
md5: 8DD065F6A7E8B8A127B491F68E53C551 | sha1: 8E1C6B2A6766492B31F0E455A5BEB8E5632AC203 | sha256: 446D8C8935762BB1DBE779A6F919504464E10C69796053ABE5847D34B56C5C27 | sha512: E6F363F59520E4557DDC248636CFD26ED83A47162E7C63B67E014BE6C1BA791B1CD1587D1B101B173CF2049B6ACE03F26762A5BD3FF1DD140A398DBC94D3A1F0
System.Xml.XDocument.dll
md5: 785F1CC57FC01CE2081C2CBFC75C88DD | sha1: D011D63A7D7EA3B09F3F05872A0465556AC83D7A | sha256: E48704F5D971D7AF44641098BE6F2152DF2CFD6664ABCC809443DF4370DB9086 | sha512: 6947911A1E607C0DD4930BD66A154D1704AD21C1D4D940323ECD60252243C2DD169A31DDC5BFACA659A023D116D3A3D64D2259CED28FD57AF8C38A53F2153BE4
System.Xml.XmlDocument.dll
md5: C6BBB248590C790B26CA8512D9F53A68 | sha1: E78637FDFEA737406717FCE4337EAC4BC76C3CBF | sha256: EBA17E729D1CCCB4AE3629844C27589F5C730B911DBE25F58F596BC11F3D0480 | sha512: D3561CBEA2A83EFA581E1368E3AF4705A9577E2DFABBD9EB6AA190E623D816DA069B025DA81A21C5B06B1FE02767D539D981A882409DEE0DB9671FFC36302E14
System.Xml.XmlSerializer.dll
md5: 7C9D617371A55759311602E2EA088F1E | sha1: E3AF240CB6C7DFE0FF491EED87637367E0DFD1F9 | sha256: D4B25BCF03BB6B78E7E0D422C2D78D699F1F8734517616D299FEC714E75B1617 | sha512: 000BB390234D95848099EC21C6C7F113718CFA0465644345A6A49C0C845D16AB0C35E85E23A8458145754ED484D49207E5BACE5959628B5B52D5F7B5DBCEEC98
System.Xml.XPath.dll
md5: A3E896B9754EE12820FE8B57E3ED176C | sha1: CA3A7759ECC4D80CD1312334B274A186E84BFEBC | sha256: 2565B6225295B60D2D1CD850D5E34E0F307F7A3CFFE0813C603B5067A368ADE5 | sha512: AB9F75C970721C38CAB7CE78242AB9B256B48EC73B103024291EF72FE7AECB1A7A39427247A926AF809A6D7E086CB8F02B7EC3338894CBD8D1A157D1B75B4309
System.Xml.XPath.XDocument.dll
md5: 88808FE06E727A690BDECB29A7CA3C7F | sha1: 52B1596E28538C55B19EF44F846512EAC9D78B9E | sha256: EA807EDE720D3C51C73FDB7CC224563D37C6CB4AA32BE205E268DDD97A17CEEB | sha512: 0ECC0A99B03EF0423EE6E74C215EB96CD49C7B9DC7470417EE997D571E046826D84A929C818647A79DE7A550B8A8EB79DE044E4053F37F9FE8F6BB346D13B9CF
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.
ucrtbase.dll
md5: 3B337C2D41069B0A1E43E30F891C3813 | sha1: EBEE2827B5CB153CBBB51C9718DA1549FA80FC5C | sha256: C04DAEBA7E7C4B711D33993AB4C51A2E087F98F4211AEA0DCB3A216656BA0AB7 | sha512: FDB3012A71221447B35757ED2BDCA6ED1F8833B2F81D03AABEBD2CD7780A33A9C3D816535D03C5C3EDD5AAF11D91156842B380E2A63135E3C7F87193AD211499
WindowsBase.dll
md5: 9FB16B590D40D12D5D21BBE9CAAE8078 | sha1: 027DAE80E0A6C67F88FD42B1023921BBE07E6C22 | sha256: EF4A50906888AF2BDBCFE2EDBB9E4A313F6D3FB6F025B7BAE8F595BCB1C2C5B8 | sha512: 049B4F4E05877058A6D4BFC770FCC8208FB64ECD2DE34796139B08213985F9B5C5A6C6324BF1F4FBA1667FC35380C7F1B39C466469719AEC9743148536B831B1

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 43 Monday, April 25, 2022 Approved
FileSorter (Portable) 0.2.54 42 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