Please enable JavaScript to view this site.

Visual Studio Project Fixer Help

Navigation: Command line interface

Problem detection

Scroll Prev Top Next More

/detectAll

 

Detect all possible error conditions.

 

/detectDefault

 

Reset the detection settings to the default.

 

/detectDoesNotExist

 

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

 

/detectFiltered

 

Detect files that are filtered by the file filters.

 

/detectIncorrectCase

 

Detect files that have a mismatch between the case in a project file and filename case on disk.

 

/detectIncorrect

 

Detect files that are incorrectly specified in a project file.

 

/detectMissing

 

Detect files that are missing from a project file.

 

/detectObsolete

 

Detect files from obsolete version of Visual Studio.

 

/detectOff

 

Reset the detection settings to off. List this before any other /detect settings then list at least one /detect setting to detect just that one setting.

 

/detectTLOG

 

Detect .tlog dependency files.