.NET Decompiler with support for PDB generation, ReadyToRun, Metadata (&more) - cross-platform!
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Christoph Wille 1048cd9557
Enable repeatable package restores (#3359)
4 months ago
..
AppPackage.cs Fix DecompilerVersionInfoDependency in ILSpy.Installer.csproj 3 years ago
ILSpy.Installer.csproj Enable repeatable package restores (#3359) 4 months ago
README.md Make Installer top-level solution and build it post-publish of ILSpy.sln (#2991) 2 years ago
setup.cs Move to .NET 8.0 (#3119) 2 years ago
winui.wxl Fix #2574: Show verification screen with target directory before starting installation 3 years ago

README.md

Building the Installer

It is mandatory to first publish(.ps1) the respective target platforms, then setup can be built, eg

msbuild ILSpy.Installer.sln /p:Configuration="Release" /p:Platform="Any CPU"
msbuild ILSpy.Installer.sln /p:Configuration="Release" /p:Platform="Any CPU" /p:DefineConstants="ARM64"