You can fix projects automatically, semi-automatically and manually. We're going to describe these topics here.
If you're happy for Visual Studio Project Fixer to fix all errors found in all your project files just click Fix All Projects on the summary tab.
This option is only displayed if the All Projects entry on the project list is selected.
The Fix Project dialog will be displayed to confirm your choices.
Remember that project backups are created by default - you can always go back to the original backup if things go wrong (not that we expect them to!).
If you want to fix all errors in just one project, select that project in the project list, then click Fix Project on the summary tab.
The Fix Project dialog will be displayed to confirm your choices.
Remember that project backups are created by default - you can always go back to the original backup if things go wrong (not that we expect them to!).
If you want to inspect errors for each project and then choose what to do then you need to take a different approach.
Select the project you wish to inspect from the project list.
For each of the tabs Missing Files, Incorrect Files, Do not Exist Files, Obsolete Files, Filtered Files, .tlog files you can select and deselect entries that will be affected by any modifications.
Each tab has an option that is appropriate to that tab (Add filenames, Remove filenames, Delete files, etc).
Missing Files
Click Add Filenames... to add these files to the project.
Incorrect Case Files
Click Fix Filenames... to fix these files in the project.
Incorrect Files
Click Fix Filenames... to fix these files in the project.
Files that don't exist
Click Remove Filenames... to remove these files from the project.
Obsolete files
Click Remove Filenames... to remove these files from the project.
Filtered files
These are files that match the File Filters. You can modify the File Filters using the settings dialog.
Click Remove Filenames... to remove these files from the project.
.tlog files
Click Remove TLOG Files... to delete these files from disk.