I have a project that depends on other projects in the work space.
I have those other projects set up property as dependencies, so when I compile the top level project, it checks for changes and recompiles the projects it depends on.
Problem is, if there were no changes to the top level project, it will recompile the sub projects, but not relink the top project. Is there any way to get it to do this?