Using Ilmerge to combine multiple dlls in .NET [closed]

与世无争的帅哥 提交于 2019-12-05 08:02:35

问题


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


回答1:


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

ilmerge /out:Merged.dll Lib1.dll Lib2.dll


来源:https://stackoverflow.com/questions/12516866/using-ilmerge-to-combine-multiple-dlls-in-net

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!