Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 753 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 753 Bytes

VisualStudioClean

A small software to clean up build objects of Visual Studio and retains only source code before packaging the source code and ship it to somewhere.

VisualStudioClean

It deletes dependencies packages, bin, obj, debug and release folder including all the files inside it, use it with caution.

First place the executable and configuration in root folder of your source code you want to ship, click Scan VS and it will determine which folder to delete and you can exclude folder you want to retain.

The software Start method does not uses threading so when deleting, the program will hang for a while, I am too lazy to enhance it. Someone can branch it out and place threading inside.

Thank you