Skip to content

Commit

Permalink
Update clean solution script
Browse files Browse the repository at this point in the history
  • Loading branch information
stnkl committed Jan 26, 2023
1 parent 446c961 commit fea28a6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tools/clean_solution.cmd
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
@echo off

taskkill /f /im explorer.exe 2>nul &set errorlevel=0

rd /s /q "%~dp0..\EverythingSDK\x64"
rd /s /q "%~dp0..\EverythingToolbar\bin"
rd /s /q "%~dp0..\EverythingToolbar\obj"
Expand All @@ -11,4 +13,6 @@ rd /s /q "%~dp0..\EverythingToolbar.Installer\bin"
rd /s /q "%~dp0..\EverythingToolbar.Installer\obj"
del /f "%~dp0..\EverythingToolbar.Installer\HeatGeneratedFileList.wxs"

powershell start-process %windir%\explorer.exe

pause

0 comments on commit fea28a6

Please sign in to comment.