Please enable JavaScript to view this site.

Visual Studio Project Fixer Help

Navigation: Command line interface

Command Line Reference

Scroll Prev Top Next More

Command line reference

 

The following alphabetical list provides a convenient look-up for all the command line arguments.

 

 

Option

 

Description

/?

Display the help message on the command line

/addFileFilter

Add a filter to the file filters

/addHeaderFileExtension

Add a header file extension to the list of recognised header file extensions

/addSourceFileExtension

Add a source file extension to the list of recognised source file extensions

/addResourceFileExtension

Add a resource file extension to the list of recognised resource file extensions

/deleteFileFilters

Delete all file filters

/deleteHeaderFileExtensions

Delete all header file extensions

/deleteSourceFileExtensions

Delete all source file extensions

/deleteResourceFileExtensions

Delete all resource file extensions

/detectAll

Detect all possible error conditions

/detectDefault

Detect the default list of error conditions

/detectDoesNotExist

Detect files that are specified in a project but which don't exist

/detectFiltered

Detect files identified by the files filter

/detectIncorrect

Detect files that are specified incorrectly

/detectMissing

Detect files that should be in a project but which are not

/detectObsolete

Detect obsolete Visual Studio files

/detectOff

Turn all problem detection options off

/detectTLOG

Detect .tlog dependency files

/dir

Specify the directory to search. Used with /projects and /solutions.

/doModifyMovedProjects

Do not modify moved projects

/doNotModifyMovedProjects

Modifying moved projects is allowed

/fixAll

Fix all problems detected

/fixDefault

Fix only the default problems detected

/fixDoesNotExist

Remove from a project any files classified as Do not exist

/fixFiltered

Remove from a project any filtered files

/fixIncorrect

Fix in a project any files classified as Incorrectly specified

/fixMissing

Add to a project any files classified as Missing

/fixObsolete

Remove from a project any files classified as Obsolete

/fixOff

Turn all problem fixing options off

/fixTLOG

Delete files identified as .tlog dependency files from disk

/help

Display the help message on the command line

/log

Specify the log file to save a log of actions (also see /warnOnlyDoNoChange)

/makeBackups

Make backups of modified projects

/noBackups

Don't make backups of modified projects

/noPromptForSave

Don't prompt before saving modified projects

/novcproj

Do not load .vcproj projects (also see /vcproj)

/novcxproj

Do not load .vcxproj projects (also see /vcxproj)

/projects

Scan for projects, not solutions

/promptForSave

Prompt before saving modified projects

/resetFileFilters

Reset the file filters

/resetHeaderFileExtensions

Reset the header file extensions

/resetSourceFileExtensions

Reset the source file extensions

/resetResourceFileExtensions

Reset the resource file extensions

/solutions

Scan for solutions, not projects

/vcproj

Load .vcproj projects  (also see /novcproj)

/vcxproj

Load .vcxproj projects  (also see /novcxproj)

/warnOnlyDoNoChange

Don't modify any projects, just identify what is wrong with each project. Use in conjunction with /log.

 

 

Run visualStudioProjectFixer.exe with the above command line arguments.