您的位置:首页 > 其它

DotNet多个程序集合并工具

2007-12-07 10:27 369 查看
有很多人问到过“如何合并两个.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.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: