1

Please how can I combine multiple dlls into one using ILMerge.

Jay
  • 321
  • 3
  • 7
  • 19
  • 7
    Well, what have you tried? Currently your question shows no research effort, so I suspect it'll be downvoted pretty quickly. – Jon Skeet Sep 20 '12 at 16:27

1 Answers1

10

You run it, from a command line, like so:

ilmerge /out:Merged.dll Lib1.dll Lib2.dll
Reed Copsey
  • 554,122
  • 78
  • 1,158
  • 1,373