Visual Studio builds the entire solution when I exit debug mode.
This is very annoying as the solution contains 42 projects (ASP.NET MVC, IIS hosted WCF, Silverlight apps and others) and the build process locks Visual Studio for aprox. 30 seconds.
What causes Visual Studio to do a full rebuild of the solution? Is there a setting that I can turn on to determine the root of the problem?