File Binder library written in C#.
A file binding library that allows combining multiple files into a single executable.
The core binding logic is separated into a reusable library, with a demo application included for interaction and configuration.
- Written in C#.
- Comes with a demo GUI application to test file binding.
- Uses Windows Forms for the GUI.
- Allows selecting multiple files to include in the generated executable.
- Allows selecting which files will be executed when the generated executable runs.
- Supports launching selected files with administrator privileges.
- Allows assigning a custom icon to the generated executable.
- Requires the
System.CodeDomNuGet package for runtime C# compilation.
