I have inherited some source code (Visual Studio solutions and C# projects) and have found a couple of scenarios where a project references a file that is missing.
Does anyone know of a tool that will recursively parse a directory structure, read each .csproj project file and list the names of any files that are referenced by the project file but that cannot be found on disk?