Building active project rather than whole solution in VS 2003
Posted in Tips, Visual Studio on Aug 31st, 2006
Have you ever needed to build only one project, the one you are currently working on, rather than a whole solution (especially the webparts deployment projects)?
There is a shortcut “ctrl+shift+b” but it builds whole solution. If you want to build current project you have to take your hands off the keyboard, move your mouse and […]