Is there a way to filter errors/warnings by project in Visual Studio 2010?
For example, if project A has dependencies for project B and C, Visual Studio will show errors/warnings for both project A, B and C, even whenever I compile project A alone.
I don't mind if VS show A's errors/warnings when I compile the entire solution, but I would like VS to show only A's errors/warnings whenever I compile it alone.