Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Hive/sources/HeuristicLab.Hive.New/MergeConfigs.cmd @ 5038

Last change on this file since 5038 was 4905, checked in by cneumuel, 13 years ago

#1233

  • added plugin management features
  • took over client-GUI from old branch
  • merged with bugfixes from old branch
  • added hive-web (for IIS)
File size: 768 bytes
RevLine 
[4629]1copy "%SolutionDir%HeuristicLab.Hive-3.3.dll.config" "%TargetDir%"
[4615]2
[4629]3%SolutionDir%ConfigMerger "%SolutionDir%HeuristicLab.Services.Hive\3.3\app.config" "%TargetDir%HeuristicLab.Hive-3.3.dll.config"
4%SolutionDir%ConfigMerger "%SolutionDir%HeuristicLab.Services.Hive.DataAccess\3.3\app.config" "%TargetDir%HeuristicLab.Hive-3.3.dll.config"
[4905]5%SolutionDir%ConfigMerger "%SolutionDir%HeuristicLab.Clients.Hive\3.3\app.config" "%TargetDir%HeuristicLab.Hive-3.3.dll.config"
[4615]6
[4629]7copy "%SolutionDir%HeuristicLab 3.3.exe.config" "%TargetDir%"
[4615]8
[4649]9%SolutionDir%ConfigMerger "%TargetDir%HeuristicLab.Hive-3.3.dll.config" "%TargetDir%HeuristicLab 3.3.exe.config"
10copy "%TargetDir%HeuristicLab 3.3.exe.config" "asdf.config"
11copy "%TargetDir%HeuristicLab 3.3.exe.config" "%target%"
Note: See TracBrowser for help on using the repository browser.