I need to delete files (basically .cs and .cshtml) that were removed from the solution in Visual Studio 2010 but were not deleted from the file system. I know that these files are displayed if I select the "Show all files" option, however I donβt want to search them manually because it will take a lot of time and will be error prone.
Is there a way to list these files? I am using Visual Studio 2010 and Resharper 6.1 (maybe Resharper has an option that can do this).
source share