Mercurial > silverbladetech
view clean.bat @ 12:6a0449185449
SCC changed from TFS to HG
author | stevenh7776 stevenhollidge@hotmail.com |
---|---|
date | Tue, 21 Feb 2012 17:47:35 +0700 |
parents | 877d70fb8176 |
children |
line wrap: on
line source
del /s /ah /f *.suo del /s /f *.user del /s /f *.cache del /s /f *.keep del /s /ah StyleCop.Cache rd /s /q bin obj ClientBin _Resharper.* _Upgrade* TestResults del dirs.txt dir /s /b /ad bin > dirs.txt dir /s /b /ad obj >> dirs.txt dir /s /b /ad ClientBin >> dirs.txt dir /s /b /ad _Resharper.* >> dirs.txt dir /s /b /ad _Upgrade* >> dirs.txt dir /s /b /ad TestResults >> dirs.txt for /f "delims=;" %%i in (dirs.txt) DO rd /s /q "%%i" del dirs.txt