Skip to content

Commit 4ec8f7d

Browse files
committed
added:VSClean.bat
1 parent be0fc3e commit 4ec8f7d

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

XEngine_APPClient/VSClean.bat

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
@echo Off
2+
del /s /a *.ncb *.so *.o *.db
3+
FOR /R . %%d IN (.) DO rd /s /q "%%d\Debug" 2>nul
4+
FOR /R . %%d IN (.) DO rd /s /q "%%d\Release" 2>nul
5+
FOR /R . %%d IN (.) DO rd /s /q "%%d\x64" 2>nul
6+
FOR /R . %%d IN (.) DO rd /s /q "%%d\Debug" 2>nul
7+
FOR /R . %%d IN (.) DO rd /s /q "%%d\ipch" 2>nul
8+
FOR /R . %%d IN (.) DO rd /s /q "%%d\ARM64" 2>nul
9+
10+
rem If the Properties directory is empty, remove it
11+
FOR /R . %%d in (.) do rd /q "%%d\Properties" 2> nul

0 commit comments

Comments
 (0)