Introduction

BMerge can merge application with assemblies in single .exe file. Just like ILMerge or IL-repack, but simplier. I created BMerge because other tools didn't worked correctly with our project. BMerge is just packs assemblies as embedded resources and produces executable file, that loads them on startup (in contrast with ILMerge, that recompiles IL). So, if your assemblies can be loaded with Assembly.Load, BMerge may be useful to you.

See documentation for usage and details.