
|
|
I finally got the first working version of DeleteDevCrumbs. I decided to release this without a GUI, because I've found it so useful. The current release contains two (2) files; DeleteDevCrumbsConsole.exe and DeleteDevCrumbs.dll.
Here is the commandline to handle "crumbs" from a typical Visual Studio setup:
deletedevcrumbsconsole root=C:\Projects crumbfolderlist=bin,obj crumbextensionlist=suo,user
You can just double-click on DeleteCrumbsConsole.exe to see its usage:

I created this to solve the vexing issue of removing extra crap that IDEs create with the source code. I use this for code releases, and continuous integration. The two main programs that I use this with are FinalBuilder and CCNet.
Please let me know if you use it for other things, and other programs. I'm very curious to see how this gets used.
Leave a comment here or email me at hector AT systemwidgets DOT com.
Downloads:
Previous Page | Next Page