VSIX:获取/添加/删除引用

发布于 2024-12-12 00:38:45 字数 38 浏览 0 评论 0原文

如何列出所选项目的参考文献?并添加对磁盘上 dll 的新引用?

How can I list references for a selected project? And add a new reference to a dll on disk?

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

小傻瓜 2024-12-19 00:38:45

您可以:

  1. 直接操作项目 xml,或者
  2. 可以使用自动化模型

自动化模型是两者中的更好者,下面的代码项目文章向您展示了获取和添加对项目的引用的示例,第一篇文章向您展示了如何您可以从 Visual Studio 本身外部使用 DTE。

这应该会给你一个良好的开端..

http://www.mztools.com/articles/ 2005/MZ2005005.aspx

http://www.codeproject.com/KB/macros/EnvDTE.aspx

You can either:

  1. manipulate the project xml directly or
  2. you can use the automation model

The automation model, is the better of the two, the code project article below shows you examples of getting and adding references to a project and the first article shows you how you can use the DTE from outside of Visual Studio itself.

This should give you a head start..

http://www.mztools.com/articles/2005/MZ2005005.aspx

http://www.codeproject.com/KB/macros/EnvDTE.aspx

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文