合并 winphone 7 的 dll
我在这个论坛上读到了一个主题“如何将 ILMerge 与 Windows Phone 7 程序集一起使用?”说ILMerge不支持WP7。我自己尝试了一下,得到了同样的结果。似乎不起作用。除非我都做错了!
有没有其他方法可以将多个 dll 合并为一个,我找不到用于此目的的工具(除了 ILMerge 和 NETZ 之外,它们似乎都只处理 .NET)。我有一个 C# WP7 项目,它生成 5 个 dll。想要将它们全部合并为一个。对于在其上编写应用程序的人来说会更容易处理。
我正在使用适用于 Windows Phone 的 MS Visual Studio 2010 Express。
将不胜感激一些建议!
I read a thread on this forum "How can I use ILMerge with Windows Phone 7 assemblies?" saying that ILMerge did not support WP7. I tried it myself, and got the same result. Does not seem to work. Unless I'm doing it all wrong!
Is there any other way to merge several dll's into one, I cannot find a tool for this (besides ILMerge, and NETZ which both seem to handle .NET only). I have a WP7 project in C# that produces 5 dll's. Would like to merge them all into a single one. Would be easier to handle for the people writing the application on top of them.
I am using the MS Visual Studio 2010 Express for Windows Phone.
Would be thankful for some advice!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我设法 IL 合并 WP7 程序集,并且对此深感困扰 这里
希望这对某人有帮助......
I'm managed to IL Merge WP7 assemblies and I've bogged about it here
Hope this helps someone...
ILMerge 尚未更新为支持 Windows Phone 7。虽然可能性不大,但是 Jeffrey Richter 将引用的程序集添加为嵌入式资源的方法可能有效。
ILMerge has not been updated to support Windows Phone 7. It's a long shot, but Jeffrey Richter's approach of adding the referenced assemblies as embedded resources might work.