diff --git a/clean.bat b/clean.bat index e10237b58..0a4ceffb5 100644 --- a/clean.bat +++ b/clean.bat @@ -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