Ok ... this may sound a little weird... but basically...

I have a Solution that contains 2 projects lets call them ProjectA and ProjectB (how original )

ProjectA is the startup project

ProjectB references ProjectA

I need ProjectB to Build a debug version automatically (and every time) when the play button is pressed - this does not happen as the solution thinks "I don't need to build that as it is not referenced".

How can I go about forcing this to happen?

Thanks,
Kris