IconExtract is a simple app to open a dll or exe and extract the icons in multiple formats. This project was mainly started as an experiment to test out WinUI3.
The project is currently under early development and some features are not implemented, and UI is not final.
- Git
- Visual Studio 2022
- Universal Windows Platform development
- .NET Desktop Development
- Desktop development with C++
- Windows App SDK
git clone https://github.com/puppetsw/iconextract
To build the app, open the sln file in Visual Studio (IconExtract.sln) and set the IconExtract.Package project as the startup item by right-clicking on IconExtract.Package
in the solution explorer & hitting ‘Set as Startup item’.
Want to contribute to this project? Feel free to open an issue or pull request. Contributing guidelines have not been created yet.