|
As a coder... As a coder, we ofter use tools made by ourselves, and most of the time we forgot that many people might need something like that, no matter how simple, somebody might need it. So here is one more of those useful tools coded in csharp with Microsoft Visual Studio .NET. This tool is totally free.
Why to use this tool? How many times, when you zipped your code for mailing or for posting on a site (like this :) ), have you noticed that you zipped PDB, debug files, etc., and that your little code snippet became 1 MB in size? Well, well, the same happened to me when coding and sharing code with friends through mail or using forums, so I just coded this little application; it was for my own use, so it is not too fancy. But I am sure it will help you to clean up Visual Studio project folders and will save you time. Some Visual Studio plug-ins like ReSharper generates lots of small files and a bunch of folders inside your project folders, and you can delete them with this application. You migth think that not, but you can have 100's of megabytes used on those. You can select what you want to delete and what not, and since you have the source code (c#), you might extend this to your needs.
|