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

后端 未结 3 1363
失恋的感觉
失恋的感觉 2021-02-20 05:30

I have seen this feature when I was watching Summer Of NHibernate tutorial videos; is it possible to copy some of of the references of a project in the solution and paste them i

相关标签:
3条回答
  • 2021-02-20 06:22

    You can use PowerCommands for doing it.

    Copy References / Past References

    (see also Sara Ford's Blog)

    0 讨论(0)
  • 2021-02-20 06:24

    You can also try VSCommands 2010 extension which doesn't suffer from errors affecting PowerCommands when pasting references.

    0 讨论(0)
  • 2021-02-20 06:28

    project files are just xml files. you can open them in a text editor and carefully copy the references.

    0 讨论(0)
提交回复
热议问题