I have a couple of different solutions, in which some projects may depend on output from projects in other solutions. To manage this, I\'ve been copying dll files from the /
You can set the output directory in each project properties.
Right click on the project, select Properties
Properties
For C#, it is one of the Build property page, under Output, Output directory.
Build
Output
Output directory
In VB.Net projects, it is on the Compile tab, in the textbox at the top.
Compile