简体   繁体   English

我可以复制项目的一些引用并将其粘贴到Visual Studio中的另一个项目引用吗?

[英]Can I copy some References of a project and paste it to another project's references in Visual Studio?

I have seen this feature when I was watching Summer Of NHibernate tutorial videos; 我在观看Summer of NHibernate教程视频时看到过这个功能; is it possible to copy some of of the references of a project in the solution and paste them into another project's references folder in Visual Studio? 是否可以在解决方案中复制项目的一些引用并将它们粘贴到Visual Studio中的另一个项目的references文件夹中?

Thanks 谢谢

You can use PowerCommands for doing it. 您可以使用PowerCommands执行此操作。

复制参考文献/过去的参考文献

( see also Sara Ford's Blog ) 另见Sara Ford的博客

project files are just xml files. 项目文件只是xml文件。 you can open them in a text editor and carefully copy the references. 您可以在文本编辑器中打开它们并仔细复制引用。

您还可以尝试使用VSCommands 2010扩展,该扩展在粘贴引用时不会受到影响PowerCommands的错误的影响。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 引用Visual Studio项目 - References the Visual Studio Project 在Visual Studio中使用引用调试项目 - debug a project with references in Visual studio Visual Studio可以将项目引用编译到与主.exe不同的文件夹中 - Can Visual Studio compile project references into a different folder then the main .exe 如何在Visual Studio“网站”项目中更新引用? - How to update references in Visual Studio 'Website' project? Visual Studio项目平台依赖引用 - Visual Studio project platform dependent references 通过引用添加项目)在Visual Studio中失败 - Adding a project via references) fails in in Visual Studio Visual Studio中的项目引用突然在工作站上不起作用 - Project References in Visual Studio suddenly not working on a workstation 在Visual Studio中的小型团队中工作的项目引用? - Project references working in a small team in Visual Studio? Visual Studio Professional 2012错误:此项目引用ASP.NET MVC项目中缺少的NuGet包 - Visual Studio Professional 2012 error: This project references NuGet package(s) that are missing in ASP.NET MVC project 如何以编程方式更新Visual Studio项目中的项目引用 - How to programmatically update project references in a Visual Studio project
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM