source:
branches/HeuristicLab.Mono/CopyAssemblies.cmd
@
8383
Last change on this file since 8383 was 8383, checked in by ascheibe, 12 years ago | |
---|---|
File size: 281 bytes |
Line | |
---|---|
1 | for /f "delims=" %%i in ('dir /s/b *.dll') do copy %%i bin |
2 | for /f "delims=" %%i in ('dir /s/b *.dll.config') do copy %%i bin |
3 | copy "HeuristicLab\3.3\$(SolutionDir)\bin\HeuristicLab 3.3.exe" bin |
4 | copy "HeuristicLab\3.3\$(SolutionDir)\bin\HeuristicLab 3.3.pdb" bin |
5 | MergeConfigs.cmd |
Note: See TracBrowser
for help on using the repository browser.