Question

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

Was it helpful?

Solution

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

ilmerge /out:Merged.dll Lib1.dll Lib2.dll
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top