Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Mono/CopyAssemblies.cmd @ 8383

Last change on this file since 8383 was 8383, checked in by ascheibe, 12 years ago

#1861 updated copy assembly script

File size: 281 bytes
Line 
1for /f "delims=" %%i in ('dir /s/b *.dll') do copy %%i bin
2for /f "delims=" %%i in ('dir /s/b *.dll.config') do copy %%i bin
3copy "HeuristicLab\3.3\$(SolutionDir)\bin\HeuristicLab 3.3.exe" bin
4copy "HeuristicLab\3.3\$(SolutionDir)\bin\HeuristicLab 3.3.pdb" bin
5MergeConfigs.cmd
Note: See TracBrowser for help on using the repository browser.