Please how can I combine multiple dlls into one using ILMerge.
You run it, from a command line, like so:
ilmerge /out:Merged.dll Lib1.dll Lib2.dll