Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab/3.3/MergeConfigs.cmd @ 6884

Last change on this file since 6884 was 6884, checked in by abeham, 13 years ago

#1653

  • Added Build.cmd to solution
  • Changed CustomPostBuildTemplate and Files.txt to a more simpler format
  • Changed MergeConfigs.cmd to merge every *.dll.config that it finds in the bin directory
File size: 118 bytes
RevLine 
[6884]1FOR /F "tokens=*" %%A IN ('dir /B "%Outdir%*.dll.config"') DO (
2  ConfigMerger "%%A" "HeuristicLab 3.3.exe.config"
3)
Note: See TracBrowser for help on using the repository browser.