13 lines
176 B
Batchfile
13 lines
176 B
Batchfile
@ECHO OFF
|
|
|
|
DEL *.sln /Q
|
|
DEL *.suo /Q /A:HA
|
|
DEL *.ncb /Q
|
|
DEL *.log /Q
|
|
DEL *.scc /Q
|
|
DEL *.dat /Q
|
|
del /q WS-Eventing.vcxproj*.user
|
|
RMDIR Debug /S /Q
|
|
RMDIR Release /S /Q
|
|
|
|
@ECHO ON |