Visual Studio 装配参考

发布于 2024-09-17 06:33:08 字数 175 浏览 4 评论 0原文

有没有办法本地化外部程序集引用?这是我的情况:

我正在开发项目 A,它包含项目 B 的程序集引用。现在,当我向客户发布该项目时,我不想包含整个项目 B。是否有强制它将 dll 从项目 B 复制到项目 A 并使用这些引用?我可以通过将所有 dll 复制到本地项目并重新引用来手动执行此操作,但只是想知道是否有更简单的方法。

Is there anyway to localise an external assembly reference? Here's my situation:

I am working on Project A and it contains assembly references from Project B. Now when I release this Project to my client I don't want to have to include the whole of Project B with it. Is there anyway to force it to copy the dll's from Project B onto Project A and use those references? I can do this manually by copying all dll's to local project and re-referencing but just wanted to know if there is an easier way.

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

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

发布评论

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

评论(1

神回复 2024-09-24 06:33:08

您可以添加对项目 B 的引用,然后从属性窗口将复制本地设置为 true。

you can add reference to project B then from properties window set copy local to true.

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