Saturday, October 21, 2006

Visual Studio Orphaned Project Items Finder

The name is a bit of a mouthful, but sums up what it's all about.  It finds orphaned items in a Visual Studio project.  Inspired by Clean Source Plus, this utility is a stand-alone application and also a right-click Explorer menu item.

Recently I came across several dozen projects that had been worked on by dozens of people for several years.  Inevitably, there were files present in the source tree that were not part of the project.

This is a tool to find those files.  Please feel free to download it from CodePlex.  There is an installer file and the source code is also available. If you'd like to contribute to the project, please let me know.

To use it is very simple.  Download it and run it, or right click a Visual Studio project in Explorer and 'Find Orphaned Items...'.

Warning!

I've tested this project on Visual Studio 2003 and 2005 projects.  I haven't tested this on Web Projects or Web Application Projects (in Visual Studio 2005).  I would recommend verifying what the application thinks are orhpaned items.  If it continually gets it right, you can trust it more and check it less.  If it continually gets it wrong, then please let me know!

1 comment:

Anonymous said...

Nice idea. Did not seem to work with a vbproj solution though.