Please enable JavaScript to view this site.

Visual Studio Project Builder Help

Navigation: » No topics above this level «

Command line interface

Scroll Prev Top Next More

Visual Studio Project Builder provides a command line user interface to allow you to automate building projects.

 

 

Example 1

 

Load an existing collection of projects from e:\allProjects.vspb and build each project.

 

VisualStudioProjectBuilder.exe /loadProjects e:\allProjects.vspb /build

 

 

Example 2

 

Load an existing collection of projects from e:\allProjects.vspb and rebuild each project.

 

VisualStudioProjectBuilder.exe /loadProjects e:\allProjects.vspb /rebuild

 

 

Example 3

 

Load an existing collection of projects from e:\allProjects.vspb and clean each project.

 

VisualStudioProjectBuilder.exe /loadProjects e:\allProjects.vspb /clean