I'm looking for a open source tool to merge multiple .NET assemblies into a single assembly.
Unforunately, that project was never completed and is no longer active.
tgiphil
2010-09-20 22:16:14
A:
mkbundle and monolinker: http://www.mono-project.com/Linker
You can also make your own linker tool using Cecil: http://wiki.github.com/jbevain/cecil/
Zac Bowling
2010-09-25 01:59:42