Contents tagged with Build
-
Tip #109 Did you know … How to speed up build time by *only* building the currently selected project in a multi-project solution?
When working with a solution that contains numerous projects, I find myself often wanting to only build and run the currently selected project. Other projects in the solution might have build errors that I don’t want to resolve at the current time. By default though, trying to do a CTRL+F5 on the currently selected project will cause Visual Studio (VS) to build all of the projects in a solution.