My question is pretty simple. Do I have to do a complete solution compile with MSBuild if I have multiple projects that reference each other via project reference, or can I simply compile just one of my projects, say my web deployment project, and MSBuild will figure out the references, and compile the referenced projects for me?
I am trying to simplify our CI environment, and I find it strange that I am currently building the whole solution, then individual deployment projects separately.
Thanks in advance!