如何避免手动编辑清单文件

发布于 2024-08-31 17:52:02 字数 310 浏览 7 评论 0原文

我的VB.Net应用程序使用独立的activeX(外部),它依赖于另一个activeX(内部),两者都使用registration-free-com。

生成的清单文件仅包含外部 activeX 的信息。 (可能是因为vs无法知道外部activeX正在使用内部activeX)

当我重新构建我的项目时,我总是需要手动将内部activeX的信息添加到清单文件中,否则应用程序只显示外部,而不显示内部activeX内。

有没有办法通知 Visual Studio (2010) 我不希望它为每个构建重新生成清单文件?

谢谢,

阿塔拉

My VB.Net application uses isolated activeX (outer), that depends on another activeX (inner), both are using registration-free-com.

The generated manifest file contains only the information for the outer activeX. (probably because vs cannot know that the outer activeX is using inner activeX )

When I re-build my project, I always need to manually add the information for the inner activeX to the manifest file, otherwise the application only shows the outer, without the inner.

Is there a way to inform visual studio (2010) that I do not want it to re-generate the manifest file for each build?

Thanks,

Atara

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文