I have an executable project A, which references to a Class Library project B. However, when I build A, it does not automatically rebuild B. The only way to get B rebuilt and used by A is to rebuild B then build A.
Is there a way I can get B to be rebuilt automatically and then used by A when I build A?