Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Mono/MergeConfigsHLDir.cmd @ 8540

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

#1861 changed HeuristicLab project file to be able to use it as startup project

File size: 237 bytes
Line 
1SET Outdir=$(SolutionDir)\bin\
2
3echo Recreating HeuristicLab 3.3.exe.config...
4
5echo Merging...
6FOR /F "tokens=*" %%A IN ('dir /B "%Outdir%*.dll.config"') DO (
7  ConfigMerger "%Outdir%%%A" "%Outdir%HeuristicLab 3.3.exe.config"
8)
Note: See TracBrowser for help on using the repository browser.