mirror of https://github.com/icsharpcode/ILSpy.git
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.
|
2 years ago | |
---|---|---|
.. | ||
AppPackage.cs | 3 years ago | |
ILSpy.Installer.csproj | 2 years ago | |
README.md | 2 years ago | |
setup.cs | 2 years ago | |
winui.wxl | 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"