Update clean.bat to remove build artifacts for AppDiagnostic, NfcC7_DLL, NfcC7_DLL.Tests, and TBFTests
This commit is contained in:
parent
0fdd229141
commit
8fffb9e366
@ -1,3 +1,5 @@
|
||||
rmdir /s /q AppDiagnostic\bin
|
||||
rmdir /s /q AppDiagnostic\obj
|
||||
rmdir /s /q Common\bin
|
||||
rmdir /s /q Common\obj
|
||||
rmdir /s /q Config\bin
|
||||
@ -30,6 +32,10 @@ rmdir /s /q LabelPrinting\bin
|
||||
rmdir /s /q LabelPrinting\obj
|
||||
rmdir /s /q MergeResultsDBs\bin
|
||||
rmdir /s /q MergeResultsDBs\obj
|
||||
rmdir /s /q NfcC7_DLL\bin
|
||||
rmdir /s /q NfcC7_DLL\obj
|
||||
rmdir /s /q NfcC7_DLL.Tests\bin
|
||||
rmdir /s /q NfcC7_DLL.Tests\obj
|
||||
rmdir /s /q OrderManagement\bin\Debug
|
||||
rmdir /s /q OrderManagement\bin\Release
|
||||
rmdir /s /q OrderManagement\bin\Logs
|
||||
@ -58,6 +64,8 @@ rmdir /s /q Statistics\bin
|
||||
rmdir /s /q Statistics\obj
|
||||
rmdir /s /q TBF\bin
|
||||
rmdir /s /q TBF\obj
|
||||
rmdir /s /q TBFTests\bin
|
||||
rmdir /s /q TBFTests\obj
|
||||
rmdir /s /q ToFirstMonitor\bin
|
||||
rmdir /s /q ToFirstMonitor\obj
|
||||
rmdir /s /q ToSecondMonitor\bin
|
||||
|
||||
Loading…
Reference in New Issue
Block a user