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:

5,060

Downloads of v 1.2:

453

Last Update:

16 Mar 2020

Package Maintainer(s):

Software Author(s):

  • Andreas Wäscher

Tags:

fusion assembly fuslogvw binding foss utilities productivity

Fusion++

This is not the latest version of Fusion++ available.

  • 1
  • 2
  • 3

1.2 | Updated: 16 Mar 2020

Downloads:

5,060

Downloads of v 1.2:

453

Maintainer(s):

Software Author(s):

  • Andreas Wäscher

Fusion++ 1.2

This is not the latest version of Fusion++ 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 Fusion++, run the following command from the command line or from PowerShell:

>

To upgrade Fusion++, run the following command from the command line or from PowerShell:

>

To uninstall Fusion++, 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 fusionplusplus -y --source="'INTERNAL REPO URL'" --version="'1.2'" [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 fusionplusplus -y --source="'INTERNAL REPO URL'" --version="'1.2'" 
$exitCode = $LASTEXITCODE

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

Exit $exitCode

- name: Install fusionplusplus
  win_chocolatey:
    name: fusionplusplus
    version: '1.2'
    source: INTERNAL REPO URL
    state: present

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


chocolatey_package 'fusionplusplus' do
  action    :install
  source   'INTERNAL REPO URL'
  version  '1.2'
end

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


cChocoPackageInstaller fusionplusplus
{
    Name     = "fusionplusplus"
    Version  = "1.2"
    Source   = "INTERNAL REPO URL"
}

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


package { 'fusionplusplus':
  ensure   => '1.2',
  provider => 'chocolatey',
  source   => 'INTERNAL REPO URL',
}

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


4. If applicable - Chocolatey configuration/installation

See infrastructure management matrix for Chocolatey configuration elements and examples.

Package Approved

This package was approved as a trusted package on 16 Mar 2020.

Description

Fusion++ is for anyone feeling uncomfortable using the default Assembly Binding Log Viewer from the Windows SDK: FUSLOGVW.exe.
Did you know what "Enable immersive logging" means? Or why you should separate log categories from "Default" and "Native Images"? Did you ever forget to disable the log again and wondered why every .NET application is that slow and your disk runs out of space?
That's where Fusion++ comes in: Just hit "Record" to capture your assembly logs. If you are done, click "Stop" again and investigate binding errors in a beautiful UI. Fusion++ takes care of anything else in the background.


tools\DevExpress.Data.v19.2.dll
md5: 5EC94DAAAD8A18A38B2DC3B6C1AE865B | sha1: 34FCE7E42D81439D1CAC951B992783CDC7749910 | sha256: 9C45D61800E4F9717B1FD1C7D892C1ADAB1940C78360C5A6202134908F5E90CB | sha512: 94623C39423A4370B4CC4CC6A446112B3623C4B26762AC80E17DE968EBF0D6F23F5D1570CD8EC7B1829273CF6992354255C9747BE43ACCF134074FB0320D265E
tools\DevExpress.Images.v19.2.dll
md5: 406B96C875F5D6F8E777B1CFFB7BCD15 | sha1: E1F27B2FE792BF80B80CCE546542A20604099B40 | sha256: 61291AE9359CCCC0D0CE9EDE6366C1A7A3B10E9E6E2C664670F5570F6EA55A83 | sha512: DE746B4F4F89774FC4DAE412BE1CDAC84E0797F655ED20F98E564F34290BDC8BA2159882661723EA8C78F02897830869DEDCFDA49759E1D62983AA7DD5A956F1
tools\DevExpress.Office.v19.2.Core.dll
md5: F29C505347B4FDF9B3DBF27F2B9C8C78 | sha1: 1A66F685D8CDA5155015675B92BD33EF9A8E6619 | sha256: D1994B01C29E292FEE49FEE5BE0FC370A8BB9474FBC0651FC30E125473CF77B1 | sha512: F0EB0CD0C57552383AB9EE98074D86C16A44908296E08EC773A002779459C829D1D8FF689E0557215EA32341FD448E74F68190D554F66250E569CFFEDB17F7F7
tools\DevExpress.Pdf.v19.2.Core.dll
md5: EFDD2DEF4F379D231931501B39199CD2 | sha1: 8B2AEAF8829550936E268E332D4F2CC2C2541575 | sha256: 9C91CA8803DDFA1B5B6D0116FA6B241AA1BCEEEA0AFB0EB00529ADC93EA3B6DE | sha512: DC4724BCE7F06CBEAD3E3F8887177A23B6CD040CDAE0018BA9D264F717D1E4AEC88DF13BE6583AA06EEDDEC1BA830ED6BBE65385FA47E5CDBCDE3B84E03C74E6
tools\DevExpress.Printing.v19.2.Core.dll
md5: 4DB24915B7E6057783F3F03DE3A57736 | sha1: 8FA6DFEA6FD6ABCA56F62530EFF03D6769025705 | sha256: 902B09D8592508EDF005B8CCCEA30EE1CB8D28225ECC334F527CC670CDA861FA | sha512: 612BA91A09AF0ABCB2E60B0AF3EC5E7C9C247A889B35CE640D227FB95EB73E377001B71147D7BC70958DB1F0875C76A1A25F8C4D825882D1450584B01B87E22F
tools\DevExpress.RichEdit.v19.2.Core.dll
md5: 1D1F8514C3D11B58B748A46B1BF8CD06 | sha1: 2CD6A13442222C2F7B2165D3BE03E00667E4D5C2 | sha256: 106EEDC1DE168F019173F37B18544543CDA1991E4DC923B13EAE80A942B0C201 | sha512: C653851B8B017D16FE8088FFE38803257EC8156CB70ACA9B970E3B44444058A7EA5AFD2668BE30A3D21E78D40A1260B1C603300A440938ECEB873F1BA71C61EC
tools\DevExpress.Sparkline.v19.2.Core.dll
md5: FDAD4B58582788A87837628C1490160C | sha1: 2FB12E13E368B0A7C7BC0F97E40EE41DBEAC6C67 | sha256: 54A82CA8C012BD79F090561277B8C19065EE01B9A5D3DB989C8FE2692077B912 | sha512: 1B362442A9F6F1CC4B671B3B8493BB8ECC7AE651F3020FEA278B933252D7B10B5EF60293C4F8B0DAA62BA7FC53467770D16F53C1F3185B6ADC7CB5656212E4A1
tools\DevExpress.Utils.v19.2.dll
md5: A560B432C29A9FB0A92D316E7A4D02E3 | sha1: 4308CC5305D7F477C2EA8756B9523695A4A0E330 | sha256: 600163AF84B4AF602CD686A6A53B48125A3B188169A2434350D0E70342AECDEB | sha512: 984310AB19E2CDCC204961D6EC39A57AADC195A2D6124031E0978AE58032CE587F09FAF82E9FCDEF3DF9E82CF0BADA37E2BDFFE93ECBFB8D870CE2493F07D6C4
tools\DevExpress.XtraBars.v19.2.dll
md5: 74711633023F71A35425E9062DC4D24F | sha1: E7D0E203931E3499ACFC118AA8CD5F79A4E164BA | sha256: DF45E23994748B4ADF5FB310EB3CE0911A0950B8A30DE3A83F63F2C51CE4BC4E | sha512: 95E6433FE49723297359CFD1F3BBDFC252F3D5058C2FA8A225A8AE3B4C0D32A6541B7EDB4CFF55B68C13F64FDB0596603A8330514BFB9309FB8A68EB9D03561A
tools\DevExpress.XtraEditors.v19.2.dll
md5: C2D16CD1021AEA9D4676F16C4D13A823 | sha1: 0DD421C250F2C3CD84A7029539F6DEBB21B4CAF3 | sha256: 09A5B538947A46EAD02E0FC38AAB508B5D25B6F046DD525FE18F21D8CCB4D401 | sha512: F6D0E1CCD9801A114027F9B6440311B9F3DEE3AD87E225F149AE529A94D4E27A6063A3508D77773A35AF963D7FA3D43F5FAE14CE6DF11C8728D4866FF4816E4B
tools\DevExpress.XtraGrid.v19.2.dll
md5: 84BF29FCC16282E2C691A1A3600B50DB | sha1: FA9063944A3026333FAA70D9C19204B81D8D887C | sha256: 7C8235214C4CF2664910A5443B65421015BA0A67D2A28ED6F30F4E2BF6D8DAB9 | sha512: 2440BD677FA7E81967274EAF24D97DB0D9BEE6282E5F8EAFE734C1C82C795910193B1514A0A5DC99D8315271F0FE1E199C89831D22B022F0FCD27A643E032BA4
tools\DevExpress.XtraLayout.v19.2.dll
md5: 10473DE183BF8B74AAE4658EBC9985AD | sha1: 3144C629795F7B4EC2355E9869505ABC5DFED827 | sha256: 382D3A2BDBDC0F1CB1828ADCBDCE4741BDC0AD719F7468D7906684EA5E92FD92 | sha512: B9EBFDD106AF334BEE49BD0C645C1B670A0C95B7B90D46D6F9AB14CE52E1C5A0197343978C3AF2832AE47E2488B7028A052D4B15A3F48E9C2DD83C238B5B06E6
tools\DevExpress.XtraPrinting.v19.2.dll
md5: 46FB6BBAF9C01790AFDD3F8EB641E0D1 | sha1: 56C451292097820447E404BC45B94102C0D1882D | sha256: E10453198CD4AB59A7106230C240029ADE2B767D5F5C194A60A8244DA2CA3660 | sha512: 417740DF06FC0DA01652E9CF48F2A8604F13452463BBC575D05F4AB3745F677BA77DFCD9529C4950292D079297252BB52C8012815429793EB7D7E18F85280CB7
tools\DevExpress.XtraRichEdit.v19.2.dll
md5: 0AAD4B6271E73F5DAFF20D17B19E49F0 | sha1: 21D8D3C3E2A3FC01E74560988C34F469DF6CCE90 | sha256: F067AE73BCEACB3C7696B261C31BBBD015D20C154163CF06635239EF94F0EF55 | sha512: 2CAA382CC2B4FCC7B9B41B7043197DCCD789B0A26EC9120A7310D668BBF9ACE000B30F8F8EA9B83A818604B201AF5714525EF50932C123AF25043B18651BF91E
tools\DevExpress.XtraTreeList.v19.2.dll
md5: 67307B175A6ACF59A3FAFE6A87ECF43F | sha1: 6E272B69266A5452B6B8EE72C1A6C0D70A88D6F0 | sha256: 0B1E702FB2D50FA5380E280B46C64DBF210C34AFC2598F8F8E3672D730788459 | sha512: 1A5570AB636AEC4108D954CF33B48244EB8A42B6FD92288B04D3D9861DFEACF6606A3925BD604F167F2B88E9EC2EF8F3D29ADD4139FB1B0EE4256E577E6394AE
tools\Fusion++.deps.json
{
  "runtimeTarget": {
    "name": ".NETCoreApp,Version=v3.1/win-x64",
    "signature": ""
  },
  "compilationOptions": {},
  "targets": {
    ".NETCoreApp,Version=v3.1": {},
    ".NETCoreApp,Version=v3.1/win-x64": {
      "Fusion++/1.2.0.0": {
        "dependencies": {
          "DevExpress.WindowsDesktop.Win.Bars": "19.2.6-ctp",
          "DevExpress.WindowsDesktop.Win.Grid": "19.2.6-ctp",
          "DevExpress.WindowsDesktop.Win.RichEdit": "19.2.6-ctp",
          "Fusion++.Engine": "1.0.0"
        },
        "runtime": {
          "Fusion++.dll": {}
        }
      },
      "DevExpress.WindowsDesktop.Data/19.2.6": {
        "dependencies": {
          "System.ComponentModel.Annotations": "4.5.0",
          "System.Data.SqlClient": "4.6.0",
          "System.Management": "4.5.0",
          "System.ServiceModel.Http": "4.5.3"
        },
        "runtime": {
          "lib/netcoreapp3.0/DevExpress.Data.v19.2.dll": {
            "assemblyVersion": "19.2.6.0",
            "fileVersion": "19.2.6.0"
          }
        }
      },
      "DevExpress.WindowsDesktop.Images/19.2.6": {
        "dependencies": {
          "DevExpress.WindowsDesktop.Data": "19.2.6"
        },
        "runtime": {
          "lib/netcoreapp3.0/DevExpress.Images.v19.2.dll": {
            "assemblyVersion": "19.2.6.0",
            "fileVersion": "19.2.6.0"
          }
        }
      },
      "DevExpress.WindowsDesktop.Office.Core/19.2.6": {
        "dependencies": {
          "DevExpress.WindowsDesktop.Data": "19.2.6",
          "DevExpress.WindowsDesktop.Printing.Core": "19.2.6"
        },
        "runtime": {
          "lib/netcoreapp3.0/DevExpress.Office.v19.2.Core.dll": {
            "assemblyVersion": "19.2.6.0",
            "fileVersion": "19.2.6.0"
          }
        }
      },
      "DevExpress.WindowsDesktop.Pdf.Core/19.2.6": {
        "dependencies": {
          "DevExpress.WindowsDesktop.Data": "19.2.6"
        },
        "runtime": {
          "lib/netcoreapp3.0/DevExpress.Pdf.v19.2.Core.dll": {
            "assemblyVersion": "19.2.6.0",
            "fileVersion": "19.2.6.0"
          }
        }
      },
      "DevExpress.WindowsDesktop.Printing.Core/19.2.6": {
        "dependencies": {
          "DevExpress.WindowsDesktop.Data": "19.2.6",
          "DevExpress.WindowsDesktop.Pdf.Core": "19.2.6",
          "System.ServiceModel.Http": "4.5.3"
        },
        "runtime": {
          "lib/netcoreapp3.0/DevExpress.Printing.v19.2.Core.dll": {
            "assemblyVersion": "19.2.6.0",
            "fileVersion": "19.2.6.0"
          }
        }
      },
      "DevExpress.WindowsDesktop.RichEdit.Core/19.2.6": {
        "dependencies": {
          "DevExpress.WindowsDesktop.Data": "19.2.6",
          "DevExpress.WindowsDesktop.Images": "19.2.6",
          "DevExpress.WindowsDesktop.Office.Core": "19.2.6",
          "DevExpress.WindowsDesktop.Pdf.Core": "19.2.6",
          "DevExpress.WindowsDesktop.Printing.Core": "19.2.6"
        },
        "runtime": {
          "lib/netcoreapp3.0/DevExpress.RichEdit.v19.2.Core.dll": {
            "assemblyVersion": "19.2.6.0",
            "fileVersion": "19.2.6.0"
          }
        }
      },
      "DevExpress.WindowsDesktop.Sparkline.Core/19.2.6": {
        "dependencies": {
          "DevExpress.WindowsDesktop.Data": "19.2.6"
        },
        "runtime": {
          "lib/netcoreapp3.0/DevExpress.Sparkline.v19.2.Core.dll": {
            "assemblyVersion": "19.2.6.0",
            "fileVersion": "19.2.6.0"
          }
        }
      },
      "DevExpress.WindowsDesktop.Win.Bars/19.2.6-ctp": {
        "dependencies": {
          "DevExpress.WindowsDesktop.Data": "19.2.6",
          "DevExpress.WindowsDesktop.Win.Editors": "19.2.6-ctp",
          "DevExpress.WindowsDesktop.Win.Utils": "19.2.6-ctp"
        },
        "runtime": {
          "lib/netcoreapp3.0/DevExpress.XtraBars.v19.2.dll": {
            "assemblyVersion": "19.2.6.0",
            "fileVersion": "19.2.6.0"
          }
        }
      },
      "DevExpress.WindowsDesktop.Win.Editors/19.2.6-ctp": {
        "dependencies": {
          "DevExpress.WindowsDesktop.Data": "19.2.6",
          "DevExpress.WindowsDesktop.Printing.Core": "19.2.6",
          "DevExpress.WindowsDesktop.Sparkline.Core": "19.2.6",
          "DevExpress.WindowsDesktop.Win.Utils": "19.2.6-ctp",
          "System.Data.SqlClient": "4.6.0"
        },
        "runtime": {
          "lib/netcoreapp3.0/DevExpress.XtraEditors.v19.2.dll": {
            "assemblyVersion": "19.2.6.0",
            "fileVersion": "19.2.6.0"
          }
        }
      },
      "DevExpress.WindowsDesktop.Win.Grid/19.2.6-ctp": {
        "dependencies": {
          "DevExpress.WindowsDesktop.Data": "19.2.6",
          "DevExpress.WindowsDesktop.Printing.Core": "19.2.6",
          "DevExpress.WindowsDesktop.Win.Editors": "19.2.6-ctp",
          "DevExpress.WindowsDesktop.Win.Layout": "19.2.6-ctp",
          "DevExpress.WindowsDesktop.Win.Printing": "19.2.6-ctp",
          "DevExpress.WindowsDesktop.Win.Utils": "19.2.6-ctp"
        },
        "runtime": {
          "lib/netcoreapp3.0/DevExpress.XtraGrid.v19.2.dll": {
            "assemblyVersion": "19.2.6.0",
            "fileVersion": "19.2.6.0"
          }
        }
      },
      "DevExpress.WindowsDesktop.Win.Layout/19.2.6-ctp": {
        "dependencies": {
          "DevExpress.WindowsDesktop.Data": "19.2.6",
          "DevExpress.WindowsDesktop.Printing.Core": "19.2.6",
          "DevExpress.WindowsDesktop.Win.Editors": "19.2.6-ctp",
          "DevExpress.WindowsDesktop.Win.Utils": "19.2.6-ctp"
        },
        "runtime": {
          "lib/netcoreapp3.0/DevExpress.XtraLayout.v19.2.dll": {
            "assemblyVersion": "19.2.6.0",
            "fileVersion": "19.2.6.0"
          }
        }
      },
      "DevExpress.WindowsDesktop.Win.Printing/19.2.6-ctp": {
        "dependencies": {
          "DevExpress.WindowsDesktop.Data": "19.2.6",
          "DevExpress.WindowsDesktop.Printing.Core": "19.2.6",
          "DevExpress.WindowsDesktop.RichEdit.Core": "19.2.6",
          "DevExpress.WindowsDesktop.Win.Bars": "19.2.6-ctp",
          "DevExpress.WindowsDesktop.Win.Editors": "19.2.6-ctp",
          "DevExpress.WindowsDesktop.Win.Layout": "19.2.6-ctp",
          "DevExpress.WindowsDesktop.Win.TreeList": "19.2.6-ctp",
          "DevExpress.WindowsDesktop.Win.Utils": "19.2.6-ctp"
        },
        "runtime": {
          "lib/netcoreapp3.0/DevExpress.XtraPrinting.v19.2.dll": {
            "assemblyVersion": "19.2.6.0",
            "fileVersion": "19.2.6.0"
          }
        }
      },
      "DevExpress.WindowsDesktop.Win.RichEdit/19.2.6-ctp": {
        "dependencies": {
          "DevExpress.WindowsDesktop.Data": "19.2.6",
          "DevExpress.WindowsDesktop.Images": "19.2.6",
          "DevExpress.WindowsDesktop.Office.Core": "19.2.6",
          "DevExpress.WindowsDesktop.Pdf.Core": "19.2.6",
          "DevExpress.WindowsDesktop.Printing.Core": "19.2.6",
          "DevExpress.WindowsDesktop.RichEdit.Core": "19.2.6",
          "DevExpress.WindowsDesktop.Win.Bars": "19.2.6-ctp",
          "DevExpress.WindowsDesktop.Win.Editors": "19.2.6-ctp",
          "DevExpress.WindowsDesktop.Win.Grid": "19.2.6-ctp",
          "DevExpress.WindowsDesktop.Win.Printing": "19.2.6-ctp",
          "DevExpress.WindowsDesktop.Win.Utils": "19.2.6-ctp"
        },
        "runtime": {
          "lib/netcoreapp3.0/DevExpress.XtraRichEdit.v19.2.dll": {
            "assemblyVersion": "19.2.6.0",
            "fileVersion": "19.2.6.0"
          }
        }
      },
      "DevExpress.WindowsDesktop.Win.TreeList/19.2.6-ctp": {
        "dependencies": {
          "DevExpress.WindowsDesktop.Data": "19.2.6",
          "DevExpress.WindowsDesktop.Printing.Core": "19.2.6",
          "DevExpress.WindowsDesktop.Win.Editors": "19.2.6-ctp",
          "DevExpress.WindowsDesktop.Win.Layout": "19.2.6-ctp",
          "DevExpress.WindowsDesktop.Win.Utils": "19.2.6-ctp"
        },
        "runtime": {
          "lib/netcoreapp3.0/DevExpress.XtraTreeList.v19.2.dll": {
            "assemblyVersion": "19.2.6.0",
            "fileVersion": "19.2.6.0"
          }
        }
      },
      "DevExpress.WindowsDesktop.Win.Utils/19.2.6-ctp": {
        "dependencies": {
          "DevExpress.WindowsDesktop.Data": "19.2.6",
          "DevExpress.WindowsDesktop.Printing.Core": "19.2.6"
        },
        "runtime": {
          "lib/netcoreapp3.0/DevExpress.Utils.v19.2.dll": {
            "assemblyVersion": "19.2.6.0",
            "fileVersion": "19.2.6.0"
          }
        }
      },
      "Microsoft.NETCore.Platforms/3.0.0": {},
      "Microsoft.Win32.Registry/4.6.0": {
        "dependencies": {
          "System.Security.AccessControl": "4.6.0",
          "System.Security.Principal.Windows": "4.6.0"
        }
      },
      "runtime.native.System.Data.SqlClient.sni/4.5.0": {
        "dependencies": {
          "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni": "4.4.0",
          "runtime.win-x64.runtime.native.System.Data.SqlClient.sni": "4.4.0",
          "runtime.win-x86.runtime.native.System.Data.SqlClient.sni": "4.4.0"
        }
      },
      "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni/4.4.0": {},
      "runtime.win-x64.runtime.native.System.Data.SqlClient.sni/4.4.0": {
        "native": {
          "runtimes/win-x64/native/sni.dll": {
            "fileVersion": "4.6.25512.1"
          }
        }
      },
      "runtime.win-x86.runtime.native.System.Data.SqlClient.sni/4.4.0": {},
      "System.CodeDom/4.5.0": {},
      "System.ComponentModel.Annotations/4.5.0": {},
      "System.Data.SqlClient/4.6.0": {
        "dependencies": {
          "Microsoft.Win32.Registry": "4.6.0",
          "System.Security.Principal.Windows": "4.6.0",
          "System.Text.Encoding.CodePages": "4.5.0",
          "runtime.native.System.Data.SqlClient.sni": "4.5.0"
        },
        "runtime": {
          "runtimes/win/lib/netcoreapp2.1/System.Data.SqlClient.dll": {
            "assemblyVersion": "4.5.0.0",
            "fileVersion": "4.6.27110.4"
          }
        }
      },
      "System.Management/4.5.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.0.0",
          "Microsoft.Win32.Registry": "4.6.0",
          "System.CodeDom": "4.5.0"
        },
        "runtime": {
          "runtimes/win/lib/netcoreapp2.0/System.Management.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.6.26515.6"
          }
        }
      },
      "System.Private.ServiceModel/4.5.3": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.0.0",
          "System.Reflection.DispatchProxy": "4.5.0",
          "System.Security.Principal.Windows": "4.6.0"
        },
        "runtime": {
          "runtimes/win/lib/netstandard2.0/System.Private.ServiceModel.dll": {
            "assemblyVersion": "4.5.0.3",
            "fileVersion": "4.6.26720.1"
          }
        }
      },
      "System.Reflection.DispatchProxy/4.5.0": {},
      "System.Runtime.CompilerServices.Unsafe/4.5.0": {},
      "System.Security.AccessControl/4.6.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.0.0",
          "System.Security.Principal.Windows": "4.6.0"
        }
      },
      "System.Security.Principal.Windows/4.6.0": {},
      "System.ServiceModel.Http/4.5.3": {
        "dependencies": {
          "System.Private.ServiceModel": "4.5.3",
          "System.ServiceModel.Primitives": "4.5.3"
        },
        "runtime": {
          "lib/netstandard2.0/System.ServiceModel.Http.dll": {
            "assemblyVersion": "4.5.0.3",
            "fileVersion": "4.6.26720.1"
          }
        }
      },
      "System.ServiceModel.Primitives/4.5.3": {
        "dependencies": {
          "System.Private.ServiceModel": "4.5.3"
        },
        "runtime": {
          "lib/netstandard2.0/System.ServiceModel.Primitives.dll": {
            "assemblyVersion": "4.5.0.3",
            "fileVersion": "4.6.26720.1"
          },
          "lib/netstandard2.0/System.ServiceModel.dll": {
            "assemblyVersion": "4.0.0.0",
            "fileVersion": "4.6.26720.1"
          }
        }
      },
      "System.Text.Encoding.CodePages/4.5.0": {
        "dependencies": {
          "Microsoft.NETCore.Platforms": "3.0.0",
          "System.Runtime.CompilerServices.Unsafe": "4.5.0"
        }
      },
      "Fusion++.Engine/1.0.0": {
        "dependencies": {
          "Microsoft.Win32.Registry": "4.6.0"
        },
        "runtime": {
          "Fusion++.Engine.dll": {}
        }
      }
    }
  },
  "libraries": {
    "Fusion++/1.2.0.0": {
      "type": "project",
      "serviceable": false,
      "sha512": ""
    },
    "DevExpress.WindowsDesktop.Data/19.2.6": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-ilkKe9AOyehQKdQxw/MfBUpM0Pn2THNuh+3Z4qQvEosspe653IT+fAABilbuEhDVT3X/mE2DVG3DYwnwVAg0kw==",
      "path": "devexpress.windowsdesktop.data/19.2.6",
      "hashPath": "devexpress.windowsdesktop.data.19.2.6.nupkg.sha512"
    },
    "DevExpress.WindowsDesktop.Images/19.2.6": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-VHKc9mR71yb5rv2yd+Wm7JkB/QSUzjwikCyPE1PraY26O5H1FE9GYxIMdmcyO6mUQc0hVEouwY9I8VJu76KK8w==",
      "path": "devexpress.windowsdesktop.images/19.2.6",
      "hashPath": "devexpress.windowsdesktop.images.19.2.6.nupkg.sha512"
    },
    "DevExpress.WindowsDesktop.Office.Core/19.2.6": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-c+wy4zO6orJ3Po3v5AxUtAP7TNfNrFlcDPHdtxtIcSdKIwHQSecNHUDRyvHOJaKtbtW5CpgaaBBjjzk6QbGeHQ==",
      "path": "devexpress.windowsdesktop.office.core/19.2.6",
      "hashPath": "devexpress.windowsdesktop.office.core.19.2.6.nupkg.sha512"
    },
    "DevExpress.WindowsDesktop.Pdf.Core/19.2.6": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-hoOd2G0X7cKoHbwf0WLaaXu+qbSo6brSLQdnHoa1sZZZrnIYU9QAtjFpyS4PI1rZyfCaLBqUvgFxn1l89WB9Sg==",
      "path": "devexpress.windowsdesktop.pdf.core/19.2.6",
      "hashPath": "devexpress.windowsdesktop.pdf.core.19.2.6.nupkg.sha512"
    },
    "DevExpress.WindowsDesktop.Printing.Core/19.2.6": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-TPqd0K3s7WVWDkGt45mEfwYBuwr+EudU7QVY6nRGmx3ihZz/ersbVVlIc3GqrmVNjXdEg0v9lWIHUvL9y2tu4w==",
      "path": "devexpress.windowsdesktop.printing.core/19.2.6",
      "hashPath": "devexpress.windowsdesktop.printing.core.19.2.6.nupkg.sha512"
    },
    "DevExpress.WindowsDesktop.RichEdit.Core/19.2.6": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-wnlwpmCvcRXCG1WBiWshofo+C8uMR0+Z1miglAKbuhhtEKEY572tmBnlEz91hxhDaQmPdwaU5VaYnQkyB+f/sw==",
      "path": "devexpress.windowsdesktop.richedit.core/19.2.6",
      "hashPath": "devexpress.windowsdesktop.richedit.core.19.2.6.nupkg.sha512"
    },
    "DevExpress.WindowsDesktop.Sparkline.Core/19.2.6": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-gndVTO5qGtk1Nz8B2CLqivAUKsfEj4AsEGUc98Frb7TstftQDVqxXR57oobzb+S3JnhuRFgw8iahJ54/gXwORg==",
      "path": "devexpress.windowsdesktop.sparkline.core/19.2.6",
      "hashPath": "devexpress.windowsdesktop.sparkline.core.19.2.6.nupkg.sha512"
    },
    "DevExpress.WindowsDesktop.Win.Bars/19.2.6-ctp": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-DNDqi/X0aV4Vz8yENRsoaF7kAQSD2LkkKiaJigjvhh5uKeUz1ROSrfyOZ4/LeVZ9lbKebFlGIcYT0ImTszfswQ==",
      "path": "devexpress.windowsdesktop.win.bars/19.2.6-ctp",
      "hashPath": "devexpress.windowsdesktop.win.bars.19.2.6-ctp.nupkg.sha512"
    },
    "DevExpress.WindowsDesktop.Win.Editors/19.2.6-ctp": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-TVbNCeT0AKAodHvuDOOb+g+16gWQDUzB5J/9OcQNOg2jBEcXfEYtWo2feiXU5DgHS+btPt9LAHexzzLyjWSdvA==",
      "path": "devexpress.windowsdesktop.win.editors/19.2.6-ctp",
      "hashPath": "devexpress.windowsdesktop.win.editors.19.2.6-ctp.nupkg.sha512"
    },
    "DevExpress.WindowsDesktop.Win.Grid/19.2.6-ctp": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-466IH590fiEjgq5SVJ6Js5g0O1+n4GpwRMoxL6PUj8DYavSl9r6lGxe5/zsLpDQacU8r97qSjFcUYXgXwWZLLg==",
      "path": "devexpress.windowsdesktop.win.grid/19.2.6-ctp",
      "hashPath": "devexpress.windowsdesktop.win.grid.19.2.6-ctp.nupkg.sha512"
    },
    "DevExpress.WindowsDesktop.Win.Layout/19.2.6-ctp": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-aS+jEeoj66We7eWcJidXAowyW1ytdd79kn43a6ww1eCmNUvhudFMYGcUr1ZXp40DVfVTlAbnoDb7T4f3+t24gQ==",
      "path": "devexpress.windowsdesktop.win.layout/19.2.6-ctp",
      "hashPath": "devexpress.windowsdesktop.win.layout.19.2.6-ctp.nupkg.sha512"
    },
    "DevExpress.WindowsDesktop.Win.Printing/19.2.6-ctp": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-va/7PVttHicHuRASKLeyhTeaGN0Xfr6Q92ZdkEqNAd4xjmPIDaaCUJzW6JDEXArNQXdN9Jl6xnokCgrBts0gFw==",
      "path": "devexpress.windowsdesktop.win.printing/19.2.6-ctp",
      "hashPath": "devexpress.windowsdesktop.win.printing.19.2.6-ctp.nupkg.sha512"
    },
    "DevExpress.WindowsDesktop.Win.RichEdit/19.2.6-ctp": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-NQNypz8GLBfUcoKGsQav2WTxy2wjAHyOt4/ftzCmCTZ3Wh+NLdyePyUdXLiufMm0Ex8qO76EK52wwkOqw47oXw==",
      "path": "devexpress.windowsdesktop.win.richedit/19.2.6-ctp",
      "hashPath": "devexpress.windowsdesktop.win.richedit.19.2.6-ctp.nupkg.sha512"
    },
    "DevExpress.WindowsDesktop.Win.TreeList/19.2.6-ctp": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-/qND1JOGlknl1zVjW6/70P5PJNm0f2ngtLTsoZau3PJjCBru4ikItUNcDqNOgnbud4xJY+2pGf6tCDMFfltV8A==",
      "path": "devexpress.windowsdesktop.win.treelist/19.2.6-ctp",
      "hashPath": "devexpress.windowsdesktop.win.treelist.19.2.6-ctp.nupkg.sha512"
    },
    "DevExpress.WindowsDesktop.Win.Utils/19.2.6-ctp": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-ee52Ndz9+aD9RPXSwgQmZ4iib2XmuSeRcqDD4ZEJhp+uNBuasP5aWVqUsgnA5UhYPGsYlL8pEQrwDxXhT/F+sw==",
      "path": "devexpress.windowsdesktop.win.utils/19.2.6-ctp",
      "hashPath": "devexpress.windowsdesktop.win.utils.19.2.6-ctp.nupkg.sha512"
    },
    "Microsoft.NETCore.Platforms/3.0.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-TsETIgVJb/AKoYfSP+iCxkuly5d3inZjTdx/ItZLk2CxY85v8083OBS3uai84kK3/baLnS5/b5XGs6zR7SuuHQ==",
      "path": "microsoft.netcore.platforms/3.0.0",
      "hashPath": "microsoft.netcore.platforms.3.0.0.nupkg.sha512"
    },
    "Microsoft.Win32.Registry/4.6.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-Xuqo5Lf5h1eUAbT8sJwNSEgusyEcQQQcza1R8dxJ6q/1vLSU1SG/WxtgiCPAth14dz/IjBXCxWT/+6E9glX33w==",
      "path": "microsoft.win32.registry/4.6.0",
      "hashPath": "microsoft.win32.registry.4.6.0.nupkg.sha512"
    },
    "runtime.native.System.Data.SqlClient.sni/4.5.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-AJfX7owAAkMjWQYhoml5IBfXh8UyYPjktn8pK0BFGAdKgBS7HqMz1fw5vdzfZUWfhtTPDGCjgNttt46ZyEmSjg==",
      "path": "runtime.native.system.data.sqlclient.sni/4.5.0",
      "hashPath": "runtime.native.system.data.sqlclient.sni.4.5.0.nupkg.sha512"
    },
    "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni/4.4.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-LbrynESTp3bm5O/+jGL8v0Qg5SJlTV08lpIpFesXjF6uGNMWqFnUQbYBJwZTeua6E/Y7FIM1C54Ey1btLWupdg==",
      "path": "runtime.win-arm64.runtime.native.system.data.sqlclient.sni/4.4.0",
      "hashPath": "runtime.win-arm64.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512"
    },
    "runtime.win-x64.runtime.native.System.Data.SqlClient.sni/4.4.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-38ugOfkYJqJoX9g6EYRlZB5U2ZJH51UP8ptxZgdpS07FgOEToV+lS11ouNK2PM12Pr6X/PpT5jK82G3DwH/SxQ==",
      "path": "runtime.win-x64.runtime.native.system.data.sqlclient.sni/4.4.0",
      "hashPath": "runtime.win-x64.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512"
    },
    "runtime.win-x86.runtime.native.System.Data.SqlClient.sni/4.4.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-YhEdSQUsTx+C8m8Bw7ar5/VesXvCFMItyZF7G1AUY+OM0VPZUOeAVpJ4Wl6fydBGUYZxojTDR3I6Bj/+BPkJNA==",
      "path": "runtime.win-x86.runtime.native.system.data.sqlclient.sni/4.4.0",
      "hashPath": "runtime.win-x86.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512"
    },
    "System.CodeDom/4.5.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-gqpR1EeXOuzNQWL7rOzmtdIz3CaXVjSQCiaGOs2ivjPwynKSJYm39X81fdlp7WuojZs/Z5t1k5ni7HtKQurhjw==",
      "path": "system.codedom/4.5.0",
      "hashPath": "system.codedom.4.5.0.nupkg.sha512"
    },
    "System.ComponentModel.Annotations/4.5.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-UxYQ3FGUOtzJ7LfSdnYSFd7+oEv6M8NgUatatIN2HxNtDdlcvFAf+VIq4Of9cDMJEJC0aSRv/x898RYhB4Yppg==",
      "path": "system.componentmodel.annotations/4.5.0",
      "hashPath": "system.componentmodel.annotations.4.5.0.nupkg.sha512"
    },
    "System.Data.SqlClient/4.6.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-gwItUWW1BMCckicFO85c8frFaMK8SGqYn5IeA3GSX4Lmid+CjXETfoHz7Uv+Vx6L0No7iRc/7cBL8gd6o9k9/g==",
      "path": "system.data.sqlclient/4.6.0",
      "hashPath": "system.data.sqlclient.4.6.0.nupkg.sha512"
    },
    "System.Management/4.5.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-Z6ac0qPGr3yJtwZEX1SRkhwWa0Kf5NJxx7smLboYsGrApQFECNFdqhGy252T4lrZ5Nwzhd9VQiaifndR3bfHdg==",
      "path": "system.management/4.5.0",
      "hashPath": "system.management.4.5.0.nupkg.sha512"
    },
    "System.Private.ServiceModel/4.5.3": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-ancrQgJagx+yC4SZbuE+eShiEAUIF0E1d21TRSoy1C/rTwafAVcBr/fKibkq5TQzyy9uNil2tx2/iaUxsy0S9g==",
      "path": "system.private.servicemodel/4.5.3",
      "hashPath": "system.private.servicemodel.4.5.3.nupkg.sha512"
    },
    "System.Reflection.DispatchProxy/4.5.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-+UW1hq11TNSeb+16rIk8hRQ02o339NFyzMc4ma/FqmxBzM30l1c2IherBB4ld1MNcenS48fz8tbt50OW4rVULA==",
      "path": "system.reflection.dispatchproxy/4.5.0",
      "hashPath": "system.reflection.dispatchproxy.4.5.0.nupkg.sha512"
    },
    "System.Runtime.CompilerServices.Unsafe/4.5.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-YrzNWduCDHhUaSRBxHxL11UkM2fD6y8hITHis4/LbQZ6vj3vdRjoH3IoPWWC9uDXK2wHIqn+b5gv1Np/VKyM1g==",
      "path": "system.runtime.compilerservices.unsafe/4.5.0",
      "hashPath": "system.runtime.compilerservices.unsafe.4.5.0.nupkg.sha512"
    },
    "System.Security.AccessControl/4.6.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-gmlk6khICtVhiUnVBBtlsH0H/5QFDqhTZgtpp3AX14wWE6OIE+BX95NLD+X4AolXnIy/oXpNNmXYnsNfW1KuDQ==",
      "path": "system.security.accesscontrol/4.6.0",
      "hashPath": "system.security.accesscontrol.4.6.0.nupkg.sha512"
    },
    "System.Security.Principal.Windows/4.6.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-Mdukseovp0YIGaz16FMH6nbfgZkrCFOJbtXQptv0aeBO9h775Ilb9+TDwLVTKikoW7y7CY7lpoXl9zmZ5G3ndA==",
      "path": "system.security.principal.windows/4.6.0",
      "hashPath": "system.security.principal.windows.4.6.0.nupkg.sha512"
    },
    "System.ServiceModel.Http/4.5.3": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-zxR4z6G/FFK/uAUbo7+3IJOqm0w4/lyfHSQDf+hhUHRTc7XSeReGS5iKQq95gyl1ighHEuayqOiB7iacrB6ZUg==",
      "path": "system.servicemodel.http/4.5.3",
      "hashPath": "system.servicemodel.http.4.5.3.nupkg.sha512"
    },
    "System.ServiceModel.Primitives/4.5.3": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-Wc9Hgg4Cmqi416zvEgq2sW1YYCGuhwWzspDclJWlFZqY6EGhFUPZU+kVpl5z9kAgrSOQP7/Uiik+PtSQtmq+5A==",
      "path": "system.servicemodel.primitives/4.5.3",
      "hashPath": "system.servicemodel.primitives.4.5.3.nupkg.sha512"
    },
    "System.Text.Encoding.CodePages/4.5.0": {
      "type": "package",
      "serviceable": true,
      "sha512": "sha512-S0wEUiKcLvRlkFUXca8uio1UQ5bYQzYgOmOKtCqaBQC3GR9AJjh43otcM32IGsAyvadFTaAMw9Irm6dS4Evfng==",
      "path": "system.text.encoding.codepages/4.5.0",
      "hashPath": "system.text.encoding.codepages.4.5.0.nupkg.sha512"
    },
    "Fusion++.Engine/1.0.0": {
      "type": "project",
      "serviceable": false,
      "sha512": ""
    }
  }
}
tools\Fusion++.dll
md5: 8B61F25B8DFC0EDA031F7529F023A6FD | sha1: 0A21FBFC6D12BC38879E93835F140AB7C310B6B8 | sha256: C9E5455039890885EDFE0A111E20B5DD55F9C1BF1869588273A96E90E13A1A59 | sha512: A5ED0FA979B32B689034BDCB01464B3B126F20FF08E37BF8F3036E140311899153D4323AADCF4BAAC9C85B5CF831F504DF101AFC4040BAC45E8D64669235A514
tools\Fusion++.Engine.dll
md5: 88311F40981430CF2F42511A3D4B443B | sha1: 3817865FA73A7392C3371B75186285C95BA237E6 | sha256: 195286C51C8E34F0E0B793A9292A48E89820263526501A795E9077A1DD2A48E6 | sha512: 2F3EAD56EC4FE817A1DDA1516B0575BC9F092454E55D2075511E1E09370BFAB40422FD342780824DBB2EB9ADEF13DA7CAC433AF2437C589BB0C56CD98D51D581
tools\Fusion++.exe
md5: E034BB3C12199B9A9B06665E7312ABF6 | sha1: 98B62683707F12707F0F765A04E3A42B1C146D8C | sha256: 96AF996794481856AEF39CEA87DAAB2716C4CF9841109F28166ABC45D07B8447 | sha512: F6F62CDA3DB4E0B5EA08DDA489C804A3435671881EECC1506029A438A851576582A0A7C0D4ABE6C77032DD1F5A6E1560FEBF3BB412F6CF2E6CD5E73509E3B260
tools\Fusion++.runtimeconfig.json
{
  "runtimeOptions": {
    "tfm": "netcoreapp3.1",
    "framework": {
      "name": "Microsoft.WindowsDesktop.App",
      "version": "3.1.0"
    }
  }
}
tools\LICENSE.txt
From: https://github.com/awaescher/Fusion/blob/master/LICENSE

LICENSE

MIT License

Copyright (c) 2019 Andreas Wäscher

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
tools\sni.dll
md5: 7F1799B65B98450A19E4D049E9D3E70D | sha1: EC80C5A33374423A9E986C383A36A97DA70A3584 | sha256: 68705C4EF9AB818F2956A78E05F3FEFCE501A1448793B073B46110BEB49B47D6 | sha512: 8D67297C5CDED487C88FCAAD5A36E80926DAD8F1863E38F397751056F51258AC7B5A9E5C09C01BBA7A224F38FB2EE719586FAF0BA81516E05A19649EB09E7B78
tools\System.Data.SqlClient.dll
md5: F2485FFDA8ABFC3C4322A440D00AE949 | sha1: 621AC958F75C8D5D793E7437628529829192B080 | sha256: E87D7413442821704D34A99584922579A4BD39F6A5B4B28204D70E2FAA1F9E38 | sha512: DC0CECF5C638E0C10065D4BCF432092936B850C6210EF77DE4E789AC03C096F3B693AA480BE35A750EE9FBAB2CF03D9755998A00EF5203D5D067CE19203B969B
tools\System.Management.dll
md5: 25F6D2B186707A053C9EA88E7CD85EA7 | sha1: 5F38F5D0E23B83F5D6603444B82D867BFB329806 | sha256: A2CAC5BA7C03C3E2F70661DF15A94D9199E7799B34CA5F55E50862E76529F3C7 | sha512: 20B5C019C46B3639DD11836D179E4E2E71486D0AA7CA73E521C189953FD92CC3291643EF3F6981B50A1EFB2A576EFF196EB4BF609CCEAF46BFA3378ACBBCF576
tools\System.Private.ServiceModel.dll
md5: 015A65B5854CA999126521C7AA0749A8 | sha1: 955558A806A7D741B60CFA6D8BB9D782F4B162F1 | sha256: C5447883C6CFA1D95BB59CE4AB59604CD537057915110238139DFF498A38537B | sha512: 2EAD7EF6FFF1A04DF36D7B66CAD45E36DD155C4EBE4118B37796DA11F5B2215D4138C0485322331558555C7C0E4CDC98EE089606CB08EE48BE4FFBC6433AD557
tools\System.ServiceModel.dll
md5: 6044EAB3C0B4E43068D805FF1DBB4923 | sha1: E1059E18FB1398434358711C67D81D3A8C75832B | sha256: 8BFDD56D33E98AA5FE9726CD41C589B6E8E8C67A072E9682139872068ED29133 | sha512: 65E81C795B14C07D4A6B675BBFDCB6F730394B8EAA55E5FA0F71372C2F0995348075B7B9EDF0BF187B7346645D0F278ED52967398E6C0535B76DE6484CA3C4DB
tools\System.ServiceModel.Http.dll
md5: 0F02141A8E0D7E2898CF566B7EBA4C3A | sha1: 17FD0998F128095E4331CB3163CB3AEA5161542C | sha256: B2A909B448A6693774A34AD9D8833161F8DE552FB51C975919A3E9EFC3275D36 | sha512: F5F3B97AE32552C66A26BE6170036749C9D9CFF4C104FA01AC2786C3AE7ED6FA96767FF33E9CE252E35AC580F00236AAA3DD6DAC1405376D0FCBF7E2283067BD
tools\System.ServiceModel.Primitives.dll
md5: 138C47674D02B7C54F06EAD94B32D731 | sha1: BC3D4E777848CD0CC0723E1EFE9FF3C3C267FA7A | sha256: 6BF7E009F104A70D01545E9AD8189A4A66F69A06C5D89DFE24BC1F04D0B8624A | sha512: 0A13198380C234D6EB72F00BF1094EC74DE098F936F2E70C6D9AC34C0C4532F72251E1ECA3E306BC139A7FEF6C2D0C0BF48AE5C365BD3F9C48F466EF93820DA2
tools\VERIFICATION.txt
VERIFICATION

Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.

This package is published by the Fusion++ author Andreas Wäscher himself. The binaries are 
identical to other package types published on GitHub.

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
Fusion++ 1.4 1375 Thursday, April 15, 2021 Approved
Fusion++ 1.3 849 Saturday, June 6, 2020 Approved
Fusion++ 1.2 453 Monday, March 16, 2020 Approved
Fusion++ 1.1 596 Monday, May 27, 2019 Approved
Fusion++ 1.0 207 Friday, May 17, 2019 Approved

This package has no dependencies.

Discussion for the Fusion++ Package

Ground Rules:

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