How to let Visual Studio to add references according to USINGS?
I realized that when dividing a project into two in Visual Studio (2010) I'm still looking for references that are missing in the new project. Can Visual Stud开发者_运维技巧io do that for me? It can find all the namespaces I use so it should be easy for it.
Thanks!
There isn't any built-in way to do this. However, you may want to check out the PowerCommands extension which gives you a "Copy Reference" command to quickly copy/paste assembly references between projects.
精彩评论