Fork me on GitHub

DotNet多个程序集合并工具

    有很多人问到过“如何合并两个.NET的DLL”。这也是我自己想知道答案的问题。这个ILMerge,就是解决这个问题的工具,可以从微软的网站下载:http://www.microsoft.com/downloads/details.aspx?familyid=22914587-b4ad-4eae-87cf-b14ae6a939b0&displaylang=en。安装完后,可以看到这是一个命令行工具,还有一个使用的文档。在Codeproject网站有几篇相关的文章:
1. Merging .NET assemblies using ILMerge :Shows how to merge multiple .NET assemblies to a single one using ILMerge.
2. Post build step static linking tool for C#, using ILMerge
3. Gilma - Gui for the ILMerge Application revised for .Net 2.0 An article on a Gui Interface to Microsoft ILMerge Program.

第三篇文章提供了一个前端的GUI工具来使用,非常的方便。

posted @ 2007-03-28 21:45  张善友  阅读(1517)  评论(0编辑  收藏  举报