find unused files in solution folders

  • Thread starter Thread starter Andrus
  • Start date Start date
A

Andrus

C# 2008 Express folder tree for one solution contains .cs and other files
which are not referenced by solution.

How to find those dangling files ?

There are large number of files and folder is solution so manual compare
takes very long time.

Andrus.
 
Sometimes I follow this method (it's not a good one, but it works):
Add the project to VSS using the Visual Studio. Move all files to
another folder. Get all the files from VSS, do Re-build all in both
debug & release mode. If it is successful, then you already done with
it....if it gives any file error, copy from the moved location....

I use C# 2008 Express
How this method can be used with Express ?

Andrus.
 
Sometimes I follow this method (it's not a good one, but it works):

Add the project to VSS using the Visual Studio. Move all files to
another folder. Get all the files from VSS, do Re-build all in both
debug & release mode. If it is successful, then you already done with
it....if it gives any file error, copy from the moved location....

Thanks & Regards,
Ashutosh
 
If you don't have VSS then forget it. I am not sure if Express edition
allows you to check in the files.
 
Back
Top