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.1.836097808:

94

Last Update:

12 May 2021

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.1.836097808 | Updated: 12 May 2021

Downloads:

567

Downloads of v 0.1.836097808:

94

Maintainer(s):

Software Author(s):

  • bc3tech

Tags:

filesorter

FileSorter (Portable) 0.1.836097808

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

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


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

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


package { 'filesorter':
  ensure   => '0.1.836097808',
  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 flcdrg on 31 May 2021.

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: 07EBE4D5CEF3301CCF07430F4C3E32D8 | sha1: 3B878B2B2720915773F16DBA6D493DAB0680AC5F | sha256: 8F8B79150E850ACC92FD6AAB614F6E3759BEA875134A62087D5DD65581E3001F | sha512: 6C7E4DF62EBAE9934B698F231CF51F54743CF3303CD758573D00F872B8ECC2AF1F556B094503AAE91100189C0D0A93EAF1B7CAFEC677F384A1D7B4FDA2EEE598
api-ms-win-core-console-l1-2-0.dll
md5: 57193BFBCCEFE3D5DF8C1A0D27C4E8D4 | sha1: 747F1D3841A9175826439D37E2387A4CF920641C | sha256: F5025E74DE2C1C6EA74E475B57771AC32205E6F1FA6A0390298BBE1F4049AC5D | sha512: 68AD2750E0282FB3AE8D40AC7E22DDA43B2073342BB160C20D81D61C69B08A6E766756B432C71CC65E99CDAFB70152D53563F0B02708FFF84DC3E9F376D51C99
api-ms-win-core-datetime-l1-1-0.dll
md5: 557405C47613DE66B111D0E2B01F2FDB | sha1: DE116ED5DE1FFAA900732709E5E4EEF921EAD63C | sha256: 913EAAA7997A6AEE53574CFFB83F9C9C1700B1D8B46744A5E12D76A1E53376FD | sha512: C2B326F555B2B7ACB7849402AC85922880105857C616EF98F7FB4BBBDC2CD7F2AF010F4A747875646FCC272AB8AA4CE290B6E09A9896CE1587E638502BD4BEFB
api-ms-win-core-debug-l1-1-0.dll
md5: 624401F31A706B1AE2245EB19264DC7F | sha1: 8D9DEF3750C18DDFC044D5568E3406D5D0FB9285 | sha256: 58A8D69DF60ECBEE776CD9A74B2A32B14BF2B0BD92D527EC5F19502A0D3EB8E9 | sha512: 3353734B556D6EEBC57734827450CE3B34D010E0C033E95A6E60800C0FDA79A1958EBF9053F12054026525D95D24EEC541633186F00F162475CEC19F07A0D817
api-ms-win-core-errorhandling-l1-1-0.dll
md5: 2DB5666D3600A4ABCE86BE0099C6B881 | sha1: 63D5DDA4CEC0076884BC678C691BDD2A4FA1D906 | sha256: 46079C0A1B660FC187AAFD760707F369D0B60D424D878C57685545A3FCE95819 | sha512: 7C6E1E022DB4217A85A4012C8E4DAEE0A0F987E4FBA8A4C952424EF28E250BAC38B088C242D72B4641157B7CC882161AEFA177765A2E23AFCDC627188A084345
api-ms-win-core-file-l1-1-0.dll
md5: 0F7D418C05128246AFA335A1FB400CB9 | sha1: F6313E371ED5A1DFFE35815CC5D25981184D0368 | sha256: 5C9BC70586AD538B0DF1FCF5D6F1F3527450AE16935AA34BD7EB494B4F1B2DB9 | sha512: 7555D9D3311C8622DF6782748C2186A3738C4807FC58DF2F75E539729FC4069DB23739F391950303F12E0D25DF9F065B4C52E13B2EBB6D417CA4C12CFDECA631
api-ms-win-core-file-l1-2-0.dll
md5: 5A72A803DF2B425D5AAFF21F0F064011 | sha1: 4B31963D981C07A7AB2A0D1A706067C539C55EC5 | sha256: 629E52BA4E2DCA91B10EF7729A1722888E01284EED7DDA6030D0A1EC46C94086 | sha512: BF44997C405C2BA80100EB0F2FF7304938FC69E4D7AE3EAC52B3C236C3188E80C9F18BDA226B5F4FDE0112320E74C198AD985F9FFD7CEA99ACA22980C39C7F69
api-ms-win-core-file-l2-1-0.dll
md5: 721B60B85094851C06D572F0BD5D88CD | sha1: 4D0EE4D717AEB9C35DA8621A545D3E2B9F19B4E7 | sha256: DAC867476CAA42FF8DF8F5DFE869FFD56A18DADEE17D47889AFB69ED6519AFBF | sha512: 430A91FCECDE4C8CC4AC7EB9B4C6619243AB244EE88C34C9E93CA918E54BD42B08ACA8EA4475D4C0F5FA95241E4AACB3206CBAE863E92D15528C8E7C9F45601B
api-ms-win-core-handle-l1-1-0.dll
md5: D1DF480505F2D23C0B5C53DF2E0E2A1A | sha1: 207DB9568AFD273E864B05C87282987E7E81D0BA | sha256: 0B3DFB8554EAD94D5DA7859A12DB353942406F9D1DFE3FAC3D48663C233EA99D | sha512: F14239420F5DD84A15FF5FCA2FAD81D0AA9280C566FA581122A018E10EBDF308AC0BF1D3FCFC08634C1058C395C767130C5ABCA55540295C68DF24FFD931CA0A
api-ms-win-core-heap-l1-1-0.dll
md5: 73433EBFC9A47ED16EA544DDD308EAF8 | sha1: AC1DA1378DD79762C6619C9A63FD1EBE4D360C6F | sha256: C43075B1D2386A8A262DE628C93A65350E52EAE82582B27F879708364B978E29 | sha512: 1C28CC0D3D02D4C308A86E9D0BC2DA88333DFA8C92305EC706F3E389F7BB6D15053040AFD1C4F0AA3383F3549495343A537D09FE882DB6ED12B7507115E5A263
api-ms-win-core-interlocked-l1-1-0.dll
md5: 7C7B61FFA29209B13D2506418746780B | sha1: 08F3A819B5229734D98D58291BE4BFA0BEC8F761 | sha256: C23FE8D5C3CA89189D11EC8DF983CC144D168CB54D9EAB5D9532767BCB2F1FA3 | sha512: 6E5E3485D980E7E2824665CBFE4F1619B3E61CE3BCBF103979532E2B1C3D22C89F65BCFBDDBB5FE88CDDD096F8FD72D498E8EE35C3C2307BACECC6DEBBC1C97F
api-ms-win-core-libraryloader-l1-1-0.dll
md5: 6D0550D3A64BD3FD1D1B739133EFB133 | sha1: C7596FDE7EA1C676F0CC679CED8BA810D15A4AFE | sha256: F320F9C0463DE641B396CE7561AF995DE32211E144407828B117088CF289DF91 | sha512: 5DA9D490EF54A1129C94CE51349399B9012FC0D4B575AE6C9F1BAFCFCF7F65266F797C539489F882D4AD924C94428B72F5137009A851ECB541FE7FB9DE12FEB2
api-ms-win-core-localization-l1-2-0.dll
md5: 1ED0B196AB58EDB58FCF84E1739C63CE | sha1: AC7D6C77629BDEE1DF7E380CC9559E09D51D75B7 | sha256: 8664222823E122FCA724620FD8B72187FC5336C737D891D3CEF85F4F533B8DE2 | sha512: E1FA7F14F39C97AAA3104F3E13098626B5F7CFD665BA52DCB2312A329639AAF5083A9177E4686D11C4213E28ACC40E2C027988074B6CC13C5016D5C5E9EF897B
api-ms-win-core-memory-l1-1-0.dll
md5: 721BAEA26A27134792C5CCC613F212B2 | sha1: 2A27DCD2436DF656A8264A949D9CE00EAB4E35E8 | sha256: 5D9767D8CCA0FBFD5801BFF2E0C2ADDDD1BAAAA8175543625609ABCE1A9257BD | sha512: 9FD6058407AA95058ED2FDA9D391B7A35FA99395EC719B83C5116E91C9B448A6D853ECC731D0BDF448D1436382EECC1FA9101F73FA242D826CC13C4FD881D9BD
api-ms-win-core-namedpipe-l1-1-0.dll
md5: B3F887142F40CB176B59E58458F8C46D | sha1: A05948ABA6F58EB99BBAC54FA3ED0338D40CBFAD | sha256: 8E015CDF2561450ED9A0773BE1159463163C19EAB2B6976155117D16C36519DA | sha512: 7B762319EC58E3FCB84B215AE142699B766FA9D5A26E1A727572EE6ED4F5D19C859EFB568C0268846B4AA5506422D6DD9B4854DA2C9B419BFEC754F547203F7E
api-ms-win-core-processenvironment-l1-1-0.dll
md5: 89F35CB1212A1FD8FBE960795C92D6E8 | sha1: 061AE273A75324885DD098EE1FF4246A97E1E60C | sha256: 058EB7CE88C22D2FF7D3E61E6593CA4E3D6DF449F984BF251D9432665E1517D1 | sha512: F9E81F1FEAB1535128B16E9FF389BD3DAAAB8D1DABF64270F9E563BE9D370C023DE5D5306DD0DE6D27A5A099E7C073D17499442F058EC1D20B9D37F56BCFE6D2
api-ms-win-core-processthreads-l1-1-0.dll
md5: 0C933A4B3C2FCF1F805EDD849428C732 | sha1: B8B19318DBB1D2B7D262527ABD1468D099DE3FB6 | sha256: A5B733E3DCE21AB62BD4010F151B3578C6F1246DA4A96D51AC60817865648DD3 | sha512: B25ED54345A5B14E06AA9DADD07B465C14C23225023D7225E04FBD8A439E184A7D43AB40DF80E3F8A3C0F2D5C7A79B402DDC6B9093D0D798E612F4406284E39D
api-ms-win-core-processthreads-l1-1-1.dll
md5: 7E8B61D27A9D04E28D4DAE0BFA0902ED | sha1: 861A7B31022915F26FB49C79AC357C65782C9F4B | sha256: 1EF06C600C451E66E744B2CA356B7F4B7B88BA2F52EC7795858D21525848AC8C | sha512: 1C5B35026937B45BEB76CB8D79334A306342C57A8E36CC15D633458582FC8F7D9AB70ACE7A92144288C6C017F33ECFC20477A04432619B40A21C9CDA8D249F6D
api-ms-win-core-profile-l1-1-0.dll
md5: 8D12FFD920314B71F2C32614CC124FEC | sha1: 251A98F2C75C2E25FFD0580F90657A3EA7895F30 | sha256: E63550608DD58040304EA85367E9E0722038BA8E7DC7BF9D91C4D84F0EC65887 | sha512: 5084C739D7DE465A9A78BCDBB8A3BD063B84A68DCFD3C9EF1BFA224C1CC06580E2A2523FD4696CFC48E9FD068A2C44DBC794DD9BDB43DC74B4E854C82ECD3EA5
api-ms-win-core-rtlsupport-l1-1-0.dll
md5: 9FA3FC24186D912B0694A572847D6D74 | sha1: 93184E00CBDDACAB7F2AD78447D0EAC1B764114D | sha256: 91508AB353B90B30FF2551020E9755D7AB0E860308F16C2F6417DFB2E9A75014 | sha512: 95AD31C9082F57EA57F5B4C605331FCAD62735A1862AFB01EF8A67FEA4E450154C1AE0C411CF3AC5B9CD35741F8100409CC1910F69C1B2D807D252389812F594
api-ms-win-core-string-l1-1-0.dll
md5: C9CBAD5632D4D42A1BC25CCFA8833601 | sha1: 09F37353A89F1BFE49F7508559DA2922B8EFEB05 | sha256: F3A7A9C98EBE915B1B57C16E27FFFD4DDF31A82F0F21C06FE292878E48F5883E | sha512: 2412E0AFFDC6DB069DE7BD9666B7BAA1CD76AA8D976C9649A4C2F1FFCE27F8269C9B02DA5FD486EC86B54231B1A5EBF6A1C72790815B7C253FEE1F211086892F
api-ms-win-core-synch-l1-1-0.dll
md5: 4CCDE2D1681217E282996E27F3D9ED2E | sha1: 8EDA134B0294ED35E4BBAC4911DA620301A3F34D | sha256: D6708D1254ED88A948871771D6D1296945E1AA3AEB7E33E16CC378F396C61045 | sha512: 93FE6AE9A947AC88CC5ED78996E555700340E110D12B2651F11956DB7CEE66322C269717D31FCCB31744F4C572A455B156B368F08B70EDA9EFFEC6DE01DBAB23
api-ms-win-core-synch-l1-2-0.dll
md5: E86CFC5E1147C25972A5EEFED7BE989F | sha1: 0075091C0B1F2809393C5B8B5921586BDD389B29 | sha256: 72C639D1AFDA32A65143BCBE016FE5D8B46D17924F5F5190EB04EFE954C1199A | sha512: EA58A8D5AA587B7F5BDE74B4D394921902412617100ED161A7E0BEF6B3C91C5DAE657065EA7805A152DD76992997017E070F5415EF120812B0D61A401AA8C110
api-ms-win-core-sysinfo-l1-1-0.dll
md5: 206ADCB409A1C9A026F7AFDFC2933202 | sha1: BB67E1232A536A4D1AE63370BD1A9B5431335E77 | sha256: 76D8E4ED946DEEFEEFA0D0012C276F0B61F3D1C84AF00533F4931546CBB2F99E | sha512: 727AA0C4CD1A0B7E2AFFDCED5DA3A0E898E9BAE3C731FF804406AD13864CEE2B27E5BAAC653BAB9A0D2D961489915D4FCAD18557D4383ECB0A066902276955A7
api-ms-win-core-timezone-l1-1-0.dll
md5: 91A2AE3C4EB79CF748E15A58108409AD | sha1: D402B9DF99723EA26A141BFC640D78EAF0B0111B | sha256: B0EDA99EABD32FEFECC478FD9FE7439A3F646A864FDAB4EC3C1F18574B5F8B34 | sha512: 8527AF610C1E2101B6F336A142B1A85AC9C19BB3AF4AD4A245CFB6FD602DC185DA0F7803358067099475102F3A8F10A834DC75B56D3E6DED2ED833C00AD217ED
api-ms-win-core-util-l1-1-0.dll
md5: 1E4C4C8E643DE249401E954488744997 | sha1: DB1C4C0FC907100F204B21474E8CD2DB0135BC61 | sha256: F28A8FE2CD7E8E00B6D2EC273C16DB6E6EEA9B6B16F7F69887154B6228AF981E | sha512: EF8411FD321C0E363C2E5742312CC566E616D4B0A65EFF4FB6F1B22FDBEA3410E1D75B99E889939FF70AD4629C84CEDC88F6794896428C5F0355143443FDC3A3
api-ms-win-crt-conio-l1-1-0.dll
md5: FA770BCD70208A479BDE8086D02C22DA | sha1: 28EE5F3CE3732A55CA60AEE781212F117C6F3B26 | sha256: E677497C1BAEFFFB33A17D22A99B76B7FA7AE7A0C84E12FDA27D9BE5C3D104CF | sha512: F8D81E350CEBDBA5AFB579A072BAD7986691E9F3D4C9FEBCA8756B807301782EE6EB5BA16B045CFA29B6E4F4696E0554C718D36D4E64431F46D1E4B1F42DC2B8
api-ms-win-crt-convert-l1-1-0.dll
md5: 4EC4790281017E616AF632DA1DC624E1 | sha1: 342B15C5D3E34AB4AC0B9904B95D0D5B074447B7 | sha256: 5CF5BBB861608131B5F560CBF34A3292C80886B7C75357ACC779E0BF98E16639 | sha512: 80C4E20D37EFF29C7577B2D0ED67539A9C2C228EDB48AB05D72648A6ED38F5FF537715C130342BEB0E3EF16EB11179B9B484303354A026BDA3A86D5414D24E69
api-ms-win-crt-environment-l1-1-0.dll
md5: 7A859E91FDCF78A584AC93AA85371BC9 | sha1: 1FA9D9CAD7CC26808E697373C1F5F32AAF59D6B7 | sha256: B7EE468F5B6C650DADA7DB3AD9E115A0E97135B3DF095C3220DFD22BA277B607 | sha512: A368F21ECA765AFCA86E03D59CF953500770F4A5BFF8B86B2AC53F1B5174C627E061CE9A1F781DC56506774E0D0B09725E9698D4DC2D3A59E93DA7EF3D900887
api-ms-win-crt-filesystem-l1-1-0.dll
md5: 972544ADE7E32BFDEB28B39BC734CDEE | sha1: 87816F4AFABBDEC0EC2CFEB417748398505C5AA9 | sha256: 7102F8D9D0F3F689129D7FE071B234077FBA4DD3687071D1E2AEAA137B123F86 | sha512: 5E1131B405E0C7A255B1C51073AFF99E2D5C0D28FD3E55CABC04D463758A575A954008EA1BA5B4E2B345B49AF448B93AD21DFC4A01573B3CB6E7256D9ECCEEF1
api-ms-win-crt-heap-l1-1-0.dll
md5: 8906279245F7385B189A6B0B67DF2D7C | sha1: FCF03D9043A2DAAFE8E28DEE0B130513677227E4 | sha256: F5183B8D7462C01031992267FE85680AB9C5B279BEDC0B25AB219F7C2184766F | sha512: 67CAC89AE58CC715976107F3BDF279B1E78945AFD07E6F657E076D78E92EE1A98E3E7B8FEAE295AF5CE35E00C804F3F53A890895BADB1EED32377D85C21672B9
api-ms-win-crt-locale-l1-1-0.dll
md5: DD8176E132EEDEA3322443046AC35CA2 | sha1: D13587C7CC52B2C6FBCAA548C8ED2C771A260769 | sha256: 2EB96422375F1A7B687115B132A4005D2E7D3D5DC091FB0EB22A6471E712848E | sha512: 77CB8C44C8CC8DD29997FBA4424407579AC91176482DB3CF7BC37E1F9F6AA4C4F5BA14862D2F3A9C05D1FDD7CA5A043B5F566BD0E9A9E1ED837DA9C11803B253
api-ms-win-crt-math-l1-1-0.dll
md5: A6A3D6D11D623E16866F38185853FACD | sha1: FBEADD1E9016908ECCE5753DE1D435D6FCF3D0B5 | sha256: A768339F0B03674735404248A039EC8591FCBA6FF61A3C6812414537BADD23B0 | sha512: ABBF32CEB35E5EC6C1562F9F3B2652B96B7DBD97BFC08D918F987C0EC0503E8390DD697476B2A2389F0172CD8CF16029FD2EC5F32A9BA3688BF2EBEEFB081B2C
api-ms-win-crt-multibyte-l1-1-0.dll
md5: B5C8AF5BADCDEFD8812AF4F63364FE2B | sha1: 750678935010A83E2D83769445F0D249E4568A8D | sha256: 7101B3DFF525EA47B7A40DD96544C944AE400447DF7A6ACD07363B6D7968B889 | sha512: A2A8D08D658F5ED368F9FB556BFB13B897F31E9540BFDFFF6567826614D6C5F0D64BD08FEC66C63E74D852AB6B083294E187507E83F2BC284DFB7CA5C86AE047
api-ms-win-crt-private-l1-1-0.dll
md5: D76E7AAECB3D1CA9948C31BDAE52EB9D | sha1: 142A2BB0084FAA2A25D0028846921545F09D9AE9 | sha256: 785C49FD9F99C6EB636D78887AA186233E9304921DD835DEE8F72E2609FF65C4 | sha512: 52DA403286659CF201C72FA0AB3C506ADE86C7E2FEF679F35876A5CEC4AEE97AFBC5BB13A259C51EFB8706F6AE7F5A6A3800176B89F424B6A4E9F3D5B8289620
api-ms-win-crt-process-l1-1-0.dll
md5: 074B81A625FB68159431BB556D28FAB5 | sha1: 20F8EAD66D548CFA861BC366BB1250CED165BE24 | sha256: 3AF38920E767BD9EBC08F88EAF2D08C748A267C7EC60EAB41C49B3F282A4CF65 | sha512: 36388C3EFFA0D94CF626DECAA1DA427801CC5607A2106ABDADF92252C6F6FD2CE5BF0802F5D0A4245A1FFDB4481464C99D60510CF95E83EBAF17BD3D6ACBC3DC
api-ms-win-crt-runtime-l1-1-0.dll
md5: F1A23C251FCBB7041496352EC9BCFFBE | sha1: BE4A00642EC82465BC7B3D0CC07D4E8DF72094E8 | sha256: D899C2F061952B3B97AB9CDBCA2450290B0F005909DDD243ED0F4C511D32C198 | sha512: 31F8C5CD3B6E153073E2E2EDF0CA8072D0F787784F1611A57219349C1D57D6798A3ADBD6942B0F16CEF781634DD8691A5EC0B506DF21B24CB70AEE5523A03FD9
api-ms-win-crt-stdio-l1-1-0.dll
md5: 55B2EB7F17F82B2096E94BCA9D2DB901 | sha1: 44D85F1B1134EE7A609165E9C142188C0F0B17E0 | sha256: F9D3F380023A4C45E74170FE69B32BCA506EE1E1FBE670D965D5B50C616DA0CB | sha512: 0CF0770F5965A83F546253DECFA967D8F85C340B5F6EA220D3CAA14245F3CDB37C53BF8D3DA6C35297B22A3FA88E7621202634F6B3649D7D9C166A221D3456A5
api-ms-win-crt-string-l1-1-0.dll
md5: 9B79965F06FD756A5EFDE11E8D373108 | sha1: 3B9DE8BF6B912F19F7742AD34A875CBE2B5FFA50 | sha256: 1A916C0DB285DEB02C0B9DF4D08DAD5EA95700A6A812EA067BD637A91101A9F6 | sha512: 7D4155C00D65C3554E90575178A80D20DC7C80D543C4B5C4C3F508F0811482515638FE513E291B82F958B4D7A63C9876BE4E368557B07FF062961197ED4286FB
api-ms-win-crt-time-l1-1-0.dll
md5: 1D48A3189A55B632798F0E859628B0FB | sha1: 61569A8E4F37ADC353986D83EFC90DC043CDC673 | sha256: B56BC94E8539603DD2F0FEA2F25EFD17966315067442507DB4BFFAFCBC2955B0 | sha512: 47F329102B703BFBB1EBAEB5203D1C8404A0C912019193C93D150A95BB0C5BA8DC101AC56D3283285F9F91239FC64A66A5357AFE428A919B0BE7194BADA1F64F
api-ms-win-crt-utility-l1-1-0.dll
md5: DBC27D384679916BA76316FB5E972EA6 | sha1: FB9F021F2220C852F6FF4EA94E8577368F0616A4 | sha256: DD14133ADF5C534539298422F6C4B52739F80ACA8C5A85CA8C966DEA9964CEB1 | sha512: CC0D8C56749CCB9D007B6D3F5C4A8F1D4E368BB81446EBCD7CC7B40399BBD56D0ACABA588CA172ECB7472A8CBDDBD4C366FFA38094A832F6D7E343B813BA565E
clrcompression.dll
md5: 94A4B8628CE193A71047EF77FE77F9E7 | sha1: 96B72662D0597E9E64FF0693578EBE1F4ACC9343 | sha256: 85460820C611C3A976CD17EDA0C5AC0257FCEA1447312BA5EF6082C542F7C3ED | sha512: D77F1AFCFB9A3D29A21FAED339848972DA35C2125403716246C59D5BBC35EDF6ECC34F1EA682E10D8B158E8D098AB97F529EE3E51034285BE73E20FA7F8E5B0B
clretwrc.dll
md5: 828DCBE7EF6C88F86888AC23240D9562 | sha1: 00C9CDFB6F18455F4037C8CF0B25CAB86D8959A8 | sha256: 1E6DF760825AB6673995CACEBB94A860E70D539AE5620171A262AF32A5EA944E | sha512: EE6018E5B892497E68163B530B25BA46AD2CE62418E20FC62DC9FD430E7B59D8E811C3E2C06A5871D695614DCAD5ECE745FAAFD60C92BD4C6A677E0289E233ED
clrjit.dll
md5: 9A581C656C4A00DF9217DBAF3A0F8AAF | sha1: 4987D601F9A611B7D039CF25DCC7C35FDDA70995 | sha256: 2F196F772BE0E8F72EADB05E45957FFB5138C42483F7BEF17ACDE9B7DEAB8791 | sha512: 263FF84C8403B987851DF5D963E97C195903A9EF4BAEA2594FC19B4CFD39AD878393B19D077BE42D307102EE2A108ACA4C0CF24E26953EE8F16029C68119477F
coreclr.dll
md5: 2DD52A64BA43F657F85D00313F96D47B | sha1: 7D2C7F693DF6E68007568D7F09FDCD663B756612 | sha256: 0AE1F7F64C8FCDF444E98242B5D3319A37BA718D217C0E39CB8AF49BAB755323 | sha512: A5CDC72DCD5E2E3DA7BC7F7EB48B4F40D325426BB17185C806466E88F9C3EA7953CAF51475F9C5B48C0387AE9CFF4C00710E2BAA0252166CC106DC57743661F9
createdump.exe
md5: AD3017CE9728E344B9DF9E31DCF10CDE | sha1: 00769D00DEB73DD0EC69094FF67B0781808AD9E9 | sha256: 374B9B43B4F768923B43DD0A81FD7E155F2DA6EDD9A99F0275A01CDF7814C5A8 | sha512: A58F795E2FFDCE09A5045559E46A4828519A6D7E360FF5B3D1EE86AEF27BDE7A483BEA31C789E8165C3DC773A109097706AEFC1D866AAE657827132BCBFA3220
createdump.exe.ignore
 
dbgshim.dll
md5: 3547C5742E2D8F116B57DC4FB77F08C0 | sha1: D7D468E5DCB3A3DFEDA333FDC0B8506657536A79 | sha256: 1AA56F2C284C3F95A97A141E87E3D8BFFE3A3DA4EC62AD43804198E3DF5245FA | sha512: 7406D2C615098459CAF097441F2A57F182D1E13CF1E7D09427B97DC78F0971674471935E6B033A321B906F671977263EC10844D4C1697F3F185618F5DC5C22AF
ExifLib.Standard.dll
md5: 6A18BFA9DC702E8FA1E8516192387A99 | sha1: 75EED63509A71BEE19345DCE1A6E0CC205FF1E0D | sha256: DA7D56DC8206D2EE685539B5C43B91D2711161493FF8C4632541163A5E17A2C9 | sha512: 9E21F0C4AB8A9D723FE0D2856C718BD7A2D2C2DE49DA0E5414BB0E0C1DE6C828778B2E3ED8F4BBCCEDDB4FA20A1A0A70A919F766F1D480A508221EB6A16B2850
FileSorter.deps.json
{
  "runtimeTarget": {
    "name": ".NETCoreApp,Version=v5.0/win-x64",
    "signature": ""
  },
  "compilationOptions": {},
  "targets": {
    ".NETCoreApp,Version=v5.0": {},
    ".NETCoreApp,Version=v5.0/win-x64": {
      "FileSorter/0.1.836097808": {
        "dependencies": {
          "ExifLib.Standard": "1.7.0",
          "PowerArgs": "3.6.0",
          "runtimepack.Microsoft.NETCore.App.Runtime.win-x64": "5.0.6"
        },
        "runtime": {
          "FileSorter.dll": {}
        }
      },
      "runtimepack.Microsoft.NETCore.App.Runtime.win-x64/5.0.6": {
        "runtime": {
          "Microsoft.CSharp.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.621.22011"
          },
          "Microsoft.VisualBasic.Core.dll": {
            "assemblyVersion": "10.0.6.0",
            "fileVersion": "11.0.621.22011"
          },
          "Microsoft.VisualBasic.dll": {
            "assemblyVersion": "10.0.0.0",
            "fileVersion": "5.0.621.22011"
          },
          "Microsoft.Win32.Primitives.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.621.22011"
          },
          "Microsoft.Win32.Registry.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.621.22011"
          },
          "System.AppContext.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.621.22011"
          },
          "System.Buffers.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.621.22011"
          },
          "System.Collections.Concurrent.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.621.22011"
          },
          "System.Collections.Immutable.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.621.22011"
          },
          "System.Collections.NonGeneric.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.621.22011"
          },
          "System.Collections.Specialized.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.621.22011"
          },
          "System.Collections.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.621.22011"
          },
          "System.ComponentModel.Annotations.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.621.22011"
          },
          "System.ComponentModel.DataAnnotations.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "5.0.621.22011"
          },
          "System.ComponentModel.EventBasedAsync.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.621.22011"
          },
          "System.ComponentModel.Primitives.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.621.22011"
          },
          "System.ComponentModel.TypeConverter.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.621.22011"
          },
          "System.ComponentModel.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.621.22011"
          },
          "System.Configuration.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "5.0.621.22011"
          },
          "System.Console.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.621.22011"
          },
          "System.Core.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "5.0.621.22011"
          },
          "System.Data.Common.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.621.22011"
          },
          "System.Data.DataSetExtensions.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "5.0.621.22011"
          },
          "System.Data.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "5.0.621.22011"
          },
          "System.Diagnostics.Contracts.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.621.22011"
          },
          "System.Diagnostics.Debug.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.621.22011"
          },
          "System.Diagnostics.DiagnosticSource.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.621.22011"
          },
          "System.Diagnostics.FileVersionInfo.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.621.22011"
          },
          "System.Diagnostics.Process.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.621.22011"
          },
          "System.Diagnostics.StackTrace.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.621.22011"
          },
          "System.Diagnostics.TextWriterTraceListener.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.621.22011"
          },
          "System.Diagnostics.Tools.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.621.22011"
          },
          "System.Diagnostics.TraceSource.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.621.22011"
          },
          "System.Diagnostics.Tracing.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.621.22011"
          },
          "System.Drawing.Primitives.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.621.22011"
          },
          "System.Drawing.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "5.0.621.22011"
          },
          "System.Dynamic.Runtime.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.621.22011"
          },
          "System.Formats.Asn1.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.621.22011"
          },
          "System.Globalization.Calendars.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.621.22011"
          },
          "System.Globalization.Extensions.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.621.22011"
          },
          "System.Globalization.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.621.22011"
          },
          "System.IO.Compression.Brotli.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.621.22011"
          },
          "System.IO.Compression.FileSystem.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "5.0.621.22011"
          },
          "System.IO.Compression.ZipFile.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.621.22011"
          },
          "System.IO.Compression.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.621.22011"
          },
          "System.IO.FileSystem.AccessControl.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.621.22011"
          },
          "System.IO.FileSystem.DriveInfo.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.621.22011"
          },
          "System.IO.FileSystem.Primitives.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.621.22011"
          },
          "System.IO.FileSystem.Watcher.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.621.22011"
          },
          "System.IO.FileSystem.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.621.22011"
          },
          "System.IO.IsolatedStorage.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.621.22011"
          },
          "System.IO.MemoryMappedFiles.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.621.22011"
          },
          "System.IO.Pipes.AccessControl.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.621.22011"
          },
          "System.IO.Pipes.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.621.22011"
          },
          "System.IO.UnmanagedMemoryStream.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.621.22011"
          },
          "System.IO.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.621.22011"
          },
          "System.Linq.Expressions.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.621.22011"
          },
          "System.Linq.Parallel.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.621.22011"
          },
          "System.Linq.Queryable.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.621.22011"
          },
          "System.Linq.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.621.22011"
          },
          "System.Memory.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.621.22011"
          },
          "System.Net.Http.Json.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.621.22011"
          },
          "System.Net.Http.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.621.22011"
          },
          "System.Net.HttpListener.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.621.22011"
          },
          "System.Net.Mail.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.621.22011"
          },
          "System.Net.NameResolution.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.621.22011"
          },
          "System.Net.NetworkInformation.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.621.22011"
          },
          "System.Net.Ping.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.621.22011"
          },
          "System.Net.Primitives.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.621.22011"
          },
          "System.Net.Requests.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.621.22011"
          },
          "System.Net.Security.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.621.22011"
          },
          "System.Net.ServicePoint.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.621.22011"
          },
          "System.Net.Sockets.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.621.22011"
          },
          "System.Net.WebClient.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.621.22011"
          },
          "System.Net.WebHeaderCollection.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.621.22011"
          },
          "System.Net.WebProxy.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.621.22011"
          },
          "System.Net.WebSockets.Client.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.621.22011"
          },
          "System.Net.WebSockets.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.621.22011"
          },
          "System.Net.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "5.0.621.22011"
          },
          "System.Numerics.Vectors.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.621.22011"
          },
          "System.Numerics.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "5.0.621.22011"
          },
          "System.ObjectModel.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.621.22011"
          },
          "System.Private.DataContractSerialization.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.621.22011"
          },
          "System.Private.Uri.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.621.22011"
          },
          "System.Private.Xml.Linq.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.621.22011"
          },
          "System.Private.Xml.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.621.22011"
          },
          "System.Reflection.DispatchProxy.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.621.22011"
          },
          "System.Reflection.Emit.ILGeneration.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.621.22011"
          },
          "System.Reflection.Emit.Lightweight.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.621.22011"
          },
          "System.Reflection.Emit.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.621.22011"
          },
          "System.Reflection.Extensions.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.621.22011"
          },
          "System.Reflection.Metadata.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.621.22011"
          },
          "System.Reflection.Primitives.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.621.22011"
          },
          "System.Reflection.TypeExtensions.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.621.22011"
          },
          "System.Reflection.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.621.22011"
          },
          "System.Resources.Reader.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.621.22011"
          },
          "System.Resources.ResourceManager.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.621.22011"
          },
          "System.Resources.Writer.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.621.22011"
          },
          "System.Runtime.CompilerServices.Unsafe.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.621.22011"
          },
          "System.Runtime.CompilerServices.VisualC.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.621.22011"
          },
          "System.Runtime.Extensions.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.621.22011"
          },
          "System.Runtime.Handles.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.621.22011"
          },
          "System.Runtime.InteropServices.RuntimeInformation.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.621.22011"
          },
          "System.Runtime.InteropServices.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.621.22011"
          },
          "System.Runtime.Intrinsics.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.621.22011"
          },
          "System.Runtime.Loader.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.621.22011"
          },
          "System.Runtime.Numerics.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.621.22011"
          },
          "System.Runtime.Serialization.Formatters.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.621.22011"
          },
          "System.Runtime.Serialization.Json.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.621.22011"
          },
          "System.Runtime.Serialization.Primitives.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.621.22011"
          },
          "System.Runtime.Serialization.Xml.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.621.22011"
          },
          "System.Runtime.Serialization.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "5.0.621.22011"
          },
          "System.Runtime.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.621.22011"
          },
          "System.Security.AccessControl.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.621.22011"
          },
          "System.Security.Claims.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.621.22011"
          },
          "System.Security.Cryptography.Algorithms.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.621.22011"
          },
          "System.Security.Cryptography.Cng.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.621.22011"
          },
          "System.Security.Cryptography.Csp.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.621.22011"
          },
          "System.Security.Cryptography.Encoding.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.621.22011"
          },
          "System.Security.Cryptography.OpenSsl.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.621.22011"
          },
          "System.Security.Cryptography.Primitives.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.621.22011"
          },
          "System.Security.Cryptography.X509Certificates.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.621.22011"
          },
          "System.Security.Principal.Windows.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.621.22011"
          },
          "System.Security.Principal.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.621.22011"
          },
          "System.Security.SecureString.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.621.22011"
          },
          "System.Security.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "5.0.621.22011"
          },
          "System.ServiceModel.Web.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "5.0.621.22011"
          },
          "System.ServiceProcess.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "5.0.621.22011"
          },
          "System.Text.Encoding.CodePages.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.621.22011"
          },
          "System.Text.Encoding.Extensions.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.621.22011"
          },
          "System.Text.Encoding.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.621.22011"
          },
          "System.Text.Encodings.Web.dll": {
            "assemblyVersion": "5.0.0.1",
            "fileVersion": "5.0.621.22011"
          },
          "System.Text.Json.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.621.22011"
          },
          "System.Text.RegularExpressions.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.621.22011"
          },
          "System.Threading.Channels.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.621.22011"
          },
          "System.Threading.Overlapped.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.621.22011"
          },
          "System.Threading.Tasks.Dataflow.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.621.22011"
          },
          "System.Threading.Tasks.Extensions.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.621.22011"
          },
          "System.Threading.Tasks.Parallel.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.621.22011"
          },
          "System.Threading.Tasks.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.621.22011"
          },
          "System.Threading.Thread.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.621.22011"
          },
          "System.Threading.ThreadPool.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.621.22011"
          },
          "System.Threading.Timer.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.621.22011"
          },
          "System.Threading.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.621.22011"
          },
          "System.Transactions.Local.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.621.22011"
          },
          "System.Transactions.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "5.0.621.22011"
          },
          "System.ValueTuple.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.621.22011"
          },
          "System.Web.HttpUtility.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.621.22011"
          },
          "System.Web.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "5.0.621.22011"
          },
          "System.Windows.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "5.0.621.22011"
          },
          "System.Xml.Linq.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "5.0.621.22011"
          },
          "System.Xml.ReaderWriter.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.621.22011"
          },
          "System.Xml.Serialization.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "5.0.621.22011"
          },
          "System.Xml.XDocument.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.621.22011"
          },
          "System.Xml.XPath.XDocument.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.621.22011"
          },
          "System.Xml.XPath.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.621.22011"
          },
          "System.Xml.XmlDocument.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.621.22011"
          },
          "System.Xml.XmlSerializer.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.621.22011"
          },
          "System.Xml.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "5.0.621.22011"
          },
          "System.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "5.0.621.22011"
          },
          "WindowsBase.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "5.0.621.22011"
          },
          "mscorlib.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "5.0.621.22011"
          },
          "netstandard.dll": {
            "assemblyVersion": "2.1.0.0",
            "fileVersion": "5.0.621.22011"
          },
          "System.Private.CoreLib.dll": {
            "assemblyVersion": "5.0.0.0",
            "fileVersion": "5.0.621.22011"
          }
        },
        "native": {
          "Microsoft.DiaSymReader.Native.amd64.dll": {
            "fileVersion": "14.12.25830.2"
          },
          "api-ms-win-core-console-l1-1-0.dll": {
            "fileVersion": "10.0.19041.685"
          },
          "api-ms-win-core-console-l1-2-0.dll": {
            "fileVersion": "10.0.19041.685"
          },
          "api-ms-win-core-datetime-l1-1-0.dll": {
            "fileVersion": "10.0.19041.685"
          },
          "api-ms-win-core-debug-l1-1-0.dll": {
            "fileVersion": "10.0.19041.685"
          },
          "api-ms-win-core-errorhandling-l1-1-0.dll": {
            "fileVersion": "10.0.19041.685"
          },
          "api-ms-win-core-file-l1-1-0.dll": {
            "fileVersion": "10.0.19041.685"
          },
          "api-ms-win-core-file-l1-2-0.dll": {
            "fileVersion": "10.0.19041.685"
          },
          "api-ms-win-core-file-l2-1-0.dll": {
            "fileVersion": "10.0.19041.685"
          },
          "api-ms-win-core-handle-l1-1-0.dll": {
            "fileVersion": "10.0.19041.685"
          },
          "api-ms-win-core-heap-l1-1-0.dll": {
            "fileVersion": "10.0.19041.685"
          },
          "api-ms-win-core-interlocked-l1-1-0.dll": {
            "fileVersion": "10.0.19041.685"
          },
          "api-ms-win-core-libraryloader-l1-1-0.dll": {
            "fileVersion": "10.0.19041.685"
          },
          "api-ms-win-core-localization-l1-2-0.dll": {
            "fileVersion": "10.0.19041.685"
          },
          "api-ms-win-core-memory-l1-1-0.dll": {
            "fileVersion": "10.0.19041.685"
          },
          "api-ms-win-core-namedpipe-l1-1-0.dll": {
            "fileVersion": "10.0.19041.685"
          },
          "api-ms-win-core-processenvironment-l1-1-0.dll": {
            "fileVersion": "10.0.19041.685"
          },
          "api-ms-win-core-processthreads-l1-1-0.dll": {
            "fileVersion": "10.0.19041.685"
          },
          "api-ms-win-core-processthreads-l1-1-1.dll": {
            "fileVersion": "10.0.19041.685"
          },
          "api-ms-win-core-profile-l1-1-0.dll": {
            "fileVersion": "10.0.19041.685"
          },
          "api-ms-win-core-rtlsupport-l1-1-0.dll": {
            "fileVersion": "10.0.19041.685"
          },
          "api-ms-win-core-string-l1-1-0.dll": {
            "fileVersion": "10.0.19041.685"
          },
          "api-ms-win-core-synch-l1-1-0.dll": {
            "fileVersion": "10.0.19041.685"
          },
          "api-ms-win-core-synch-l1-2-0.dll": {
            "fileVersion": "10.0.19041.685"
          },
          "api-ms-win-core-sysinfo-l1-1-0.dll": {
            "fileVersion": "10.0.19041.685"
          },
          "api-ms-win-core-timezone-l1-1-0.dll": {
            "fileVersion": "10.0.19041.685"
          },
          "api-ms-win-core-util-l1-1-0.dll": {
            "fileVersion": "10.0.19041.685"
          },
          "api-ms-win-crt-conio-l1-1-0.dll": {
            "fileVersion": "10.0.19041.685"
          },
          "api-ms-win-crt-convert-l1-1-0.dll": {
            "fileVersion": "10.0.19041.685"
          },
          "api-ms-win-crt-environment-l1-1-0.dll": {
            "fileVersion": "10.0.19041.685"
          },
          "api-ms-win-crt-filesystem-l1-1-0.dll": {
            "fileVersion": "10.0.19041.685"
          },
          "api-ms-win-crt-heap-l1-1-0.dll": {
            "fileVersion": "10.0.19041.685"
          },
          "api-ms-win-crt-locale-l1-1-0.dll": {
            "fileVersion": "10.0.19041.685"
          },
          "api-ms-win-crt-math-l1-1-0.dll": {
            "fileVersion": "10.0.19041.685"
          },
          "api-ms-win-crt-multibyte-l1-1-0.dll": {
            "fileVersion": "10.0.19041.685"
          },
          "api-ms-win-crt-private-l1-1-0.dll": {
            "fileVersion": "10.0.19041.685"
          },
          "api-ms-win-crt-process-l1-1-0.dll": {
            "fileVersion": "10.0.19041.685"
          },
          "api-ms-win-crt-runtime-l1-1-0.dll": {
            "fileVersion": "10.0.19041.685"
          },
          "api-ms-win-crt-stdio-l1-1-0.dll": {
            "fileVersion": "10.0.19041.685"
          },
          "api-ms-win-crt-string-l1-1-0.dll": {
            "fileVersion": "10.0.19041.685"
          },
          "api-ms-win-crt-time-l1-1-0.dll": {
            "fileVersion": "10.0.19041.685"
          },
          "api-ms-win-crt-utility-l1-1-0.dll": {
            "fileVersion": "10.0.19041.685"
          },
          "clrcompression.dll": {
            "fileVersion": "42.42.42.42424"
          },
          "clretwrc.dll": {
            "fileVersion": "5.0.621.22011"
          },
          "clrjit.dll": {
            "fileVersion": "5.0.621.22011"
          },
          "coreclr.dll": {
            "fileVersion": "5.0.621.22011"
          },
          "createdump.exe": {
            "fileVersion": "5.0.621.22011"
          },
          "dbgshim.dll": {
            "fileVersion": "5.0.621.22011"
          },
          "hostfxr.dll": {
            "fileVersion": "5.0.621.22011"
          },
          "hostpolicy.dll": {
            "fileVersion": "5.0.621.22011"
          },
          "mscordaccore.dll": {
            "fileVersion": "5.0.621.22011"
          },
          "mscordaccore_amd64_amd64_5.0.621.22011.dll": {
            "fileVersion": "5.0.621.22011"
          },
          "mscordbi.dll": {
            "fileVersion": "5.0.621.22011"
          },
          "mscorrc.dll": {
            "fileVersion": "5.0.621.22011"
          },
          "ucrtbase.dll": {
            "fileVersion": "10.0.19041.685"
          }
        }
      },
      "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.1.836097808": {
      "type": "project",
      "serviceable": false,
      "sha512": ""
    },
    "runtimepack.Microsoft.NETCore.App.Runtime.win-x64/5.0.6": {
      "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: 02F3D1B543705673BBC005DB155192AE | sha1: 171A58F67A9BE10C8A25A02894721F46FFA59F34 | sha256: D07427C0D9191D457B2360DD6407D6094C921867C535AB0EED416683D1696B40 | sha512: 45EE7829D7DD0E54C98BF3791354516EF140E559180753851227D10AB5CC21B8935965AD6C9CBAD44289869C3171967369C6834F6229E8300EC59081C56F8DF8
FileSorter.exe
md5: 01E8B3886B7F37FF9EBDDD6D3D176514 | sha1: A600002E3056F3B8CEDA9BBA658F2035FF0133F5 | sha256: BEF678012D68B8BAC25287964EA29C5A16E900743383DAFFA6507F9C7FF94305 | sha512: 2D877807FFB832393F0B6318E57D22A8BDED09A19615E13C183FF8AC9CE74EDE4F6EB681B18E67F2584AC161306A0404BA3814DCDFF4E23AB54AE059594CC513
FileSorter.pdb
 
FileSorter.runtimeconfig.json
{
  "runtimeOptions": {
    "tfm": "net5.0",
    "includedFrameworks": [
      {
        "name": "Microsoft.NETCore.App",
        "version": "5.0.6"
      }
    ]
  }
}
hostfxr.dll
md5: 0B5341D82C9537C038367064675DA313 | sha1: 3592A2A5B9120E034BEF560E09A7D3E7D8EED737 | sha256: 7D07D68BD0F7CC23506503C6DC613403EF641C4251C7A5C114766D33E5E27200 | sha512: DD6772EF2E2B2D5FA63533FCC774508FC72D6A205461CCF8C3141AFADB596EC5B939A8A94A404CFE1530C266DD5449300A8A01D94E5E5CDFBCC15DE815F22017
hostpolicy.dll
md5: 5BEF2420B7C9F7DE7D15C0937865701B | sha1: EC48B5F166BD1B75B2C56252D0F4BB0467E2EF59 | sha256: 23E819E1747CD04831CB147D13D2EBC3513A09FD3A6F130F55104E1BC508C27D | sha512: 17BE7015B8172EAE2B8CD0209E3B24FE9C781EBD31204D57C725B1657958974DD99F679293B6F9DB4DBD50FB4CF329A88E9003054450312902A9CF5DEA1D68E6
Microsoft.CSharp.dll
md5: 4D5E84C52431BC4239A02D97AE9E7E35 | sha1: BC8A881A51C622878E353FBAF274C29506CB8874 | sha256: 7259E1FD0782ACF48C49DC6E7B5765E61585500EF60B81F82221FC98FB7D9F45 | sha512: 6C537F67C3D61D1FFF9C71E887D208212B319FBACC9EB52C718EF85BAE09B54883A66AAE2AFF99D2FDC0F74DE3D1A370AB2316A91D94CC85481F5DE7BEC99789
Microsoft.DiaSymReader.Native.amd64.dll
md5: 7E31E92DD59449F41C900862A16F0879 | sha1: 36ED049328FE585F2053A7E20BE4B98A3C3A1F24 | sha256: 95F301012ED09C09C9EB61A23A2803A7043E6A33F9C8957746379B610A52978D | sha512: 77FECD5611967F7234FCE744E0E57525E8699ECB3EAE99B6E7BB3E326EF4E10258ECDCC80AB5B9B402C4DA32104B6A6566DC63BFB1B7C7192A75EBEB13E439C4
Microsoft.VisualBasic.Core.dll
md5: 10207BC4A07B9B2CED694D44E7A613B7 | sha1: 06F42779A7CE2CB2FD1CE8FF62FF2F5EC55560D8 | sha256: 7B59460BC1282987B9EE5725372BF8BB87F9B9EAEBED36AD6EE6411BAF163534 | sha512: 2146F621DD8E6C2796E55A8EDD9051F7721B8C13FD3046A5F0915F41AD8E3010C80D013A1F61D6C73FAA51160983D4227934444DA9DB8746E3D9F62A8D96F929
Microsoft.VisualBasic.dll
md5: 1D470538E67CAED9936282F01A9FD757 | sha1: D0817B507C001A22F5EB5292A071B634B0993536 | sha256: 2EC300815DAD735B465E0C36859E9F878C1B96A5B64FADFFD059DA03832AF0E1 | sha512: CB6FE983C88426AF361E45A9AB02A1658483D7C4E439A58F04B60EE3EA41C6344B4B170C5449B2E8D2DE61C971B591D060EF588C2BFBBC5893FCC7AE5D98775A
Microsoft.Win32.Primitives.dll
md5: D28E49A0BB2C69F46FCA992E6016BCD7 | sha1: A697C198E58FA15A5CD8CD43670ACC041C66BF7B | sha256: 72B3C097CA06228F8E77200709560926C9BD46881AD4A805BF62A24D64E56578 | sha512: C0233C1F9CCA0735CE33ED7C3729B6C1364D28C2C290DDDD468CB36B30726B024918AA9DBE8678219AFEA20B90B9608B287CC98F3A34CA32CCBD2093FFA62DDA
Microsoft.Win32.Registry.dll
md5: 1165BD938EBC901AE3B88B3D333B1768 | sha1: 1BBA41FA36EFD619A0835C24F6C8681599C32DC8 | sha256: 925DB9DA9F1CCC31BC717B77AC443E51835F6D4B147CC7ABC18DC7A607491124 | sha512: 1A4A3F5EF3E155E64803A01562676B837A86CCA856C45BF65935C4779A7C81D4B3798C2BC30A02EFAA63D43CF83302134B6F2BDC2B2BE95653C98373B477E346
mscordaccore.dll
md5: 2FA93751DF24C182900CE13C25351157 | sha1: 4E3178DAEA4A94E494EE73724A8E54907949B44B | sha256: 0E0AA20BDE369666315B3702A0BA6DFB414CB8A3B586696A8809515C3BBC95BA | sha512: EFB847BBE9C0A3E6E02837533C78F17B4E151A82A4847257FA42F02EB7111BBAB805058031A7CAE5BF7C261922C0F058D0F3E14C830DC3BE9898D40AAFE126C9
mscordaccore_amd64_amd64_5.0.621.22011.dll
md5: CD2334FD990D20CFE2A4D052C9F43A49 | sha1: 9CF22C5086C206D2B5192DF16324F158B42E3A80 | sha256: 98FD22449E9779A6648345ECCAA0D7741B262E6128460EA652BDFB6FE35E34DA | sha512: 56E3D43D5FE8AA6A243F84A8EEB9CCE3F3326A90D2C5AA69218EE603309DD3F0252E6A86F71360317B82A4B7735F2C781CC2D5417197070394B1EA9EEEA80F12
mscordbi.dll
md5: B9EAE1E9F2A39A2C5E89EAF5A1C1ABA3 | sha1: 68AD2DBFABEBB584E90EC6CB1659ABFE48DB25DC | sha256: 5EA9D60155DB77200CB38DA3FF42FAB304759A26F51929FFEA59B94D257CE407 | sha512: 7895DE323C2FF5D558398304B6966AD124F7FBB2CF402FD5ADCA67BDA151226C0EFF2F248397F81FB98F8A452815FBF09A0D01AF08C86AFBB3CCF9C8C9FCDFB9
mscorlib.dll
md5: 478759215F499C813B927BD7848501C7 | sha1: BDFF4D5BCEA8262F29A6509243E475CE7DA1620E | sha256: B7A3A52289F827B03D9F4CB58810488AC5DA27DC9ECC0398ACFA27523C70CCD7 | sha512: E0834F692F123CD3AF2EC6E3A8C37B545BE254351E1667F914CD5BC0D2D10BCB113565957EF3EC9DE7807D2D59516E550B0CC3399832B5E451C1BE73B4074D31
mscorrc.dll
md5: 4A0692ECFD10A67684BEDB7A2B8AD6FB | sha1: D6CE082792F061C20BE25968D4FAA2BB7ED8FE5D | sha256: 7F4217BFF5BC255BD2766CA8DD188A834B6F0AD8D6CF17993F3C8824377DAE08 | sha512: B0F8BAB5CD7CF18784B38F871E94961C5EF1B8AC96546072AE4A30885E0B44B808CBB29EF2948956A5B9598AE36C4B9DCFEED54D408D411F4586E34FBF93B672
netstandard.dll
md5: 03A6BC7E9F20CB493B3DAB7C0864CF50 | sha1: 6437C8450C470E7CA272FC41052281BD33AA533E | sha256: 64A9BF588652888E9D32F87D66D03776C387B3B38B9668EEE2588E8354FDA58F | sha512: 067307372663DD31E5E99EC6231096DF3F6189B338933999EBE0B855D6F0589A48FD5F39EA1B8D988393E6F924E680D4B93BA6F35AE58A2A41EAEE8E2E68CE23
PowerArgs.dll
md5: 9831B7F78C0978E28D72AAF34398F99F | sha1: F864434131986D44294E6837F1BF2EB2B92F035B | sha256: 81361E92CB03787BCC0465EDA8C5FBED6D9D5F7483B17CB13CE2E4699A6434E5 | sha512: 92949BD47B48EEF8B7AA5DC085C19C46AA496A0367C9C4F099C198714F436E44B030C9A361D44D6BDF9AD5ACB747278008B74F0279DBC0347FD0A97F20976B38
System.AppContext.dll
md5: FB106C78D2D557D0D566E3F094807118 | sha1: 6B75A88E67390FDC57AEE2943A544CC711C0BF8E | sha256: 88B8806151DAA50120587B39D87F2F611238B2DB23DC208A4A3970AD190EBFE3 | sha512: 7FBE69217726F6CC5CFF84C1BD93BCD31FAC1BEDAD8C93875B466C41E2C8AD29526DAE0AFCAEA109442DBF507DF2D1B1FA3D210C74D0378DCC1427BE0B9B1157
System.Buffers.dll
md5: C592473DFEA94CE752365006B3FF2C98 | sha1: D1CC59E32EC8493940B36D2E4312AE3E75BC0E4F | sha256: 41062848ED5E54F5E59D3C0382F48DE3DD6452887AA2521B711D54D7AE8DAD66 | sha512: CD3FC83CE467344CBBAD3C5BEF5E6646D74870F022E1E1DE882EF0E26862239E7F5F0A0EFF4175E6A0D0FD4D088691DEA898FEB92AEADC5796985AE4CFA5E4C2
System.Collections.Concurrent.dll
md5: FB2EB35113282515F6113E9275810287 | sha1: 235DA728B176A29B52DB12486C3E5E2471E200BC | sha256: F105436A09F14B6CE7CB93D35B9796F18D2A2B110BA6E0663CC57C9AB5FAEF40 | sha512: 9056CD667A47E5A82417DEAA7E8F6A8E78B3E119417774F9B661247E64F80A14422B4AEE622A338E238F0F025A4117D42EFE7082D688BCE17BC58E4C67DBA636
System.Collections.dll
md5: D6132B59AE4B25EBB39479F82507CE69 | sha1: CDB3BE90020BD50BA60CF923DEB4F98238B2DC41 | sha256: 9BB4793634D5A2AC05F8481E97DF49E4DFB260C0BD48C8B78F8D4E5A5B08A1C5 | sha512: 4357A368E21D2EBD37AD9C734F25B07C21C459AF2AC4F1CBD3FA275A104759052DE69C40A3FA91AFDB3B6A1961EA8BDAEE0487EE0120F0C91F46088B3ECA6787
System.Collections.Immutable.dll
md5: 5A246C2E7FAC06FCD3E74D2BD3A2BD1C | sha1: 186B8646EA4E69891E2F2E0EB82498E95FB7975A | sha256: C38BB078109FC8BFFFF71211D6103F37FF58723A0BCD25B4BA5DED903A8606A8 | sha512: 989CEE1738E6151FFD46DB3E2FDA44B5E128EF7333CAD086EF684377EC8868ED62D268FAB501B9ADD8D2B1A2A6CAFEC760A5B0955B8D765841A87DD60F71A3C1
System.Collections.NonGeneric.dll
md5: 5F192469E12FBA52F3C11460CE53EA49 | sha1: DA8492720F3CDA9F396244BA815FA6D4F7DE08E2 | sha256: 68FBE0E2B899586EE6B8D9CAAC937F42CE441B8B5D6E915A8FCCE49C7E6B557A | sha512: CB3AB80634E4921651458182F8705DE36EC736B9C6E57EE72744F645655A0BF4D1D7A6432D0CA5C9BC6642AE1639E43B992A5392BE3760ACDF46ABAC1ABE45CC
System.Collections.Specialized.dll
md5: 5BFE2195AD5F6D4F02B5648410D76E66 | sha1: 354A32B1635D4B613E6932E115606DC158BA1CBF | sha256: 3F345E2291228095D8DBF3E094E58B9A835A18051BEFB094E23A43D2BF68E461 | sha512: ABC7B0557330F696EB7D7C24105C3C7D23C861C3EFA6882754CCF6087385939BA5D7FC85CD2732699F9F0ED8D6B0FF67B6E5FF0E580F73C2B93202027C1872FC
System.ComponentModel.Annotations.dll
md5: BF3FAE65BCF02EB5F86383A8C34EA6DF | sha1: 46D9CA3B04E3390A4BD56F2DDB355A31A806EDFA | sha256: 91B32FF03DDCDCBC45D544843EC757E397C6188951A43548F401B72DEF7E9A1A | sha512: 58FD8B879B1462F05A638D7B22E5C08D72634F49B9D0F63385EE831F1F1DCC0A88B00225D5A38225F59C7B582A69F2B6338DFE58832117DDEE93C217E25850C0
System.ComponentModel.DataAnnotations.dll
md5: 16F5CD07C1B5F591192B19F993D83F9B | sha1: 765E44EA8ACB5936AF51E5B73C550926FB50672D | sha256: CAD9EA280F5129C8BC2CA5AD20BCA5A16C0469DB690B1E35E475FAB8F446B8DD | sha512: 05BD6FAB446855C307C1E0B31DCB4882E7C3BBB2E9F5EA61E67DCFD55B1FC4E4428FF4BB45EE989EE01D5B848BC4A862D5FB300A0A1CA6009DE4E70852FF5C80
System.ComponentModel.dll
md5: 4E647BD92E5C57CE4EBF54161AAD8EE2 | sha1: 28B1004F4F673923E5C0ACBB696F02341291BDDE | sha256: E614BC2C96915D53B735DC3E84050B5ED87F9CEC47A7E56CC22E683D4674B150 | sha512: F9F500760655CAD261A966617FB202ADA1C5D0882B4EBABF3F41A02C985BB31D359F8AA3BFCE371F7393B8D948568DFAF4A57EB59414BE594DF5CEF6704EDE12
System.ComponentModel.EventBasedAsync.dll
md5: 9A1F94D7AA33ABBE830821FDA1C5A57E | sha1: 3594573A34A34E99D133882F26C06ADF1DC82E35 | sha256: BFE24E5CE52FEA9DD481F12E92DA18A37E1BEE66CC1715D95394C713804573F3 | sha512: 123DAC6C7238150E4C6063D32E98580BFF2FD5157D599CF9E6B18632CBD6AC1597A38EC1ECB63EEDF49845BEC7B664B131AE72042C249BAFDF2540294CCA5055
System.ComponentModel.Primitives.dll
md5: 256214DC10F65A80E21C908A78EBA611 | sha1: D56A25977F086C8000A68147AADBEB3B3A8136A0 | sha256: 7D8BF4EADFB4C469B41107E2F774E3E28E4981D8A731863E8D0D5C284C20E8B5 | sha512: 000D107D5D5BBFAA148B8E23357A3587F09611EEBEE3F9C4EA725DFCF8E4F57C17F108880F2E87D3A46BB5EA53667D3E5A37C65190DF35F05F1E1236142DDAE0
System.ComponentModel.TypeConverter.dll
md5: 8B8B376B264B24EC723F7C5E87A8BD82 | sha1: 440EAFEEDEDACDAD70C87B1022F003A830F59385 | sha256: D187E2F1E5453C63D954B575AC8EB9397E33526205CC74DE5368F2E7F2515C82 | sha512: E44A3823488B2CF5472C137183C10E1ED2220A5FC3330AFE65361E9E646222DE169C8406B82E178F78FE2D235DA8703D85383A2F190315068CCCDADF101805A2
System.Configuration.dll
md5: E866D1A414C639715A39C8DD292D5E2D | sha1: E28C0A331AC6AC2E74E2F2E0F3CCE4113B702702 | sha256: 63459A8285BA5FC5BA3F955E5FCB932521241EB2211FE1CA5D8CF15153FC8284 | sha512: 6A194CFC34507EA8AA394C5526187B19C9E85CAD8D8B8516FD321236BCBFCA6D155EA9F422AF29D6C84684DB8215A79E4719767BABD3C90124931FD1AD148EAC
System.Console.dll
md5: 6907C6DC3D9FAE8CD023BD7EF89849D9 | sha1: 263B04D35656D33F98B0115B3417F93F29042565 | sha256: 1E076347AE7E027E8FD9AA4186658CB32F6325E36116932716192208ACC985FC | sha512: 214E3878CC796B4C71601E5D6902BE276FC99C7454AF817B60D32EA73F7C5D7C6EF7C804C44EACA4202F6873149182BE29B7815DD0B0659B1C130C49A1333AF8
System.Core.dll
md5: 9A73DEB2C1037B69AA359CA0B0ED0FA4 | sha1: AE3CD2AF1A58C4476FB1F8D76D59A09B04B8DAC7 | sha256: F3906C2397F935F0FD686BFF558E19291BCE01A748144CAD7E39A5910C432473 | sha512: A7669B8165BFFD17E57B14E028EB62E10DDA12DDBEC12E577282ED933C1DB1E2018C407ECF1B06C33B5774ADFFA026BADE2C7613544939456F38D9312A106D9C
System.Data.Common.dll
md5: 7B02E146F0AC1AA7080E2C5D05C88E6F | sha1: 650C9D43566F6FFEE6EB4518534645C6A4C16201 | sha256: 3CBA9FA02C00421CE136838EB58C183DD06D6F477804F5E4EB2FCE9E952A2C28 | sha512: 2BE00C89FC56E0EC4C1D13AD61C6458A6AFBED596ACBC0E8CE32A9AEFFBA4807C5A79D3AEA8178D8E311572FBD8DB5979D18EB0634EFB898E63DE4BFB31757DE
System.Data.DataSetExtensions.dll
md5: 831B84D46F8F7813B40D6D115923088D | sha1: BF69256B1A7A617551E7DEF46FB33A536C6784A2 | sha256: 15625AEC895EA7423FBE86054D83DA84D52711B634FF6E5D905357873CF8C729 | sha512: 33217382B3B8C7230849104B958E207FF04BD11A11711027D7FF24FA23AA63CC2DD766D89C4F933AA369A0E93B9643A4C59884243153DB63FAC4449149D59C9C
System.Data.dll
md5: 27B3F2AAC8958F411EBA8BB2F2386C4C | sha1: A2AAAB1A5EE1B76D0A6F33E66A16BE467568956B | sha256: EEEB28C260DBBFC06B9BAD9890CE432F77C281A38A8B9794C9877C1A9A0FB3F5 | sha512: 2B2E315FB9E3D607738E28C450BCC1A1F349E1D0CBF57E5BB530F591A4F66580B4DB35C110A02B0B383F530960D445CDBF7643C772E7D63DAD7BFD9A804F9023
System.Diagnostics.Contracts.dll
md5: 9FF2B78614EA66B38057142E1E782A33 | sha1: 33E0C7B673FA76EB6B034CFD803A34F976A4DBB0 | sha256: E53C328474A4610D89FDF3E9EBD3560C34F3831B5A71B71FFBAF8A5D2E6EE41F | sha512: 02E69B7B0746E20EB743D949AED3E6F975726B14AAC333CD3AB0AAC4C24CEB929523FC90D6A0EFA8AEF411C3521F0845C2FE9E534CEF0C82EF84A336489055F8
System.Diagnostics.Debug.dll
md5: 6A5E6AEFDA8F107E31E279B68395EC8E | sha1: A6D654F7E0B852C6EE7B7915D325522B1B701DDA | sha256: B6B5BEBC883B9097758A8E1E298579D3CDEB5F4E1A18C38A9D814F0479F44705 | sha512: 2C7FAF52068789F1F4A99E30659C083DD834944E3609681C52D5DD5E8A67168E1CDD7AFE840D73AFBBEC8A75E8342B54F787E52FAF375B3F5AA2736D3F735D74
System.Diagnostics.DiagnosticSource.dll
md5: AAE5E6EFDE45258AAF9E604E61DDF6F7 | sha1: D4F765ED268C98F75E0316734E9EC7CA890CC634 | sha256: 24E575F37AF7350D84C83E2467D13BDFA62450EB31FC5F2DD13414B2652348BB | sha512: F0813A0B4D20F2833E4A5FC727986FCA3CF00A792E9029E8F66ECBFC6AD947B0CDEF7F26A4464EF62FF2B11E66D7BC3A846587D86E6A43F51CFDBD030FE51B9D
System.Diagnostics.FileVersionInfo.dll
md5: 9BF8C81E59BDDE70FFE74E3E98541D25 | sha1: B60BA593793E0A099C5B4E4B4A438D443337612F | sha256: 03E066783BB962409557E8A1C51B2745A147EB3B2DCDAB9D2729557F3ADDE4A4 | sha512: ACD9D32618582C5C197481AB34110ABF92952D02D1630676AFFAFB005CC203965F08E028781D7EC65E98ABB56E5BFDE93E53FAFE4761BB6CDD4246746C1C1A41
System.Diagnostics.Process.dll
md5: 1C69322033CA26303B4CB31DFA2E722C | sha1: 1FD59301F8D2E6850CDC8AF71A923288EE16369D | sha256: 5CEF56E7F371CE4F9031860E187D6AACFF04649FC87FCB4594F206D05A3F8E47 | sha512: 710A497F0097813D361D7D0146A18147E19B476A9C8F9688539DDA45792A7DED6304B6F6727DDFFF41F2445B0C8974873E07C9CB97E64C64A21E2173ABFD8C96
System.Diagnostics.StackTrace.dll
md5: 248053F8FDCDABCCEDFC455B3490FCF5 | sha1: 407F35CB7AD70542B287E15DA610F322241C09CF | sha256: 9A231E3F06F52C617248D9756C0E3D54B25A8465F70ADBC466CA0EA3A4354478 | sha512: 872A54D3DEE621210E03FFA9776C199A4621CDD86523539A94FF033F6924B49BEFFDF9982E397AD7BDDAB258E9E9C6C2ADEDC22D55AB5C801756BBFFAD470D21
System.Diagnostics.TextWriterTraceListener.dll
md5: 516652015F6D770847D6DC7353115E4C | sha1: A3FE44F47A392EEE2660BD8AB688852A777AFF15 | sha256: B4C2596F53839A2CFB49725B649E194F6C0AB8F6B116949D9580154B1A105D3C | sha512: 1403DEB6155642D1C6DBD1E511A2ED3ECDC4F083EA2F32457022390EFEBBDEE28E388C432018BC217DB12AB58DC98C1F03734591BBB5D271F68B0A9BF60F7DBE
System.Diagnostics.Tools.dll
md5: 49E32C90D2D98BEFF86AD67894C39122 | sha1: 78153BB701B2107967AF4676AF8D299BC87C2ED9 | sha256: 2907E953B271AF299205E8C9B490675BAE05DB57397FADAB418C14C8A2DC3CFF | sha512: 8EBD944649569C9E8045B8DA538B71DF3F7DD62C2F2CC5B5C184A1295EE07F86D799E58F0FE4B43C0C45ED26FE462077DF7BB2BB1DE29463793C09012712C6BE
System.Diagnostics.TraceSource.dll
md5: 2EF3EF6DBD8E65B225E5C9EFEF58B611 | sha1: E31C30B13DFC9ACAA0C5EE4D5684BD83E8AE2AE8 | sha256: 588D8FEFB5B915C55DE8C1FEE4E73CF906308B096A420776C21CFB21F07AC9D0 | sha512: A4D8DE9966A5487929AB14CDF5DC9BA4BE60158A3EC5C9B71A7712A11A4060F46C3702F93B3954CDFF5D796A8D042308037F9624A8E804DBCE667353A304C3B0
System.Diagnostics.Tracing.dll
md5: B87CF27894179DB5E24C4567FCF1A49C | sha1: B0BF007349F0F84BE4D94965A91DF2E2167FA171 | sha256: 7A29D993F6AC0D357F13951775CB97A8F92C4088180ADD424D6C1CC9BBB60AAE | sha512: 520D82DCDD3A697EC75B542E9F1D43212E969C71F891C1103B9C075A84BEBA01D29787E31ACC8351AD7411D4FB17BA2ABD41116DB63A677C4BCE37BE0A64AAD9
System.dll
md5: F1C3604655E0611BB211114028F331C0 | sha1: EFEB0EE4A53128DB641CC2B9439F56BE60855ECF | sha256: 311BC4DA3A1CABA31145260093F9D83442FB052443146377F843587BE41A9836 | sha512: 8F770117F7836960965FBCA9DA08FD60E44CCA285A914FBA06686F15907638D04EBD22497A8CD2248F23740F9FDB29918D1DCB9DE89B4395E96B86258CE985CF
System.Drawing.dll
md5: 27F879E5F202C66D312CE94F3EC70369 | sha1: 5548F4A80772BAF0E75375379983C38BCBA25947 | sha256: 9D6DD262D860F60E0DD80226958325BE582AD1ABD1DE270BF3AAC88FBD422BC7 | sha512: 9E42084C85EAD0229D6456B7EF40A680D6BCA92A1C102FF0F0FD6705D661F936A0CAF9C620D5C7DF7358FF1EDF4BA4D12419BC0EBCEC94D4708DFECEF10A3F97
System.Drawing.Primitives.dll
md5: 582B1F81BCB366E591B42CE44CB751F4 | sha1: DC23EBB7BDAFD31F8C8997EFD8FE18276C289356 | sha256: A2185BF3A21DD694FDA907687683B3E1A07066D105FD6F187B595481BA1ACAD8 | sha512: C7EC9B5B6B769F8DD668225B9935F8B654B9B18C709572AB2F842EB346157FA0C79388E19400B8B06FD86554C0106EA23DAD1E8D0F860C3C2D3CC4FCD5FE80AE
System.Dynamic.Runtime.dll
md5: 2FF218B997AF310CF02B2BE54EF028ED | sha1: 31F1D98ABABB4FE9FFB9219F698768C34969D0D2 | sha256: 33FC2B1D11C1D90BBDA3CB7B72CFC4EE1A2673AF0C22FCE57EE70CD84EF02007 | sha512: 3B83045CE140C219943794C510D2D68473B07039DA5FFD8D159683FF9EC68B059FDD2C6D2D000DAA185BAEC54B70185ADB3E4D12707F374F3D16E965DC15270F
System.Formats.Asn1.dll
md5: C8FB9B361A416C64486FD43B43BDB731 | sha1: 5CA57218938ABE28F8A8F6E888EB8967B7EF53C8 | sha256: 06B89219898F6E145D1B89C627175892FE6A3E23E5B4D74E2B63877E1D0EE38C | sha512: 3D70E81BC4CAF67B49DACD5AD61FD61EF6316257BC4D5D140BDBAE54103016B4384CBC9F600F4AC9C06FBC1F11CEF02EEC9026504C3D2E78A2F2C6448E08677A
System.Globalization.Calendars.dll
md5: CB9A64563563ECBFB9B92D79A61A9466 | sha1: 21C99609A8A06CAA596662A1EC9174500F0C6511 | sha256: 8DA99F082C98F78489E3DB4A901056C47E8EDB18C159A3F94AD1B24116368EB2 | sha512: 85D902FBF7030CC42662A38AFFE66470F89B2B22C32EECBCB2BCBE53D33BE2BBE27A455D5A08B5A8F2415DBC9D814A18B1100A858DDA6E8E8D6DC47AF269E1CE
System.Globalization.dll
md5: 516CD26FFE237B9B4B8181A6CF31E6EA | sha1: 9BFD09A6D2447E8DB6DF5510B9A721DA1976E1BF | sha256: C436876609F3B2594A1282BB97A8641D64F8713DEE4F9E62586DC4064B648DAC | sha512: 5557C7EABE0DA95B3ECDA5F4293526F10D1F9DBA7CE403C5CD90BFBF9302171B512EE3C10ED9ABAB527E590BCBABDA89C01A6836F102828F53F217807509E209
System.Globalization.Extensions.dll
md5: E8303B9CB7C5E56CDE8C1E377CF8630D | sha1: A74853562DADA69F6FF616ECBB123F4723A165DA | sha256: 596C0BADA7F8BF7C8ED2F0A5700C2144EABAF0CA98EE2838F7C7A3FB388A03D9 | sha512: F3931E0F7F9EA738FDC7B85B8A3B5BB0069A2C1D704D5C61C073437C20F9248442FC4485E89BABC16ABE668AD1FF8927CB3CADF72649D2D3D6F0A5E61012C9CF
System.IO.Compression.Brotli.dll
md5: 3C56F6BA6BA59E469565A22C6E214326 | sha1: 546B452DD79A05A45C85118CBF8099CD1D30F610 | sha256: 8954D5CF76DC3F1CB49F233B5936B6CE65AC0A479176EAB6B27A6626B7FBEA42 | sha512: FB08763EB9E2D6C4DBE46AF6821E9E1C0319F415F875A07809713201D6D6FA73445492AACBB67ADB3A80CDE4AAF72DCA36C3028590B020F1C4B912386F4BE061
System.IO.Compression.dll
md5: B8A1310B89609650E47C660F3FDC84C8 | sha1: 9DE13DE16EE984A70966F81312F90C8416D5DAB8 | sha256: EEF6D657B9D8F762E46966069EE2D46878D84C67C36511C77E773FFB4297B36D | sha512: 7D9F1FEBA3808E575FC8EA3E773103C5E0C00651F275734E8479E6C3F211D1684C647E935238FC90741C405E91553302382B0EB9BCD0EF21947BFA5712708E27
System.IO.Compression.FileSystem.dll
md5: 42901438FC6D340150E31DCEE004D0A2 | sha1: 1E2B797E534CF5368575EDCD22C9A98D2D77F996 | sha256: 0C52A506387A334B86EDF71F64A321A0466075EB002C70B32598E11EE812EEF4 | sha512: D89E9655DB3310B86750C08283D878E05D5E675F21E91964C59F35FB8E02EDA8A7111F705A5F7335EE0C2871692187D7149BD43201E61D400FFA81A3D35E2A50
System.IO.Compression.ZipFile.dll
md5: AE10BFC3DA6B963F72DF874A2633C3E0 | sha1: 4FB9842D3F737AE596E21C381D5B297B62BE72D8 | sha256: 0E1C27D9D342DE2B47F96D1F5004F644067DDFBEE38C3869F4CE8FD1035854AF | sha512: FA47461021A485E9310FB0C4DFF4FAE5BA8543A6862471BD9BEDC1FC2B1078A2116EF2E1266FF2B773C0EA5A2CF64F6129958653B1E8D256FFAEC6B4BA4502E7
System.IO.dll
md5: F5F7C0FAE4FC197CECF5C63077F529D1 | sha1: 3F3FAFCF5CB00DAFBC987CF6AF7059EBD766FEE2 | sha256: 7A2B14BF94646A5EF8A4171336953CD1272F86128E7A7DFF66F18E57A56FFFD1 | sha512: 5B82F100B1DC8416DAB3D3BFF12F4928FD6E4F388309D16790312D290F75A6103F3E92270FE41B92D7F609854A32C6DCCBF2FF9B17D9F298FC3CDF9E1D978FF0
System.IO.FileSystem.AccessControl.dll
md5: 07348A9AA6DEFEA0C8C72D222B2B0B89 | sha1: E9FDC9D79A86A60C17F299AC6B10696051503C04 | sha256: D4FD24D5B04F2D07EAEA2A2A8F2254737E25D171692C953C70251D2D2CEE040E | sha512: 9E8E6B203EBA0170EED90D19041B7AD434C419B105A84A1AC3B24FF0242D8F7ECFA9B7F996C885E6FCBCF8FADB84AEBE33B38A5EFF327695A50E37E1C9F96AA6
System.IO.FileSystem.dll
md5: E914711B15F6836C3EA7BEE236802421 | sha1: A4885A7AE9580621C1D0935D6C5219941EA57D04 | sha256: DB894C6053E745B8F89B9FA8FCDC8AC61A556DFBEF7EB5A0C0EEA5A97C2D591C | sha512: 9C3322D4719AE5C7FFBF2507983F48FA598FBE86F3EB0BF1473F6BA609B1F2E54EA4523DC359AFE631B60FC95C18296E2FFAE1757BB2C7218240E448347F72B7
System.IO.FileSystem.DriveInfo.dll
md5: 1CE4281520ADC2AA61F306DEC52D443B | sha1: 37E43B29776371E090C81F6DFBFF43650FE32C2F | sha256: D63E7D94E90B1D34F0F32A6D876944EA543675E42726349704DD09F417C22129 | sha512: 36ABAF1804BB38D6BA7B055D1754CBDCF32B7F7ED73BEC94ACA508C178378C51DF632F3127E5E6CFBFBAEADD0306F9924E1C001C03A6CEE4FA8013CFE4AA6629
System.IO.FileSystem.Primitives.dll
md5: 654CCAA0D62B3F9E4F604AEB7F13AE14 | sha1: 6939297AF833A39627B85BC3E22604C4B98C81C4 | sha256: C28CA614244EBE832C19D738D3AA57DFC213E6B3CF5CD93F82A4AA0C0044481F | sha512: D96FE6EC2AFCDA8B4AA6A503655809F1169EC1E18FB4C467BDB06EEDE6E2F6FFBEF501D3F68FE66507585566420F744D08595E92207210017FA5D4DBCF8079BF
System.IO.FileSystem.Watcher.dll
md5: 0A0C255FED0B4F84CDA0E67434A69DB2 | sha1: C2A81414985200772C96689B957A6A0BFC85DA0C | sha256: 7F16CBEFA3A0FD76A16E2C3EE2D6E6B801C541646959CB0AA4EBAA64FFC84D39 | sha512: 6F964D49351A1CE3B782891BECDBA3B72633F98E6437C8AEFAD4DE1BEA03E50817111535D011F3640C5688BC32A2F79188D4E406D97CE69D131B5E6C2F452B35
System.IO.IsolatedStorage.dll
md5: 3304426326610DA535AFFFBCF348D284 | sha1: B4E710CFB377A1F82F81D2016058B12DA6766226 | sha256: F5323FD22F11397412EBCD76243D134461A7421EAE65DCDC02EBA319FA928A70 | sha512: 0FBD1CF951A6EF135B828A34BFDA07820836C5F43317FB9240A908797FA3C1A8D25A5F6AF8A2C2A94075C3270208478F0A9CFB83FCD5B8088C028E418016A6DC
System.IO.MemoryMappedFiles.dll
md5: AE81E71A994A4DC75089081800CA9843 | sha1: 207D00AF23C8957DD9AB5082F7FB9442136CDE8F | sha256: 630FE3095E8352D3ECD98411B3807892FAC053A79EC1AF6D2BD24E70CF62EAA1 | sha512: 1698031EBE76DAF46E3F6CB6262BC559AA68357E05748E87951C60BBF993052B1844DD606FEC2262DA372D1AA02F77DF9FF8230BC2854A13BE80910BFFA22779
System.IO.Pipes.AccessControl.dll
md5: 1BBFD5C53AFD870033D958158842C055 | sha1: F5419A27C3C1A0B1401C2A3144881011541F8502 | sha256: 15948B5C8758D172EC3B80D3F9E66FC9B173E556B5BFD2285E0A1A2FC97230D2 | sha512: BCCA8005909FD0FD749D48BBDF0442A954C0072D9D357BFB34BD0A7B46622A6F5FCE63636BD8BF2E897844441FA5919A59F663383ABEFAD15D0A0CB88D69DF12
System.IO.Pipes.dll
md5: DF190F2FECB31638CF775B51FFACC643 | sha1: BE54D564CBDF8C6F0BA7C85DBB2D1B5762E058BC | sha256: 280676A858FB95DA2D9673F081EA31043EF96EE70C2665CFECD7B1C8387DBBD6 | sha512: 57297F84D3459891E3DC8EB7142D0442F38A366CA3AEB72C397C0E544C47173F9B1C7540CA1963C20D9788360ABA9C7A1D4C6E28DA457DAD440209840BD1D73C
System.IO.UnmanagedMemoryStream.dll
md5: 802D4D633C090A12068808655CB6C53E | sha1: 2D7B217816AF0802C521B924F2120A72908F4653 | sha256: 42E7A79CE4F537E97615D4A7006E1ABF4570E4C577852F7FC04EA8D0571EC2A1 | sha512: BFC710330B4664244016A106D27D47EE15F06F31D629892E4D5A734157279022BCBE9A5AA02C2F1952CB8D3B7443E3B03808C6F8AB02F95D537FF0CDF78DF153
System.Linq.dll
md5: 2342D4D607EB69E605B6C1BAF1D524A6 | sha1: B2754E864E5AA4D9A1DBBF9260A1C8375E2DF479 | sha256: AD24995B02547A2CB01DD048EE1FE523FDBFBF2A1B2A09AAF1E7B4525E7F73A2 | sha512: 3E48FCFAA486057AF9184714D02B0B3D1D827D1A42F2FE75A06A91CF321C0312ED02CF2E542988D27F0931301A8118C034A9EB84BE253FFCB068C042FDB5E5D7
System.Linq.Expressions.dll
md5: 4F3E115F71D37CED236B53692301363B | sha1: 8A4641845D220A123AEBE23841EEFB401C187486 | sha256: 310FAD2D58803A8BF11216D9AAC8B8952EC3F88487328EFF83B6A78D8A206A52 | sha512: 70EEB115E2400936F109DA5E6D4DAC17ECE734B8ACFE36727351DB81D7A0A6082C1DD69D89D77BDBB1128E4F8617F2041D1529EF27D771E97F28F4775C90C33F
System.Linq.Parallel.dll
md5: A1030637B6EF820D29AF49EC257A4D11 | sha1: 0C780DE58E002EAD0FBE906281A574D2D1BA727C | sha256: AF58562AF29DE89084A81FD1441DBAB34B25F7CCA0E392C7687F51081275E8FF | sha512: 4A46F70D4CAC60C4958539E06EACCE65D0D7E53C1567284BA4894AB19221EAC9B8123872FFE88831B8AF53E0720FD66577952CA7F79530D7B2667A74AE19C4A2
System.Linq.Queryable.dll
md5: B94D00D080606E0FD6BF42F343325178 | sha1: B3F7D5F5CBCCD5B7A5579153B025C6BD108F53C7 | sha256: 408D80A2F532B3BB7B1C9FABBAA4AFC3F6E3B38D82245E740A35F7A2959D7694 | sha512: E08BC9509D3B03570648E061883F28BDCDB283EDDE03027AE151F2AB2A2F42A016C9B7871977B68407A7BAEEE00F9671C404C6057B7F6A0A35208D9BF1A7A100
System.Memory.dll
md5: 71BD7A0F07030858FB2A55F8B0B424D7 | sha1: 06163164FD8AA5F3B12CE1BBC1742D027A9788B5 | sha256: 2D43853CC78DF209A7C053314566CC52B2AD7294673AB50AC935CCA5C125619F | sha512: CA854C0D497D3C48F439BC72DB9F89A2C1BCD2FEA05D45E3EA9B9667497A22DD62DAE861F3162A9803A927453793673F176EAB7A47B925BD93C75101748FDFB3
System.Net.dll
md5: C5A2BFC4AF17680A7BA755A41CB05103 | sha1: B4E4E05E57BBED216780E4110473AA8098DCF7C6 | sha256: F93DAED9A37D21EFACDD06F0C5E7917C536D2701F35CBFA5A0649B3B8DF7BC79 | sha512: 65B19C4CA3E846172CD535C1F3EC29E75A1F4E97C582241474AB0E39CD46EB03E80F58EE5516681D4D4FFDFAAA8B7F2EE23A58D3511E21C250A0BD95DA35ED5E
System.Net.Http.dll
md5: BF2754EA21D03D4BE031681C9C2D9669 | sha1: 26F267484B9BC5E97EED49C28B24371DE2148611 | sha256: 8CE9EBCEB2759D9B8A2BF617CAFB2A0341CEA6EB6502687B93822FFAAE61A067 | sha512: 302B9E3F87DAB1B01C01FC44A3F0F2025B05C729B8D82DCFD6488AF732A3946CD657B9A49311C41572783D3E105BA61932EF2D5B94691CB363AD5134B6C58AA8
System.Net.Http.Json.dll
md5: 16F0060FEF080F733EF1FDCDDA247E50 | sha1: 792B2EB37478C86F7585E3F667F2E21032064C64 | sha256: B3E6BFC8076CC5918F9BAB117F9E02BF7B25E3D80ABFA9BF3E07BACC2D7EEC4B | sha512: 5F3EFD55DC946E08E900A15D01E1481373C58E3C68C57586F58EED04E0CCECFEE845D8E7CD48D174515D2429F56361E97B1BF210BDF20B4FB423DD4B77BEF454
System.Net.HttpListener.dll
md5: 5C17B6292297B4EB76F58121D484D856 | sha1: A6E6E1676314CDFAC2A38F61AA6B041960C0BB05 | sha256: 0A4D30EAAADF081D812A186CF08252AD788EE065B8C00ADE5BE6E4444AAFBBB3 | sha512: 782AA4451F4619A5D4D8B380BBDED254B57E9EF27D6A01040B85260527C077842AB00CAA6171F3525FAE5055446EE9482946F6E4C9E0A41A1B72CB94939FACCF
System.Net.Mail.dll
md5: 2018B0FD5D31089FBC20DCCA0D3A2B47 | sha1: E612BA2F3C2BF4127CFF1DED656749D232EEEE03 | sha256: AB6A705477D02D5CB553D6B1599FB184CF3FB69FE3738176D146FF9CC2E67B86 | sha512: 57D87D2C760643F2B68D1FF661676833B4DCBA7B7BAD0DD838F3BBBD989B13264F19AB3134BA5D1F2B906569E08B5C7A4165020FFEBAEDBDB407D1AF4F2AA8DF
System.Net.NameResolution.dll
md5: 666FFE971462810C7112BE432CA3A6D5 | sha1: 3AF207F3D5620D923E282CD7505C6E38E81915E0 | sha256: 9222D6DC405040A3984D70CF31AE5F621C795466989FA9EDE93E44D0C682FEF0 | sha512: 8D4CE53C97BB8BD80CA6BCB149A57C8C985E8F1A6D45BEE57AD80980B531C17F7E3F4B8C532716A13A68ED61AABEC50BAED84496BFB8250AE595292581C20330
System.Net.NetworkInformation.dll
md5: DA316B6C1DBFF385B732E7EE82A47872 | sha1: A66425B3B8765C94F463B0DA3D775CC824A04A1D | sha256: AA4A6FE8A84094B14C60646AD2F5F1409ABF53C209F4C4E3B95EE58856B92227 | sha512: 0F0A37C89AEC95BB9ADB8AF969E69B3C28A31973FB5ED95B84928BED4E3AC669A41BE4B2D56214A85D9B960923123052A6ADE720D87776760DBD5821F9A9DB7E
System.Net.Ping.dll
md5: 2793DD469E95CFC20AA7C7D92F6A8101 | sha1: 7FF39368839928DB2653DCCBC9BD483E18579300 | sha256: 433A4F6839A64BF17613016D0056D70739EE485214BF60BC2A9FFE08D34050C4 | sha512: 9E4476D67BB7EA7E0E890FC0F0A1146EADB774854A9592EB0DA8BBAFE22EE73AD28BCBD0A14D6EF653FC7481176304FC89FD23367F92EECCBCCFB3D224A6EC3D
System.Net.Primitives.dll
md5: F2B02721FB71DE3F4E63ACD1E40FB12E | sha1: 55868DD019097242E75DEE720C28EBEC1D092675 | sha256: A1B1B930F6C8580EBCDD0424F18CB56683EBEB8D0F6FEAFA566AA67A46AF8D8F | sha512: 9BD6D8F384ED9C5522D793A7C8DA628A89125908589A5EFEA9CE341C81D4CFC3075E3D4F71D30F7CA02FD40633DA8AE96D613C63B616461E5AA160358F6231ED
System.Net.Requests.dll
md5: 6A9206BB21F1F2968029367B20A0A64C | sha1: E46D4E2D866201511C7780BEE714FD10180454D4 | sha256: 78A6DF7B1207F4346CC4252FB7CBBDCDB809E5EC8DC554FE74405F9223500DD5 | sha512: 32C21765637A94F591BD291BD403FCEE4E4D3470AB7895374F183B015DB605F716DDEBD5ADBC81CB5071F988550D30C39F4BF53D2307945A7860AFCE25E48C0C
System.Net.Security.dll
md5: 2B4288DBA6DBCBB780DAD2EE6D59930F | sha1: ACFC52315DF7415C3DA0EB769F05A670CB2A4EB8 | sha256: 56E6AAF597F44F4E77D540B77947AB75EDF9588B6AE1CC811EBDF6F4F6C1273D | sha512: 74039AFB4C265CA619E21C9A8E74B2396A38F31A9789991A645CBD226F135481E8196D17177AC4331E782B056543D7F57034F271B70F04BF86CE3AE09F9A2019
System.Net.ServicePoint.dll
md5: 5DF2C730AD06AB4A4BA89287A44B17FB | sha1: B55FEDA6B10EDB655974CF543538E8D82B26EFBE | sha256: 505A396A648C0EB1693C253D2F10A900A7AFC41C36D1EFDDCC8CC9724D958C9A | sha512: CDA7429E6DDE38C557185A5B58521F0CF7B4D500F06A9E675F2ED5FC6BADC20FE8376D2C9C156D8140CDB125629638E89592067CB36AEFA26488D2F9DEBB8B94
System.Net.Sockets.dll
md5: 2E357358D8E40FD1C10733EBFFA0A93B | sha1: 804C485715D58C61DA87317D0B82F98061D22EBB | sha256: 01EEDD24C95457191F8D378DBA96028ADF90932375BA102EC66619D1424B8E20 | sha512: 203FEE43223EE5317B833469BC5A992BC5F31E24B0D40CB588AAAAEC2A8E793B2255FE99A231D7CB396CF2A979D056B053CF2CD4B1E20B41F9657A4A77F055C1
System.Net.WebClient.dll
md5: BA0B84F59AAC941A3DB8B0ED401386BA | sha1: 461B6CC46D6DB90EC5025CB382228D755F84A1EC | sha256: 5357A16CAEEC5531A354963460DEF318DE37D0AA292B93A502952A13F5520245 | sha512: 17E87B3F95E6AACDCC16230E4689205EFD33C73F0376EDA18F5C6E6F9CB2711C2B1DD772E37282196635B8698BAA9097CC2A1D637701E35F110B89B34A9F35E0
System.Net.WebHeaderCollection.dll
md5: BD9120E62B2765B90A3A4DC047963821 | sha1: A4AA2B344234037EE5BC6E230FA8A3142AA09882 | sha256: 9E7814EF0F1ADA3BBF67C5AF180434459409BDE4C8F385BB5F0C980654EC127D | sha512: DA418C21B594FF430AB482A85DAA298D02414B48A5E210D3A80C3D30E943F90A3D7D639BE5C1F101C75B4B98F9B9D1A04032D12B791E1BF535058B0D7B4EAD8C
System.Net.WebProxy.dll
md5: 9C0396D151BE550023773181FD1C0516 | sha1: 565C359D0BBB981A84F398AEE9340867DE970D29 | sha256: 645BD534B8E5152397D2E5570D52A56E5667C1FC96846E275B913B13A71753C9 | sha512: 67BFAB0FC718CB86F92F104542E10E59A09F795658492FE37A21BA301EC7026ECB781D4C5BC281C0E9959DDB983DD05F945337262EC3CC9CEFC2A53184E5BF58
System.Net.WebSockets.Client.dll
md5: 401EFB380719606D3209942CF067A860 | sha1: DB4C3EBEC955062A9718AF34AD2DC985D0621316 | sha256: 3323AF484F607BD50FBC12F2B438165FDA797671F1725D28C9EC63CBBAB033F4 | sha512: EAFC839BFB8C60423EF1B5A989932F4183B764C4BBBBB980A9C3DA6E23AAD5124F6E45F19429F400D20D813C3BB240791F703B258DBAA2C26EE9ED5ADA5053D9
System.Net.WebSockets.dll
md5: E1131A5C82A68D6424AE99F38383CF3D | sha1: A6DEE8044A6C7426F1EB2AFA1E7D5B64141A4E4B | sha256: C2FE16961C80F61E96F4D5C25F4C6CE78E54963FF9FD7E4835CEDD0051BA11BE | sha512: 58DEA771594F6DDE86744BAF686FF51705B4423706278672CB2AAE107B5533DF3DDDA8E3B059B7497205D2183F8941C5D02DBDDF1DEE7D625750CA793BADE95C
System.Numerics.dll
md5: 474C79474565C99DF2BF4E5A6605D12B | sha1: 00981434B908BB9D6DFE4042E1AF324913CFCDD7 | sha256: AC33568E0FE2F5976E0C3083359E2B3C25581807714E28BD2A2F061C9EED34C7 | sha512: D6B91DEF824A33E0E47A32A378C53C023615E2C93DDF1BE542C3FB52C464190EDF8DFF366A6499F6920146E798A30F66738CE73E0A2F01D2D25C9309F26608B9
System.Numerics.Vectors.dll
md5: 10F9943389CEF218E122008DE1232D51 | sha1: D09EC22AADD0F03C6EE755AD26E25FC525C65C1A | sha256: 7FBCDFCCDE63A9229C7CCD4E204ADE413DA77BFA73AED661527DD02A08A6F924 | sha512: 0FE9C288FB64B308BEAEC7568652CAA17E4B1385726A8268C94BF001CC0F255DD9361965EE7E4A2B124025CE4492CDC0130DD42E01EB14FC2CC3141D45D784F4
System.ObjectModel.dll
md5: 945783A998EC3809454146FAA664A08F | sha1: 9970F0B7065234795EF96A30EBA2F3DEFBBAFE5E | sha256: 70F16521DDFABE080BC154FCD9F6E0F9A95E51050FB233CE9B431A0AE5610603 | sha512: 550949B5421B05F6AB19469E9F4116A7EC22F0C6B77D36ADCE3073D95A8E2E0BA6481C3F444BD0A4A738B5C8F4C26705AF3FEE8B59CBBAAEB1AEAE17FB24B394
System.Private.CoreLib.dll
md5: 736E300BD524CD5B7911BC273B4190AA | sha1: BBCB9654A320D83713F0CBA954DF9D2D6D2FD457 | sha256: 8D896DD23D8DA6CDB0E046F179F9F43B4E2357C85B55A88F34521689194A9FDD | sha512: 4D161EE1D170AB8278669A8D4B4DD352D025E0D23729A0928668D79FA560E62793C5FD0C233559FF51B6476FD30B5F6E59809317CADE025B60FE50E8B912E7CC
System.Private.DataContractSerialization.dll
md5: 62BC3FC0A9490176AB3CF81FEEFAD5BE | sha1: B8B130B1E900BAD7006D41E11ADE29D85777EB65 | sha256: 9A1810669101772B5351F25F2FB04BAC0049842ED0D223D9038B03429A8A5368 | sha512: B36F36D4E2A042B38C62C3ECD47BA78AAB6347AFE4A2DCCEFAB9DC3AE44FBF88DC2E67B7305B96E1B2D1D37F836A61CA25C1372A472CB2683148A520B7613765
System.Private.Uri.dll
md5: D2838172568CD071F81B0A2F53F5302B | sha1: 4E80E738D70E6C304E6B2331DFD89C58D9BD7E75 | sha256: 485C658A247C784EC37FFFC7EBCF7ABCB8CCE7301AC7C5C4656ADF0DDEB07F80 | sha512: 6F5627F61936766525206EA4690F66764FFCD246173DD0B69000BB58A543AF46EF2FF1ED6FB12494D64CF59F2151088502711C32BA524C1F80881D510263AF9C
System.Private.Xml.dll
md5: C1D273E7C46283DEB4D70780961B704D | sha1: 85D97ABA2A90017BF167FE8E3F0DE4D26B583F2D | sha256: A4437F7EA4396B64A4A3B01E4AB65B393CB9512B6C08F34E6E2896CF3F6D531E | sha512: 9BC378F69D658651852C9D02964A1059A4B19F3F12DCE7E8ADC44334A40D2177532219C3BD5E203EB6946A3DF09925438A156D88727DDE5A01517E85BE534040
System.Private.Xml.Linq.dll
md5: 21FBE6C800D0A90F14E4AAE40F4262ED | sha1: 02412B521194CA073912B24B1B33BC48D12FB1C8 | sha256: 5158756E6EBA50775B4A80A975DF49607B65A5892095DE093D4495FD114610C1 | sha512: A9D37C68396C8297C1889C9352314585E0C0C778D5DCEA0BDDCC9CCFE7B1111838A7676114FEEA8503E510C8FC1B2000B2C2E9739DD74035742E2FE3F10745EC
System.Reflection.DispatchProxy.dll
md5: 131C937E2EEC5B81A39206E9C9C96658 | sha1: 1487F0BB300D683AAC6BB77C0FB639B9AB49047A | sha256: F446A8BAA395679E6B908498555FAF94CD5BB1AB2CB5930A7817C68F40D3D750 | sha512: 8FB9034389C2215D75B502F8A836043E0ABCE8B56F5E8B0334991D801D96BF3F6124619B8E82348B6A9E89463B521B21EBB07E02AFAA31119319D7F0A600255A
System.Reflection.dll
md5: 5CC7ABEDE4C0DA1B85FAAFA4AC10C741 | sha1: 8C370A4A0533FFD60E49ECFCD69F554AB95A736C | sha256: F70AEB2589DFD55BC14465FAC193AC94134F8ABDD719D74A5A612490D5E89673 | sha512: FF9407A331415C32D0314A65425D6224D58B9EAFE65982193BEE1F95C982CD15E50CC4C437DDAF4EA81BB78A0BFF5D6D4DF4C20C3261DE040269D6A6B78769F9
System.Reflection.Emit.dll
md5: 20D9B1516DAB3A5313379198E1348CAC | sha1: 34F9F52F5823800B80E9E52CE201CE7019531D17 | sha256: 8A96F0A439B943C9CA9CCE9624FBD399FC1E952E11B4A42ECF159FD767CDD81A | sha512: 73B3B88663317C723A8AE536AAD0D2C6F3AE931B6038668E7762E801BCEB8F144F80D6C9AE424336431E235DF80A334EEE7DF90138E9B4AD57F00425E8325F49
System.Reflection.Emit.ILGeneration.dll
md5: C917A3F1C3ED7200296221251391724F | sha1: 0CFA09D4DDDC7243E57A48E69F9DBA9ED93BDCC1 | sha256: 9AF4E1402C380B0619842DF39EBD876E58AFF9922E7FD313EA1FC4CE405F5E2D | sha512: 4BD53EAA5B65DF96A21E462E3B969BE164EBCE0D3174C3ABB198A8C8241F7C947519210E639AB002FF14E70D87A13881DBF2FADE729A703FEEE23FDBB1B30F07
System.Reflection.Emit.Lightweight.dll
md5: 140BB28805E298D17209C983A6B3B84D | sha1: BEA4AC37B98D7B6C2451FA41F5A6A8EAAABBE838 | sha256: F436102C83FF65906754C5FBE889B09948AC6763B1989C1D7199C980A20AA939 | sha512: 0F28705399D80D6F6ECB8F652BF933B52813B490F8F9F21B4EF3FA40C3523877E3A27EBE5D32623C39BC378374709B77F67A777639BB4783B6B5EF59DC00C6C7
System.Reflection.Extensions.dll
md5: 65077D92558B1BC8CD5558F630F1E3DF | sha1: 5229EA58AB5ED90CBC344CB0229EF3DAE113A84F | sha256: 997FEC32657D50AF5F937B16A2EB13C8BB8EB25D7F50670A6EE945EF903691B6 | sha512: B40C340D5E5937A9E98091491010D3ED720F7A61CA38B4E40555B16858C13C7207A128470E9AAB8A55814292FED8D8A537FF41A7548657A1C26DFF2DBD6957A0
System.Reflection.Metadata.dll
System.Reflection.Primitives.dll
md5: 2B124985E99F811C6D74C977425C32A6 | sha1: A9BCC76003C9D8AA5B04B84E3D67D319774FE490 | sha256: 007EEABC2FBAD976AB4C24549DF2A505B08733941AD4A14E1C3E4C4B390FE6A8 | sha512: C2F5C0B2FB4867FB11E79C5300F7F2C8AF2DD8B046C055D7ADB54A5335A9D53F6E3A36A437A273BE566A9C4861328ACAAF28430A4F6AAFEE411480E99B1518ED
System.Reflection.TypeExtensions.dll
md5: 52195BCFD9F8AE234D4C2F0BDB8D151E | sha1: 72C52A64FF49BA674219B5C04D2494DCB33E020B | sha256: 89BB4709FB0C8BE192F5984B167BD6B03AF881821D6115B1F44B7736EFC2BCDC | sha512: 5D5FC0A04893F3EF4C307C168B4FE2F711F94F7D5E41D2D9D0D162D0B26D7B8EA7F86C8C526646F833DED87946045AA837B34E23CF3DB768D7944BF4DC9267FD
System.Resources.Reader.dll
md5: 43AF3AF283C3350D9CB92F83E764D374 | sha1: 0D19A27D0207AFEACFA269A50EA045B9C454DEF3 | sha256: 9DF1597A85FF39BA59D09A75A825477609931BCD3C0091784B70B75A5389CB25 | sha512: 4BE02A98A0FE1397A605890990CD642E25CD8134D2FCDD5D4FD7843EA76E61FDEBAF55BDEE626D1CB39237A516C51F31DF4AB8601FD023E568B2D159928FF6EC
System.Resources.ResourceManager.dll
md5: A13255D3DAFB3819F1BD658BCD7215C8 | sha1: EF8313F9174C1A747716824DA55301CDCBE109D9 | sha256: 75930D5973ACEEC6A3507B05B91F34FE359F66AA7ACEB3A356562BEF2B82C57B | sha512: F8090B40047A78A9E9E4307F66961C9A27827CFE6237FF945D9C65F32D684C4D9088F4A984C5B9F7575EE2A414CACA7293B3133B4490F3CA9D10B09E1B21A602
System.Resources.Writer.dll
md5: 76E109FBF5E2CDF6727580DD6C1064A7 | sha1: 39617A74D4525E7C7315E91FD58F6AB97D39B8A0 | sha256: 0AC363F37C31B072458A46BB92B19C0722D9A8D3FBEA448C16478699631D6F30 | sha512: A7AB19F45129F1603CEA22D37331A1C907BDE0290C3674285AFF3D543D2CC1928FE66D863C555829D2C48559DF5B5222459F804BD10E21E430B3E0870DF07893
System.Runtime.CompilerServices.Unsafe.dll
md5: FCED7E1FC0643332B2DEBB6B0C36BD46 | sha1: F4917405E319DCAB6DD8109CB7A5C27D08A17ED5 | sha256: 498DB09A8E715362F1CF083F289CFA0C969F479F8C1392CB60F62EE0A8F95E82 | sha512: 869AA980008FDB9AF869D8DE6ABFFAC62A1370C12924574EEC3C881418AB200DB1A5C4342C2BA53E1B4798DEFA4A52FF9F70C28049C7FD930B277F363145DF36
System.Runtime.CompilerServices.VisualC.dll
md5: F68E4EC3A0CAB2591C530DDDEC393D9F | sha1: FCAE38988D674526548D88E4AAFA34412633E23A | sha256: 58319E22DDCFCD9EA7ADE2E239040BF2535994CC90CA6F5D458DE78C52AD3BF2 | sha512: 28FB562A09FFFF3FAF85DF8CF8D0A7E10205612038E4A6401FE0CA38183FE6AB33317869A78E7E72E7A6939255B5841832B37891F1B2FB2733C7CB99651B2E3E
System.Runtime.dll
md5: C4CCBB6169C2ED336FDC6FE893E415CD | sha1: BC4D6A2398BC0AA55BBAB4CA4DE0EFEEC180F6FD | sha256: 4598AF77B880DCC1D6810A606A5D9902103E3E2E3DED6A3462B837F6A8E11E03 | sha512: 2ECBC235567CDB4878A6F3423796B5400C67E819531CFBFBA1B8927B2FE830ED192B477BCEEE7392D0DF749DF393BF00D92F5C135B8C95A7AD995159E9430E94
System.Runtime.Extensions.dll
md5: 4A3FB67A19307E84FEF8D2D993ED1930 | sha1: B870A886A290C56AE05ED73499988F8C264179E6 | sha256: BFCED3322517BD7A1E8C5563CFBCE5DF52F6D49FBF582EF83E4D21665F12064D | sha512: DF55391B967CDD7C26CEA8978230A651233CD49EE93D5AF7BC60669A90F6ADD27E1BDA21D2D32D09DF2E460EB936A87EC2A8FAB102C45733F253A58ADB9B48B3
System.Runtime.Handles.dll
md5: C2BE7885BDFE2AC4F0A2D4BDEF09449E | sha1: D82C4A8E4C8CA34149DC1B2FBD8CA881ED530CFD | sha256: EA8E2B0F573E17777073E277ABB1EC4B484AEB5B66C42253874A593ECA10E374 | sha512: 7FE9364714D05C4936E248EF7E2E653116EB961503613CB77541D3C805841B21D15D6D2332F58E97C98E9C75A07BA7FF87E3E2CE3796A843C911D107EC35785C
System.Runtime.InteropServices.dll
md5: 89103AF770CF6F5A84FEC6346E067EAC | sha1: C6F77DF548B05886D28953A6694EB8D295110797 | sha256: DC0B1CE6642021AC53867893DFFDB85CDB2C12251F23FFF04FAFC4E03F7E5A62 | sha512: 97A2EBE4D4B4DBFF1B286F001C481AD2E8AF0A1C96965878DABA0C3F88FFA8EB5E90F8803820A1FB44177AAFA8A5B307BEA5BC3A017D613893463400880C355E
System.Runtime.InteropServices.RuntimeInformation.dll
md5: FECEB568C61C40C2375E0DBD01F5C136 | sha1: E5BA994A550FEC7DF75BC093C46B3EA3B93EC4E5 | sha256: C3C8742B92D89D3B5FEEE9EA0BED48FE05C5C505923E55A888C1EA52D2854B6B | sha512: E816568C0E19FF01C8997A5ED2AFDE71986D6033FED0FB498DD04A824909AFA4A768524E2D2D328D7FEDDA112262BD5FDF5578E6743BE6A76A4D5C16A594E4F7
System.Runtime.Intrinsics.dll
md5: AAFDD954FC7E23B8B24FD1928832BE60 | sha1: 9B2631AD9794292E4C16C253FF1C8FD8A13248AA | sha256: 3E8ABBB60DD0221CD26CDFB0A5A5650768E53D435DFCB456E6AA34B1660CF5E5 | sha512: 5DAA3D612F49121DCF329D836AB001EA331D752D1642549A7DA673A2865DDB538C44D25D27BA109B98C6C0D38EEA7C659BF8F0209414C5FA35B349AEFCB5B30A
System.Runtime.Loader.dll
md5: 100B0CD7D296E44F1CAF1FAEE0606288 | sha1: 28B9845F98E71B6018684223DFC520256797A10B | sha256: 08A6BF027B0F73AA118134FD5125D2F33C32CDD4CF6D80D9978EC2DA9A88544F | sha512: BD1F064D6FF153B4E47E9705B895E723A51305FE8E1D25A993BDF4B00AD2EA4E7C16E89A1C77E8FE022C5AAEF129861119724BFBD0235EAD23FC7E90FD853B77
System.Runtime.Numerics.dll
md5: B66EDE1FCCB662F9CDEDFA75336B2BE7 | sha1: 3D97DDE7EF431B61CCC51FA57C4B9CE98CAF4215 | sha256: 0FB0A225DA2EE55BEE5CAAA82393A8B1DF602113E5AC06D4C8704060EC114AC2 | sha512: 3FD03D21DC8B3119464F24146B1E762F7593B43EC5D8AFB33E7D2733AFB7BC4781A9D50316D9FED8773D41C9D68AF3D3B3E16BF608208788CEC4CDD0ABAC7D2B
System.Runtime.Serialization.dll
md5: 2018C71F9666D59D14DF94764410D1AF | sha1: ECD907EA1CBEF658D70842C2CD7EF260D59394D7 | sha256: 3E45FEEB37B45255C2060326698E975EAD9572D67546E3B9CEB12EE19772639F | sha512: F4CD53C03999869C2233C997AB353F89AE377F89C11831EF84A03A55A6C9E95771A82C1F4F8CB83CE5C5695793AFC66C03A4300E5E8B577704F2A69CD7295AD3
System.Runtime.Serialization.Formatters.dll
md5: D0185EA80D9FAB8DA71A08E0BC367CAF | sha1: FCC2F70B5F2C272068EA3081C0FA2189DC967A17 | sha256: 93B4D518EA3B8A3AB667505083EC109550DDCBE1A875153738B6E2FF292E7BAE | sha512: DD2EBC9E7E9E7BB8B1570F8508864A763305D3528855981E25ED4E228CDF8D4C5E3C45AC5213E3600AA88F0EFE496943CE108A5733D6E6978B6B01C373344706
System.Runtime.Serialization.Json.dll
md5: A0C42886E7634C21291F260232B7A7D8 | sha1: D4799A764B93B6351C2AD1B9C3E2DEC56D4F875E | sha256: 7321C6A396924144E36433DF10537DF441A85DD19766E78D717618E546FF4933 | sha512: E2B3650A7BEC2ECB785174C430EB1F65456DDC9820C481C8430DC253019DC54B48941E35A4F7244FB5DD66EA90666FAF8772A20D21CD7682AE99270EDF09ADC6
System.Runtime.Serialization.Primitives.dll
md5: 2A0FD530752298A803177606BB36C27F | sha1: 2A86C5EBC4BAE049C1BF3DB901A5094E69A474BD | sha256: E659EA0661E13F979E002EDC0A8CA2B1CCE25CF161678BD35AE4F7BBF642E742 | sha512: 17CC6D49765C475FF94916718AB8763CBBFAFA78E61CB1C5743FF9099E56FED5C134B484EB229983863ADBFCAEDF89BF82EB5A2D7F43BF656F3D314F1A60BB36
System.Runtime.Serialization.Xml.dll
md5: 933288107B5AE6CB751BF2676ED13F75 | sha1: 73579FD4AD6B8CB66251386262AAE02519FD8BA9 | sha256: 26886E5D08A57419E69CFC9B9AE4D16B8A32C36C9641A139048CFDD8B24B97FC | sha512: 927A84431501F3D7A59E6C268B5E2369D3DC3410C54380565D3EFC26536D7DD850B8BA60DEF541541FB92528864074395706ED42213CD64D5A77F08181B09F25
System.Security.AccessControl.dll
md5: 3D321A74ACA168D995FEDF50E2EB682F | sha1: 811144F78E4C5F030C41A03D0B3D446D85566567 | sha256: 878AB70B34BB0EF250A558F7558942AAC321FC81DDCC330A57BA56981325640C | sha512: A57F570B828D5B947C0CF2CD51DC289F4B424082E3E42B460446F8E6BA373FA8D91CC6766E0AF2CFF4B0BBBAD82408675C8A57DBCBB1C2B034C52F88C74F9F7F
System.Security.Claims.dll
md5: A7EFD14B2A7E42B0B0290757AF7E9094 | sha1: 01E4AD776955D7DF99A62A63DE48983F622A9C7C | sha256: 94F32E110B4D7CCE469A8C3119644866E4AA368FC7CE732D44B1E67F36DEECAB | sha512: 0613AD682CE65BA0F32099F257B94ED66CAA4B601B87668BB53F34728F12BAAC2CD8FD18A0D7F83440AFA04371353777739BE0254F955AD375EF300D87BCCEA2
System.Security.Cryptography.Algorithms.dll
md5: 69BA39F08F25C8F20DF02454BB7DBE87 | sha1: 40F0E802D0A8E89E583802F0845A875F983117A5 | sha256: 0E77A97081F2FF79512449DA56F71C94464534EAEC5C581410FB6CF41ED3A5BD | sha512: DDE7276A837F871447A8C01F4BA4434F138A7799C089E545743BF54221C54BCFC1B15A7A2A5B3C43D0BD5B9FA20967B134B151C5E06BC98397A231D00D9EC317
System.Security.Cryptography.Cng.dll
md5: AEF2E249C713B92C36B928AE462B6298 | sha1: 0F0663C14CA41EA4E921C3F65F0BF95344E623D2 | sha256: 53A68F4E8F1C1B9179EAEB9C608E5D59048D21345140F2581FC9005195C96ACC | sha512: E861D8E851E78E755937C36C034FADA761734C4FED031A9E1440E8F0AABD08062A40286DE58D6E1B363FAEB017C6AA1A7E8242F01AE0437102F07D94B5D6EF62
System.Security.Cryptography.Csp.dll
md5: 28BBDE11481FE5D593152C76C58EBF0A | sha1: CF5243BD6E6D3A2B59CA3340391A443450C91731 | sha256: 6CDF432044BBD71C4412ED8B2197B19DE06C1F9A49AB7E36EC000D39DFDC23B6 | sha512: F052B9372C406E6079174DEB07F7B8A7C687BF4F8B50629C11F669027767E5628F3178439029F87D45B4A9F7251E7ED0BC85836342EADE52048E2E2CD822453C
System.Security.Cryptography.Encoding.dll
md5: ECE562D7703ED3A359C5396B2D434EAC | sha1: BD7884EE3CC702A2C78786A01C0BE5EB8FDD5060 | sha256: 965F3C062A45BE34870C75C56EF76D45FDD0BA82D51E74034CC1240A16AC79BC | sha512: 24D985C98CCCEF25C48FFA5F7BC57270B65007D9D2EFAD6FA24A8F3F7500B9FE04E560B91405C48FA44EFA4E3D373130D494E08AD1D7A2E7F0AB507B33607A47
System.Security.Cryptography.OpenSsl.dll
md5: C29AAAA4FCC773970D2C180C14447DBE | sha1: F25C944374491D814928E6E0437A4F0CF08B049D | sha256: 4279A16990BEC07CCA4C887FF033BA2AEAAD058A054279F5671DE4FA8C0BEF98 | sha512: 9E4C376AAAA218CA9FF38BC29DFCB2BA8BEDDFABA3797294502C99769870630841A08C1FF3869E92B94BDE18FF193C1497EC7F7BA2AAB15F306F5B11F6318AEB
System.Security.Cryptography.Primitives.dll
md5: 47259CDB858E76FD1B3322A7DE862B01 | sha1: DFB90614338AFD684463896148C299188E02D6DE | sha256: FC78FCC05132D198F3651DBF20B90A08CAD6A07B4F03693F0CF17F126F64F901 | sha512: 958DD8EDC4BC2C3045A62411BA93EB74F7EA177E3FB690ADBDFDEB6ED044D62B504BD2FCEC66A6980587EE3B1AB16D632EAC6A60175F7EE1BB6B5E76B770AEE0
System.Security.Cryptography.X509Certificates.dll
md5: F97E04F8818C77871385D0057BC589A3 | sha1: 4C7776FFB5AC6BE52BC4C287EF2C4E4AB32B5AE1 | sha256: 20E158735BEF0C4B6D34DE2114D2B2A103CE11F820CE4173186FD2E22712568D | sha512: 21804EDE5E31A2E9F7DBF50EE28DC6A77B5A22F6B228F2D18E30D1AB50AB8FE81C81B0DD1C8FCA660BBCD145D9418A99A0E89A2B38CF48E20ED6235227024E22
System.Security.dll
md5: 58C92B49DE809CF85A48AB0043D09733 | sha1: 05F178C3B214B98DE401BB6EE1867C428BB4E8B4 | sha256: 13EF3C5128459D52C9F05914C64546668A91C4BF0911D32480951343717A9FBC | sha512: 7474427BEDBA857CCE4810C11F169F083C511DA3111052523B3E4EC5C42FFF0E5F50D6C6A7580A5E1FACB1DC12A30208D47F881EE6BEB9F6C54B17D651299F94
System.Security.Principal.dll
md5: 4AA71EA4B78B139BB814BF5D75CED0E6 | sha1: B4A8EF6062C315AA669521FC096841116C48AF93 | sha256: F222F4077EE03DD956857E4B4A2C893CCE877DB188D6AC0C75A5A032676F0413 | sha512: 22458875120B75673C4D33A0CCCCE26E901F4659AC3B73784EF61CE7873F88F21E1C3D180A46A054633C49BD81A2B95085717733235F184B93492581EE293588
System.Security.Principal.Windows.dll
md5: 880BFD93A1AE8A6B8BB5C0B16A3B8DB7 | sha1: C68E052AA3FD880088DA093FB7BB1B61B8DAA0C7 | sha256: 1D8423EC844039726FDEE25A62D8DB8B6BE4C5B769F040271DB8811C84DB90AE | sha512: C8E17B64F27DCBEC9173FAADEA5C45171E652BBC5976FF33199AC1960B80E341F0ACCFA198249047F4DC0590B45C8D3384081D6ACD0C51B85CE77A0D7A0FEF6F
System.Security.SecureString.dll
md5: D0B147B670CE14858B18B48AFE2A53DF | sha1: 4BBC9D6AC7E690E971695A41BAB433B31535244B | sha256: 9E5C0EA8187B66D45FA7D93CEEBCF534F4D04773AA2EDA62A00BF2B906A92D34 | sha512: DB8835D118E7EE74CBAF03A9EA29F0C7405F995A4281CD8853C2E0F4705E62D4B603D1556209474991B17331057604BA520B1E7D470938149C2CCF8349403D96
System.ServiceModel.Web.dll
md5: 7BF47156AED7991899EDB4EFB6EA3507 | sha1: 92C8543D686A1AFCB31A1A4885FABC60FCA60774 | sha256: DD6B1F8795E898561907BCB7002E185F8DF6EA12CB451A9BE218142336CFCEBF | sha512: 97E64A19DCC24E872BD905350365DF4BAFEC200ECC3424B2D160EBD8DCFBD5BA7E17BA25E70CAE454F77BF599BADFF08B3C7E0AAE9BFC7AFAC2854A77A539F3B
System.ServiceProcess.dll
md5: 49B443424015AF72720FD13742AFF750 | sha1: 97F3F7CE7C43C1FF0188D00D92B946A9EE994D5E | sha256: 37DBBD7D4A5EBA8A2E651C26BD5568444DE6CDF8703BC167D185F4D7751E9674 | sha512: B130737558E64805CBD77AB7198F95FEBB3F8C6D7A66B1E5518066AFB3E6D41D0969FA99A4361E19D926799DC48E96C49630F9A69C0AB7B839582A9CCDCD1C1E
System.Text.Encoding.CodePages.dll
md5: 3E63268EF8E16C885A00F9DB9CDFA9DD | sha1: 6CFE23ABC193CFEAE120887665F98484EF9B5FB4 | sha256: 2E1E7E72C4246E81CE96A3C641908795143F7EB183E65B6FB7D57ADFED1E9FAF | sha512: A3FF977FDF7FAB2DDDB5BA474BB429EAB2129C1A0F9FE4605A0E91800A155711E4424BE14CACD9FAD21D00AE70CDF776A5CD942D7CD860210450965C8B72B3E3
System.Text.Encoding.dll
md5: 97165C5FE6E8EF8CC3F1F9F9C3553CCC | sha1: 5A4267DB3840A921496DF0E430FED0431EE41F92 | sha256: 31CB497C7654B9F60872F2EC1816ABEF5DB0ED7DE8F73C79BB4EFEE01695CDCB | sha512: D725C0B97CE5B456F293D9386BCFFB2EC25CDC073E2D68AD9A99FB9AB216A7443AA39B659612F6BDAA7DBFCCB667F8F3AF92ACAAE7DE3D8D1F908D7E82B820BD
System.Text.Encoding.Extensions.dll
md5: A6EA1391068F8CAF2A0AA149890467B2 | sha1: ABFD36927399D09BA644F9F99E462F01B232A59F | sha256: C1D412431A9F00F455B2FCA6A6CB11726B90FD7F176EBB4462BCECC786D265B8 | sha512: 11E290DD2FE88E1BF0F0F29EC33DAC578417D14360A46C6E618482882B8D7B97DFDDEFB3DA1B5B833206E493845567A81C4287DC4AD2314EE7B8E351F11C2980
System.Text.Encodings.Web.dll
md5: 5318F26CCB8D39E44F6272A1EF7C0EA5 | sha1: 2B5AB1E9E1F3163C1AED520CE91420CD1EDB1115 | sha256: D5A83C77568761D3101469B20E877E361B9844764743DC1C4BAEAB36CDD49EF7 | sha512: 0E75063A66BB104F2B02999C5D0429A04A3E03F9332C25B5F200E31B280D52410C2E59F0BBA1EBC05453A79FCAC4F5FBCCAFBE56E53627EEF95385E512C5A3BC
System.Text.Json.dll
md5: C707D2BBA761D30556A2EEAFE914D085 | sha1: 66F7B6A8763888BEB626ADC18872BA72AD2E9CFD | sha256: 0D8DA9FAA1FF6FD3B5E7DC89492F6ED10866DA588C2133FD272956B20D3E7164 | sha512: 1F37A9A99E8B9961F734AAB7099E205B3650F3D0912EF6DA630A5997D8E14702EDD4D21941F71AB9F2013F0288C47DA88C4D6C7039DEE68E74C28FC51C9D092C
System.Text.RegularExpressions.dll
md5: 5AB25CCB6611CA4D823C4B6D31D5F621 | sha1: 93D2120648E7567197321871B435C26E106850E0 | sha256: 827BC8B09FDF577D742DDF80EC2F33549631847CA8F2F0BD5BD7B78814C8BE5C | sha512: 7C376E44BFE07706E00EDCFE21F585F1A937B083837E53F9BC76B6C18D7A57A5547EE8B254BF9134CF4AB6A548A2482549DAD4BB5564B6250773CC854F3C0A8E
System.Threading.Channels.dll
md5: 29D3C4E3B57B55C0EFC54E64FB041F42 | sha1: BDC360E6965B0D123682BD6B2337572D6E1967FA | sha256: 16EA34E774569B024D565CDE7F0BC1160553F79BE3B6DFEF5AEE4BDAE4DE186D | sha512: FBBF3B1E5EF59CF368A44797FD4114C3D963F355800BEAE78F040975B7693E3C6F482137D0C83966BFC2D69EF2EF3974358D32E261D32862C57FF7C155F5029A
System.Threading.dll
md5: 27031B2688CC36E8C8DF32C573C173FF | sha1: 1A1F2E191BE21E3FFA5790EED25A660ED90CE559 | sha256: 8B7A50B6FC521E504C725AA3D629FAFBEA16EA8E5E2929D8063ED93732630304 | sha512: FDF54966EB7C1093C0D025FF735FF3C9CBA08AB4F8F59AE6D87CED0E2490F44148D586D495725600829FDB23DA35C25ED312260FF76953615B9D6FBE6ADEE23D
System.Threading.Overlapped.dll
md5: 056ED0F037BE76EF2969BB5A18F1EA7B | sha1: 0F4B9DD74057823ED41ACB251CE60DD402412955 | sha256: 1EC7106DF69CDD3FCEB28FE555C68566A4EA904A558B5A79A71AB1E11EBD8305 | sha512: 07926B04C16960F1534CDDFC230AAFA440F86836FCF12439748FE2D1AEFA1086795C8ADD1FB89A20C06C6B393B958BA5E19BC42C56F5FBEF12C8AD29444F0825
System.Threading.Tasks.Dataflow.dll
md5: 3A3BFC449F65F5F6389ABE1341C2BBBF | sha1: BFAD12B8348CC0AFF02B8D71C475ADCFC8E55EC5 | sha256: C97CFEF9E1272E42518B2C038B9245BAD2131B7304556C6957E289F362A3B1E1 | sha512: A46C94ED6DC6E8E67244EEAA50B20B76384BF0249DA2FBA7DC177A6CB8733B1E6BC821523D686CBEF9F5AE696E097E50F9F04D52A54881865ACF61CBF20AC0BE
System.Threading.Tasks.dll
md5: C72E4916FC8F0D767EEE8BAB4E433077 | sha1: 2D7A61246E3196A8252042C83C418E8B003DA070 | sha256: 5AEFCED97D83A00F141C2F8802093B635BF5FF4F8A4008D198891D0DCC17AA37 | sha512: 8BCA5170E52D09CAF67DDFEAC986BB91C1EA6233ED0C1254BBB2609815E058DACDABFE1F5FE5839ACA426C0935AEB0D3F9920CB546EA2F01585D7DFBF0380925
System.Threading.Tasks.Extensions.dll
md5: 9191EAB7583EA2F6A2CB3CF0BE24AD02 | sha1: C136281BDDB15AA64BC887EBE511020FA026CBF9 | sha256: 8FB77550E14D8C9227341122E6826F20EA80A8861187A27B4F741350EF6D6C8F | sha512: DEC367CB0EF785FE7AED2721EF94EFD9FECACF1C67CC751F0FD39E60DE6F6C1447DEC5E7BF9C3544F10DD21DD90CA535DA9DBC7CC278A6A9C487390AF5DBCE02
System.Threading.Tasks.Parallel.dll
md5: 8E75F835154640BFB06D67AADECF5435 | sha1: F1BE5055BB3B7BD2C5C69FCB4ACAC1AE73A09C0F | sha256: F4DA9A93125BA2CAB7920EBDBB15EA600843317A49F7A490A97FAE9B0FA4F310 | sha512: 858B391AD59DB3F90F610C9593BD32B30B10952163A0755978F218D0AA195BFA7C37C11E2BB23F6884DF03B59592A9F06625721410B9D005441D7FF1ECC9CA4E
System.Threading.Thread.dll
md5: 0B8F99BB6658896255233852E13ACC0E | sha1: 66872D127A1717102F29BAEA3B599DB3389182C4 | sha256: F56247A9F720EADC6CD3A4D8086719B2709D48EA0DB5E5862EF4FE8F9AFC0113 | sha512: 613622C5B9A3208418A4D9B7D49B65BA9E2B2F00594167D421DA85F34BBEC5691C25A5FD5C1FD72D25A03341307E3757E1BB687E90A9F0A50167BD15F6436FAF
System.Threading.ThreadPool.dll
md5: 104CBEC12582B2F43CE07D363F410AC2 | sha1: B496BFB77B7CD447808F599D1A4026B291B18DE2 | sha256: 651D2134A2F12C0C955CAD4BD6AC37B77BA5CDAEC15D9CC1C70BF6EF25F79F1E | sha512: 23DE501FA2F166237B0D9BE436E41C992A4F22F7DE6EAE20C1A71394DDE13D17F6C05166964349F1E742D8CC0DAB8CDF2F2D4BA991E146EE033299799BE3DE54
System.Threading.Timer.dll
md5: 333CDB7C6175DF778C5456B281119D2E | sha1: 18266CAC07EB60F2F68306FF598279FE8FA5883A | sha256: D18427FEEF40D59570B23394A647D124096C28FE7021F67772118BE204B68A4B | sha512: BC1C4E6BF638CEFBEF486204E44F7F48A8B5A16E4FCA12D1D5948E0EED1C3DD60EB0CF5B2EC4940B08CBDDD1EE608232A9363E418CA934DF16C4E812FB0EBEFE
System.Transactions.dll
md5: 7A8CD46525B99947E9D6B6FF7D54AE1E | sha1: 55BEF44BC627F69A6D00E9BA9C12CF185B2BDA05 | sha256: 1BF48B304138B1F44EE56A61DFE1EA0CA675634FD9AFBB6AAD75ED03A8AEBF38 | sha512: B634EE84309C30BAC3ADB0C19C37DF318D44E1C7A4958D39085A6CF20960591757B8653494A1CEF824285F9FEB6415D13568A2DBB47ECBE814720CD6101E90BE
System.Transactions.Local.dll
md5: 65B48FA6864CF672710D3EA9A2605C22 | sha1: 13E877AE1B86B7905C4038D2461B4CFBE0805F03 | sha256: 7593F7168D2156FC1A42E8363AD0D0F79FE349BD6F3C849FA36FCA25F87C182C | sha512: 394FDB26E8F239D70C2AB8D74C805A0EAE7901B9463FFD3D827E2A2EE9264EB2DFB40CC9D6392E3E88D7FD38DF17246366B5824A8B540A7838ECE239350E877C
System.ValueTuple.dll
md5: 6D0B392AF8BF5FAF9E40CD108D4D998E | sha1: 3627BC6C675E1FF25CC7B019483DE7ADE9017EB9 | sha256: BFB46C1546D6B2D9BD76622FF89A1C987984169CEB5790AFEB32BE0175A01B49 | sha512: BB85269B0C26D81642B6681D7EBAAD7180E151491FEE0273133870FC5349F8D27E471903D72FB17C1FAF59B72068E34F1AE0072D7B3BBFAFA5690207230A0E8C
System.Web.dll
md5: 001475FB67B6FF16C65A57A1E119C8C1 | sha1: 1552975BB16BBFC3A47E1DAFF1836E1A9DC1DCAD | sha256: 055BDD498D8E631A9BEB38337A6A8B5F9408BB3452594AF69BC099F2082058A6 | sha512: A93C561120C3524FCEF9375A9EEF91AEF237AF77E98D41B32EE6A1998EF74F2FEFF4C1E554559B258427F3BD64DF34C29506EA635643459659294BD5E2C203C5
System.Web.HttpUtility.dll
md5: 1EFDA76725A5DC412E3702E7A10C7713 | sha1: 946A30822CE4120496C6C0EA5767AFB645AA1911 | sha256: C0DBDA6A29FB2BB2D5C79CA8601A41BCF0564BDB1CC54337A6AA4FA952FC0FCE | sha512: F59F8949CFF8AFC56B961DF6EEE6F118F17E26BC33CBAD7A28A34BD72A223D2C15B050EE62F30698CC5A12CF0DD97D4BE4EC3555B832BAC32E9A6A12B7419DC2
System.Windows.dll
md5: B8A1A1C9B9C4F048B5538FB2F26CCB88 | sha1: F96CFB89C5188E1C44AB39F91E277FFCD97C9EC6 | sha256: C1AA35D5DBE44FD9E8A5DECAF4B37647F8DE669D31DA1E9A9F615102EB5EC3A5 | sha512: 6FF39CF4B6E244EB72052D457AB8A000CFA6F3FCA515EEC15D75C92AB9D4D3B625C2BF3507D826F09969055253796CA4D5698227B79C3AAD612EDBFD6CCD6D84
System.Xml.dll
md5: 9B000A998E94F7425AB425571388EBA4 | sha1: 7CA31CFD1C9D7ECEF3232AE06D646DFF0310B9C7 | sha256: CAFDB0EB779468474576AB6F43EF9F69E34DEB5D0AC8B605DDCE3449C942ADDB | sha512: FFEBE02EBF5A2D48C07218AA5EDF69579882013D04B9BC2EE4B0F87CABEA7F34666F215C828315E1AAB818CD6F1F1FC91AA138A144D264C656B9D67B0FDCB941
System.Xml.Linq.dll
md5: E29E3D716E5442C08466D6B615AFA7AF | sha1: 1A3F85F01BC4776715221B2CE04B1576150E4C28 | sha256: AB7F5A38A01873D1C285D98D13DFEAF706F6D62406568A4D13487E876DF3B053 | sha512: 205115CEB085D84A2F58AEC85F758484D800975DAE1F1622C58ED1E1578F81C89F11F54E0FE8C3B13F8AD712A9B30D0D70882E89E7C8AF3DB58D61C1035686C8
System.Xml.ReaderWriter.dll
md5: EDA3751C795EC1AF443574E21DA03C74 | sha1: ACB577D585333B79AADB20090F907A17C03F78FD | sha256: C50FC35D8B0EB32C775C9611E83B53265BA7BE8F8FD736AACD4A5870B007CC96 | sha512: 299AFAE3AC6F37BDACC22D17E9A71189289E7E5D37CC8BAC6AF6E555C5F8AA28FA2DDF15D0A66BCCA44109F3A092EA1B82E58946A1F681C110F6CE5B08EF3692
System.Xml.Serialization.dll
md5: 43557A30A3890BDD44B274C2D557562D | sha1: 8CCCE78DF7F88BA078B9CBB8F1869D0883AAF780 | sha256: 2732BF89CAF02C3004738D0CEAD291DF9A4699577B2F3365DC4EFBC7C70BBA58 | sha512: 2259A01466A7B04789C445546135B47F8CBB6835526920427740EADD78262CDB7743EAB4C791C9DC46560BEFF56458F4D4D9F8173611CC9E5541B713FDD3B93E
System.Xml.XDocument.dll
md5: A93A5D0AB06F4BF397AF173E60D32994 | sha1: 36828208B71621564814BC7E633CCC2658470E01 | sha256: 33F82408738C5BB52C4DA6BC49701628005907966142EAD2B8A610405656F52B | sha512: F1D3F9D2314EEBCE9E8C5C07876A2C1CEE62C328AE937647D0C7DCE56DE9595381B7B56C4DF32A744C0E9F49FC4B96BAA49653F193A57D3472B69421837C5F71
System.Xml.XmlDocument.dll
md5: 31A5DBDEC948CE5946CABCFB851482C2 | sha1: 06F9F37B0AE38A4B007F2B8CF273FC6B5A401373 | sha256: B5795345069C2CDE0A7921B288B591AD8B4B724B17653765F33FD4D93A929626 | sha512: BE553FE778822415B65CDD3744898E134A49D5DBFF5CE3338C58C5A838731D6DFBE948C3D444AD4F44618B089BD1DEDF21AF18D2F8154735F614BA2E017C0BDD
System.Xml.XmlSerializer.dll
md5: D37B27E7111BF912DACC8AB2D42CAD25 | sha1: A63598927EC513DAB15647E90F20DB2F4C1F0625 | sha256: 9C0F020BC393BAADCFBC5E3E574CA81BC48B547FFE57452094A2D4F70EF4A306 | sha512: B23F04E09942FA91AC4E1B682B6E97977C3A1C0B9E060A23F150BE51A9B8568FEC1BDDE27093618B5FEE942A59CFDFC842B52D426B6A2E7B65F87543F9FB5C09
System.Xml.XPath.dll
md5: 5BD34E32B14CFCAEB7B5F3B163C88A0C | sha1: CE98D4C34AA6D4A5A9201117542BEA33190B3AC1 | sha256: 4CB202E8AF0ACAB7D097D6626A56973D15E2A3537DBA9B5C3CB543F546B6365B | sha512: 44610476E3942742D518C1BE104AD18DA66D5A855563FB258C9202C9BBFEBB05E5203A09DC57133470366D980144749C655B18339ED62E975713B7910ABC903F
System.Xml.XPath.XDocument.dll
md5: C0E2F3DA7666DA06884996C1DFAA4144 | sha1: CD15BE262558825A4981CDAA5E61CE7DE1DFAABB | sha256: 86C67B9D1FB6C141F0C85419B5E0A5C68F5F6E563B95A8D323E2C8F3CE920779 | sha512: 4C845948BCBD5F19B2EEA3632D194C1C2F79A8F23E8AD2193F99853173EC5B053543470812E0DC26D52441995D14CF66365131B683C0E45401CF04374537352D
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: 849959A003FA63C5A42AE87929FCD18B | sha1: D1B80B3265E31A2B5D8D7DA6183146BBD5FB791B | sha256: 6238CBFE9F57C142B75E153C399C478D492252FDA8CB40EE539C2DCB0F2EB232 | sha512: 64958DABDB94D21B59254C2F074DB5D51E914DDBC8437452115DFF369B0C134E50462C3FDBBC14B6FA809A6EE19AB2FB83D654061601CC175CDDCB7D74778E09
WindowsBase.dll
md5: D6B7634D58A4EE716C1FE639F8C2F3D2 | sha1: 081DF686D6454C39DF19044E15D3E8D7D59FAD4E | sha256: DFC1C152B802783DFE916A8DFAE12DDDB51A725DD1DD24A5345355892300C723 | sha512: 6EFE6419A29F636409DF30C96B981D4A3E798CCC1C7E3225AAEA296A93CA7CBC7577704A887BE3600E156EEC355D77B13043927B349865828D5F820499222B97

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