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 into another project's references folder in Visual Studio?
Thanks
You can use PowerCommands for doing it.
(see also Sara Ford's Blog)
project files are just xml files. you can open them in a text editor and carefully copy the references.
You can also try VSCommands 2010 extension which doesn't suffer from errors affecting PowerCommands when pasting references.
精彩评论