Home:ALL Converter>Filter out errors/warnings by project in Visual Studio

Filter out errors/warnings by project in Visual Studio

Ask Time:2010-07-16T01:37:26         Author:user356178

Json Formatter

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.

Author:user356178,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/3258274/filter-out-errors-warnings-by-project-in-visual-studio
yy