Why running debug doesn't build all selected project in the active configuration?
Normally I've got some DLLs which are connected to the main project indirectly (MEF) and when I run in debug (F5) VS.NET doesn't build those DLLs. I have to Build (Ctrl+Shift+B) first, then debug the application to debug the current versions of those DLLs.
I assume VS.NET is trying to speed up the debug process by not building non-referenced DLLs however in my case it makes it even slower.
Is there anyway to change this behaviour?