I notice that is I have multiple sub projects under a solution, attempting to debug/deploy one of them results in a compilation of every one of them, not just the one marked “set as startup project.”
This is a bit of a problem in that you may have multiple projects, some of which are not in a compilable state.
How can things be set such that you are only compiling or acting on the sub-project designated as “the startup project”?