Mercurial > silverbladetech
changeset 33:f3a0641c1586
bat files added to Messaging solution
author | adminsh@apollo |
---|---|
date | Thu, 22 Mar 2012 08:11:42 +0000 |
parents | 2df455021a91 |
children | 874e51b94623 |
files | Messaging/clean-with-scc.bat Messaging/clean.bat |
diffstat | 2 files changed, 43 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Messaging/clean-with-scc.bat Thu Mar 22 08:11:42 2012 +0000 @@ -0,0 +1,25 @@ +del /s /ah /f *.suo +del /s /f *.user +del /s /f *.cache +del /s /f *.scc +del /s /f *.vssscc +del /s /f *.vspscc +del /s /f *.keep +del /s /ah /f vssver2.scc +del /s /ah StyleCop.Cache +del /s /ah .hgignore + +rd /s /q bin obj ClientBin _Resharper.* _Upgrade* TestResults .svn .hg + +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 +dir /s /b /ad .svn >> dirs.txt +dir /s /b /ad .hg >> dirs.txt + +for /f "delims=;" %%i in (dirs.txt) DO rd /s /q "%%i" +del dirs.txt
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Messaging/clean.bat Thu Mar 22 08:11:42 2012 +0000 @@ -0,0 +1,18 @@ +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