





















有很多人问到过“如何合并两个.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.
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。