Can I stop Visual Studio from refactoring outside the current project?
Posted
by jdk
on Stack Overflow
See other posts from Stack Overflow
or by jdk
Published on 2010-04-02T20:57:41Z
Indexed on
2010/04/02
21:03 UTC
Read the original article
Hit count: 151
I'm working in a class library and there are other source projects associated with the same solution. Is there a way for me to stop the VS refactoring tools from traversing those other projects, without removing them from the solution, but keeping everything the same?
© Stack Overflow or respective owner