Please enable JavaScript to view this site.

Visual Studio Project Builder Help

Navigation: Command line interface

Projects and Solutions

Scroll Prev Top Next More

Searching for Projects

 

/dir

 

Specify the directory hierarchy to search for solutions that contain projects.

 

If the name contains spaces, it should be quoted.

 

Examples:

 

/dir e:\om\c\testApps

 

/dir "e:\om\c\dev workspace\mainBuild"

 

 

C++, Visual Studio 2010, 2012, 2013, 2015, 2017

 

/vcxproj

 

Enabling the processing of project files with the file extension .vcxproj.

 

Examples:

 

 /vcxproj:On

 

 /vcxproj:Off

 

 

C++, Visual Studio 2002, 2003, 2005, 2008

 

/vcproj

 

Enabling the processing of project files with the file extension .vcproj.

 

Examples:

 

 /vcproj:On

 

 /vcproj:Off

 

 

C++, Visual Studio 6

 

/dsp

 

Enabling the processing of project files with the file extension .dsp.

 

Examples:

 

 /dsp:On

 

 /dsp:Off

 

 

C#, Visual Studio

 

/csproj

 

Enabling the processing of project files with the file extension .csproj.

 

Examples:

 

 /csproj:On

 

 /csproj:Off

 

 

F#, Visual Studio

 

/fsproj

 

Enabling the processing of project files with the file extension .fsproj.

 

Examples:

 

 /fsproj:On

 

 /fsproj:Off

 

 

VB.Net, Visual Studio

 

/vbproj

 

Enabling the processing of project files with the file extension .vbproj.

 

Examples:

 

 /vbproj:On

 

 /vbproj:Off

 

 

J#, Visual Studio

 

/vjsproj

 

Enabling the processing of project files with the file extension .vjsproj.

 

Examples:

 

 /vjsproj:On

 

 /vjsproj:Off

 

 

Building Projects

 

/loadProjectsThatCantBeBuilt

 

Enable the processing of projects that cannot be built on this machine.

 

Examples:

 

 /loadProjectsThatCantBeBuilt:On

 

 /loadProjectsThatCantBeBuilt:Off

 

 

/reloadProjects

 

Enable the reloading of projects that were in use last time Visual Studio Project Builder ran

 

Examples:

 

 /reloadProjects:On

 

 /reloadProjects:Off

 

 

/confirmProjectDelete

 

Enable the confirmation of deleting a project.

 

Examples:

 

 /confirmProjectDelete:On

 

 /confirmProjectDelete:Off

 

 

/warnWhenBuildFailsDueToAdminRights

 

Enable the warning when a build fails due to needing administrator privileges to run.

 

Examples:

 

 /warnWhenBuildFailsDueToAdminRights:On

 

 /warnWhenBuildFailsDueToAdminRights:Off

 

 

/warnWhenBuildFails

 

Enable the warning when a build fails.

 

Examples:

 

 /warnWhenBuildFails:On

 

 /warnWhenBuildFails:Off

 

/buildProjectsThatFailedToLink

 

Enable the performing a repeat build for projects that failed to link.

 

Examples:

 

 /buildProjectsThatFailedToLink:On

 

 /buildProjectsThatFailedToLink:Off

 

/buildIfThereAreCompilerWarnings

 

Enable the repeat building if there are compiler warnings.

 

Examples:

 

 /buildIfThereAreCompilerWarnings:On

 

 /buildIfThereAreCompilerWarnings:Off

 

/buildIfThereAreCompilerErrors

 

Enable the repeat building if there are compiler errors.

 

Examples:

 

 /buildIfThereAreCompilerErrors:On

 

 /buildIfThereAreCompilerErrors:Off

 

/stopBuildAllWhenCompilerWarning

 

Enable the stopping a build when there are compiler warnings.

 

Examples:

 

 /stopBuildAllWhenCompilerWarning:On

 

 /stopBuildAllWhenCompilerWarning:Off

 

/stopBuildAllWhenCompilerError

 

Enable the stopping a build when there are compiler errors.

 

Examples:

 

 /stopBuildAllWhenCompilerError:On

 

 /stopBuildAllWhenCompilerError:Off

 

/stopBuildAllWhenLinkerError

 

Enable the stopping a build when there are linker warnings.

 

Examples:

 

 /stopBuildAllWhenLinkerError:On

 

 /stopBuildAllWhenLinkerError:Off

 

/loadProjects

 

Load all projects stored in a Visual Studio Project Builder file.

 

Examples:

 

 /loadProjects e:\allProjects.vspb

 

 /loadProjects "e:\projects 2017\allProjects.vspb"