assembly merging

  • Thread starter Thread starter Martin
  • Start date Start date
M

Martin

hello,

today I read an article about the tool smartassembly. with that tool you are
able to merge assemblies. do you know the theory how to merge assemblies?
thx
 
Hi Martin,

use ILMerge! like we merge a exe and a dll
ilmerge /out:bin\Release\Merged\Visualisation.exe
bin\Release\Visualisation.exe bin\Release\numberedit1.dll
 
Back
Top