Please enable JavaScript to view this site.

Visual Studio Project Fixer Help

Navigation: Command line interface

Projects and Solutions

Scroll Prev Top Next More

Searching for Projects

 

/dir

 

Specify the directory hierarchy to search.

 

If the name contains spaces, it should be quoted.

 

Examples:

 

/dir e:\om\c\testApps

 

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

 

/projects

 

Projects will be searched for using the directory specified by the /dir command line argument.

 

This argument overrides any previous /solution argument.

 

/solutions

 

Solutions will be searched for using the directory specified by the /dir command line argument. The solutions will be loaded and the projects referenced in those solutions will be scanned.

 

This argument overrides any previous /project argument.

 

 

Visual Studio 2002, 2003, 2005, 2008

 

/novcproj

 

Project files with the file extension .vcproj will not be scanned.

 

/vcproj

 

Project files with the file extension .vcproj will be scanned.

 

 

Visual Studio 2010, 2012, 2013, 2015, 2017

 

/novcxproj

 

Project files with the file extension .vcxproj will not be scanned.

 

/vcxproj

 

Project files with the file extension .vcxproj will be scanned.

 

 

Moved Projects

 

/doModifyMovedProjects

 

Project files that have been moved will be scanned and modified.

 

/doNotModifyMovedProjects

 

Project files that have been moved will not be scanned and modified.

 

 

Project Backups

 

/makeBackups

 

Project files that have been modified will have a backup saved prior to modification.

 

/noBackups

 

Project files that have been modified will not have a backup saved prior to modification.

 

 

Saving Projects

 

/promptForSave

 

When a project has been modified you will be prompted to confirm that it is OK to save the modified project.

 

/noPromptForSave

 

When a project has been modified you will not be prompted to confirm that it is OK to save the modified project.