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"
Enabling the processing of project files with the file extension .vcxproj.
Examples:
/vcxproj:On
/vcxproj:Off
Enabling the processing of project files with the file extension .vcproj.
Examples:
/vcproj:On
/vcproj:Off
Enabling the processing of project files with the file extension .dsp.
Examples:
/dsp:On
/dsp:Off
Enabling the processing of project files with the file extension .csproj.
Examples:
/csproj:On
/csproj:Off
Enabling the processing of project files with the file extension .fsproj.
Examples:
/fsproj:On
/fsproj:Off
Enabling the processing of project files with the file extension .vbproj.
Examples:
/vbproj:On
/vbproj:Off
Enabling the processing of project files with the file extension .vjsproj.
Examples:
/vjsproj:On
/vjsproj:Off
Enable the processing of projects that cannot be built on this machine.
Examples:
/loadProjectsThatCantBeBuilt:On
/loadProjectsThatCantBeBuilt:Off
Enable the reloading of projects that were in use last time Visual Studio Project Builder ran
Examples:
/reloadProjects:On
/reloadProjects:Off
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
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
Enable the stopping a build when there are linker warnings.
Examples:
/stopBuildAllWhenLinkerError:On
/stopBuildAllWhenLinkerError:Off
Load all projects stored in a Visual Studio Project Builder file.
Examples:
/loadProjects e:\allProjects.vspb
/loadProjects "e:\projects 2017\allProjects.vspb"