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:

1,835

Downloads of v 1.0.0:

201

Last Update:

13 Nov 2018

Package Maintainer(s):

Software Author(s):

  • Navis Carrier + Vessel Solutions

Tags:

bluetracker cli

Bluetracker CLI

This is not the latest version of Bluetracker CLI available.

  • 1
  • 2
  • 3

1.0.0 | Updated: 13 Nov 2018

Downloads:

1,835

Downloads of v 1.0.0:

201

Maintainer(s):

Software Author(s):

  • Navis Carrier + Vessel Solutions

Bluetracker CLI 1.0.0

This is not the latest version of Bluetracker CLI 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:

This package was submitted (and approved) prior to automated virus scanning integration into the package moderation processs.

We recommend clicking the "Details" link to make your own decision on installing this package.

Details
Learn More

Deployment Method: Individual Install, Upgrade, & Uninstall

To install Bluetracker CLI, run the following command from the command line or from PowerShell:

>

To upgrade Bluetracker CLI, run the following command from the command line or from PowerShell:

>

To uninstall Bluetracker CLI, 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 bluetracker-cli -y --source="'INTERNAL REPO URL'" --version="'1.0.0'" [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 bluetracker-cli -y --source="'INTERNAL REPO URL'" --version="'1.0.0'" 
$exitCode = $LASTEXITCODE

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

Exit $exitCode

- name: Install bluetracker-cli
  win_chocolatey:
    name: bluetracker-cli
    version: '1.0.0'
    source: INTERNAL REPO URL
    state: present

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


chocolatey_package 'bluetracker-cli' do
  action    :install
  source   'INTERNAL REPO URL'
  version  '1.0.0'
end

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


cChocoPackageInstaller bluetracker-cli
{
    Name     = "bluetracker-cli"
    Version  = "1.0.0"
    Source   = "INTERNAL REPO URL"
}

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


package { 'bluetracker-cli':
  ensure   => '1.0.0',
  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 gep13 on 20 Nov 2018.

Description

Command line interface (CLI) to interact with the Bluetracker One Public API.


tools\api-ms-win-core-console-l1-1-0.dll
md5: E5912B05988259DAD0D6D04C8A17D19B | sha1: 724F4F91041AD595E365B724A0348C83ACF12BBB | sha256: 9F3608C15C5DE2F577A2220CE124B530825717D778F1E3941E536A3AB691F733 | sha512: C270A622D7887F4C97232EA898F5380459C565817F0D201CDB081EE82E3002B6E6248753A68DA896D3B1327F93E8E8CB0CA0DCAEEF324F610E0A1C7B542C6492
tools\api-ms-win-core-datetime-l1-1-0.dll
md5: 16789CC09A417D7DEB590FFFE4ED02DC | sha1: 4940D5B92B6B80A40371F8DF073BF3EB406F5658 | sha256: 3B68D7AB0641DE6B3E81D209B7C0D3896E4FFA76617BBADD01EB54036CDD1B07 | sha512: 19E4F086CC2137EE60316B0736B3C6B3780578896DF9A826EDFE004BB74BEE8E051C511A84D8A7EA278A5F47C82B9C955394F629AB0BB0740ECB51293D9BE7B7
tools\api-ms-win-core-debug-l1-1-0.dll
md5: 9476AFFAAC53E6E34405C4001F141805 | sha1: E7C8A6C29C3158F8B332EEA5C33C3B1E044B5F73 | sha256: 55574F9E80D313048C245ACEFD21801D0D6C908A8A5049B4C46253EFAF420F89 | sha512: F8E3476A09D888CAEBD50DA0EA2DEBC4006004E72AF677919413655AB4595622CAC524F1BC6C13406EE341AE0052A19ED83826AD530F652E73B2C65D4FA65680
tools\api-ms-win-core-errorhandling-l1-1-0.dll
md5: A5883C68D432F593812AB3B755B808DB | sha1: 51CBB7BA47802DC630C2507750432C55F5979C27 | sha256: B3715112A7CA4C6CC0EFEE044BD82444D3267A379E33A3EC118D87E75604204D | sha512: 27153E29E99A905FA4C8B3EDE078644A3A3F29FDF7B98E387E39C5C60444E326C92AFD74DA8FEE225F7DDF39724A0DAEF68BA238F3CC64FB7860172B8F29D79A
tools\api-ms-win-core-file-l1-1-0.dll
md5: 241338AEF5E2C18C80FB1DB07AA8BCDF | sha1: 9ACBEEF0AC510C179B319CA69CD5378D0E70504D | sha256: 56DE091EFE467FE23CC989C1EE21F3249A1BDB2178B51511E3BD514DF12C5CCB | sha512: B9FD37F01A58594E48FA566C41827B2B9499605D9E55C2178E83EE41C8C5F50A4DF2C85EFEA94CA586EA0EA4A6D984EBB7CA2193E9306FCB853B147B2C76BC2D
tools\api-ms-win-core-file-l1-2-0.dll
md5: 49C3FFD47257DBCB67A6BE9EE112BA7F | sha1: 04669214375B25E2DC8A3635484E6EEB206BC4EB | sha256: 322D963D2A2AEFD784E99697C59D494853D69BED8EFD4B445F59292930A6B165 | sha512: BDA5E6C669B04AAED89538A982EF430CEF389237C6C1D670819A22B2A20BF3C22AEF5CB4E73EF7837CBBD89D870693899F97CB538122059C885F4B19B7860A98
tools\api-ms-win-core-file-l2-1-0.dll
md5: BFFFA7117FD9B1622C66D949BAC3F1D7 | sha1: 402B7B8F8DCFD321B1D12FC85A1EE5137A5569B2 | sha256: 1EA267A2E6284F17DD548C6F2285E19F7EDB15D6E737A55391140CE5CB95225E | sha512: B319CC7B436B1BE165CDF6FFCAB8A87FE29DE78F7E0B14C8F562BE160481FB5483289BD5956FDC1D8660DA7A3F86D8EEDE35C6CC2B7C3D4C852DECF4B2DCDB7F
tools\api-ms-win-core-handle-l1-1-0.dll
md5: CCE27FF9B1E78B61955682788452F785 | sha1: A2E2A40CEA25EA4FD64B8DEAF4FBE4A2DB94107A | sha256: 8EE2DE377A045C52BBB05087AE3C2F95576EDFB0C2767F40B13454F2D9F779DE | sha512: 1FCEC1CD70426E3895C48598DFC359839D2B3F2B1E3E94314872A866540353460EC932BF3841E5AFE89AA4D6C6FAC768E21AE368D68C2BB15F65960F6F5D7D5B
tools\api-ms-win-core-heap-l1-1-0.dll
md5: CDC266896E0DBE6C73542F6DEC19DE23 | sha1: B4310929CCB82DD3C3A779CAB68F1F9F368076F2 | sha256: 87A5C5475E9C26FABFEAD6802DAC8A62E2807E50E0D18C4BFADCB15EBF5BCBC0 | sha512: 79A29041699F41938174A6EC9797FAF8D6BF7764657D801CB3AF15C225F8EAB0135D59CFA627BD02DD7459F7B857D62299E4D082586CE690627EBDF1267EBB21
tools\api-ms-win-core-interlocked-l1-1-0.dll
md5: 39809CC5DABF769DA8871A91A8ED9E69 | sha1: F779CDEF9DED19402AA72958085213D6671CA572 | sha256: 5CD00FF4731691F81FF528C4B5A2E408548107EFC22CC6576048B0FDCE3DFBC9 | sha512: 83A8246839D28378C6F6951D7593DC98B6CAA6DBCA5FBD023B00B3B1A9EBA0597943838C508493533C2DE276C4D2F9107D890E1C9A493EE834351CFF5DFD2CAB
tools\api-ms-win-core-libraryloader-l1-1-0.dll
md5: 5D5FAE1A17961D6EE37637F04FE99B8A | sha1: 47143A66B4A2E2BA019BF1FD07BCCA9CFB8BB117 | sha256: 8E01EB923FC453F927A7ECA1C8AA5643E43B360C76B648088F51B31488970AA0 | sha512: 9DB32EC8416320DCB28F874B4679D2D47A5AE56317FDC9D2D65EBB553F1D6345C3DD0024294A671A694337683DD4E77254595A9CDBFE115C80D0EF53516D46AA
tools\api-ms-win-core-localization-l1-2-0.dll
md5: 588BD2A8E0152E0918742C1A69038F1D | sha1: 9874398548891F6A08FC06437996F84EB7495783 | sha256: A07CC878AB5595AACD4AB229A6794513F897BD7AD14BCEC353793379146B2094 | sha512: 32FFE64C697F94C4DB641AB3E20B0F522CF3EBA9863164F1F6271D2F32529250292A16BE95F32D852480BD1B59B8B0554C1E7FD7C7A336F56C048F4F56E4D62F
tools\api-ms-win-core-memory-l1-1-0.dll
md5: 6DEF20ED13972F3C3F08DBA8ECF3D6CC | sha1: 9C03356CF48112563BB845479F40BF27B293E95E | sha256: C2E887A17875D39099D662A42F58C120B9CC8A799AFD87A9E49ADF3FADDD2B68 | sha512: 5B4D2B1152BED14108DC58D358B1082E27DEFD1001D36CD72EC6F030A34D6CAF9B01C3C1DD8A9AC66D1937FCF86A6FE3469AC93B1E76D933A8F4B51C1F782F65
tools\api-ms-win-core-namedpipe-l1-1-0.dll
md5: A056D4EEAAE37DEAB8333DCC4C910A93 | sha1: CB59F1FE73C17446EB196FC0DD7D944A0CD9D81F | sha256: 593FA2AA2474508AD942BBAA0FDC9A1BADD81C85B0DFF1C43B90A47C23AD5FB7 | sha512: C2F811994182EF51D0C011C19336179DA69357E5F284F787BCDB54F90C32768A959232A477534F7E62CD3D71A048A13E91B20042E2FE6AB108D606C7C8DF9255
tools\api-ms-win-core-processenvironment-l1-1-0.dll
md5: F3B4AB35A65A8D938C6B60AD59BA6E7F | sha1: 2745259F4DBBEFBF6B570EE36D224ABDB18719BC | sha256: EA2972FEC12305825162AE3E1AE2B6C140E840BE0E7EBB51A7A77B7FEEDA133A | sha512: A88AFB66311494D6C15613C94555BA436CD2F75E11A49A448C9C6776DFBA24CDA25A44792A1E8B3E680C1AD3AD0574B43AC2328C6E41FF0832139C94B066DBF5
tools\api-ms-win-core-processthreads-l1-1-0.dll
md5: 5FAF9A33BAB1D39DD9F820D34339B3D4 | sha1: 50699041060D14576ED7BACBD44BE9AF80EB902A | sha256: A1221836731C7E52C42D5809CC02B17C5EC964601631EC15A84201F423DA4AC4 | sha512: 73C25D1338DF9AEE5211FBB0E1B14E6BD853E31746C63BC46F44810622B09D52EE39B8E8A57C655DA63D3D3D4025C2CBA4D8673893D022417A2032BA3D935061
tools\api-ms-win-core-processthreads-l1-1-1.dll
md5: D699333637DB92D319661286DF7CC39E | sha1: 0BFFB9ED366853E7019452644D26E8E8F236241B | sha256: FE760614903E6D46A1BE508DCCB65CF6929D792A1DB2C365FC937F2A8A240504 | sha512: 6FA9FF0E45F803FAF3EB9908E810A492F6F971CB96D58C06F408980AB40CBA138B52D853AA0E3C68474053690DFAFA1817F4B4C8FB728D613696B6C516FA0F51
tools\api-ms-win-core-profile-l1-1-0.dll
md5: 7028CF6B6B609CB0E31ABD1F618E42D0 | sha1: E7E0B18A40A35BD8B0766AC72253DE827432E148 | sha256: 9E98B03A3CA1EBABDCEB7ED9C0CEB4912BB68EB68F3E0DF17F39C7A55FADA31D | sha512: D035CCFD0DE316E64187C18E6E5B36E14F615F872C08740EC22EF2C12D592E37D78AB154202926A56AB01D669EB5870DFF651280A882D6BF2A700C43DCD25AC2
tools\api-ms-win-core-rtlsupport-l1-1-0.dll
md5: 2166FB99DEBBB1B0649C4685CF630A4A | sha1: 24F37D46DFC0EF303EF04ABF9956241AF55D25C9 | sha256: CDC4CFEBF9CBA85B0D3979BEFDB258C1F2CFCB79EDD00DA2DFBF389D080E4379 | sha512: DE27D06B1F306110B42D0ED2642A555862D0ADE7E56E5F2908E399F140AA5F43904E08D690BCB0D2F4D11D799EC18FA682DB048DA57D99CD99891E45ADD86371
tools\api-ms-win-core-string-l1-1-0.dll
md5: B7CBC8D977A00A2574E110B01124ED40 | sha1: 637E4A9946691F76E6DEB69BDC21C210921D6F07 | sha256: 854DB7D2085CAACF83D6616761D8BDCBACB54A06C9A9B171B1C1A15E7DC10908 | sha512: B415EF4092FA62D39941BF529A2032BC8B591C54ED2050EA4730F198899F147539B2C0E97F3C4F14848C71066924C1848AE5F07779A1A47AB4C5E46F02BE7258
tools\api-ms-win-core-synch-l1-1-0.dll
md5: 6961BF5622FFCD14C16FBFC1296950A4 | sha1: 5584C189216A17228CCA6CD07037AAA9A8603241 | sha256: 50A1542D16B42ECB3EDC1EDD0881744171EA52F7155E5269AD39234F0EA691DE | sha512: A4D0C15ACBFF4E9140AE4264FA24BD4C65FB2D1052A0B37BF281498F3B641FEF563C18115511829A23340C9440F547028D36015BA38CBD51AD0744D44D5CCD87
tools\api-ms-win-core-synch-l1-2-0.dll
md5: 47388F3966E732706054FE3D530ED0DC | sha1: A9AEBBBB73B7B846B051325D7572F2398F5986EE | sha256: 59C14541107F5F2B94BBF8686EFEE862D20114BCC9828D279DE7BF664D721132 | sha512: CCE1FC5BCF0951B6A76D456249997B427735E874B650E5B50B3D278621BF99E39C4FC7FEE081330F20762F797BE1B1C048CB057967EC7699C9546657B3E248EE
tools\api-ms-win-core-sysinfo-l1-1-0.dll
md5: DF50047BBD2CF3A4B0CF0567514B464C | sha1: F20AE25484A1C1B43748A1F0C422F48F092AD2C1 | sha256: 8310D855398F83CB5B9CA3ADEB358DA1354557AEC5C82C8EF91A29F79A47F620 | sha512: 5C3BFC2CCB2EE864B99F6709677474327E85889F4C962EA0A1EF9E1E876DC88B1D8E8E0F6C1422F634FF1C84A861C34E52EE07DAC7FDDE505B508BEA80562B9F
tools\api-ms-win-core-timezone-l1-1-0.dll
md5: F62B66F451F2DAA8410AD62D453FA0A2 | sha1: 4BF13DB65943E708690D6256D7DDD421CC1CC72B | sha256: 48EB5B52227B6FB5BE70CB34009C8DA68356B62F3E707DB56AF957338BA82720 | sha512: D64C2A72ADF40BD451341552E7E6958779DE3054B0CF676B876C3BA7B86147AECBA051AC08ADC0C3BFB2779109F87DCA706C43DE3CE36E05AF0DDEE02BBBF419
tools\api-ms-win-core-util-l1-1-0.dll
md5: A1952875628359A0632BE61BA4727684 | sha1: 1E1A5AB47E4C2B3C32C81690B94954B7612BB493 | sha256: A41BEDE183FA1C70318332D6BC54EF13817AEEE6D52B3AB408F95FA532B809F1 | sha512: 3F86180CC085DC8C9F6D3C72F5CCC0F5A0C9048343EDAF62239EB4B038799845388898408ED7E8EAC5D015A9BC42FF428F74585F64F5D3467DDDB1303BAF4F03
tools\api-ms-win-crt-conio-l1-1-0.dll
md5: 6C88D0006CF852F2D8462DFA4E9CA8D1 | sha1: 49002B58CB0DF2EE8D868DEC335133CF225657DF | sha256: D5960C7356E8AB97D0AD77738E18C80433DA277671A6E89A943C7F7257FF3663 | sha512: D081843374A43D2E9B33904D4334D49383DF04EE7143A8B49600841ECE844EFF4E8E36B4B5966737AC931ED0350F202270E043F7003BF2748C5418D5E21C2A27
tools\api-ms-win-crt-convert-l1-1-0.dll
md5: D53637EAB49FE1FE1BD45D12F8E69C1F | sha1: C84E41FDCC4CA89A76AE683CB390A9B86500D3CA | sha256: 83678F181F46FE77F8AFE08BFC48AEBB0B4154AD45B2EFE9BFADC907313F6087 | sha512: 94D43DA0E2035220E38E4022C429A9C049D6A355A9CB4695AD4E0E01D6583530917F3B785EA6CD2592FDD7B280B9DF95946243E395A60DC58EC0C94627832AEB
tools\api-ms-win-crt-environment-l1-1-0.dll
md5: C712515D052A385991D30B9C6AFC767F | sha1: 9A4818897251CACB7FE1C6FE1BE3E854985186AD | sha256: F7C6C7EA22EDD2F8BD07AA5B33CBCE862EF1DCDC2226EB130E0018E02FF91DC1 | sha512: B7D1E22A169C3869AA7C7C749925A031E8BDD94C2531C6FFE9DAE3B3CD9A2EE1409CA26824C4E720BE859DE3D4B2AF637DD60308C023B4774D47AFE13284DCD2
tools\api-ms-win-crt-filesystem-l1-1-0.dll
md5: F0D507DE92851A8C0404AC78C383C5CD | sha1: 78FA03C89EA12FF93FA499C38673039CC2D55D40 | sha256: 610332203D29AB218359E291401BF091BB1DB1A6D7ED98AB9A7A9942384B8E27 | sha512: A65C9129EE07864F568C651800F6366BCA5313BA400814792B5CC9AA769C057F357B5055988C414E88A6CD87186B6746724A43848F96A389A13E347EF5064551
tools\api-ms-win-crt-heap-l1-1-0.dll
md5: F9E20DD3B07766307FCCF463AB26E3CA | sha1: 60B4CF246C5F414FC1CD12F506C41A1043D473EE | sha256: AF47AEBE065AF2F045A19F20EC7E54A6E73C0C3E9A5108A63095A7232B75381A | sha512: 13C43EEE9C93C9F252087CB397FF2D6B087B1DC92A47BA5493297F080E91B7C39EE5665D6BDC1A80E7320E2B085541FC798A3469B1F249B05DEE26BBBB6AB706
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\Microsoft.CSharp.dll
md5: BCC5DEC517F4FDAE3BFF23DFFAB38E73 | sha1: 13C6C724145CA4C4D1BA0445A95CF7AF63B941DF | sha256: 7ADB3C3531E33809C66474F151A23501AABEBFE08A16CC285D4F2CC85576FB6A | sha512: F685572112A1D14E13026BBCBA82831627F5176095EFAAB12A4B0FC6577AD503E7921C3952E3CBB00D88844ACAAF864E528ECD58A65F650B5147F7FB84BF0288
tools\hostpolicy.dll
md5: EC9025386939ED41741E5B3EC30BADE8 | sha1: 4D34F29C35D50843A57E0BEC75409E1269242124 | sha256: BDE2E7BC2D8D08AA3154A634229E8213BF9658D7ADD620BEA1D4DF6AC332B803 | sha512: E2455F3B7D9F26ECB750BA65C83E1213FB7DFA7B9A7D173644E536F8BA5915BC65AD82728058E0C6A15E5E9840F374D31750B75DE7668EC3EE7091EF35E9A498
tools\hostfxr.dll
md5: A8E73239C8D37C434A9C19376AAABEA7 | sha1: 506381CA0C1BD84B11853ECCC455A026A3726592 | sha256: 24D00DBB4A3C0E852141266AC6FE967643177CC24C9DF79B4FF1A13FF5D4DA15 | sha512: D79E40EE0C1B164117842BB6603E473D0E43D0590BC1FAD3CD9C999D18883916344E4C4521B93A4E916CACE3FEEE602CA835BBEB55FA9D069067B4870A56FC5B
tools\dbgshim.dll
md5: 6D802D40D46E7A87CBD7A2775152C429 | sha1: 9602FA18740444D02E4F52A5DB06D94E892D815B | sha256: D19292F4DC93AD4468BBF8FD67DBC8B3DED7D0BB9E374948B1E4E00AF8BA590E | sha512: 5AE5150600FF500A7D27916E34C08CA8DE67CD9D29C78D8E1FDD25F469B7F70FA1215A96FC32DFEADC5AC0FD0FC5EFE5181AF5364B18379CAA279C9CA2D06CA7
tools\coreclr.dll
md5: 9015CB7CDD0D7EE8ACFE63F5789A35BC | sha1: 6E29CD7EC5228AC1EE9B9927F7C9789E47950682 | sha256: 4534BCCF9C5974D252374565E5DB589082A166BF63991186F6AAD364FE0E14A1 | sha512: B21F85106BCD5C02A4FBDC9AF065B011064C6546081B5AF3B0942BAACAB9A63D28E11A4727223B2D7D53EF2A4C09223A39DA66B99B079A7F1EF0CEE31CD89202
tools\CommandLine.dll
md5: C8CFD2B93FB64A57F2F10F4B8D1F8A74 | sha1: F38F94950F5ADD78D74A7D16203459674662C781 | sha256: F45962FA20C8070FD1628BF0D6E486842863425CBAEEEF1450283312C690E836 | sha512: 23CE631B98DA15EFBF85602A9C747DC8A2B5151939DFF1E11CA7907A5A23F2B390710A2F296478996A8DD9C5857FA6DFCABCAB1F5A3348EEE029315A5EA3A5EE
tools\clrjit.dll
md5: F69E665CF035FA52F80051F58F5E6BAF | sha1: C1B51FC1B75C8D714F2EEFB0C186BC52F9FD36BD | sha256: 3935CBC0F60D6E57EAEDCB3FE43BFD57F74AE81089D485C494B60479326B6183 | sha512: 31C565213702D0C6551FDA50789B238DB8CB0BF54D61F4A2F800A8A686D6EC61A3A72C63461E6C723EE2C2A86D75CC4303CAC961874D3D4BA75D5BC32134D7FE
tools\clretwrc.dll
md5: 86C43DAF1439B0959AEAD58090A4CE7D | sha1: FAF86A20A50316E7AAFFB41EE4B3DF4C8EF6EAAE | sha256: 2BB6CB3DFC3BDC42E9F85EDC7CE0A264BDFA05024C89D78B2735D43CD4EC1AFA | sha512: 1D1F850FDEEC6D506268EE5AC3D83BA37A5940AE9A3FAD1F31A51017128DEFF94FF1BF508BBB5A8B99467B0E047A1D2AFBFF64D28AC8586B182E9BC41A3D01AC
tools\clrcompression.dll
md5: 0B7E4439540DDD28470AEDBA9CBA8740 | sha1: A5F156EE4C282380DA3848B02A4383523F8C7C01 | sha256: BA526D877AC61A36DC1FFE2A8B684103E4F9480D48E4EC08F26309363FDF438A | sha512: E0465263F0F1ABCE327D9FE4EBF2AC97706009F2B9BBAD4B1DB28702095158DBA29605570FC054E3EA72B908BA41DFF627A6DCC97B2E1BFC202FA991789BDD78
tools\BoneCLI.runtimeconfig.json
{
  "runtimeOptions": {}
}
tools\BoneCLI.pdb
 
tools\BoneCLI.exe
md5: 36243F870615C4572AA26FF042334199 | sha1: F685FD765ABA2A57B8A7C67ABBED6842A7E7F4FE | sha256: 9282A20E6F1FCF56833C8C0E0CBED0B81A2146D5EFBA287DADD055F057EC37DF | sha512: 93C111962745F3FBF4E5836462114DB5DD361A8CD9FC1826DDE09D4280A710C92C87D255DE5C491E7A3C243C2A13DCD02E9BF12C69180609BBE2CE46428DA833
tools\BoneCLI.dll
md5: FB9A7EF584B717158BD59D1CBBC50FAD | sha1: 0FE8A423A27E30DDCE0CD9EA9CFF1298BD296A90 | sha256: 9B5D41D804B6EE09124C7A39BF25CDB32D9D1AAAAB9B72E3951B5591582D6391 | sha512: C9DA52E52AD5D1C79B6E3F1A20784FD881208E6E779F2E58DA9363D947A65FA9F4ADA800F20B5EAC51A57BFA6772071134932AF54F21B04CD92C1E57CE75D85A
tools\BoneCLI.deps.json
{
  "runtimeTarget": {
    "name": ".NETCoreApp,Version=v2.1/win-x64",
    "signature": "ca5c1bc5a18dcd2f9184b075e74b4a662049c7c2"
  },
  "compilationOptions": {},
  "targets": {
    ".NETCoreApp,Version=v2.1": {},
    ".NETCoreApp,Version=v2.1/win-x64": {
      "BoneCLI/0.1.0": {
        "dependencies": {
          "BlueTracker.SDK.Performance": "5.3.0",
          "CommandLineParser": "2.3.0",
          "Microsoft.NETCore.App": "2.1.5",
          "Newtonsoft.Json": "11.0.2"
        },
        "runtime": {
          "BoneCLI.dll": {}
        }
      },
      "BlueTracker.SDK.Performance/5.3.0": {
        "dependencies": {
          "Newtonsoft.Json": "11.0.2"
        },
        "runtime": {
          "lib/netstandard2.0/BlueTracker.SDK.Performance.dll": {
            "assemblyVersion": "5.2.2.0",
            "fileVersion": "5.2.2.0"
          }
        }
      },
      "CommandLineParser/2.3.0": {
        "dependencies": {
          "System.Collections": "4.0.11-rc2-24027",
          "System.Console": "4.0.0-rc2-24027",
          "System.Diagnostics.Debug": "4.0.11-rc2-24027",
          "System.Globalization": "4.0.11-rc2-24027",
          "System.IO": "4.1.0-rc2-24027",
          "System.Linq": "4.1.0-rc2-24027",
          "System.Linq.Expressions": "4.0.11-rc2-24027",
          "System.Reflection": "4.1.0-rc2-24027",
          "System.Reflection.Extensions": "4.0.1-rc2-24027",
          "System.Reflection.TypeExtensions": "4.1.0-rc2-24027",
          "System.Resources.ResourceManager": "4.0.1-rc2-24027",
          "System.Runtime": "4.1.0-rc2-24027",
          "System.Runtime.Extensions": "4.1.0-rc2-24027"
        },
        "runtime": {
          "lib/netstandard1.5/CommandLine.dll": {
            "assemblyVersion": "2.0.275.0",
            "fileVersion": "2.0.275.0"
          }
        }
      },
      "Microsoft.NETCore.App/2.1.5": {
        "dependencies": {
          "Microsoft.NETCore.DotNetHostPolicy": "2.1.5",
          "Microsoft.NETCore.Platforms": "2.1.1",
          "Microsoft.NETCore.Targets": "2.0.0",
          "NETStandard.Library": "2.0.3",
          "runtime.win-x64.Microsoft.NETCore.App": "2.1.5"
        }
      },
      "Microsoft.NETCore.DotNetAppHost/2.1.5": {
        "dependencies": {
          "runtime.win-x64.Microsoft.NETCore.DotNetAppHost": "2.1.5"
        }
      },
      "Microsoft.NETCore.DotNetHostPolicy/2.1.5": {
        "dependencies": {
          "Microsoft.NETCore.DotNetHostResolver": "2.1.5",
          "runtime.win-x64.Microsoft.NETCore.DotNetHostPolicy": "2.1.5"
        }
      },
      "Microsoft.NETCore.DotNetHostResolver/2.1.5": {
        "dependencies": {
          "Microsoft.NETCore.DotNetAppHost": "2.1.5",
          "runtime.win-x64.Microsoft.NETCore.DotNetHostResolver": "2.1.5"
        }
      },
      "Microsoft.NETCore.Platforms/2.1.1": {},
      "Microsoft.NETCore.Targets/2.0.0": {},
      "NETStandard.Library/2.0.3": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "2.1.1"
        }
      },
      "Newtonsoft.Json/11.0.2": {
        "runtime": {
          "lib/netstandard2.0/Newtonsoft.Json.dll": {
            "assemblyVersion": "11.0.0.0",
            "fileVersion": "11.0.2.21924"
          }
        }
      },
      "runtime.win-x64.Microsoft.NETCore.App/2.1.5": {
        "runtime": {
          "runtimes/win-x64/lib/netcoreapp2.1/Microsoft.CSharp.dll": {
            "assemblyVersion": "4.0.4.0",
            "fileVersion": "4.6.26919.2"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/Microsoft.VisualBasic.dll": {
            "assemblyVersion": "10.0.4.0",
            "fileVersion": "4.6.26919.2"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/Microsoft.Win32.Primitives.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.26919.2"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/Microsoft.Win32.Registry.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.26919.2"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/SOS.NETCore.dll": {
            "assemblyVersion": "1.0.0.0",
            "fileVersion": "4.6.26919.2"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.AppContext.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.6.26919.2"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Buffers.dll": {
            "assemblyVersion": "4.0.3.0",
            "fileVersion": "4.6.26919.2"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Collections.Concurrent.dll": {
            "assemblyVersion": "4.0.14.0",
            "fileVersion": "4.6.26919.2"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Collections.Immutable.dll": {
            "assemblyVersion": "1.2.3.0",
            "fileVersion": "4.6.26919.2"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Collections.NonGeneric.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.26919.2"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Collections.Specialized.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.26919.2"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Collections.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.26919.2"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.ComponentModel.Annotations.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.6.26919.2"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.ComponentModel.DataAnnotations.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.6.26919.2"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.ComponentModel.EventBasedAsync.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.26919.2"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.ComponentModel.Primitives.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.6.26919.2"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.ComponentModel.TypeConverter.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.6.26919.2"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.ComponentModel.dll": {
            "assemblyVersion": "4.0.3.0",
            "fileVersion": "4.6.26919.2"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Configuration.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.6.26919.2"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Console.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.26919.2"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Core.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.6.26919.2"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Data.Common.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.6.26919.2"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Data.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.6.26919.2"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Diagnostics.Contracts.dll": {
            "assemblyVersion": "4.0.3.0",
            "fileVersion": "4.6.26919.2"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Diagnostics.Debug.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.26919.2"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Diagnostics.DiagnosticSource.dll": {
            "assemblyVersion": "4.0.3.1",
            "fileVersion": "4.6.26919.2"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Diagnostics.FileVersionInfo.dll": {
            "assemblyVersion": "4.0.3.0",
            "fileVersion": "4.6.26919.2"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Diagnostics.Process.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.6.26919.2"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Diagnostics.StackTrace.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.26919.2"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Diagnostics.TextWriterTraceListener.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.26919.2"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Diagnostics.Tools.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.26919.2"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Diagnostics.TraceSource.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.26919.2"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Diagnostics.Tracing.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.6.26919.2"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Drawing.Primitives.dll": {
            "assemblyVersion": "4.2.0.0",
            "fileVersion": "4.6.26919.2"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Drawing.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.6.26919.2"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Dynamic.Runtime.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.26919.2"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Globalization.Calendars.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.26919.2"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Globalization.Extensions.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.26919.2"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Globalization.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.26919.2"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.IO.Compression.Brotli.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.6.26919.2"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.IO.Compression.FileSystem.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.6.26919.2"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.IO.Compression.ZipFile.dll": {
            "assemblyVersion": "4.0.4.0",
            "fileVersion": "4.6.26919.2"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.IO.Compression.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.6.26919.2"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.IO.FileSystem.AccessControl.dll": {
            "assemblyVersion": "4.0.3.0",
            "fileVersion": "4.6.26919.2"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.IO.FileSystem.DriveInfo.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.26919.2"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.IO.FileSystem.Primitives.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.26919.2"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.IO.FileSystem.Watcher.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.26919.2"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.IO.FileSystem.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.26919.2"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.IO.IsolatedStorage.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.26919.2"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.IO.MemoryMappedFiles.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.26919.2"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.IO.Pipes.AccessControl.dll": {
            "assemblyVersion": "4.0.3.0",
            "fileVersion": "4.6.26919.2"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.IO.Pipes.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.26919.2"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.IO.UnmanagedMemoryStream.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.26919.2"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.IO.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.6.26919.2"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Linq.Expressions.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.6.26919.2"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Linq.Parallel.dll": {
            "assemblyVersion": "4.0.3.0",
            "fileVersion": "4.6.26919.2"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Linq.Queryable.dll": {
            "assemblyVersion": "4.0.3.0",
            "fileVersion": "4.6.26919.2"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Linq.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.6.26919.2"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Memory.dll": {
            "assemblyVersion": "4.1.0.0",
            "fileVersion": "4.6.26919.2"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Net.Http.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.6.26919.2"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Net.HttpListener.dll": {
            "assemblyVersion": "4.0.1.0",
            "fileVersion": "4.6.26919.2"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Net.Mail.dll": {
            "assemblyVersion": "4.0.1.0",
            "fileVersion": "4.6.26919.2"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Net.NameResolution.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.26919.2"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Net.NetworkInformation.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.6.26919.2"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Net.Ping.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.26919.2"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Net.Primitives.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.26919.2"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Net.Requests.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.26919.2"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Net.Security.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.26919.2"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Net.ServicePoint.dll": {
            "assemblyVersion": "4.0.1.0",
            "fileVersion": "4.6.26919.2"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Net.Sockets.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.6.26919.2"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Net.WebClient.dll": {
            "assemblyVersion": "4.0.1.0",
            "fileVersion": "4.6.26919.2"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Net.WebHeaderCollection.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.26919.2"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Net.WebProxy.dll": {
            "assemblyVersion": "4.0.1.0",
            "fileVersion": "4.6.26919.2"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Net.WebSockets.Client.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.26919.2"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Net.WebSockets.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.26919.2"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Net.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.6.26919.2"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Numerics.Vectors.dll": {
            "assemblyVersion": "4.1.4.0",
            "fileVersion": "4.6.26919.2"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Numerics.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.6.26919.2"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.ObjectModel.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.26919.2"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Private.DataContractSerialization.dll": {
            "assemblyVersion": "4.1.4.0",
            "fileVersion": "4.6.26919.2"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Private.Uri.dll": {
            "assemblyVersion": "4.0.5.0",
            "fileVersion": "4.6.26919.2"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Private.Xml.Linq.dll": {
            "assemblyVersion": "4.0.1.0",
            "fileVersion": "4.6.26919.2"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Private.Xml.dll": {
            "assemblyVersion": "4.0.1.0",
            "fileVersion": "4.6.26919.2"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Reflection.DispatchProxy.dll": {
            "assemblyVersion": "4.0.4.0",
            "fileVersion": "4.6.26919.2"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Reflection.Emit.ILGeneration.dll": {
            "assemblyVersion": "4.0.3.0",
            "fileVersion": "4.6.26919.2"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Reflection.Emit.Lightweight.dll": {
            "assemblyVersion": "4.0.3.0",
            "fileVersion": "4.6.26919.2"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Reflection.Emit.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.26919.2"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Reflection.Extensions.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.26919.2"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Reflection.Metadata.dll": {
            "assemblyVersion": "1.4.3.0",
            "fileVersion": "4.6.26919.2"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Reflection.Primitives.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.26919.2"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Reflection.TypeExtensions.dll": {
            "assemblyVersion": "4.1.3.0",
            "fileVersion": "4.6.26919.2"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Reflection.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.6.26919.2"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Resources.Reader.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.26919.2"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Resources.ResourceManager.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.26919.2"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Resources.Writer.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.26919.2"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Runtime.CompilerServices.VisualC.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.26919.2"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Runtime.Extensions.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.6.26919.2"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Runtime.Handles.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.26919.2"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Runtime.InteropServices.RuntimeInformation.dll": {
            "assemblyVersion": "4.0.3.0",
            "fileVersion": "4.6.26919.2"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Runtime.InteropServices.WindowsRuntime.dll": {
            "assemblyVersion": "4.0.3.0",
            "fileVersion": "4.6.26919.2"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Runtime.InteropServices.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.6.26919.2"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Runtime.Loader.dll": {
            "assemblyVersion": "4.0.3.0",
            "fileVersion": "4.6.26919.2"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Runtime.Numerics.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.26919.2"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Runtime.Serialization.Formatters.dll": {
            "assemblyVersion": "4.0.3.0",
            "fileVersion": "4.6.26919.2"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Runtime.Serialization.Json.dll": {
            "assemblyVersion": "4.0.4.0",
            "fileVersion": "4.6.26919.2"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Runtime.Serialization.Primitives.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.6.26919.2"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Runtime.Serialization.Xml.dll": {
            "assemblyVersion": "4.1.4.0",
            "fileVersion": "4.6.26919.2"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Runtime.Serialization.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.6.26919.2"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Runtime.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.6.26919.2"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Security.AccessControl.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.26919.2"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Security.Claims.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.26919.2"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Security.Cryptography.Algorithms.dll": {
            "assemblyVersion": "4.3.1.0",
            "fileVersion": "4.6.26919.2"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Security.Cryptography.Cng.dll": {
            "assemblyVersion": "4.3.1.0",
            "fileVersion": "4.6.26919.2"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Security.Cryptography.Csp.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.26919.2"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Security.Cryptography.Encoding.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.26919.2"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Security.Cryptography.OpenSsl.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.26919.2"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Security.Cryptography.Primitives.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.26919.2"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Security.Cryptography.X509Certificates.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.6.26919.2"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Security.Principal.Windows.dll": {
            "assemblyVersion": "4.1.1.1",
            "fileVersion": "4.6.26919.2"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Security.Principal.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.26919.2"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Security.SecureString.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.26919.2"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Security.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.6.26919.2"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.ServiceModel.Web.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.6.26919.2"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.ServiceProcess.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.6.26919.2"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Text.Encoding.Extensions.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.26919.2"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Text.Encoding.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.26919.2"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Text.RegularExpressions.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.6.26919.2"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Threading.Overlapped.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.26919.2"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Threading.Tasks.Dataflow.dll": {
            "assemblyVersion": "4.6.3.0",
            "fileVersion": "4.6.26919.2"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Threading.Tasks.Extensions.dll": {
            "assemblyVersion": "4.3.0.0",
            "fileVersion": "4.6.26919.2"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Threading.Tasks.Parallel.dll": {
            "assemblyVersion": "4.0.3.0",
            "fileVersion": "4.6.26919.2"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Threading.Tasks.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.26919.2"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Threading.Thread.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.26919.2"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Threading.ThreadPool.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.26919.2"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Threading.Timer.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.26919.2"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Threading.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.26919.2"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Transactions.Local.dll": {
            "assemblyVersion": "4.0.1.0",
            "fileVersion": "4.6.26919.2"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Transactions.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.6.26919.2"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.ValueTuple.dll": {
            "assemblyVersion": "4.0.3.0",
            "fileVersion": "4.6.26919.2"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Web.HttpUtility.dll": {
            "assemblyVersion": "4.0.1.0",
            "fileVersion": "4.6.26919.2"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Web.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.6.26919.2"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Windows.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.6.26919.2"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Xml.Linq.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.6.26919.2"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Xml.ReaderWriter.dll": {
            "assemblyVersion": "4.2.1.0",
            "fileVersion": "4.6.26919.2"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Xml.Serialization.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.6.26919.2"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Xml.XDocument.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.26919.2"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Xml.XPath.XDocument.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.26919.2"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Xml.XPath.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.26919.2"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Xml.XmlDocument.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.26919.2"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Xml.XmlSerializer.dll": {
            "assemblyVersion": "4.1.1.0",
            "fileVersion": "4.6.26919.2"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.Xml.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.6.26919.2"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/System.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.6.26919.2"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/WindowsBase.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.6.26919.2"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/mscorlib.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.6.26919.2"
          },
          "runtimes/win-x64/lib/netcoreapp2.1/netstandard.dll": {
            "assemblyVersion": "2.0.0.0",
            "fileVersion": "4.6.26919.2"
          }
        },
        "native": {
          "runtimes/win-x64/native/Microsoft.DiaSymReader.Native.amd64.dll": {
            "fileVersion": "14.12.25830.2"
          },
          "runtimes/win-x64/native/System.Private.CoreLib.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.6.26919.2"
          },
          "runtimes/win-x64/native/api-ms-win-core-console-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x64/native/api-ms-win-core-datetime-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x64/native/api-ms-win-core-debug-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x64/native/api-ms-win-core-errorhandling-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x64/native/api-ms-win-core-file-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x64/native/api-ms-win-core-file-l1-2-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x64/native/api-ms-win-core-file-l2-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x64/native/api-ms-win-core-handle-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x64/native/api-ms-win-core-heap-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x64/native/api-ms-win-core-interlocked-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x64/native/api-ms-win-core-libraryloader-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x64/native/api-ms-win-core-localization-l1-2-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x64/native/api-ms-win-core-memory-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x64/native/api-ms-win-core-namedpipe-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x64/native/api-ms-win-core-processenvironment-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x64/native/api-ms-win-core-processthreads-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x64/native/api-ms-win-core-processthreads-l1-1-1.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x64/native/api-ms-win-core-profile-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x64/native/api-ms-win-core-rtlsupport-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x64/native/api-ms-win-core-string-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x64/native/api-ms-win-core-synch-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x64/native/api-ms-win-core-synch-l1-2-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x64/native/api-ms-win-core-sysinfo-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x64/native/api-ms-win-core-timezone-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x64/native/api-ms-win-core-util-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x64/native/api-ms-win-crt-conio-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x64/native/api-ms-win-crt-convert-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x64/native/api-ms-win-crt-environment-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x64/native/api-ms-win-crt-filesystem-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x64/native/api-ms-win-crt-heap-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x64/native/api-ms-win-crt-locale-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x64/native/api-ms-win-crt-math-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x64/native/api-ms-win-crt-multibyte-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x64/native/api-ms-win-crt-private-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x64/native/api-ms-win-crt-process-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x64/native/api-ms-win-crt-runtime-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x64/native/api-ms-win-crt-stdio-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x64/native/api-ms-win-crt-string-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x64/native/api-ms-win-crt-time-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x64/native/api-ms-win-crt-utility-l1-1-0.dll": {
            "fileVersion": "10.0.17134.12"
          },
          "runtimes/win-x64/native/clrcompression.dll": {
            "fileVersion": "4.6.26919.2"
          },
          "runtimes/win-x64/native/clretwrc.dll": {
            "fileVersion": "4.6.26919.2"
          },
          "runtimes/win-x64/native/clrjit.dll": {
            "fileVersion": "4.6.26919.2"
          },
          "runtimes/win-x64/native/coreclr.dll": {
            "fileVersion": "4.6.26919.2"
          },
          "runtimes/win-x64/native/dbgshim.dll": {
            "fileVersion": "4.6.26919.2"
          },
          "runtimes/win-x64/native/mscordaccore.dll": {
            "fileVersion": "4.6.26919.2"
          },
          "runtimes/win-x64/native/mscordaccore_amd64_amd64_4.6.26919.02.dll": {
            "fileVersion": "4.6.26919.2"
          },
          "runtimes/win-x64/native/mscordbi.dll": {
            "fileVersion": "4.6.26919.2"
          },
          "runtimes/win-x64/native/mscorrc.debug.dll": {
            "fileVersion": "4.6.26919.2"
          },
          "runtimes/win-x64/native/mscorrc.dll": {
            "fileVersion": "4.6.26919.2"
          },
          "runtimes/win-x64/native/sos.dll": {
            "fileVersion": "4.6.26919.2"
          },
          "runtimes/win-x64/native/sos_amd64_amd64_4.6.26919.02.dll": {
            "fileVersion": "4.6.26919.2"
          },
          "runtimes/win-x64/native/ucrtbase.dll": {
            "fileVersion": "10.0.17134.12"
          }
        }
      },
      "runtime.win-x64.Microsoft.NETCore.DotNetAppHost/2.1.5": {
        "native": {
          "runtimes/win-x64/native/apphost.exe": {
            "fileVersion": "0.0.0.0"
          }
        }
      },
      "runtime.win-x64.Microsoft.NETCore.DotNetHostPolicy/2.1.5": {
        "dependencies": {
          "Microsoft.NETCore.DotNetHostResolver": "2.1.5"
        },
        "native": {
          "runtimes/win-x64/native/hostpolicy.dll": {
            "fileVersion": "2.1.26919.1"
          }
        }
      },
      "runtime.win-x64.Microsoft.NETCore.DotNetHostResolver/2.1.5": {
        "dependencies": {
          "Microsoft.NETCore.DotNetAppHost": "2.1.5"
        },
        "native": {
          "runtimes/win-x64/native/hostfxr.dll": {
            "fileVersion": "2.1.26919.1"
          }
        }
      },
      "System.Collections/4.0.11-rc2-24027": {
        "dependencies": {
          "System.Runtime": "4.1.0-rc2-24027"
        }
      },
      "System.Console/4.0.0-rc2-24027": {
        "dependencies": {
          "System.IO": "4.1.0-rc2-24027",
          "System.Runtime": "4.1.0-rc2-24027",
          "System.Text.Encoding": "4.0.11-rc2-24027"
        }
      },
      "System.Diagnostics.Debug/4.0.11-rc2-24027": {
        "dependencies": {
          "System.Runtime": "4.1.0-rc2-24027"
        }
      },
      "System.Globalization/4.0.11-rc2-24027": {
        "dependencies": {
          "System.Runtime": "4.1.0-rc2-24027"
        }
      },
      "System.IO/4.1.0-rc2-24027": {
        "dependencies": {
          "System.Runtime": "4.1.0-rc2-24027",
          "System.Text.Encoding": "4.0.11-rc2-24027",
          "System.Threading.Tasks": "4.0.11-rc2-24027"
        }
      },
      "System.Linq/4.1.0-rc2-24027": {
        "dependencies": {
          "System.Collections": "4.0.11-rc2-24027",
          "System.Diagnostics.Debug": "4.0.11-rc2-24027",
          "System.Resources.ResourceManager": "4.0.1-rc2-24027",
          "System.Runtime": "4.1.0-rc2-24027",
          "System.Runtime.Extensions": "4.1.0-rc2-24027"
        }
      },
      "System.Linq.Expressions/4.0.11-rc2-24027": {
        "dependencies": {
          "System.Collections": "4.0.11-rc2-24027",
          "System.Diagnostics.Debug": "4.0.11-rc2-24027",
          "System.Globalization": "4.0.11-rc2-24027",
          "System.IO": "4.1.0-rc2-24027",
          "System.Linq": "4.1.0-rc2-24027",
          "System.ObjectModel": "4.0.12-rc2-24027",
          "System.Reflection": "4.1.0-rc2-24027",
          "System.Reflection.Emit": "4.0.1-rc2-24027",
          "System.Reflection.Emit.ILGeneration": "4.0.1-rc2-24027",
          "System.Reflection.Emit.Lightweight": "4.0.1-rc2-24027",
          "System.Reflection.Extensions": "4.0.1-rc2-24027",
          "System.Reflection.Primitives": "4.0.1-rc2-24027",
          "System.Reflection.TypeExtensions": "4.1.0-rc2-24027",
          "System.Resources.ResourceManager": "4.0.1-rc2-24027",
          "System.Runtime": "4.1.0-rc2-24027",
          "System.Runtime.Extensions": "4.1.0-rc2-24027",
          "System.Threading": "4.0.11-rc2-24027"
        }
      },
      "System.ObjectModel/4.0.12-rc2-24027": {
        "dependencies": {
          "System.Collections": "4.0.11-rc2-24027",
          "System.Diagnostics.Debug": "4.0.11-rc2-24027",
          "System.Resources.ResourceManager": "4.0.1-rc2-24027",
          "System.Runtime": "4.1.0-rc2-24027",
          "System.Threading": "4.0.11-rc2-24027"
        }
      },
      "System.Reflection/4.1.0-rc2-24027": {
        "dependencies": {
          "System.IO": "4.1.0-rc2-24027",
          "System.Reflection.Primitives": "4.0.1-rc2-24027",
          "System.Runtime": "4.1.0-rc2-24027"
        }
      },
      "System.Reflection.Emit/4.0.1-rc2-24027": {
        "dependencies": {
          "System.IO": "4.1.0-rc2-24027",
          "System.Reflection": "4.1.0-rc2-24027",
          "System.Reflection.Emit.ILGeneration": "4.0.1-rc2-24027",
          "System.Reflection.Primitives": "4.0.1-rc2-24027",
          "System.Runtime": "4.1.0-rc2-24027"
        }
      },
      "System.Reflection.Emit.ILGeneration/4.0.1-rc2-24027": {
        "dependencies": {
          "System.Reflection": "4.1.0-rc2-24027",
          "System.Reflection.Primitives": "4.0.1-rc2-24027",
          "System.Runtime": "4.1.0-rc2-24027"
        }
      },
      "System.Reflection.Emit.Lightweight/4.0.1-rc2-24027": {
        "dependencies": {
          "System.Reflection": "4.1.0-rc2-24027",
          "System.Reflection.Emit.ILGeneration": "4.0.1-rc2-24027",
          "System.Reflection.Primitives": "4.0.1-rc2-24027",
          "System.Runtime": "4.1.0-rc2-24027"
        }
      },
      "System.Reflection.Extensions/4.0.1-rc2-24027": {
        "dependencies": {
          "System.Reflection": "4.1.0-rc2-24027",
          "System.Runtime": "4.1.0-rc2-24027"
        }
      },
      "System.Reflection.Primitives/4.0.1-rc2-24027": {
        "dependencies": {
          "System.Runtime": "4.1.0-rc2-24027"
        }
      },
      "System.Reflection.TypeExtensions/4.1.0-rc2-24027": {
        "dependencies": {
          "System.Reflection": "4.1.0-rc2-24027",
          "System.Runtime": "4.1.0-rc2-24027"
        }
      },
      "System.Resources.ResourceManager/4.0.1-rc2-24027": {
        "dependencies": {
          "System.Globalization": "4.0.11-rc2-24027",
          "System.Reflection": "4.1.0-rc2-24027",
          "System.Runtime": "4.1.0-rc2-24027"
        }
      },
      "System.Runtime/4.1.0-rc2-24027": {},
      "System.Runtime.Extensions/4.1.0-rc2-24027": {
        "dependencies": {
          "System.Runtime": "4.1.0-rc2-24027"
        }
      },
      "System.Text.Encoding/4.0.11-rc2-24027": {
        "dependencies": {
          "System.Runtime": "4.1.0-rc2-24027"
        }
      },
      "System.Threading/4.0.11-rc2-24027": {
        "dependencies": {
          "System.Runtime": "4.1.0-rc2-24027",
          "System.Threading.Tasks": "4.0.11-rc2-24027"
        }
      },
      "System.Threading.Tasks/4.0.11-rc2-24027": {
        "dependencies": {
          "System.Runtime": "4.1.0-rc2-24027"
        }
      }
    }
  },
  "libraries": {
    "BoneCLI/0.1.0": {
      "type": "project",
      "serviceable": false,
      "sha512": ""
    },
    "BlueTracker.SDK.Performance/5.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-Zk6BuXSFZgEtCOjbDUCcoLo6h0FOO1YanYtaQA52sUfWaWL9yZHdcI2eJeKxtH+k7fS7CJjrn+DWRsgCmEqR8g==",
      "path": "bluetracker.sdk.performance/5.3.0",
      "hashPath": "bluetracker.sdk.performance.5.3.0.nupkg.sha512"
    },
    "CommandLineParser/2.3.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-reRoh1qxIxsipV2FPBBkp5zFQZjJ0QKZCODLg6nSGBVJzKMBpLAjZP1QkD8f526RfN4+E1zJR/WHOckSRvllOg==",
      "path": "commandlineparser/2.3.0",
      "hashPath": "commandlineparser.2.3.0.nupkg.sha512"
    },
    "Microsoft.NETCore.App/2.1.5": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-oTQd5w0qQp32QSKPE6TqhhcybkkTKqtn4YVnNsYHwFR28s1kUAI/xg+hmKwF/G+u4vUjgy7Y7ghC0cIwRP5wdg==",
      "path": "microsoft.netcore.app/2.1.5",
      "hashPath": "microsoft.netcore.app.2.1.5.nupkg.sha512"
    },
    "Microsoft.NETCore.DotNetAppHost/2.1.5": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-ir7AI1ywRriX1fLTLYOyiDTYSj+zpdAfTBFH0dLwvLvC8obU0EYnmrjTzbYJ8GSnza1H1Rv3Lo/lJBSccmTGMA==",
      "path": "microsoft.netcore.dotnetapphost/2.1.5",
      "hashPath": "microsoft.netcore.dotnetapphost.2.1.5.nupkg.sha512"
    },
    "Microsoft.NETCore.DotNetHostPolicy/2.1.5": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-fkTeZ7G1Tf0aT+P1bMyn/qJXByFIaATNAt0DKrZ3nC7jMRAWBHJifOrOe5XnGvvc0YzqVLmHARYtzSG00/9NVw==",
      "path": "microsoft.netcore.dotnethostpolicy/2.1.5",
      "hashPath": "microsoft.netcore.dotnethostpolicy.2.1.5.nupkg.sha512"
    },
    "Microsoft.NETCore.DotNetHostResolver/2.1.5": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-/rPHOsRWubviDEGlxQcNKtJ7G6ML0F/Pg5vG1E+lgfdmoyLRKqrE3ZjVlYCxS18ExZGekBq9LEVb+eOKMxlJEA==",
      "path": "microsoft.netcore.dotnethostresolver/2.1.5",
      "hashPath": "microsoft.netcore.dotnethostresolver.2.1.5.nupkg.sha512"
    },
    "Microsoft.NETCore.Platforms/2.1.1": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-iXcQc19h5oECLVokgt6hvLOOPP/d9kYQh9miF9zbcxGVZenuTN9IMB+f+gP26/+Rc5r2KLES5Of45Qdqo0NJeA==",
      "path": "microsoft.netcore.platforms/2.1.1",
      "hashPath": "microsoft.netcore.platforms.2.1.1.nupkg.sha512"
    },
    "Microsoft.NETCore.Targets/2.0.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-rJJD/NPatfDry7SuNM7YvjqbJD9u1fs8h0hGI0nft0lnCFfEtPuX5N29Akja0ATbjQxzWn4P0s5gUSeOxEqROQ==",
      "path": "microsoft.netcore.targets/2.0.0",
      "hashPath": "microsoft.netcore.targets.2.0.0.nupkg.sha512"
    },
    "NETStandard.Library/2.0.3": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-st47PosZSHrjECdjeIzZQbzivYBJFv6P2nv4cj2ypdI204DO+vZ7l5raGMiX4eXMJ53RfOIg+/s4DHVZ54Nu2A==",
      "path": "netstandard.library/2.0.3",
      "hashPath": "netstandard.library.2.0.3.nupkg.sha512"
    },
    "Newtonsoft.Json/11.0.2": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-IvJe1pj7JHEsP8B8J8DwlMEx8UInrs/x+9oVY+oCD13jpLu4JbJU2WCIsMRn5C4yW9+DgkaO8uiVE5VHKjpmdQ==",
      "path": "newtonsoft.json/11.0.2",
      "hashPath": "newtonsoft.json.11.0.2.nupkg.sha512"
    },
    "runtime.win-x64.Microsoft.NETCore.App/2.1.5": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-rSRi1EnEPpe+p90DyVkOJDBT0mBT06+qFlMdHmMBD+e8SznqkkgmYzK5WbPsrVSpxsZZZjOBseqKsgINW/E3Hw==",
      "path": "runtime.win-x64.microsoft.netcore.app/2.1.5",
      "hashPath": "runtime.win-x64.microsoft.netcore.app.2.1.5.nupkg.sha512"
    },
    "runtime.win-x64.Microsoft.NETCore.DotNetAppHost/2.1.5": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-0qZSFFY+5cCiUMoiFUWcA02+d2F1qrDalBOQ8bdtrQ6xauUNq7of96a1IGYB55gZPBwg18N3k2mKkT8toBgX8g==",
      "path": "runtime.win-x64.microsoft.netcore.dotnetapphost/2.1.5",
      "hashPath": "runtime.win-x64.microsoft.netcore.dotnetapphost.2.1.5.nupkg.sha512"
    },
    "runtime.win-x64.Microsoft.NETCore.DotNetHostPolicy/2.1.5": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-zNanEWbXKa8E/KPg8b77VWzrxJgE3lnDcFIu16k5k496yMmqgqqh6o0pOAdVqmolxnXjp021lcEKR/TRA8/yzQ==",
      "path": "runtime.win-x64.microsoft.netcore.dotnethostpolicy/2.1.5",
      "hashPath": "runtime.win-x64.microsoft.netcore.dotnethostpolicy.2.1.5.nupkg.sha512"
    },
    "runtime.win-x64.Microsoft.NETCore.DotNetHostResolver/2.1.5": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-wJA02vuwaVvaJ+5ZoKcad6Bm/z9MMO7HO8TLyMTk7uaxDtShD8AykBoXnn0zqvO8nMUmqhxgl8gQM4ZtKAHcqw==",
      "path": "runtime.win-x64.microsoft.netcore.dotnethostresolver/2.1.5",
      "hashPath": "runtime.win-x64.microsoft.netcore.dotnethostresolver.2.1.5.nupkg.sha512"
    },
    "System.Collections/4.0.11-rc2-24027": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-bM+K24V1jQWhuptieysGtp8luzd9vYrBHzwNcULKVHgZXo8rvuqwAvaiBrraeNcXopcV/DVkKnwcgZeTigkaDg==",
      "path": "system.collections/4.0.11-rc2-24027",
      "hashPath": "system.collections.4.0.11-rc2-24027.nupkg.sha512"
    },
    "System.Console/4.0.0-rc2-24027": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-IPvuqwbwa1TZLHVNkzrHLMyrhiY9He6+tSjbca5rwYe4B/l+xUJdydG/HleA1xyjKiGVwnyteGIrLBOeqCoT8w==",
      "path": "system.console/4.0.0-rc2-24027",
      "hashPath": "system.console.4.0.0-rc2-24027.nupkg.sha512"
    },
    "System.Diagnostics.Debug/4.0.11-rc2-24027": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-bM1ttErjM6lh2Oz06crO/hJK5PP3gQHqO+oOhLCqEFcAd+sjG25PxZ3ztqKlEDu7BBBiViBFBBm0S0dLITGRcg==",
      "path": "system.diagnostics.debug/4.0.11-rc2-24027",
      "hashPath": "system.diagnostics.debug.4.0.11-rc2-24027.nupkg.sha512"
    },
    "System.Globalization/4.0.11-rc2-24027": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-i5JYWnPoUuhOp4rA4uF3yjFmLLImCe66X6aLwTAEQie7KmDpUn3Nafa2ZsxX2nbX+EhTu604O77Vh8k0u12W0g==",
      "path": "system.globalization/4.0.11-rc2-24027",
      "hashPath": "system.globalization.4.0.11-rc2-24027.nupkg.sha512"
    },
    "System.IO/4.1.0-rc2-24027": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-xsueZ4tBcAi7CHg1vJ9LOlzDF1L4kpZm+SdqspLv52fddlVdhLITwyDh2CZUSXA1ELcrtn+AhvVL6DkoHnFpmQ==",
      "path": "system.io/4.1.0-rc2-24027",
      "hashPath": "system.io.4.1.0-rc2-24027.nupkg.sha512"
    },
    "System.Linq/4.1.0-rc2-24027": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-EpUKcN2dKODMaqbSOeoWH9eBMCFtGrsDJO9GhfAnKk7AEzyEBWWYcLt4Mq8vRMqVexygidLIOMsk334LAQXzsw==",
      "path": "system.linq/4.1.0-rc2-24027",
      "hashPath": "system.linq.4.1.0-rc2-24027.nupkg.sha512"
    },
    "System.Linq.Expressions/4.0.11-rc2-24027": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-e5kow5RKGXmcSTYSzvODpYlftCRqSUoP//Q1u4ryUkTFkqU6v++qQw+NSsAh7h9xtTLerFgRZkuEichVCOZ7Yw==",
      "path": "system.linq.expressions/4.0.11-rc2-24027",
      "hashPath": "system.linq.expressions.4.0.11-rc2-24027.nupkg.sha512"
    },
    "System.ObjectModel/4.0.12-rc2-24027": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-VtWYXQKDrAfXL+DAPyVf6nabOUN/o3cI3rOZeWqfiOTa+gMi5PmsdzK3robMfRYOOugvxA8Yv7yl3b5aX3gGoQ==",
      "path": "system.objectmodel/4.0.12-rc2-24027",
      "hashPath": "system.objectmodel.4.0.12-rc2-24027.nupkg.sha512"
    },
    "System.Reflection/4.1.0-rc2-24027": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-6CYEQgAau2nKOCFRvkDKjalFowZrr8QuTLJhXKAnslWltdT+qBbKIN7bef3YpQTI9eApHa+YrCiyMtBjt5cmbQ==",
      "path": "system.reflection/4.1.0-rc2-24027",
      "hashPath": "system.reflection.4.1.0-rc2-24027.nupkg.sha512"
    },
    "System.Reflection.Emit/4.0.1-rc2-24027": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-IAZGocZV5gUnPMr+z9yVrZurI/XPWBSJMr6TGpV7wSLRZxzasvW2heoipCx5nEOTOhT9oW0HvExli/IrbVD1nw==",
      "path": "system.reflection.emit/4.0.1-rc2-24027",
      "hashPath": "system.reflection.emit.4.0.1-rc2-24027.nupkg.sha512"
    },
    "System.Reflection.Emit.ILGeneration/4.0.1-rc2-24027": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-zF7z+QrdFui+osVJwlYer0M7PbPhAD3v0UDeaM8ernSF8/CuioZFxuIxxu9VqDMzGN/sthZgYxBBZsxXsqauPg==",
      "path": "system.reflection.emit.ilgeneration/4.0.1-rc2-24027",
      "hashPath": "system.reflection.emit.ilgeneration.4.0.1-rc2-24027.nupkg.sha512"
    },
    "System.Reflection.Emit.Lightweight/4.0.1-rc2-24027": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-4ZZg2t4dMJ+AXpDSSGqpxzJ8+PLaGgiNwqjVAAhZOIXHLdtGXn9vH9iavTwWUaZG4S42OkmHEph9KSKtH6+Dbg==",
      "path": "system.reflection.emit.lightweight/4.0.1-rc2-24027",
      "hashPath": "system.reflection.emit.lightweight.4.0.1-rc2-24027.nupkg.sha512"
    },
    "System.Reflection.Extensions/4.0.1-rc2-24027": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-We8tw4pfZ6B5ERjE0zz2wB4XzYF5Ya+qMDCSYRewtMbtdOc9ilaamT7Lmnzf15CsZ7+0DhvQnUBDv6mN5ro/cw==",
      "path": "system.reflection.extensions/4.0.1-rc2-24027",
      "hashPath": "system.reflection.extensions.4.0.1-rc2-24027.nupkg.sha512"
    },
    "System.Reflection.Primitives/4.0.1-rc2-24027": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-TF2ROKv4wZGI2FOhPsPWmn5bq/1fiTb4e73XwIHUWkMv9jAsp7Mh+DFOB2KWOG10e3ml/3ZZhgpmGBi0d4lR7w==",
      "path": "system.reflection.primitives/4.0.1-rc2-24027",
      "hashPath": "system.reflection.primitives.4.0.1-rc2-24027.nupkg.sha512"
    },
    "System.Reflection.TypeExtensions/4.1.0-rc2-24027": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-6qkwAdITiMsgbOX21C9Qt9bR8gsol7j4KinbqRUjeFAJH43MP3nIPnrdAoYWyF98UgSrjUk0KLbdWnM74VFeoA==",
      "path": "system.reflection.typeextensions/4.1.0-rc2-24027",
      "hashPath": "system.reflection.typeextensions.4.1.0-rc2-24027.nupkg.sha512"
    },
    "System.Resources.ResourceManager/4.0.1-rc2-24027": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-QASoVtlgzkwmEyGzIS68ZlGXaRUDzcqph21mvyQbARPxYOBazIo7ZGT9FsDdlcBBlAnPH6DneMH3SR2viZJlPw==",
      "path": "system.resources.resourcemanager/4.0.1-rc2-24027",
      "hashPath": "system.resources.resourcemanager.4.0.1-rc2-24027.nupkg.sha512"
    },
    "System.Runtime/4.1.0-rc2-24027": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-xJ+zJU+pb7oIfYod7jCIt4uKDhQEG+MsCcSojEHanfUDwfoKuCiq1/Cjy7gKBDdTdwJwUlbW1WLzkTY+3Rdq9w==",
      "path": "system.runtime/4.1.0-rc2-24027",
      "hashPath": "system.runtime.4.1.0-rc2-24027.nupkg.sha512"
    },
    "System.Runtime.Extensions/4.1.0-rc2-24027": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-p27G9FBdPSQKDJ5fFI3HfFsmnZL9CDdeMy0wlfBe0z1UW643z7ZNW4O2Wz0Smio61xWuYjD+0qQ4sQX2L5x+Gw==",
      "path": "system.runtime.extensions/4.1.0-rc2-24027",
      "hashPath": "system.runtime.extensions.4.1.0-rc2-24027.nupkg.sha512"
    },
    "System.Text.Encoding/4.0.11-rc2-24027": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-DTFJ3BtL3P6gbY4sakSpfwIydInnH6xn4I34c7i7tP4rr48HRPHRVU2tGB4xAt//eON6syFQfd2qyBcKp/BfYw==",
      "path": "system.text.encoding/4.0.11-rc2-24027",
      "hashPath": "system.text.encoding.4.0.11-rc2-24027.nupkg.sha512"
    },
    "System.Threading/4.0.11-rc2-24027": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-8pgXdTBCDtSV7wS33W0FBLZMUnG1tSH5+SUtPhp83XcKXlHypcm/0O5E5MBaKHa59nxsRtQdIszdBXSfx0sSTw==",
      "path": "system.threading/4.0.11-rc2-24027",
      "hashPath": "system.threading.4.0.11-rc2-24027.nupkg.sha512"
    },
    "System.Threading.Tasks/4.0.11-rc2-24027": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-ONACinLssvIreXjoRhtDxyhtV6YAnj843BLpg8ABMe0SZPAvtwKqA+hCG0YPF7fiHqVbuBqCQy4HeD19OFGV2g==",
      "path": "system.threading.tasks/4.0.11-rc2-24027",
      "hashPath": "system.threading.tasks.4.0.11-rc2-24027.nupkg.sha512"
    }
  }
}
tools\SOS.NETCore.dll
md5: 80206CCE9E39A5284338CC95849419F2 | sha1: 35B51A00929679ED89609432D90AA24235C174CD | sha256: 2A19CEF4213E0B2C613F6D57617ACB59F0566AF1648ABCCC2EBF0D6A066ADB16 | sha512: 221A0B9D25A637A9052C6CF3DDF798D9EB3CA5BED7F0C724CB04348D7548E8273A8828A545835569AB93F7D6D3B2B5FF71E6E8E022A6A4E3164A7C4F84838150
tools\sos_amd64_amd64_4.6.26919.02.dll
md5: 170EFEEE8E4002944CC7F089C6258451 | sha1: 744EA19FE771BAA41B8C4332389641E658FCA018 | sha256: F470E818EBAE5D6B026E1FBD2737B64DB1EB7394593E7EFC7F09BDB1C282F53D | sha512: 148227B01BCD9AEA7FFCB7A1A80F788A5C243BE89F58113228FF7FCF680DCB1B5B3E1AE1835C3EC799A6BF7F9D74FCADE57D7190F54AF9CDE95190895FC83FAE
tools\System.AppContext.dll
md5: A7E1327F670B3CE6ADBC299FE64C27DA | sha1: 18C6D2D3863170289DDE3FAFADBC79D5BA5B5DA4 | sha256: 404E9CEFBACF809F13AC6ECDADC63ECE786DB71F45E6099A35F0E964071FBAC2 | sha512: 0A0685A7EE2A81ABD930D23E57ACAEED2771AE00B12AED7F86B89E1F4A51580FA25A14183B2E73C839652E1F9D38A7D0A8AD0B0A7743F49D39CF70FE4FEB3C3C
tools\System.Buffers.dll
md5: 9CA90F48B3E5316F65A286E93DDB094D | sha1: BD059409F8C118728D6AA05381967F42E2987F60 | sha256: BFF23598B47DDC9FB7E17D2493D50FE1B45370AA2B9CA51F99D0CD78EBC01C0B | sha512: A29F661976748AF20F6B5352A4B3DC000BA54A91CE6582CBFEE6A38CC6B096618BE5ADF68EF648F1A52CBAACBAA3B97D2DAD887C45844BCCE6CE399657371C16
tools\System.Collections.Concurrent.dll
md5: 5327419A774A5A37FD14F563BE8476F2 | sha1: 7FE1F1E3CB8BFF26A3B3B670FED9D56ECD8AD451 | sha256: C90AE4C639E80E712D85F728B15A1490707D4578B460366CDDE148CED2811576 | sha512: 0EBE71C6F55660BFB1BEAA24230C790C9279F78EF31089B182B69B0F65347D4FA88A63D122B72B2250D1C2A888B8DCE1942B001F6552CCF99A735BD9ADFE1B91
tools\System.Collections.dll
md5: 5F9A0971C1AA73C4D25CD20D573D546B | sha1: AD4B42A8AA0A5B645F45A4886FF075D59C6D9D40 | sha256: CB190C5E923E2737FBDC40EECB1CDE8478A91E9956F831B3558CBFC92632A654 | sha512: 45F5B7D34663103A88F4A292662B607D83DF1C3BCE94C587BF5CAADCB6A5F6D783F1260228156F3F6D0A872D6074F886D2752556E8FC80EE22BAC9D05268460B
tools\System.Collections.Immutable.dll
md5: 23B811A934ADC19B0CF62FFB57C182C0 | sha1: BC3595F1AFE6E2BC200ECF4FD654E7029038F74F | sha256: ACB387E69FB143C62DF33D2F573C68A02231DDB09333DA3F04389BFD182266CA | sha512: D373630351065F0678468B76F50441AC9D4EE23AECC93A8B9108022FF8784D6FAF2C17B65678011AD47F7B08FF53693FCAD262364207F312C027BFFDCCDB5DFF
tools\System.Collections.NonGeneric.dll
md5: F4FE495A51CA786EAD16108BF8D9D180 | sha1: BE3FB8FD2D185115230EFE6BC7FBFDAAFE595DF8 | sha256: CDC282DB07895FBD5A80092CFCF5681A54C6B377AAF74FD8FC177F1B810AD6F1 | sha512: 555662CCEF03F453634037BDBE91E707812BA31CC3F7FC996AF7B0C4B083D05AF3628D67277E26616184A75EF3881AE9785D0343D075C6843FC72773D3ED9E9D
tools\System.Collections.Specialized.dll
md5: F50F31956CFF6F6B02330AD7A5601A0A | sha1: 481D9C73750FB2B2A57B274CDC2D10F7BE747CF1 | sha256: D722F46B7EB02B4436AF605DE503366C52664B914797E907135C0E59E8010943 | sha512: 7767F48A05A296592A9EBFD4AE236ED79A0DF6B42D52F18C0E4D7B578155C7982B378A71C92417F114E96B3EAF88518C64BBF91FA9287C1998D01F67A950CB60
tools\Microsoft.DiaSymReader.Native.amd64.dll
md5: 7E31E92DD59449F41C900862A16F0879 | sha1: 36ED049328FE585F2053A7E20BE4B98A3C3A1F24 | sha256: 95F301012ED09C09C9EB61A23A2803A7043E6A33F9C8957746379B610A52978D | sha512: 77FECD5611967F7234FCE744E0E57525E8699ECB3EAE99B6E7BB3E326EF4E10258ECDCC80AB5B9B402C4DA32104B6A6566DC63BFB1B7C7192A75EBEB13E439C4
tools\Microsoft.VisualBasic.dll
md5: 9A045E07FC78363B8DFC34E58E5D57A0 | sha1: 5D57A4ACC36051C066F64D4AC58FF917773FFD37 | sha256: 8979643E2EBAF88E4A39032A4C062E21732BD04B745900DF790253F41EE5E0D3 | sha512: EE492B612E81FA933B7625BBD9A886BA64A2747475B286C72CCE4422727A32500CFAD4DAE9026F0E2DA011DC117A944C72ADB7392E697917335B001F6AA93E3B
tools\Microsoft.Win32.Primitives.dll
md5: 08EDACE00B412B5970A1EB5CE96976D4 | sha1: 68DBD86D8FF1C028228155D5BDFBFA8722656E1A | sha256: 0C6645C1D3B1F70397870D732AD38B74EF456B30DFC48330783D5204E2C23AF6 | sha512: 7984469B9D05BA03B04E56847465B75851B4D688144714CF389C91A8576AED63A4CE1EF2AE367562D4CAE5F1FBA9D421B2A4B0F7994940AA4E388A960438DE1D
tools\Microsoft.Win32.Registry.dll
md5: 20E8969A3F7EFE8EBFA9FE487E8A6BD5 | sha1: F10413533418CCA9C28731F8319FB4F3F0BB7D8A | sha256: CB2FEE3E772FBEB38B1FA464741362E8E280472D8668C4B6E6309F06FE4DF519 | sha512: 18A93B6A26272CBBD8C849228C2059773267329AA4AC362F11A58E9F083866B1C4D18123167707B501C29CDE7C617560E21A3BE78B62045715F3D0FB005B8A96
tools\mscordaccore.dll
md5: A8755CFB710666B9FADAE129EDC3384A | sha1: 0C66416973BA167F05FBAEB0BB38820AEEEB9E89 | sha256: 2E493D8CD22AB9BD64847EA1B75DBC27B488F45C7EF0EBAC40412F36DA73FCD8 | sha512: 744CB87A4B3E0B1E409BBA573957E82C610CD902000E57A3A031674E26830BE1B981D498D9CBD986357A66DC412BB9B6D8C20D574C3DB303E3CD443727C4675C
tools\mscordaccore_amd64_amd64_4.6.26919.02.dll
md5: A8755CFB710666B9FADAE129EDC3384A | sha1: 0C66416973BA167F05FBAEB0BB38820AEEEB9E89 | sha256: 2E493D8CD22AB9BD64847EA1B75DBC27B488F45C7EF0EBAC40412F36DA73FCD8 | sha512: 744CB87A4B3E0B1E409BBA573957E82C610CD902000E57A3A031674E26830BE1B981D498D9CBD986357A66DC412BB9B6D8C20D574C3DB303E3CD443727C4675C
tools\mscordbi.dll
md5: C21E9295F998641B34AB966083CCBF66 | sha1: 09A0D5A9AF646AC8FE5591CF9F82D9B6B1243440 | sha256: E3D91ABA3B43D8AB5DABDCAD3DC9955628B5A46D31B4FAD6B454507066BA3EEE | sha512: F9192DA2EBD328B03CB6373F4B45F880B6A535156B0B155777F73B15CDF5FFD41CB4495E6C5AF38E778D9B6EF0108E3DF396CF4F76E326B6544DF4368C2196A5
tools\mscorlib.dll
md5: 7F4B0521695CE913727C0512659A32C1 | sha1: F2397636A92502F5E047D545765115DDB642F01F | sha256: 085DCB1A67CC20CE01CAF107CB3EA71FEB37FF914A995FDB6F24B43578603645 | sha512: 23FA36BCF3E50CA5AC6057DFC450E9AC4B5D99B4F75679B9561E92E59C1F2536BB9D80A7803E14906D9D233232C0A9EF7E714E84504C743A451053D507904BD5
tools\mscorrc.debug.dll
md5: CBC84F65E2639A90A33F31B013B813D5 | sha1: A4E82FC75CADA81F3FE05CF1AB5BA31E7A1A31D4 | sha256: 48DD0F7C45AA5F351C62B3A5E8B84784D926CFCBDEF908CB473CE5F766701768 | sha512: F210F75C9DD5942D5704429DEFCFB4D75E240BB3BBDF9EA3646D7E4611CDB5E8E9FD587A94F3B89FA3573A3C6D65D85BA48AE4A0F91EC0D8BF557779F8A5818A
tools\mscorrc.dll
md5: 4EE545EC658B4479159F738E9DA9BE72 | sha1: DA6B6688AA0C78259469AC4D9FF017C3727CABA0 | sha256: 9EA4A3F0F0E35F355E11BEBBF45B4182FAF7316C8DE55F44F66ADAA60070C5E7 | sha512: 759F3DD9AB2872CEA3046542A90B7FB5143CEF56AAC88F7498C4DF9C1014EA3BEAAB8AD86BA75122C5661230A70CB178893EBAE5800BF51F30A4133DA8EF2AC9
tools\netstandard.dll
md5: 96BE94E503FA686C138E57C361740611 | sha1: ECE9B72558AA87DE6F02F3C6068C64F8CBF8BEA3 | sha256: 4B369C65D7847FEA9EF563F35EF689662E027ABD9E0CC998CC8077B92157C8A7 | sha512: 24806C40CB5F80E0E265C91A9859846EACB261E4A165770D6BBFA8075E7E0B0834372F48D806C6BF8793BACFF7E05FDF77873529EC9EC2D21716110A94E38CEE
tools\Newtonsoft.Json.dll
md5: 328D3E4D99E47F36F3530E1EF9E6AB75 | sha1: 9A5133F9315AA76ED0ED132FC4A64B41D950E774 | sha256: 824222A6F8BDDE186AE8F13E5AFA0A53CDB109F05C7E5D8F4C73630F77A7C6DE | sha512: C61AA344DD0E196EB65C3F014BE8B03E47F9FB0862B7BE5368785990754E1CE2132A80D6A6FF81F9C45758F14846EF83BF41D3B0CB549C8DBB9E5E3FFB4C07A3
tools\sos.dll
md5: 170EFEEE8E4002944CC7F089C6258451 | sha1: 744EA19FE771BAA41B8C4332389641E658FCA018 | sha256: F470E818EBAE5D6B026E1FBD2737B64DB1EB7394593E7EFC7F09BDB1C282F53D | sha512: 148227B01BCD9AEA7FFCB7A1A80F788A5C243BE89F58113228FF7FCF680DCB1B5B3E1AE1835C3EC799A6BF7F9D74FCADE57D7190F54AF9CDE95190895FC83FAE
tools\BlueTracker.SDK.Performance.dll
md5: 95595D99CBA1F4B408A5CA4373243D9A | sha1: 8473E165002BB44F2C71114491EECE9955B0A57D | sha256: 9FAFFFC991FE57E971A166A2145B2CAB6D5594CDB034951DAC98963079E1CC6F | sha512: 9C3679530B7586CBCEA27ECAD14EE6A2DA4FA7C19AE4F493B5A321FE140D7579BC84BBA9B22753809A3B19C65CB05443577BF53B30B1F53ED7938CF5DC5826BB
tools\api-ms-win-crt-utility-l1-1-0.dll
md5: 54F27114EB0FDA1588362BB6B5567979 | sha1: EAA07829D012206AC55FB1AF5CC6A35F341D22BE | sha256: 984306A3547BE2F48483D68D0466B21DDA9DB4BE304BEDC9FFDB953C26CAC5A1 | sha512: 18D2BDCE558655F2088918241EFDF9297DFE4A14A5D8D9C5BE539334AE26A933B35543C9071CEDADA5A1BB7C2B20238E9D012E64EB5BBF24D0F6B0B726C0329D
tools\api-ms-win-crt-time-l1-1-0.dll
md5: 6B33B34888CCECCA636971FBEA5E3DE0 | sha1: EE815A158BAACB357D9E074C0755B6F6C286B625 | sha256: 00AC02D39B7B16406850E02CA4A6101F45D6F7B4397CC9E069F2CE800B8500B9 | sha512: F52A2141F34F93B45B90EB3BBCDB64871741F2BD5FED22EAAF35E90661E8A59EBA7878524E30646206FC73920A188C070A38DA9245E888C52D25E36980B35165
tools\api-ms-win-crt-string-l1-1-0.dll
md5: 96DA689947C6E215A009B9C1ECA5AEC2 | sha1: 7F389E6F2D6E5BEB2A3BAF622A0C0EA24BC4DE60 | sha256: 885309EB86DCCD8E234BA05E13FE0BF59AB3DB388EBFBF6B4FD6162D8E287E82 | sha512: 8E86FA66A939FF3274C2147463899DF575030A575C8F01573C554B760A53B339127D0D967C8CF1D315428E16E470FA1CC9C2150BB40E9B980D4EBF32E226EE89
tools\api-ms-win-crt-stdio-l1-1-0.dll
md5: 76E0A89C91A28CF7657779D998E679E5 | sha1: 982B5DA1C1F5B9D74AF6243885BCBA605D54DF8C | sha256: 0189CBD84DEA035763A7E52225E0F1A7DCEC402734885413ADD324BFFE688577 | sha512: D75D8798EA3C23B3998E8C3F19D0243A0C3A3262CFFD8BCEE0F0F0B75F0E990C9CE6644150D458E5702A8AA51B202734F7A9161E795F8121F061139AD2EA454F
tools\api-ms-win-crt-runtime-l1-1-0.dll
md5: 8B9B0D1C8B0E9D4B576D42C66980977A | sha1: A19ACEFA3F95D1B565650FDBC40EF98C793358E9 | sha256: 371A44AB91614A8C26D159BEB872A7B43F569CB5FAC8ADA99ACE98F264A3B503 | sha512: 4B1C5730A17118B7065FADA3B36944FE4E0260F77676B84453EE5042F6F952A51FD99DEBCA835066A6D5A61BA1C5E17247551340DD02D777A44BC1CAE84E6B5F
tools\api-ms-win-crt-process-l1-1-0.dll
md5: 595D79870970565BE93DB076AFBE73B5 | sha1: EC96F7BEEAEC14D3B6C437B97B4A18A365534B9B | sha256: FC50A37ACC35345C99344042D7212A4AE88AA52A894CDA3DCB9F6DB46D852558 | sha512: 152849840A584737858FC5E15F0D7802786E823A13EC5A9FC30EE032C7681DEAF11C93A8CFFEAD82DC5F73F0CD6F517F1E83B56D61D0E770CBB20E1CFFF22840
tools\api-ms-win-crt-private-l1-1-0.dll
md5: 50740F0BC326F0637C4166698298D218 | sha1: 0C33CFE40EDD278A692C2E73E941184FD24286D9 | sha256: ADBB658DD1CBECACA7CC1322B51976F30B36CCF0A751F3BAD1F29D350B192C9C | sha512: F1331AB1D52FB681F51546168E9736E2F6163E0706955E85AC9E4544D575D50E6EACD90EA3E49CB8B69DA34FE0B621B04661F0B6F09F7CE8CECA50308C263D03
tools\api-ms-win-crt-multibyte-l1-1-0.dll
md5: 4E033CFEE32EDF6BE7847E80A5114894 | sha1: 91EEF52C557AEFD0FDE27E8DF4E3C3B7F99862F2 | sha256: DFF24441DF89A02DDE1CD984E4D3820845BAFDFF105458ED10D510126117115B | sha512: E1F3D98959D68EF3D7E86AC4CB3DBDF92A34FCFD1BF0E0DB45DB66C65AF0162AB02926DC5D98C6FC4A759A6010026EE26A9021C67C0190DA941A04B783055318
tools\api-ms-win-crt-math-l1-1-0.dll
md5: 4DD7A61590D07500704E7E775255CB00 | sha1: 8B35EC4676BD96C2C4508DC5F98CA471B22DEED7 | sha256: A25D0654DEB0CEA1AEF189BA2174D0F13BDF52F098D3A9EC36D15E4BFB30C499 | sha512: 1086801260624CF395BF971C9FD671ABDDCD441CCC6A6EAC55F277CCFBAB752C82CB1709C8140DE7B4B977397A31DA6C9C8B693AE92264EB23960C8B1E0993BD
tools\api-ms-win-crt-locale-l1-1-0.dll
md5: AB206F2943977256CA3A59E5961E3A4F | sha1: 9C1DF49A8DBDC8496AC6057F886F5C17B2C39E3E | sha256: B3B6EE98ACA14CF5BC9F3BC7897BC23934BF85FC4BC25B7506FE4CD9A767047A | sha512: BACCC304B091A087B2300C10F6D18BE414ABB4C1575274C327104AABB5FDF975BA26A86E423FDA6BEFB5D7564EFFAC0C138EB1BAD2D2E226131E4963C7AAC5BD
tools\System.ComponentModel.DataAnnotations.dll
md5: 5515778D9A6D56DA656B6FA79E41B606 | sha1: DBE86C8D768A5125BC5C35DE21715F134BC1E3E3 | sha256: AF17E263DE4358799F5209EBA4884969BCBD122189B267DBDAD5D3BCD0B5FC15 | sha512: ABEC70741C93AF3E047E5489576356BCAD3D76D4C18575906EF1CF7D0896752E6700F8ED3FD305F59447206C23E363DE62768048F6832D32B66EE2DC839CA5A7
tools\System.Globalization.Calendars.dll
md5: 7904B1A1407F9894474DE1DDC3FB18C8 | sha1: F1CCBAC301709F2C2A724F907B84EF7957A79389 | sha256: 02B90F83C7D9DD8E54F790A32C97088EAE3D72A7A018C4A7683C0D267F902EAF | sha512: 5F2E0F896F49FA8373873716F4C766F43CFAC7219F016342B717C4DBD61AE1B69478339EE0EFA98CC49D65197F0F0C326162466E7E948A9D592365F5A40632F2
tools\System.Globalization.dll
md5: A5F9452B289B61B3B1F766F356505878 | sha1: 5C0222CF677D7178887C8FF63BA112509D060BD0 | sha256: AD7CC9240C0A69B43C0E8B0577DC98306C0849BD466C7521381048D9CCADF917 | sha512: 6AEC07A516C514FD0F07F0B99F917A86EC8CD54799E7CACD5FC9C6ECF944094DDA686EFE94E518D350923331734E9C69619D295A56B51FECB479965427702DBA
tools\System.Globalization.Extensions.dll
md5: 300037222D27FF7EF5861FED05EC8148 | sha1: 085842701901893162D6376CB17896CEC21664DE | sha256: 47BAF85F8A540264C8728BA1FBDBD0A46B9165D15C7E84E580B3101E49987007 | sha512: 34465AD14D389C6AC0F7B5305EAF066F2EC47312568D81AFB2CDE53E49955FDC558BFE4C0DC0132CB7ED6DFB98268602C51A1A73916B1FDC9A871B5B85D8AC2E
tools\System.IO.Compression.Brotli.dll
md5: 01C69BA6B0156319AB77187F4DD525D8 | sha1: BD94413951CE2E354072AB1EF56471EC7CFE6804 | sha256: DBF5FB9CB4EA0E3B92B7044C573524578EC0293D3AB271D78F668E8E793BB81B | sha512: 1E48CD8663D7D815D41335FE3259881549186F2748C68753A7E7A905A017F0C434FE19B9B6179C1E9BA4C3157D19A240ADC8A9FB8ACEBEEC858C13494E38063F
tools\System.IO.Compression.dll
md5: 4193A5562D101E13119C9FA2C0201DFB | sha1: 1B6171B062067855D0968177E7884A9CD9EF76DD | sha256: 17B8858E18BD97F59E5FC3D519939A54E5BCB7281F2FE1A562F02660017BF7C1 | sha512: BF2503EA39F61DFAB64C27B8C55952657FF67B73272136195A8B24EB43BB4796D050738441EFB75BC571900894D7F9FD1FDD469D114DE53FEFDEC6A9858145E1
tools\System.IO.Compression.FileSystem.dll
md5: 96D5A8703D83E8E629DFF3878619ABF5 | sha1: 5056B7C7CB613B05C6D0858045D04A8525C952FA | sha256: 3B9958705386A5FEA06A24A5BECA6C9A28DC5059804C74788A0779371F662041 | sha512: 56115DAF800F278AA6C4FA94F6A58340166AB2C13183BBF8E58DCA358B7C87B19BEA3E2462FDB61FA4912C6C2BAFC18D6D54F9E9294ADA4F91FA3321F97644E9
tools\System.IO.Compression.ZipFile.dll
md5: F34B55DC86EB9BC51D36F204FBEE03A0 | sha1: 9F459B59E56DB97281965F645C4D61664891DA91 | sha256: 2EFA9374A8C3CA1F5EB13F8E0AA0416A27D8215A6281C4B71182C2E1112546FE | sha512: A805E6BC8A9AD3F8D8EA48F93B2F59C7248F9A19905F9DD199779092F9AA809ABC5480E3BC19B92472B7DF74DBF81E0F56A4BDA1DE625748821207CE696B59AC
tools\System.IO.dll
md5: 93A3E0F4A2226FEE7F7442B65CC4169B | sha1: 547A8BD220E2B1BB5E46E7F93950ADD7D1348928 | sha256: 7BE2394B136C72944BDA72F4A88DF334676BB048E6B5ECD1D2A065E8CD7BFE7F | sha512: 771738ADAB93B0E7D2772C94ECF54B20908B56E37A14CA3FFC151427F5FE04A7D4BBAAF49BB3E5C3206ADC6D5175C199629FC3A82C6DA527E55B957FC555FDA9
tools\System.ComponentModel.dll
md5: 476E9E9C5E5E64F437F621409C29A3FB | sha1: 441A61CF846964D1EDEFDF455A74EE5917B01AE8 | sha256: CCDAD3A4B1023A003F983D7618194D01FD6C91FB07A2DDF2753A9E946143E447 | sha512: 35A077685DCF27BF116A5224B49501463D7B352318FF53D114D6DAA423F8B68549F0D2CD2C6E72443E44A52D2BDC67E4253B99B201CB94FC74FF0EAE90AAB6F8
tools\System.ComponentModel.EventBasedAsync.dll
md5: FB30F84733FF8F098CCAD6905ED8E593 | sha1: 98A4CECBAC31107402142FCE915943D36687CED1 | sha256: 74DEC61AC5982FC48E5E8D5BAECB2B960AE825556C8196A6ECC54FD1AE5BDB70 | sha512: 9C3CAC5DDA506F23E1127ED509684E30B978BD8325EAFE35209663C1030B3A41B458D7D4A3C30E811D0FF69B0597C8BE7EFE1538E49BAD3C620467C9D1CAECE1
tools\System.ComponentModel.Primitives.dll
md5: A9AF16D8CADA1701284C3BB121926E5E | sha1: 38064A176DEF5AA87061F32B35E9CAADA6E1DB3A | sha256: A52BAE7E64AA8A2F37E3DEE789CCE6DAB534F145E6F6787C5569820A6292FA75 | sha512: 35615D86D761545549A39919C90CAB198DAE09790913C8269A6010EC6AD2CD41F0CBF0189229C4E431B63930CFDA082CAA90903B6983737C621FBBACD331E4D9
tools\System.ComponentModel.TypeConverter.dll
md5: 7DBC224DFAFF9569AF4D213FFA782A1F | sha1: 2B53C53646780FADDC020139C7339BED9107DCBF | sha256: 89CECEFA6F6E856840254DD3A13B61792585892241DFF961A8F1A6F1187423E7 | sha512: D8750426B96C185FB8FB70A94CFCD571A051B9933D057E633AC0DF8EEC0EF76B6F5F2E9329638AA0693D4A89CE392A433E7CE04B7CF7100932DB8D0D33EFF81B
tools\System.Configuration.dll
md5: 59CD2C94C74D72669084B0821A35DD4E | sha1: 3BAF60555560ADB53F7266D9D06A17EC30E742F1 | sha256: B5E6F0A3729C9B0416A90707FD4CE1CB1366EFDD4F034F79266683385FD7A9CA | sha512: 801DA162CB7B9A478118501C577BE44B005614CC8DABF8980251CE83B833D2B85661F69119FCB70998A83D430BEC170F536D6B7F080F3826BD4F83771F4492B7
tools\System.Console.dll
md5: 880D66B5F5722963CFDED15065326132 | sha1: C3ED18CA70658126E5369C31673576F251E0534A | sha256: CCF0F5201570B85041E798D11927928DE13F958A64BA8BFCE9CC424BDA699DA0 | sha512: 9AB80AC0AB48A7BE9E3D709480BB5F1F9FC3D59BCC8FD831B01438AB8C34868537F60DC692DC434341BCEFD59C9B8FC2268F4115532083556E55D685A7F272AE
tools\System.Core.dll
md5: 78C597E04F0A551DBBC2A7E6CF54FCC1 | sha1: 2E6527698FBC47C0EDF6CCAE05D035558F7F8342 | sha256: 078F273390BB342A26839C6EBBC841303590E894334FCA4AFC2F12D6EFA29533 | sha512: 9EA0A5FE4B73D0892E05E34D779E8E64716DBE15BA8A077F7473C0D35DA3E7C27FE2EAA2401B8806BDD7351B541BA3E7DAFF24F843CCD1C4A3F8D6F82C0C0A7D
tools\System.Data.Common.dll
md5: 8A1E57404325185E8261E3C01AA5D10A | sha1: 89AA692E521292DECF15571872EFA612B97A8F68 | sha256: 2D1E2B7BBBC7AE71009205360D35A0A0A0355111E3B0E706871FFDB10AACD060 | sha512: 08A83158E5103390D0096748140D26BFFEDC9F83A516EDE437DA734A6144777A70E58EB29453C19983BD148BE8510C8C7084BEB5666723F8594BC49696FC7CD1
tools\System.Data.dll
md5: 5D918002CEB3370C4AED3A2ED2C6B84F | sha1: 8D02A9042C310ED43C01DE3B2A5139E8909555CB | sha256: 41D574A5182CD6799C32901788E8D23B0F2BE2FB17D1A343B7DE6BC0C45BBFD7 | sha512: 68C550A0A8D25CACD6FCA24C4557E939F9635F58E1B8C15F015B46404077953A58C0BFCFDFCC72BC937CCF8F81EA0F5F1CC0F8FEFEBBFA9E41B1D1C084FFD26A
tools\System.Diagnostics.Contracts.dll
md5: 87198369C5AEE196A129378910AF6232 | sha1: 286C4835153FDA28C9CF673F52FDC9F0D9EF87D9 | sha256: DFB128810F23C5C6ADC5475B67DCFC548FCCA6E78FB200519F80FD1E13F1A5C0 | sha512: 16FC23B3DD80C01573B8F327E59F157B302E00F287B94ABBD5AC8B6337CDE88EB31C21FC277C693046A686EE3EA0DF767F74D80085332764DD6C08035C9AEBE8
tools\System.Diagnostics.Debug.dll
md5: 4856BB2F1B046C8C8B2B169EC2757172 | sha1: 1576FFD5522283AF4E5AF89CBDD56DA662C55374 | sha256: 9FC525E7E670DD54CBF515EF6D40CE603B7CC3A234ABB471D948FEA6128D14F0 | sha512: 0755ABC3FBEFB76B65DC9A276DB989BA6E384A174F2CE2F706FC90313487118ED5F19D9C755F5DACFD6A08826DA829861AFF6FC1A32D8DF9B10A90FA8330FFD7
tools\System.Diagnostics.DiagnosticSource.dll
md5: 5A082862400E7E1B22FCCC5B391E7734 | sha1: F61ACC669E41D8EC935A41CEC465232DC99890DB | sha256: 4527646E30BD9EEE7E6372D5DACDBFD30EF226E74774E31289D26EFC255AD00A | sha512: BE5282FE72D96802A6B9E928CF6CD951269E24500F312B98E78CBC01795C18D55A77D0CEEA8E9C55ADFFC0C9DFF609C0606D295B5E32FAAE8916D462E03285A0
tools\System.ComponentModel.Annotations.dll
md5: EA5BFD0BE516B650B4DF63D48A6BCB79 | sha1: 1DF085C0050BD878873E1BCD78B694F476AC5C0A | sha256: 350F1C94B654B3C1802078ED53C5A838726AB39848BBA8DA9E78486EB414F323 | sha512: E0DB88C2008985850C68340832AFDE3FB1C6C9B042691B63F5A30F4685D3A3B44D8BF9B90CD392FE5C768C78BF70F8033E5F5075B0C49E57C35131D70C190617
tools\System.Diagnostics.FileVersionInfo.dll
md5: 1662EBEF1B338D5CE25DCA6EBA8D49BE | sha1: 8E9E4D84AF28B470BEBADA085FA430081F5C5EC3 | sha256: 44D1AA98366786D0FE01F065AAD499A0543ADBE1E008C581168EAD0C19AA77D1 | sha512: 94B8265EF942B5ED615064C7DB21023813CCA6120DA82E5515AC77569A5F4A7B5775C92C7B5028B928C273A1A88942A37B93E4501AB091C6CFD2C47F503364A1
tools\System.Diagnostics.Process.dll
md5: F754E1AA217B1C6137C85921ECD9946C | sha1: FFD1B7B0D6B6DEF7B676EE2B4BF99EB08AB7FFAD | sha256: 306B93F306DCA04C4C8411E49A35BF897C4822B9E200654FA77EA53BCAE1EA87 | sha512: 042DDAD649E09D80D7545496104A40004BBEEE86CF4B5FBBBB200A5DB7AEEAB38EDB4E298BDFF2F7419DB84FEE7A2230E5243E77E91027209D3E1E86AF1E6ECA
tools\System.Diagnostics.StackTrace.dll
md5: 11CBC00F8C8BE40F65C83DEFB59E142D | sha1: 8D600DA2863ED05467BF68B66B3956687673F775 | sha256: 6B148C44D00476D8A0A729A6F57A01496B38EBEADBDF1E2BE193FD6540A5DA4B | sha512: 6DF335FDA2D24AB506541456DC67B101B19EB9AF0EF8C53EC15205AFC2A29BBA91FE4BDF29F7B1D948E1DC094EA302188B67006CD7DA99FAA5694E4FA6D438B5
tools\System.Diagnostics.TextWriterTraceListener.dll
md5: 44E0C0B670C147068E3711F7F9E3ECC6 | sha1: AA3D2D237E431EE28F6571A846AB7F8980E79186 | sha256: D3976FB6AC8989C967BD64C65A7DCECDF06415DC81BA7FA7B5F7792DA6ED8E0A | sha512: DC01DDDE5F86A9A526A34CA1136FB901EA092A51B52300CE9092F0CC7E3545AB8AA690C84ABA7FA1A32BEDD44AEA3A0B140BF7E6F43D4CA289AA2A095F3984F8
tools\System.Diagnostics.Tools.dll
md5: 378264C7943C35DDCBF15B382720178F | sha1: 011CC48F1FF13A22DEF0E9524F4DF6133572F126 | sha256: CB73D429448A0245A4279BE5E7A3E7C31AF77188993AFE6E601901AAD2B0DB0E | sha512: 6354B9B19BFC6EE40E4070BB6A804AD827B6221FC8536B70FFD47C548CA99713951F31B0E0E63153EC0EBCBCB728CAC38F142FCEBF6CBF1C81A0FD3E5B229D2E
tools\System.Diagnostics.TraceSource.dll
md5: 95AF2B364C61C63ECCB295505D0FF3A6 | sha1: 3A6A1C4A069E9562299D6317259F2EF9ADB4284C | sha256: 89B558EB91A235CCF840B0E64CBCAFB77623B7C6DA2F3ED64F5AD9F6EDB5142B | sha512: 68BC1F2EF4A1F18E1466B12E5A726F1A2C697F5C8C59AE52674565C6AD101D511EC95AEE90A697695BBEE8B5E15448C8DF9BC2C00657973952FAB9308E543720
tools\System.Diagnostics.Tracing.dll
md5: F8EC52A81450553AC03613BE2374E2DF | sha1: 5A0386EC189B3A3C0A7AABBFD11FE8AB32C51A79 | sha256: C7F1470E7F0E10E2B798A97EFC6ED98036BF1813F368E256868831FF0A6D5BB1 | sha512: 56581C4544AC21094DAC40462AC98FBBBAEBEBDD191A959E7A6E7D30A3C9EFB58A0C055607F13E104FCE683784642B9A157323B9CA01ECDB71B0E021E3673465
tools\System.dll
md5: 5510388BF4F2C6641B03627D00FCFF9E | sha1: 331FB04953E068BF0BB0699FA803BCCCDA564FD4 | sha256: A0DE0188A917BB2334F8A96E834AA969233F908378054BFE426E4D6CDA52EA0B | sha512: 5DCC4AFDB120C9A45FB8649152895DB1D32FA4F4752C40E52744C21B033C2250678E063A6D7F3E6F7DC7DDC815F1B6A89A1355CF6C118BA541CC585D5AB8589D
tools\System.Drawing.dll
md5: 1FEB77483798308D6FE64B4885B212BC | sha1: 96C9472F1B7CDBCFE7A3F7084FFE4CE57808B7FF | sha256: 022BA569381BFE433B1A973BC21D616DBA90A627EAF6BEB07C1BCBF8B5A60EA8 | sha512: 67EFBD5003F5FEA61F64A21634B6A781798B9F5E4B66A0A0F8578E5AFED0F7D1AD2BD5104F0D45306A865F0D59CCD78B2C1F2BD63586BC37D54D08EE841F13B4
tools\System.Drawing.Primitives.dll
md5: 297D4117386343720C90A892D224EED0 | sha1: BF04137BF2EC5CCEB57FFAD35543056200B01A33 | sha256: DA259E57207D80D2AA7AC0E10BE232093FA7C9CCE717AFD29F50AA9BB04A888A | sha512: A2435C4528EE8F6C025A780CF99C8DF090B3865DAD83DB347013054249FA5BF88C1B9EFF45E4C6D8C4BDA2636CF04879188C8A9003237721D9153670EDE9269B
tools\System.Dynamic.Runtime.dll
md5: E68E5CC2105CB1EFF82203E29671328A | sha1: F48DFC12E37E31EB872FFD4B0E40F3D06C0D3DCE | sha256: 17BC0B3507C11D1665310E17A3D527E013FF8D72FCF457BEA1C18CB4B2ECC107 | sha512: 00EC90DCFCC2B8C350BFAE8B04361A7CD541F642F9772418F8F2256CE1B9731D2F8C050602B759EC0AEC579A4982DB33AEB4498E745F5AEB1A05942EA0590078
tools\System.IO.FileSystem.AccessControl.dll
md5: 7C6DFF409C50B97A55D56C0AC6B87767 | sha1: 0B869717E5C48046B9B12AD0E3213527432FEC06 | sha256: BDA2759DE968744E8ECF3BB1741F75533FCC984CF0DC0705DEA94F391BE7B903 | sha512: D84966D83444628B6B04648E4DC2B508C91AAB7C3BB975D2D4C039CF3F6E14C94FBF51F41373B62A30AEADE40915FAD34DFD5CDA1B61872C56DCC4E35A637C46
tools\System.IO.FileSystem.dll
md5: 5D7CD455ABE786E7CA93E5C989348224 | sha1: 0E2461FEC1443EAA651592BBA670AACD2C09D439 | sha256: 2AA157C4563D7B38DE81B2AEB583C28B2772C78123DCC3780B7EE66B21264067 | sha512: 25AE1EC3D91528274E3A084291872E1C823554DA9C49EF541487993306BB0AE665A48F823F6E371B0167F9FDE61887B3A6339234591DFF7B2D060D8E9D9AF768
tools\System.IO.FileSystem.DriveInfo.dll
md5: EA9164735B5E68067DEEF7913D7C945D | sha1: 0D073AE0DD7C791FD1F9E2916FB40E373CC93662 | sha256: 53AD4C5016EFD5A954387CEF09112FD99C34624E9738611771468B87D5B82B0B | sha512: 0C574291DC1AA2BC407A574BE16567A686E6D126104B949DD7CAD5BD3D7E507D8062997382B6ABDBBC9975154E9249418B6F0416F739A53D1787F71A8F8BF286
tools\System.IO.FileSystem.Primitives.dll
md5: 23BB20F91370C3414D60ADA53C427801 | sha1: 929D15710285B530250FFAE65DC59184E8C83F46 | sha256: 974BFA2AC9A17CE972CA57DC0F4CEE40894F9DB7DE1FE5DF870F8BA1E94407A3 | sha512: F859D6BE57EF6EE98F880943216CA67BCA896EEFE0D0E340DBFD0316C6A7041BDCF187159A4CDC6EBA51E9D640BA7B7ABA4978FB7F0814149D709B7C9E991F10
tools\System.IO.FileSystem.Watcher.dll
md5: 343637A63A279C10FD6F59BBAE4FB703 | sha1: A4800544235050D821D99BD2B55BA010C0E8DC3C | sha256: 8EB796B03FEA1DD25671A259C91D237D87C4564270D31442CD21440A2586C8D8 | sha512: E501F6AF87984B7AADF8777A99E939E4FF783BCF99B972882644AB679D91A578D373743C401AA524EAEFEB8B3DB28C50C02DCDC6F61B5D71B51FF2F531454EF0
tools\System.IO.IsolatedStorage.dll
md5: 935657C0441A849720F852DC42D4A017 | sha1: 36AFCB32E464431F54243E6A8F99877B82FA0072 | sha256: A93F73577A65D8C62FA7E7D0D86FA163C0AE93179A53172702206317C3F68410 | sha512: 5BA1F1673C6F69B5656DF60E99BBB08E70430E3E4C707B27693A72C5A757D8537DD5502EE04E8775A883560FDD40DF77059C4C1AE9BE73E6D03EEFEFE495678F
tools\System.IO.MemoryMappedFiles.dll
md5: 4A44467327409193D28D328FDB27F164 | sha1: 262B79FD76C67B28A4B83E2D5A41A3B81B7B6D6D | sha256: 8219A715F8283214D1244262F23A135251AEE8E0F4DB07049BC6CC71A85ECAFF | sha512: A89105BBE6D173D7328825DB6695C04C575B7F1D73F6B8A32DFCCC86CC615E1BFA5E2E0021244ABA219BA8716968BB37BCA6F0C0F6B1FCFC965607933AD6E2B1
tools\System.IO.Pipes.AccessControl.dll
md5: C6CB2A693BC6F1C0E096E9827130818A | sha1: B23224A672CCF3AAD6F5472E13709A586ADA4231 | sha256: ABD7D1429188CF0601E671090BA4E570A066711EBA927CCDA68CA9C0FEA492E2 | sha512: F480344385D82067237A4351EF9300A6EE11F5AD18CD01B103BA16368D4136FE0D8F54F6B81B5904386E52C5DE422AFF7F668470DC374BF1CF6A6FB2E82ADE65
tools\System.IO.Pipes.dll
md5: CAAD73694D7275A52DF359BC89AE8D42 | sha1: D299F6C0D733EEF5F7A57EB3C1958EF8D58512A2 | sha256: D4B9C533779ED0D1CF35E93755B6167390730EC1D5CB08188DAC6F075590A715 | sha512: A7530AB2DAD96918BE25517182FCAA25496D9C072BC630D2816A3D8E0473C3E9C7191E0FFEA1B447DBD4E76A37F8AC92138DFFD4D2A1385302F3E388EFE73F37
tools\System.IO.UnmanagedMemoryStream.dll
md5: FFAA7DDD2BD96247B1B6661D535B0357 | sha1: 3669E774B515E967A14EDBD03EBC0522699FEDE8 | sha256: B66AC27A0FC9DDD1BCBF7A0CF66AD960C23B84E1524B674CC3CA9C3F3C0DE7A0 | sha512: F17B54AD8BCBB379ACB2063FBB2D6C76F5BB20085ED06B446E30CF59E00484B45B767248268A420E15112745EC1FDFC4552BB501ADA9C0443613FF6A99CC1830
tools\System.Linq.dll
md5: CFCA0F19D0F80AC8E0948A831921977B | sha1: 85C4E3A3248B587B7723D4DFADE732BF2C1C177E | sha256: 56AFD1C188D40A62F0A5D5611A1BF86460368CC2EFAE1C122F1E664D8482B0F5 | sha512: ADF974C83FDB31B47CD60DBA81A0E849CA044D9D2295322BB8B02072A0389AD1FAD0E725D529A63B7F01B89A231A222E0EC0D24CA68CBE124D56EC67085EB1A6
tools\System.Linq.Expressions.dll
md5: 950056F1785ED499919C64F79983AC4B | sha1: E0CB767D2CF5876E8614C05ACBFA9CA97F65D900 | sha256: 22BD6E36890E58C1E1711C407233CD20FAC76E477EAC435454C891A6F02F4C0D | sha512: 5AABDF63EAE5DF83815F31DC94486C8E06911BC831E2C7221B8B0BFC667420259B2E6F5832CDBB8CA468340C3FFF115E69998D38C976D9338B77E05CC96F687A
tools\System.Linq.Parallel.dll
md5: 3814E64CF77715D6805BC99395378AC1 | sha1: F2C7E5AFE21E66E63961F621716CBAFE3AA6AB45 | sha256: 3A0176AC56197B42287543A6B9C66F34BE0084911E8BCB03EC43C2A1E63112A0 | sha512: 9C78CD5DAC76E20D701678FD731EDEDD77C4101949849BE78CF8A3E84CC7686E1D872ECA291457AA8CFA9E287CFB18867F04F5A404F30072C54F34D90E64513D
tools\System.Linq.Queryable.dll
md5: 8128F8F36D35B183CDCA13DDE6E2AA41 | sha1: 365578BCBD8EE3FB1AA62A1AF0DFD042D09080E9 | sha256: 14BF40A2C03E099E6DFF5E7A0AF47FE5B69AA1796729DAADD2215526F26074AE | sha512: 2F5C837614CBCF910F877C69E77272B8A05BBB41759DB749CF1101A403FB3C1D05793E3D4B341126F0F424AF23952E7D57B41C0733FC090FAB359F1E21E854F2
tools\System.Memory.dll
md5: A830DDF8477434DF7D103FCF73F7CD98 | sha1: DD771F46A9507D026971D95E07378143F5EC7479 | sha256: 19E465B1B1584D7AA020101D87308DD7314A447F030B4C0857A6BE65502FFB5C | sha512: 5EF6CC16EA2C69C2C925623C97BAF91EBB57E27556D4962776CFCF8F3881CF206706B2DECEB5285A4CD1332D7D78C7D0E0BA268F58BEF7FE2CA2EBE117319E3B
tools\System.Net.dll
md5: 929C7F1E1D18939A853DF06F5AC01F4D | sha1: 7C5B81DB657C15748E98BE615AB23D41FF06390D | sha256: 3EE38EC82E2C992264A2F16BC6F056EA77A1A7D323D42240CE3EE0484B956953 | sha512: DF12CD5B1BB109059804480F703A8C1ED586969AC96BE75A052CFA1600A957CE4B7047FC7C7AB7C12C80A761C52B971749B60080E46250BDE87B5F0EE85B3F51
tools\System.Net.Http.dll
md5: 13C117AF9177730F599DADBC8045188C | sha1: 182FCD65C971EBDCCBBB0A5EDE368215B27C2724 | sha256: 7B5CE1C0ECD3D5E2D4C0CB5BFADC92F06CCFDEC0D8D57C9857214154401C6180 | sha512: FFA95C2A519E0B4B70D8C3F7CF215375B8B8C32251E8A4BDE82BF7DF4E88B66D0E1295B21596F8987CD2663E357B1278D4B6C865021CBB90C6DB3FF4D0B43117
tools\System.Net.HttpListener.dll
md5: D3AA1A0E0ACB72DCFC14E846CF61399D | sha1: 430B2095CBD391DBC7F232FFF32FDFF2B52D1F09 | sha256: A45D807E55FDD1545455F836E5DEA2098E8555B54DC2ECF2726FAB8081278B26 | sha512: D7A1A8E3FFDCD31EEEF4E9EAF32628CE59B1017E18FB20109CA84BEAC5BD6E64F9FEE1A318E4AA6ACD3417B26172344437F500F4C3BE31606506474BE186D7D8
tools\System.Net.Mail.dll
md5: 4C0BA91FF6065785010EF911D8094926 | sha1: 9E4A9A6C632D69020C5D7A61FFA8593C17AE5535 | sha256: D44C0F79495128C9876B14ACBD0E2FD9A5BED38E5ADABFA2765C0A127DA3B136 | sha512: 5532A9E410B7201DBCE3AE342B6CA758692D127297B80E9EF7292ACDE03520AD604BBE73C2AB0ABD85D0018B77BDEBCDEAD3C3363E2A81F244CFFCD16FFEB338
tools\System.Net.NameResolution.dll
md5: 55D6DBB8B6470A95DA3F892305E4570E | sha1: 583157C3D3748A80A2EB1CCF4526CCA7844435F7 | sha256: 611D5BFC2D9B3A2BE82196AE68DBF48E1B9DB6110D69401109344A830742C8F7 | sha512: AE98A6203F42BA1F6997257CFC718249EADFCB7D53AA575C710A80FE638319D2A79E27DBCC997FA44787CED291274DF46D1E267C76D8466952DE1871A5FD0A63
tools\System.Net.NetworkInformation.dll
md5: BAA92E8126B40B6C54495BEB5D24DF72 | sha1: DD9B3CB45DE4BCA008183FF3946E81642875FF57 | sha256: AC6AAEC5181FF781E01EDE5B24013641F21F92C99761B186C3CDF3DBBCF7053C | sha512: 451106B815B5CADB9FA9FFEC0DEB97B6815316223CBDD96E4205E5F14C07E39CDEC5B1C23E4E908B3078E679A57BD4E6A2B66BC0141A2363D45802889233CEB7
tools\System.Net.Ping.dll
md5: 0688000A8A2A951F7F1352942189822C | sha1: 1173FF1EB6072EC1E7B0277B37EBCEA6E574FDDC | sha256: DEA31F1128DCF0A1F6E314DC72C90D6FF7B088398416BFB31A73B0EA75442D14 | sha512: C51A950313F0A8C748814E749B7F02DB4B573A48D5F282BBC236BB290358D88E8B4E44C0A03AA89A4EFDDCE377F10B7C644497ABFB8B5EC4E0FA1E2E7230CA38
tools\System.Net.ServicePoint.dll
md5: E4BC411767AA35DB2E515515E4BF319A | sha1: F5AB9B9BC03BCDE36CD67627474CD3036B950087 | sha256: 505CB87DC9EF6F560EC0D566164D0B2E80D5DDBE540EB95928186CC36A7EAD0C | sha512: 29EAC0DB3EE5D9491F227B928D3E5A0A78C183438D25ACA739565AFD2F37F40CB1358F1177CE0772066B1D81416597EDAF4404F0BAFBC829BDA333134CA7E4EB
tools\System.Net.Sockets.dll
md5: 6AF4BA4CAC9C0827C93B7818FFC2A885 | sha1: 9342855652B6AEC6C0AECC8BE7CF2D0C026BC48D | sha256: 709B8B91D33BA6CF35894E9C90C600FECAC44D0125A2C93EBBEC14DD77591B31 | sha512: B351F71D074ABDB9290ED39115DE8D8FCF9C450391172BF9080BC5F580459BDAD8D05478D716BECE3B7EAE179105F91DFBF6DEF8F525740A02D5DFA2B26A21BC
tools\System.Net.WebClient.dll
md5: 462C276AF2D9700E098C7B0BB8F2AD2E | sha1: 18FC7EDB74538799658D54A45CBE01D772D8C4E2 | sha256: CD01B04967E400D6801B0463462F678EEC72374B121D08C35D5D522322354575 | sha512: 52A31B1FD0D44ED8A1121FFF12633DD41AA89FC72C08D2A52CD27D47FD6E2BC9BFED042D4B756A7AF2FA3424640CBE45E0EDA2E20733CB104AF33230598A83D6
tools\System.Net.WebHeaderCollection.dll
md5: D0361B7A9D16E2F0E01B36A925218DED | sha1: 61FDAF286A0BB3F0F86117A6BD536C1BB1CB98FB | sha256: 9F02AD86310C5B4FD8BC9D47DB91645FA84D3C2E1314A01EBAB62AC076877175 | sha512: 2E1D387A7E93181C116BD4CDC41D21B2D3A3632CD2EECB8258005DE552C57FB1B6EF08D64195CA471A620AF6CA3E78E9B5ABD04BAD10BAB1444E1BFD65D2BF78
tools\System.Net.WebProxy.dll
md5: 083DA1894A4AC50F3796EEE2A60B9297 | sha1: 183DAA3B97F0C8E29D8013BA452FDA14740267DF | sha256: 2FA6743852DA6975795B2613138B29DD050F341C264357A2DD531E1AE7CD186C | sha512: 8F34CC26393511446BFD974490511F9EBBDF51D0C3DE40DBE49620AD0284937687B4BDFDD41D4F4C337F0F04183086FC1479BA990F0AEEBF493A7557409B5522
tools\System.Net.WebSockets.Client.dll
md5: BCAB4702CA30FDB6135E6E0AFFD809C2 | sha1: 8205F5F7C593CE483083486765B2C88B468B64D6 | sha256: E16CA1BD773BFABD6D434138D2A81B8C63E3B07984BDADA3E0F14328B3514913 | sha512: 99EE1C1B23D873341BEF36D8AC4F9CD99CAFE2F402771CF6251C6E9A63396E089761D4C1BD6098D90DF5817BAF9E187164E0247B73F7A4878D1FD60EFFB32DEF
tools\System.Net.WebSockets.dll
md5: 3D3BF9A5BE25981E66D800AB6FA3EF3C | sha1: 63A5B59632752C29A0033F64491B13881F01FA1F | sha256: 176F640175358B2191F2B684DE45396129B6B3CC3567C21C1A5A80E1587EFF99 | sha512: 92E64356DE06DDD77632FEBB8DC73F0E6C0E580992B659A76E4D55B70692AEAD8EFD4B9935ABC75D49527751141506D9D73512B5F8FEE6A648D0A79C50662318
tools\System.Numerics.dll
md5: 06278F3EFEC701E8E19536C788E2CB15 | sha1: B28E1BD0B0CAB5FA7B32E24E4AEB952649B9E8F5 | sha256: 3944F710D628985F117202F43A328281150DFC86E257E6668C07E245D01102A6 | sha512: DED9B8F9A1843B6BCB15A85A1C87B90484E53F36B04B75E1BD5501BDA4DCE31CA8C43BA4A3C38C60F38A7C14A0031E4D0E035C779F8867F3790BFDE2DF0A1842
tools\System.Net.Primitives.dll
md5: EE8E8E8A3531E5349C920988E317F5BA | sha1: F623AB6596D7FB09E56824E622C737D2BDB9AB5D | sha256: 0C12DB40184F64BDCCBDED506FE5A744FA0FE42EC2EDCF293B07FA5252E92B46 | sha512: A77A483972874A5D4AA84C4936209885013BD6EE6B0238FB8E12E72579C1EC9CB0D20B8D14F8EEECB56A80DAA84B938C56876B22E00C4B5DECF01912087E8C3D
tools\System.Net.Requests.dll
md5: 80FDD84425569BB7763602B82DD35260 | sha1: 1BBF883005E7D807A474883FB5EBD6690B1262DD | sha256: 416C4E0D46B227EEC00C3ED63EEDE8098D74C3D1A689BEBD34FA81B20246E323 | sha512: 1619902EACC44FF5E75666CB5EABEB1869BF5D9B2E945BD635BD6E591151F58800643305B7A84F75B19ECF706EEDAB5927A065C7A4C9DFBC468994E47C31970C
tools\System.Net.Security.dll
md5: BF3FF64A9FCC0E09EE56C6B1409D2AE1 | sha1: EA3AF9EEC9627EE00788C48F93EE52E35EC5A463 | sha256: 824CA00A148EB13703A1B483BFF3EB74A6BA86C26F4D49FD04A74995AC71A2E9 | sha512: 1B7FD9FBA1B24BD795F15D09A9629F1089399527D6989343FB8ADAF2F9EAFFB77078A716732ADBFCAC1BBEB8511FC223205430135DE3254B15737B16FE1BEAE5
tools\System.Reflection.Primitives.dll
md5: 6942437FF81E17949AAB25BFA96E6CE3 | sha1: 398B2604DABDC01761A966EC9EE26787CD31CC3C | sha256: AEB4660B78F4A3575A3575F1C08A177C94CB19169C7EBDBA9C5F51D35649EEC3 | sha512: 174510287EC148013670D9E474162421FA99AF725D9601DB8A824C8722466FC7EEC9D492CD608422C6771A2060378D7B1ECA6E3575F9B4661D8C51EE2C96CD83
tools\System.Runtime.InteropServices.WindowsRuntime.dll
md5: DE9B0FABADB45752448EFA6A8FF76FCD | sha1: A3F1D8D72B18812F15EB4829F7C433C98498A649 | sha256: 45D48779967D5B4872185FAEC1EF142D36BAF42CCEBD05E0DFA5CCA5D0CBD9E1 | sha512: 26203FFF673CCA413826651FA2C27C560F0D3E076F27328DCD310B9BCAF46C841F49644A24C3B2A54DEDE542319C04809C94E138D16B018C173371FF3724F37C
tools\System.Runtime.Loader.dll
md5: E0CFEA2B839B327B03C3284D0DF86BE8 | sha1: CC8380DDA68D96B3B6B815061AC2191FF6D913C8 | sha256: AEA11050551D5D63D11D7D03BC331C33113C7BCA0EE0B3A9F9E7DBDD0F99DCE8 | sha512: 87FBC58E17409F74FBBF81DBCE285D852CDD7D93B6CCBE6CA50A35848FCB797B9285F0CFBA6D934FAD248597EFDB08F42F2F35907187EC4A0288E3D35ED8D152
tools\System.Runtime.Numerics.dll
md5: 9CA3DFECEE4578FF1293D97D330FE06F | sha1: A968123A0A089F79395FE4E11FC078571E0BAE69 | sha256: 5D8E80DEEBC52DB5084803A62CD1A9B880A12A383049CE5DBB476FB6BC2B2B6A | sha512: 9C3AA20EBE8E446D5F8236CD314384E40EB5C5FD4A63D4D49F23FE7324C4698E9108CBFDCAEF2CBA86DE3E692541AE64FEA7C3AC17EBED83E4C17E982FF9F1F7
tools\System.Runtime.Serialization.dll
md5: 1ED77DE0035147E0C39280B4CF1B0D69 | sha1: B2216AD89045240C03A65CF98B76A63370D025A4 | sha256: 705C2D235F5DC195862BF1166AA05DC10276326BE72F8BFCC394285B28B18529 | sha512: AEF9CD7B93AF8F9E12FC1C6780D98070DE080DF83204B8F53B98F961251E0D9D1BFF5405271D9976973D3FEFFBC6B60441789947FC098C51795EFC3EF8E17349
tools\System.Runtime.Serialization.Formatters.dll
md5: F889522D6CA26AFA9FBB97E87D853B52 | sha1: F61D3E14CACE034DD8E6CE7198D4993D35CFAFA5 | sha256: 23CAFE21FF681F3BF81C11DBD09CB261E56184AA8F87DA7B3131060B4B57EB10 | sha512: 4E37D98B119087ADD1556F0E0ECA9A29508F0FE7D3915F93465067D9E10686C661617B818B5C3F25BB6537A2D6E5FB10064D994F01642A49644BA551D922D9F0
tools\System.Runtime.Serialization.Json.dll
md5: 952565ECB9F6FBA5A88658365EF11C11 | sha1: 7C085CA2660F2EC10000450A2A6BFA777893774A | sha256: 27B6BA2D69D6A154AA04EE340410268E2EE554C89E47BEC5319858E18D44A7C1 | sha512: D66E98B51BAB014EDC363B2AFC67278AE6D88B4CC1FA8989C02659BDC7E53DCC2B764DB2FC0647834183BA1BAB219CB6940140992F252CDBF5D7CA6B86473D9F
tools\System.Runtime.Serialization.Primitives.dll
md5: C13D529B1FA5A2152236E5848C0E7077 | sha1: 828A046A62123A3640C5CFAD970E0AC303EF3F49 | sha256: 5A311F19A2650934895409DF5FCDDC8208F501D57E6925922C409105F162178B | sha512: 9263F61887043588CF4F996E7AF309C7437D792123BC45DECD6239E69BE1CDB5D452F669816AADF6633B62363F1B2DE516EC6A32C1343DE8E8847A13718EFCA2
tools\System.Runtime.Serialization.Xml.dll
md5: E9095F48E8D49537E50248A69B687923 | sha1: 01FAA25002A28F1C1C2BAD641C0F1C4A5855220B | sha256: D7213CE3B1E35CD103C1ABE20D4468453E6A4B14839D01AD5B4D4D49E514EB1A | sha512: 74854547D4ADF6F13352E17F4BBA57A7782D87528E15836D8640F5070EE411F043273BE6BD23F1E75315ED899A385430522671257B5FF73E607D5402FC5958B9
tools\System.Reflection.TypeExtensions.dll
md5: EA5B7104D4C7B071B239BE3F5EA55B19 | sha1: E7C9A206DF974F8B76B36B357D55E4415E7DBE24 | sha256: 034C1432A3D99875861117F380B7DB412F3EE384F2816417C383F5002ADD91F9 | sha512: 39E06FA740146E0A9E7F6F47AAE600600A9C5E404C49BCEA7A81623058818B86D86464FD5DF0C9E9EB5F4EE15FE7C0A0734757B1507B5E17613A9B5DA9B9C1FB
tools\System.Resources.Reader.dll
md5: A7E90C77DB55B608A5445FB44E4968B1 | sha1: 87E9E3C034A43CA4115862CEE476A65C8043E3C6 | sha256: 0A281B557235CC1BEDFF10FEEB81E386810DB65A864EFBF957AE3FB6BDCF15AD | sha512: E7388AE6E212612D4CF4B690FAFCAF743325DF71A8492CC78E25F55D3801C6E5F1B2CB0829C1FBEEE35B3E8ED97A20523564063230F3DD79FFC581C6EBCB4EC4
tools\System.Resources.ResourceManager.dll
md5: 31CCA8BA9B491F25EECACF348505E4AF | sha1: 777D3C2D718F30B0D9FD72758FED5EE34489277F | sha256: A6B3AF37BF60FDA42EC2489B679AD9AA81DD494E54C0B4B8EA866EF84C969966 | sha512: 67A42CFB78255C838CCCF5602D9BB6EEDE7220D1D8C5E96C4C767E448EF62BD53D1CEE555683FB544FEC3BBA35996C9121468D7A9C1CBCCAFFA07981F7364CF4
tools\System.Resources.Writer.dll
md5: 32BBDB3132A28B9CF391181C8FF8BC3A | sha1: B4274365183C44BF36CF7A496F72AD0A0534C29E | sha256: 3EFF730B8E88C4711437CAAA293BB07BF83EE8FDCBF50924E7045BBB8FC42063 | sha512: D18042B534EDE30A714A20610B7D7BDFFABF33321E5B36A664E08B8C539B478FE99406A970878E3BFD3ACCA72DAEBAD4F59FE406671D75B79CDC345060DE48B9
tools\System.Runtime.CompilerServices.VisualC.dll
md5: D02FA93DE794DB8CB07B5FFA028A72F3 | sha1: 8AE71347A9350DE1D3F1283741EF87838F649237 | sha256: BCC8B50EE8C005ED9CCF280873800C2A5108161E6BC35261A8CF2D04131CB4B1 | sha512: 67790F6946898614C9721BBEA85602ADE84A79D19F1AEDD4B6474C9585CC3377E23A93710906ED4AAF43265CC2263EFA3B152B030EB110B5A92C047BC7B76E4A
tools\System.Runtime.dll
md5: 779C0D6FAA904DEEF114F2769C470E1E | sha1: 073B7EF710B3A8D49ED28C5BCE55629CC746DA52 | sha256: 9D6240D19B321B161E271120F416FA58268AA7C06C2377524BD744F36709F27D | sha512: 372B080DD40EEAB9B983E0AFC7918400EA34179459F5EECB1DA28DF352BDF86C4ECC76FA1119BA26FAE6C285C6AEABCAFAEE71B3706DE0D224DD63D7380C45A1
tools\System.Runtime.Extensions.dll
md5: C924EFA800245B8335204F4CCC560CE2 | sha1: F2FCC967062FCEC1932D13D1A650356FC9622543 | sha256: F869124E4188FEFC5667C2DB8718D2B2E2C6B6F24C7F60872471E438C5DA7815 | sha512: 62694E580822F0F7C525B164BE57B74CEC0C96103FC9F7FF117081F6013734AC5EFDC5F806D4056CF8D522A6B7DF6D88FC69FB82133D9F85754B08BD6BC6DCE5
tools\System.Numerics.Vectors.dll
md5: 1D0D79D92462D1F749CD793BAD7AFC9D | sha1: A15EB11777A006CCCC999C5912A35C85BDEA96B8 | sha256: 591C0957653C7E4DFB3CCDFB41CF54D2FE0D58695F5E55A5B137A087C6DB5021 | sha512: 959CFA1A0B2EDBCAF9BE79E2A598C45DE31A1D28CA062EA8DC977089CB64757B2ED9FE923AABA666F896AF563F35913D55606844425071B693D4DC87AE32A32E
tools\System.ObjectModel.dll
md5: 434AE151D736A67B1B00BCE56994D8C2 | sha1: 870B26AEFB8AA10C63ACB2D53088FF9E97E00351 | sha256: E284F6B8C833BFCDB50D4DBF13B666915C2966E065CF0A6F7026E09AFDC52434 | sha512: 0ED023511B247CB6E74F28A927B0CD11922A0F31BFDCF5272759E21C7F412CDFD2AB0D50077CC4A018717AE17F68955E7FC1074A45257BA9FB7200E1CD95677B
tools\System.Private.CoreLib.dll
md5: DCA3524A13FB8DCFF1CD5DD41238E4EA | sha1: 785B65E3B774D1E4430B1E6B2ED861763773DCAC | sha256: C6174285C56574D7179315A1C649B7B85B94941485CCD87DE6CC2EE498748295 | sha512: B256173814FF13317BE3967B1E8F3AF819EEDD50D33D3BC070F8223541B3DC849E45C147BC963A841D93DEDF5B7BAA0403F4220604AEA66FCA98FE53ADED7E6B
tools\System.Private.DataContractSerialization.dll
md5: 05AC23AB329BA722BAB82B569C91A9F8 | sha1: ED8777EB065C2538EAA26464F07F766E16302941 | sha256: 50F3DC8F30EBCBB06DF00AD6F3DD6DD5E05E0DC14A3CBBF3DFDC971B2BBB6A8D | sha512: 50D7BE92CB6F318D6B3B4AE2A4C93AD604CBF08B6E704356ECE974DE928A1B6E14422BEBFD7A3FFE57D5F492082E2EBB18BED01E4C718CE1140623CBA4BE3DDE
tools\System.Private.Uri.dll
md5: 2C48FC38DB298BCB22267138C27126C3 | sha1: BE2942A12396EE5206CBEBC188CD531C22CBA458 | sha256: 7FB4E149D806413450506559C02CD88F8D4C91BAD2E279659581DCF0B804F704 | sha512: 7B4D0EEFA4A10E01D13927DEC380B3B97AE4B55D6D73494C8C916A74121CBCBA153469553E6348162781AAD599C6857A23DA70A8EA007D96564FE75114A2719D
tools\System.Private.Xml.dll
md5: 1B91EE39AC01C2E594930BC1249C3BB0 | sha1: 71D4AA5F753CD44E3AD71F5A9571016403A7759D | sha256: 73A05EDB41FC80D5EF3ED44029DC54F2FB5DF53C1A7FCDCB1F05B9F37BFEA65F | sha512: 7EF155AE8FF75866153C40E13F5EEF4CA0000612AE7A6E5E506A06C34805ED5F00720200F0C2BA7E9DED10A38FE371F6A41567278D0FB2D6344CE69B369B7A87
tools\System.Private.Xml.Linq.dll
md5: BA29CE291AB398EAA05318CC0082F583 | sha1: 11FC1D68A136BB377EFEC9182D780078F4BB2661 | sha256: 0F4B3EC3BBB9C3913A41A027A57B05A1D72BAFDCFC7D707E0F20EF8F7767F2F9 | sha512: C4B82221A365BF67AC1BE7D6805D635AA9F3EF2665271A8341FA41F83598703EB6B673E0E8304F8FD10D3AA289EB7FA2EFA1398B3D3DD6966DA0111D82C2327E
tools\System.Reflection.DispatchProxy.dll
md5: C793C1C35AC4A281C06F8B585F3B5516 | sha1: 3BBE581752B7479F0D794F41E1D3964E5ED54E79 | sha256: 93968DCD2A954687E995737645AD1880795E914B22F8B25B5EACF47C3437AAB7 | sha512: 787C2FBE83674CD5498649AC29427FA41E4ED9D5135EE7796E76041A54AD7ED3876B5BD9C60E8E7F0754A049519D4DB578BF36980A13B9DAAAE40BB9D374074B
tools\System.Reflection.dll
md5: 5E91897A5BF97DD557702BFA77041F04 | sha1: B366235B28030233B48F14701973C7561279E119 | sha256: 5D6C1D447BFE220C8043113684304E5B04CA39DA4E1FBF27FE5CD939002BB52F | sha512: 780D43005BD158D31E4FE8556D59EE9CCEBF91E274B9E6B0A93351EF491EB5900375AA522F1F3F552A34AE64034EAD70B44F734C4B6869BD162DD106D24A6038
tools\System.Reflection.Emit.dll
md5: C4EF4C39E73F2321D2FA4E3B488D1A0E | sha1: 67649C6A2A06A3311D63DCD868D4E9205194829F | sha256: 3573391262737FDD7DD2BAEC50FB33B83471B11E5ED86E854FA5CB0C6C138A72 | sha512: 6F62D18D3A660F37BBDE31711C5E5CD00085B0FC1BD1852739D3C46F909C5208FB44B145E0051C5BE1322FC7D41843144A6896BBF3D4F4D6FEBD0419ABA8A7C1
tools\System.Reflection.Emit.ILGeneration.dll
md5: 4E9E100460AF3BA9E2FE350A4EE80F82 | sha1: B06FE510476C6B17513D59ECA7E59428CAF0D260 | sha256: 3CA04500B86DD526721400D271FE59B374223AE59BA93407291C6EFFC91F895F | sha512: 813C9EE7E3B1A11F4E9A316D28F328C91001E1831F66D5CD6C2C8F5469E4B00726AD134046DC8B5C542C38984A231E13157B9A0E21C644718A47048E46CB87E1
tools\System.Reflection.Emit.Lightweight.dll
md5: 7371120E075245FFDF43387D9A9B33CB | sha1: 2B7075203FA0630D9BC0FC58AB0503E386AFA43B | sha256: 45DA5EB3017231E898420C4006A24B45EBF7EAD2829A320C3B13AEB8A6DFF0E9 | sha512: F342DBD8A4588D550DE542EF358A7972296AD73ED1360F2C6173E6F59C5C00788FC6984C60A2239AC6111DC49EEB72A774F463C41169975038528EE84D150194
tools\System.Reflection.Extensions.dll
md5: 144693BEB627FEF6F8FA8F183C1F5193 | sha1: 42AEAE330E8C95F9742737D8A647A5660C0B40EC | sha256: 18E76A89769B700DCBDDC95A625DA6E5EADB54FA0644D0A80E4CAB07662C75A7 | sha512: 7BAB7B52ACE5B3817FF8EDC9DDBE5BDA6CCD38710EE204BBCEF8F965987D549E68725DC75E91E1311510788745F635244002B71595B3723DE2ADB00FCDF7C74F
tools\System.Reflection.Metadata.dll
tools\System.Runtime.Handles.dll
md5: 300532A7D8E3B896D813818460CFD67D | sha1: BCAC79D7C31425473B043CA3AF055A4910C5DAFF | sha256: 6477B9009D334C41E837CF3E4B7264B83322640B0C105F80622DDB138DA3A496 | sha512: FD7FFEE7A851C47F23304B5A901C1CC7B953D4DCECA79219F3787B56CAAAD3F8B5207BADEE7093B347665390294471CBF19596E13CDE2E82C26E7988B4096828
tools\System.Runtime.InteropServices.dll
md5: 81FC26BF7F2B714D304B95EB30C4F371 | sha1: 6FF6F4AD36F16DBF2AC4F30919149EB2D2EAE3CF | sha256: 55F307097BEA86E48F3497DFD784C2467D458B6932744280DBCA4B14DC679E26 | sha512: 76FD779BE620CD7206BFB39E519A104CABAE73C5F125C6E40F416F974AC17744CCF3A52A0334CA717A0C62F3EC1FF3C39553B0A652C4620ED60873EBB588A691
tools\System.Runtime.InteropServices.RuntimeInformation.dll
md5: 8AE6A0390423FA5777CDF4E9E170D9DE | sha1: 6DB3BB0799184F192D00329024D6A62F63FF73B4 | sha256: A97F604FD624D1042BF9F0B654F15C6CE76874C4A8B5A2016D28524F8C40E4F4 | sha512: AFB019C8FB10B8E9C24C5FB72CD637C67185F6644E4B16456D566694568684B7A74FFF5850CF4092E5DAF7B94234F7C1ADB254ECDB53193CACA7F9407982A0EE
tools\System.Security.AccessControl.dll
md5: 365D691A8DE6BFB3CA169BB2DC8AED66 | sha1: 8701B74767584D2F8CF16BB559D195BA7E2543E0 | sha256: 9DBABBD2320FC5FA5B5B81DEB4A8AA1E48B950D39AED9FA7F1DF93F7823B14E2 | sha512: D6D9EE749125E48AF31F3BE3B612AFAB6C97E71EA623502A880C7D22E5510E95036CE651A0EA85A5BEBE0CC28196B7E95E8C6024667C2CD83166B9177B1ADF9C
tools\System.Security.Claims.dll
md5: 378C5C5E7D93435E21AA5B055994B419 | sha1: F0D0F53D63E70447CED2452550831378EC721486 | sha256: 06377440A3313AF326BEBEC88E59C65154F295BF12654CEBC01C9460E94D5F83 | sha512: 75A9BD236D66344B558748CAEF53B9E70EE1273F0CFCA4459D3A2C126885FFA8FEEBE7D0968F61E7E28D9A0C0CE1BD74FC4208D88BBF72A2B7AC9EDCEBF0B577
tools\System.Security.Cryptography.Algorithms.dll
md5: 45322316215D416EAD9B00D4A81B3CEC | sha1: 8678D9E01AD5ACC7AA3A66EC7CB3171ADF9E2DE2 | sha256: 92940AB2E1A89B1A447E5945D7A4EE0BD824FFE7F79D56CA12F472C1F8A02B73 | sha512: 0D27CFF0FD2F69578472B97EB97486D84B875DD787BC5C99F089796205125F464654238E956B754A2390E81D6EB687381EA8C08B5DF584E4DD60C995EC970B6E
tools\System.Security.Cryptography.Cng.dll
md5: E9D76A18C1ED9BDDED3689E4838A2731 | sha1: 55C4B6D4B12D507885E206E8A5EA21D34AE06FC7 | sha256: D429BBDD9004C4AB83325616164EE4796736B5C8264A4AD063C693E25CE4F112 | sha512: F0944E453A819D601021BA6613C88432C508457FBB585D4D1D5CA0C451EEEF63FE66BAD215B8FFA5B1DB4053B949C0384179F5B561FF74BF64BA8D905D813198
tools\System.Security.Cryptography.Csp.dll
md5: DCB447D54A035AC359B5E1B92677E1D1 | sha1: B9BDC85B7AF1A95B58BB6713BA95CB1D43F18835 | sha256: 621340C560FCF88C97B125F371BC4DAE956E35972258E05EA42F39C34C148242 | sha512: 6B90A9C64E4F0708201FEA30C36693ECB63D79C37EF6CABD18A67354F285AB5B197CEFF72A177600D54D2CAC79806B66DA5A7FF28694AB6802887975FCFC24F5
tools\System.Security.Cryptography.Encoding.dll
md5: 6749D935FA481C42D3790611E7A9521C | sha1: 685A545ABE8B6D93AD1CECD324ED2E93EC810F98 | sha256: 608E4C828A39963AC0A3BB54140C0D6E9F0A8866093CD08A2BF0A8FFE61AF754 | sha512: FF9051B562E1B3C1A2A9B6D5EA4EAFCCBAE316BFFC9BAFAFED4DF8066BD626B9E8886F008C2D69D898D87D2CF0ADB984C8B1BD636D1F8B83331F6BC09178D555
tools\System.Security.Cryptography.OpenSsl.dll
md5: 61F8F4590AC5033CBC37C1DD2C42F375 | sha1: BBB04A0BD082977024573DBA1BA16AB9C3B6F0B4 | sha256: 0C7869D835FDB378C5E98CC0E5A3617ACAF6C04BA909186E8CFE3A4FB322402F | sha512: 213BF07CE4AD8D2F43E6B4649A9C9FFEA3786F064A26E95C5263A962CE8C21ABBFAB94676EEF6D6A7692828A6272F771DBC721512E325BE7095222AEC9C1C84D
tools\System.Security.Cryptography.Primitives.dll
md5: EDFE7979A82BF675C4B1220723A67DB3 | sha1: 4EC8C824CFFAAE20D8AFCB23F91086782F57705A | sha256: 61D934A7425F2959EBC9C1F955F5433A3BC77E3373DD3D0C9D6FAC6DC2FDA28A | sha512: AA7AB841FFD41F5198D0CF48F81493A2A090B51C9588216ABB29902F23FB6797E21F1541858DAF2ECE1FA30FAECCB3776DB9BDF2CC43A266C2EAA4ADB6DD1814
tools\System.Security.Cryptography.X509Certificates.dll
md5: EFF68189074F2E02697677401529454F | sha1: F5748311A1096740B719346984DCBE97A1E47C58 | sha256: C5AC5C0F5C92E7112475748B38BF63A286AE93B3A4D8FFF5B7714D9F11AF6942 | sha512: 36C443E5A07621D15B95C37619F1B85B11238DB4BDE21A96A8CF447E34333289988B1E747663E3983D956F6D1CB10C2810DDC55B002303805EE569AAEB072DDF
tools\System.Security.dll
md5: 4F01A21A939359DA2526260D9C3EE8C8 | sha1: E6B5CEF695116C4FCA079D9D59F6B4CA058700D5 | sha256: 264616E24626C623BB89FEE7D77E373A11EACC6A8DD42F491392AA84929854C1 | sha512: 698F66B8EA8DDF62764B5D85959C47B11DF15A3606EBA39895785571C1C110B9BB0344476CACD66FC0AE418B0DBEA4B4EA7F0EAC3D58A40BB725D2067218125F
tools\System.Security.Principal.dll
md5: 58B35901C493659D4DC595A24CB0C351 | sha1: 8B833EB5ECC6FD77CF2EDDFCA4502137848C8B59 | sha256: D88317DB2AF075C208D5CD2E26BB4CDB09874500E0B4F9E53BBFCAA810B404A6 | sha512: 28DBDCA45A54C8243D1C72CE45743A1A780499FC5828137A99F4B6BFA68F96833AEB7E9254DF6217DFF013A1B0A5A0D6C6D0198E127FD7E51B494A46BC2DAF87
tools\System.Security.Principal.Windows.dll
md5: 178FC17AF806EC2A5422540D509B79D0 | sha1: 369CB42BD045BCCCE8145670B11F8B6BEBCE381E | sha256: 2ED070817A90E091AD3F36ED22A4D6BAC660DF1001A726F18541BD8608F14862 | sha512: C9C22B41D6AD16183E30C8889D2CD9D11F0721BBD098AA28666F9F4A1B2986125267CD885DF412E19C856975680FD2D57DF9062F8AB73D3D99C7E4708170C05B
tools\System.Security.SecureString.dll
md5: 0ABE864055E0D70F508B68863D0EAD23 | sha1: 61C43F66E85432B0FCD4BB18735A338BC1202190 | sha256: 9897F4A1B9F95B1E87FB6F8A5553A92B782F3046D214A520E20C91B0C35EE89A | sha512: FE23381748ADEC58B38120F483F7207393E373FF02EB727F3419D4FE47825C9A737DFB24452233E5221EC7F32C62586AB95B9FF1160F3D583A8DDADCD1CA619E
tools\System.ServiceModel.Web.dll
md5: 02F0AB7F18C90DA10DE68B8BA9DB95AF | sha1: BD950192E157DDD49B8F67FD8560920742DA052B | sha256: F74E7A5BEDBF3291C3902D90EF0A43A9262ECFEE521A7204335FF849E2A564FC | sha512: 50A92447D9467559B6137DC5C7720BB1D248CD7B5FAABD847C1B8C4E50BC3D5FDD8DDE4F1BD832BAFEE85294B03D44839D8CBEEB744CAD44DE1354DDEEEA0319
tools\System.ServiceProcess.dll
md5: 4E59175DCA40F4DA657038000FA02EFC | sha1: BC25F16EA5C6EB43EED2D03E8CE841A3C7532A60 | sha256: 144E1FEE45EE3F945F0C67AC9841979C19A2152658A2AD4FD833BB747E23993F | sha512: EA48E1CA46384E2F4712AF478468EED22B5B5BCB9FC0BE58332D9B778C7D4CE27B0633ED42EFC73C1DE124A019FA6996B19DDD4B647879E6C705152430EBDD89
tools\System.Text.Encoding.dll
md5: 32EA3F72E60A66F024B309F54C22F6E5 | sha1: 211465EDB3F14BE175F23028FB892F14923B12E6 | sha256: 37AC6B5B3BB15C91307A55A8CBEEF518BD62D74CDA2387CFED3D50141AB087F1 | sha512: 7850B21DD8AFB69BAF9E7277D470B581C8E5683A6BEB63EDB590173262F2D5A86A92B2AF035D18550F2D0E696CDDDD93F33E35D6F93BA5FCCDF64AFD905EB2B0
tools\System.Text.Encoding.Extensions.dll
md5: 9B88A15505FF0BDF3936B154E70444FB | sha1: 47F8FB4C532ECAD1E137D2AD7E01AF70D2DE90E7 | sha256: DDED31F9311B4BA3F3097AF623FE23BAA28D1B17520A0321AC4D7828B649328A | sha512: 7195C0F492593610EFE52AFAE43D40C62A747284C8FE16933B6C4368D7B0BEE8D14044580E09DE80BDB362A316030DBA8EA53D84C49C18C28720AAC0F564C9C4
tools\System.Text.RegularExpressions.dll
md5: 5368218F9494DDFA333372634BFB7E98 | sha1: A8ADB04C98998FDA9EC2532C9E76042FB7A5A981 | sha256: 39D1B3397F4C5885A1C6D915D52AFE575D99BC265E3CE6B435993EB8579872DD | sha512: 7E814F9EF25F06C352C34DA1780C1BBA32B10A57DD1D2839EC4F021CC9E9C3B274BC0B6B36073F567EDFB93806A1B5D9E9A79487C2A6D57240F0DA2209AE83DF
tools\System.Threading.dll
md5: E58C4A01108DAB381C7B40786611528C | sha1: AEB72F673C68950A6084EAFE8211F80B24422A3C | sha256: 3785242EA516109BF4C1CDB0AE328B9FA5C55A297AAF9BC15296923B6F099B16 | sha512: CA1C54C26A0899B03C9CA703D7F0581E9D037ACD2D937FCD11375E4827AE46E39B0EDF9514A6E99D6E38574CD660F0D4A29388584D3085D94F53565BAC80A3F9
tools\System.Threading.Overlapped.dll
md5: FC20CD3756B688805621A0EDF63209A5 | sha1: D211037A4F834D113A9DBCB6EE8EAA574FE08138 | sha256: 18D454782F9EB8AD270CDF3743E3E51699D38DA968AA59E151ACFF07CA4352C3 | sha512: 71213A1D34DA27B7A6A2B5B1516375A984FE21A6026754017ED175D73B208EDE1C3A3905FBF73563B9778F437B6FF70EFADFA1DAFFD5F4DB3811FBD5A0D404B7
tools\System.Threading.Tasks.Dataflow.dll
md5: 5989320FF306A2C2BE29ECC3D9AEEE36 | sha1: 18DE1E7A32F58F3AFBC1D37E12BFD5D5998A1C1D | sha256: 13810E373AC25FD7B3A132F498B62D4FC51640491FF88A303212CC41816F96C3 | sha512: 689AED22B1FD8BCE9C212935C279FF3722EC87528AEF6E62270485F1F28C9EC473CED84D1D79EF45C4E652A4D97265B5BB49335399FF6732C9D9D9460EA1D71C
tools\System.Threading.Tasks.dll
md5: 771D99317D2C7B1C7618B3EFDC52E7C6 | sha1: B25A6BD6FC7F4FBC0881CC1C3E07915DCFD92017 | sha256: 42396A274D2D3FE8193E4DF4597E057A944BC42D7E8064E162B275F8AD6427EC | sha512: FB54B5AC0C79318893F6D834569D4EF7D4AEF755829F453D87002346F5F52DA16E6CB80483EAA13370F3EF5ECEC4590AB829E7361F8F35D3CEE8E1B6CDDC86BD
tools\System.Threading.ThreadPool.dll
md5: C68178F8A96922EA3960EA7BE352510D | sha1: 385EB1574245CA1B060BFFA12F8C69EBD392CFA9 | sha256: A8159A99A1CC0BC465B15B304A2DD53A48016BA9FE7D1516F5BFD87052DC1799 | sha512: C4662948F7FB3F59260746557F0E1A70601CD301E9BC8766BD19BB03115A34C1764857833BC27594A3E9381DC1C7388D7324BD702E56950E5B0B9ADAA3D80033
tools\System.Threading.Timer.dll
md5: 4E9C86145A7080031DE1374F5F64B7B6 | sha1: 08C6928F00284B73BFC3B231565C8FD2F740FA4D | sha256: 68419D8747ED9BACC527D22A678DC758D2BA26A4741C8DDEAB9B9EBC0E8777E4 | sha512: DD376005BFDB97B93C4F3B081B11299F6C7953AD8A1077C93396127BD572F86C6C4B36869E06C3D9034B8A09E79EFBECF6D7A0F842B7DCBA2D84ABAA38049331
tools\System.Transactions.dll
md5: 66D53D013B10A90BA820B14274ACCD79 | sha1: E1B73DCBA25418FC674FA1D716EF75EE270AB9F6 | sha256: AA29F130EB6505FC66A0728B71B055C6F236B308E8A6408ADA19739206BFCEB5 | sha512: 295A26BDF41C6A044BEB71BAB16DD96EFD9A7DE599758E3D2976D4609E5ADD7C6BA88DE6C887F024AD432AA8221B60FAAB649AB7CD87562AFDA74DD62371F5E1
tools\System.Transactions.Local.dll
md5: E0A1B204B80235221E4F84A76E5F11A2 | sha1: 0D3F2691674D566C1D058E436D2BAE05E14652B0 | sha256: 0A81F14875AACB001CCA5446E20DFD3104E7F45FA2BD2AB6AAD955624A03BD30 | sha512: AF3E6395337A00B691B837B6A8CECE15350E3F780422B1DCE1236DBB7BC54382E4A72900B3727357923D45CD1AD263DDD496BD5FA20D2F538B7CE24F1304377C
tools\System.ValueTuple.dll
md5: B87A0CA21537CA5F678FEC9FD59C2555 | sha1: 903DAE17BE9D02F1EE2E2ED3BDBC0CB6BBF25D11 | sha256: 9A86F3688E025731F1C9835D29AC8A1504D131C264767BCF871D286F91CEAFB5 | sha512: 595E6E23C1A1F1F5715E38FE1771A3762D2BD019FC5258321B1AC92CFDDFE18612D034C9B0AAFD04B85AA409607B19A941141DEA8046F4EE839551D6428FD774
tools\System.Web.dll
md5: 5D1E4A70D2C9CFEC446A7D130A3459E9 | sha1: 392C4725AC388D234055F9E3647EBBC96164F8C1 | sha256: C7C125CA5B7C76C727003F8FD7942905644C7196D94FE68A03F081849EEC36E9 | sha512: A35BB550CFC13FCDE5C2AF1D26E53F07AA534D93A2B8E8CE3D3AA111939944CB90BFF05FF907DCF075A84A8AC7E185AA5374560E309CA1617A4200A2DB5A68EC
tools\System.Web.HttpUtility.dll
md5: 9DADAC870B633D2C1C405CBFB706138F | sha1: 4884082A2317AF8B22529AA0C08949C5DB002C56 | sha256: E9794B14E37903B77922AD6FCFAC82E77DA22BD2F35F1F62F84191E6253FC8B2 | sha512: 526B777DE32540E40FF33C62D70F98E04D3943E1E98F0C0DAAB67E8EBF2E57E27A891FAEBC0AC05C0B0629FFA24D1584F74BC6BEF12E612C23715C8A6B9B7A9C
tools\System.Windows.dll
md5: 42C41A604C5ECA183AA62DC513AACA41 | sha1: 682FDAADEA4D3BA39F6DD98ED4A43DD5105DE275 | sha256: 03F4CA05041F25D9F7FAF841C110001C2AB1D4AAF0E3E39CDD19829270E7261B | sha512: 466B78257321203D17D15EC7F6634929B448DB5C724123D1D3E4B31D419AE41318100EF7879B96307A845864D11F1492AA943084BD0125D3D05A7FAA007646AB
tools\System.Threading.Tasks.Extensions.dll
md5: 7FD59493ECA17CF35C43872CA4914B46 | sha1: 3D5280D32FE4E99AD4684E978D2E0C1A94C3472E | sha256: 2AB50F02BE2AFF5B37F387016329BC870E2362C176368BC1E583D17EB062836D | sha512: 88C02D56D2C2986CEA496B02F492590D800B59ABDAFD548A8EC23FFF2A672A21ACAFC3ABC5683CF87716F3AB3B415E69CAA21742B8A2047F11DCAF92689DBC45
tools\System.Threading.Tasks.Parallel.dll
md5: C1845C501B0726AC58EA3DDFD56D289C | sha1: 7AD8C5818ACC72ACC26E0C72337C8FAF33AE8676 | sha256: 20FF83D79FD41DFD852EFE46FF2A3E7BC1EF6348423E07946D38A5CDD6CE7B16 | sha512: 1ED0B331AB4773A793FFA9D4B88A252BACBCA65854462F54F9101CE169C17C5E113081FFFA24C613CA13360B8075CFA09A563624D18472A0D99B08A73811DA87
tools\System.Threading.Thread.dll
md5: 61B7D6AC5C1A5FD6FF73D18D6DB75386 | sha1: B2BFC77BCD20ABAF262B039A942B7063B504A541 | sha256: D34787CDB90D335BFD47B9CEB3EFC1C253A0A9B745D1284B5422E4BCEF9AE063 | sha512: 4F40725B44F18B110FCA76FFA3818175A77D53032F10A503E3B0A70CE60DF742667F09A6010B5D3D765A9BB1EF671BA497EE7262C4F5C6996348EC8FF831B2DD
tools\System.Xml.dll
md5: ACCEFE7C45EAECD492AF360F77FCF002 | sha1: 255FED82CDC68F342A02233A6067557680F8ED86 | sha256: 2488FF47887E4DD8FE75050B9A6E8DEE2C19D9DAE89E881EE1047D8FAE784E04 | sha512: ED398FB650BC86EEF26785DE5F6254254EBF5597849ABE6AB3AD03D8F3E064DDE733CD6B5D857AABA8EB6898ABA444B08ED54CA79935B0923320DCC6487C5E56
tools\System.Xml.Linq.dll
md5: D6EB105B36B0B395D72F5A64C0B8367A | sha1: BB7E94DCB70B453880D1F470CAFB5698EC0BF3A1 | sha256: 59E4FC43ACCFDCC63C3CFBA82EE3F8D613275BFDC45FD22429789D4AF8B2CFAD | sha512: 72F9D5282155051656C51B3A762B0F83A3AB23FE0B4DCD86700E2000D597AB80E0718341EFFDBEA8E8FD08242D6ADC23F155CB8234CB233F0EF7FFC756FD44A6
tools\System.Xml.ReaderWriter.dll
md5: 7019B4FA606205C3E1E8642C8B9976CE | sha1: 733C330BB4AA4E0910B5EBFEF69CA356AD63EB04 | sha256: 1E76B1CA0BDD35BB0267D986B06E2544A4CC8C586CAEA2DAC4ECD289A56F195F | sha512: 0ECCB298C0C376A3CBA17A8D464D3F9E902E3D30003CBC5F1CEFFDA1B2BD9DEFB27155A49350382D388433504C789A980BD144432A72068783A0A7DA02AF758D
tools\System.Xml.Serialization.dll
md5: A2D7598EFB41303BA368F00AAA691CB7 | sha1: AFEC5D7D0861B901418AE21F2F4E87AB731C4410 | sha256: 90E95913373B511EF792D5993D064C57DB664D823A782514F5C5C633BA0E9F06 | sha512: 1595E3C3B1D245A23117E4964627659D6E9F827898901EF0D275C34CCD47783360A9D43FBEEBD974C6ACF49E7AEEBE2387977E4BF7FF8B7E4FEF92706222102A
tools\System.Xml.XDocument.dll
md5: 660F1C9A9061E585BD613BD8FEFBA0F6 | sha1: 2EE7B8CE49D0A18C7658ECCB3B2190431BD5ADD9 | sha256: BC3625D62C184532882B57A3179795FC335BBEB71F9406140650C84B3808139F | sha512: 892E783939806631EEC2ED3E8BA0A288989D6844C1B45F56FB4330EB95EAEA5A2DE8F7799D999CA9A1C3DAA9EAA512293AB0B6792A4A2077896021AA047A62AF
tools\System.Xml.XmlDocument.dll
md5: 01656978F9AD512C5C504B08CDBC8125 | sha1: 4E3C23A2CFBECC1000797C6AAD8FF09FE6A5CB47 | sha256: 067E50FE007C0760B79658111477FE1215000474D2EB98078D1F8CF65930BB9A | sha512: DE7597E8D2E86921B7D4541A61A7A053DE607CFCCE6EECCBEBF4D93FD8F9B39ED063663B7ACD84BC6DA96FCD1A4A0348FB393118A8D8E878FBB17B401835F7D4
tools\System.Xml.XmlSerializer.dll
md5: 5EC8415641D1086F3BAC8368F5EC18A0 | sha1: 6E7DEDC37C8B968B6D8D86EBE663AFAC1D16C0B9 | sha256: BDFB7BFF3F1CED0F253BBBF4BDB6DCB801BF4D4E9704DE7F74FEAB1380480BBC | sha512: B7FCB0C12C2FE2C174F886F15788D2E8C08BDBB28ECD7498366ACE57188452AE3A7580F8AE3B066612E9189C8028C1890E32582977A4383EB3F4A2D37C24B99F
tools\System.Xml.XPath.dll
md5: 586F873C88C72D68A466DCD6052D885A | sha1: B4CC61EC742CDE4BC0299CC28BD614AF3343BC60 | sha256: DA9576360788668AE80062B6FD72F2EC6D63B5A3AEA82CC483CC9B6B563BFE8E | sha512: 99FF130BAFA7823ED891F626661C59E087CB91D3B44121FD059FF1147F92583726CE98140FD88BD67E8E91F5A57AB412C54BC211F498BF441692CA2E99AA90DA
tools\System.Xml.XPath.XDocument.dll
md5: CB4F047547D0CFB4FC8115DF6E9D94CA | sha1: 6508AD439A39419AB9FB08A656CD261E45068A6B | sha256: E4C0DEEF5492C3BDEBF280C62A9C691E9E9733A790CF1A2E490F8111B4C97806 | sha512: 94385E54B24E06FC43FBB9BA20D01E8E4106688BAD04048C5F7759DB1A74937C8092575F9B18E3C814E87CB86D33872AA665A74B334A77FAA3E2CDB2B098771C
tools\ucrtbase.dll
md5: 0E0BAC3D1DCC1833EAE4E3E4CF83C4EF | sha1: 4189F4459C54E69C6D3155A82524BDA7549A75A6 | sha256: 8A91052EF261B5FBF3223AE9CE789AF73DFE1E9B0BA5BDBC4D564870A24F2BAE | sha512: A45946E3971816F66DD7EA3788AACC384A9E95011500B458212DC104741315B85659E0D56A41570731D338BDF182141C093D3CED222C007038583CEB808E26FD
tools\VERIFICATION.txt
Kalmar Germany GmbH is the author of the software.
tools\WindowsBase.dll
md5: 7B96767515F96798BEDE1EFFFAF0F390 | sha1: 5D7C15D13E0A862B9549A790C176BAB212248547 | sha256: C543611AA1BD2DF0B6FE8EBFF0AB296FA61ECC912B1F31378F8D326FBE22BDB3 | sha512: 62E06C08DF0062E2CDAC40A887F0E28C6A2A232B5AAE3F2EA9D5472039320F6F1FCA523B0455F8D66CD814A09A39EEE0389FE34994AA374C9B4BBA7E3424317A

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
Bluetracker CLI 2.1.0 92 Thursday, January 7, 2021 Approved
Bluetracker CLI 2.0.0 173 Tuesday, May 12, 2020 Approved
Bluetracker CLI 1.3.2 334 Friday, March 22, 2019 Approved
Bluetracker CLI 1.3.1 148 Thursday, March 21, 2019 Approved
Bluetracker CLI 1.3.0 172 Monday, December 10, 2018 Approved
Bluetracker CLI 1.2.0 177 Sunday, December 9, 2018 Approved
Bluetracker CLI 1.1.0 178 Saturday, December 8, 2018 Approved
Bluetracker CLI 1.0.0 201 Tuesday, November 13, 2018 Approved

Release notes are published on the project side


This package has no dependencies.

Discussion for the Bluetracker CLI Package

Ground Rules:

  • This discussion is only about Bluetracker CLI and the Bluetracker CLI 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 Bluetracker CLI, 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