Visual Studio 装配参考
有没有办法本地化外部程序集引用?这是我的情况:
我正在开发项目 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以添加对项目 B 的引用,然后从属性窗口将复制本地设置为 true。
you can add reference to project B then from properties window set copy local to true.