Programming
Visual Studio 2012: Build Current Project Keyboard Shortcut
by admin on Jul.08, 2013, under Programming
Building the entire solution in Visual Studio 2012 is easy – just press F5 in order to build and debug or press F6 in order to just build the entire solution.
Oh well but how could I build the currently selected project only, without having to select it, right clicking on it and choosing “build project”? It’s as simple as pressing SHIFT + F6, actually. 😉