How to determine why visual studio might be skipping projects when building a solution

Posted by Matt on Stack Overflow See other posts from Stack Overflow or by Matt
Published on 2009-08-23T22:37:57Z Indexed on 2010/03/30 22:13 UTC
Read the original article Hit count: 458

Filed under:
|

I am debugging someone else's work and the solution is quite large. When I try to build the entire thing, several projects within the solution don't build and just skip. Viewing the output window during the build process says:

1>------ Skipped Rebuild All: Project: pr1lib ------

How can I determine why these builds were skipped? I am unable to find additional output.

This is with VS2008 and the solution is comprised of c# and c++ code.

© Stack Overflow or respective owner

Related posts about visual-studio

Related posts about msbuild