In Visual Studio 2010 (as well as VS2012), you can only create and run a startup project with their dependencies. Therefore, if your console project is your only launch project, VS will only compile and run the console project with the necessary referenced projects.
See: Tools โ Options โ Projects and Solutions โ Build and Run โ Check "Only create launch projects and Run dependencies".
source share