15

Possible Duplicate:
Setting up a build dependency without using a reference?

Is it possible to set a project to force another project to be built, but without having to setup a reference?

Community
  • 1
  • 1
Paul
  • 9,409
  • 13
  • 64
  • 113

2 Answers2

25

Right-click on your solution and choose Project dependencies. This allows you to set a build time dependency between projects, without referencing.

Franci Penov
  • 74,861
  • 18
  • 132
  • 169
0

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
  • 1,107
  • 11
  • 22