InsertIcons icon indicating copy to clipboard operation
InsertIcons copied to clipboard

Simple tool to add multiple win32 icons to .NET assemblies

Results 3 InsertIcons issues
Sort by recently updated
recently updated
newest added

Hi! I have been successfully using InsertIcons for [WinCompose](https://github.com/samhocevar/wincompose) for years but I have always had random crashes happening, and with recent changes in the Microsoft SDKs it just stopped...

Hi, When trying to run this under mono, I get the following: ``` Loaded assembly: /Users/whatever/InsertIcons/bin/Debug/InsertIcons.exe Loaded assembly: /Library/Frameworks/Mono.framework/Versions/4.6.1/lib/mono/gac/System/4.0.0.0__b77a5c561934e089/System.dll [External] Loaded assembly: /Library/Frameworks/Mono.framework/Versions/4.6.1/lib/mono/gac/System.Core/4.0.0.0__b77a5c561934e089/System.Core.dll [External] error: LoadLibraryEx ``` My .NET-fu isn't...