Visual Studio provides a way for you to modify the location of output generated by your project. Due to differences in the Project Designers for the different languages, the procedure for modifying the build output directory varies.

Visual Basic Projects

Visual C# and Visual J# Projects
To change the build output directory:
On the Project menu, click Properties.
Click the Build tab.
Click the Browse button next to the Output path box and select a new build output directory.

Visual C++ Projects
To change the build output directory:
On the Project menu, click Properties.
Expand the Configuration Properties tab, and click General.
Change the Output Directory box to the new output directory.

Setup Projects
To change the build output directory:
On the Project menu, click Properties.
Change the Output file name box to the new output directory.

See Also
Tasks
Reference
Other Resources