Is it possible to set a project to force another project to be built, but without having to setup a reference?
+3
A:
Right-click on your solution and choose Project dependencies
. This allows you to set a build time dependency between projects, without referencing.
Franci Penov
2010-05-19 20:05:12
+1
A:
Right click on the solution and select "Build Order". All the projects need to be part of that solution though, even if they do not reference on another.
Andre
2010-05-19 20:05:27