简体   繁体   中英

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 Studio 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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM