mirror of
https://github.com/MiSTer-devel/SD-InstallTool_Win_MiSTer.git
synced 2026-04-19 03:04:57 +00:00
Bumps [SharpZipLib](https://github.com/icsharpcode/SharpZipLib) from 0.86.0 to 1.3.3. - [Release notes](https://github.com/icsharpcode/SharpZipLib/releases) - [Changelog](https://github.com/icsharpcode/SharpZipLib/blob/master/docs/Changes.txt) - [Commits](https://github.com/icsharpcode/SharpZipLib/commits/v1.3.3) --- updated-dependencies: - dependency-name: SharpZipLib dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
SD-InstallTool_Win_MiSTer source code
Development tools
- Visual Studio 2017
Pre-Requisites
- Windows SDK (7.0a or newer)
NuGet packages
- SharpZipLib - Unpack file-based packages - https://github.com/icsharpcode/SharpZipLib
- Fody - Dependency for Fody Costura - https://github.com/Fody/Fody/
- Fody Costura - Embed dependency assemblies as resources into main one - https://github.com/Fody/Costura
Source code structure
/misterhelper - C/C++ native Dll providing bridge to VDS Interfaces read more
/sdinstalltool - Winforms/C# main project
/tests - limited set of functional tests
How to build
TBD