I have a solution consisting of 2 projects. One is a DLL, and the other is a console app making use of this DLL (runtime). The console app is set as my active project and when I run (F5), it is started (optionally rebuilt first).
I want to make Visual Studio 2010 rebuild the DLL project everytime I run my console app. How can I do this?