Index: src/Deltares.DSoilModel.Setup/CleanupBinFolder.bat =================================================================== diff -u --- src/Deltares.DSoilModel.Setup/CleanupBinFolder.bat (revision 0) +++ src/Deltares.DSoilModel.Setup/CleanupBinFolder.bat (revision 1029) @@ -0,0 +1,29 @@ +echo/ +echo cleaning up bin folder... +rd /s /q ..\bin\Release\TestFiles > nul 2>&1 +rd /s /q ..\bin\Release\x64 > nul 2>&1 +rd /s /q ..\bin\Release\cs > nul 2>&1 +rd /s /q ..\bin\Release\de > nul 2>&1 +rd /s /q ..\bin\Release\de-DE > nul 2>&1 +rd /s /q ..\bin\Release\el > nul 2>&1 +rd /s /q ..\bin\Release\en-US > nul 2>&1 +rd /s /q ..\bin\Release\it > nul 2>&1 +rd /s /q ..\bin\Release\it-IT > nul 2>&1 +rd /s /q ..\bin\Release\ja-JP > nul 2>&1 +rd /s /q ..\bin\Release\lt > nul 2>&1 +rd /s /q ..\bin\Release\pt > nul 2>&1 +rd /s /q ..\bin\Release\pt-BR > nul 2>&1 +rd /s /q ..\bin\Release\ro > nul 2>&1 +rd /s /q ..\bin\Release\th > nul 2>&1 +rd /s /q ..\bin\Release\vi-VN > nul 2>&1 +rd /s /q ..\bin\Release\zh-CN > nul 2>&1 +rd /s /q ..\bin\Release\zh-MO > nul 2>&1 +del /q ..\bin\Release\*.pdb > nul 2>&1 +del /q ..\bin\Release\*.xml > nul 2>&1 +del /q ..\bin\Release\*test*.dll > nul 2>&1 +del /q ..\bin\Release\nunit.framework.dll > nul 2>&1 +del /q ..\bin\Release\dauth.dll > nul 2>&1 +del /q ..\bin\Release\Deltares.Authorization.dll > nul 2>&1 +del /q ..\bin\Release\*.dll.config > nul 2>&1 +del /q ..\bin\Release\Rhino.Mocks.* > nul 2>&1 +del /q ..\bin\Release\KellermanSoftware*.dll > nul 2>&1 Index: src/Deltares.DSoilModel.Setup/BuildWixProject.bat =================================================================== diff -u -r1024 -r1029 --- src/Deltares.DSoilModel.Setup/BuildWixProject.bat (.../BuildWixProject.bat) (revision 1024) +++ src/Deltares.DSoilModel.Setup/BuildWixProject.bat (.../BuildWixProject.bat) (revision 1029) @@ -17,38 +17,7 @@ %build% ..\DSoilModel.sln /p:Configuration=Release;Platform=x86 >BuildWixProject.log -echo/ -echo cleaning up bin folder... -rd /s /q ..\bin\Release\Dupuit > nul 2>&1 -rd /s /q ..\bin\Release\TestFiles > nul 2>&1 -rd /s /q ..\bin\Release\TestData > nul 2>&1 -rd /s /q ..\bin\Release\CalcDlls > nul 2>&1 -rd /s /q ..\bin\Release\x64 > nul 2>&1 -rd /s /q ..\bin\Release\cs > nul 2>&1 -rd /s /q ..\bin\Release\de > nul 2>&1 -rd /s /q ..\bin\Release\de-DE > nul 2>&1 -rd /s /q ..\bin\Release\el > nul 2>&1 -rd /s /q ..\bin\Release\en-US > nul 2>&1 -rd /s /q ..\bin\Release\it > nul 2>&1 -rd /s /q ..\bin\Release\it-IT > nul 2>&1 -rd /s /q ..\bin\Release\ja-JP > nul 2>&1 -rd /s /q ..\bin\Release\lt > nul 2>&1 -rd /s /q ..\bin\Release\pt > nul 2>&1 -rd /s /q ..\bin\Release\pt-BR > nul 2>&1 -rd /s /q ..\bin\Release\ro > nul 2>&1 -rd /s /q ..\bin\Release\th > nul 2>&1 -rd /s /q ..\bin\Release\vi-VN > nul 2>&1 -rd /s /q ..\bin\Release\zh-CN > nul 2>&1 -rd /s /q ..\bin\Release\zh-MO > nul 2>&1 -del /q ..\bin\Release\*.pdb > nul 2>&1 -del /q ..\bin\Release\*.xml > nul 2>&1 -del /q ..\bin\Release\*test*.dll > nul 2>&1 -del /q ..\bin\Release\nunit.framework.dll > nul 2>&1 -del /q ..\bin\Release\dauth.dll > nul 2>&1 -del /q ..\bin\Release\Deltares.Authorization.dll > nul 2>&1 -del /q ..\bin\Release\*.dll.config > nul 2>&1 -del /q ..\bin\Release\Rhino.Mocks.* > nul 2>&1 -del /q ..\bin\Release\KellermanSoftware*.dll > nul 2>&1 +rem Call CleanupBinFolder.bat echo/ echo harvesting project to create BinFolder.wxs, please commit this file if there are significant changes in the fileset !