Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 4649 was 4649, checked in by cneumuel, 14 years ago
  • moved db-context into datalayer
  • businesslayer only defines the transaction-scope
  • removed contextfactory
  • implemented convert-methods
  • made naming in db and domainobjects more consistent
  • changed wcf-service to be http-only (for now)

(#1233)

File size: 639 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 "%TargetDir%HeuristicLab.Hive-3.3.dll.config" "%TargetDir%HeuristicLab 3.3.exe.config"
9copy "%TargetDir%HeuristicLab 3.3.exe.config" "asdf.config"
10copy "%TargetDir%HeuristicLab 3.3.exe.config" "%target%"
Note: See TracBrowser for help on using the repository browser.