CHG Moved files to new root folder.

This commit is contained in:
Philipp Sumi
2013-11-25 15:43:33 +01:00
parent e409e784e6
commit 6b07fab725
116 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
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
rd /s /q bin obj ClientBin _Resharper.* _Upgrade*
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
for /f "delims=;" %%i in (dirs.txt) DO rd /s /q "%%i"
del dirs.txt