Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
10/06/11 13:48:13 (12 years ago)
Author:
abeham
Message:

#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:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab/3.3/MergeConfigs.cmd

    r6866 r6884  
    1 ConfigMerger "%Outdir%HeuristicLab.PluginInfrastructure-3.3.dll.config" "HeuristicLab 3.3.exe.config"
    2 ConfigMerger "%Outdir%HeuristicLab.Clients.Common-3.3.dll.config" "HeuristicLab 3.3.exe.config"
    3 ConfigMerger "%Outdir%HeuristicLab.Optimizer-3.3.dll.config" "HeuristicLab 3.3.exe.config"
    4 ConfigMerger "%Outdir%HeuristicLab.Persistence-3.3.dll.config" "HeuristicLab 3.3.exe.config"
    5 ConfigMerger "%Outdir%HeuristicLab.Tracing-3.3.dll.config" "HeuristicLab 3.3.exe.config"
     1FOR /F "tokens=*" %%A IN ('dir /B "%Outdir%*.dll.config"') DO (
     2  ConfigMerger "%%A" "HeuristicLab 3.3.exe.config"
     3)
Note: See TracChangeset for help on using the changeset viewer.