views:

106

answers:

2

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
+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