Domanda

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

È stato utile?

Soluzione

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

ilmerge /out:Merged.dll Lib1.dll Lib2.dll
Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top