Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 4629 was 4629, checked in by cneumuel, 14 years ago
  • worked on new hive structure
  • created IIS hostable website for hive (old structure)

(#1233)

File size: 560 bytes
Line 
1copy "%SolutionDir%HeuristicLab.Hive-3.3.dll.config" "%TargetDir%"
2
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"
5
6copy "%SolutionDir%HeuristicLab 3.3.exe.config" "%TargetDir%"
7
8%SolutionDir%ConfigMerger "%SolutionDir%HeuristicLab.Hive-3.3.dll.config" "HeuristicLab 3.3.exe.config"
9
10copy "HeuristicLab 3.3.exe.config" "%target%"
Note: See TracBrowser for help on using the repository browser.