Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
NTDLS committed Apr 9, 2018
1 parent 5e97fd2 commit 3e04d13
Show file tree
Hide file tree
Showing 45 changed files with 3,450 additions and 0 deletions.
30 changes: 30 additions & 0 deletions CleanUp.Bat
@@ -0,0 +1,30 @@
@Echo Off

attrib -s -h -r

Del *.Ncb
Del *.Opt
Del *.Plg
Del *.Aps
Del *.Scc
Del *.suo
Del *.xml
Del *.old
Del *.user
Del *.sdf

rd IPCH /S /Q

attrib -s -h -r

rd "Optimized Debug" /S /Q
rd "Release" /S /Q
rd "Debug" /S /Q
rd "Win32" /S /Q
rd "x64" /S /Q

RD "Setup\Output" /S /Q

Del Resources\*.aps

Cls

0 comments on commit 3e04d13

Please sign in to comment.