MY company is currently building very large solutions that we use as master solutions. Developers can add their projects to the master solution to get them into the nightly builds. However, sometimes projects reference projects that are not in the solutions, which causes some weird issues.
I would like to fail the solution build if any external projects are detected. Is there an MSBuild property that can be set to do this?