Last change
on this file since 6727 was
6703,
checked in by ascheibe, 13 years ago
|
#1233
- really removed 3.4 folders
- added skeleton for a Slave HL App
- added missing license headers and AssemblyInfo frames
- fixed merging of config files
|
File size:
577 bytes
|
Line | |
---|
1 | copy "%SolutionDir%HeuristicLab.Hive 3.3.dll.config" "%TargetDir%"
|
---|
2 |
|
---|
3 | %SolutionDir%ConfigMerger "%SolutionDir%HeuristicLab.Services.Hive.DataAccess\3.3\app.config" "%TargetDir%HeuristicLab.Hive 3.3.dll.config"
|
---|
4 | %SolutionDir%ConfigMerger "%SolutionDir%HeuristicLab.Clients.Hive\3.3\app.config" "%TargetDir%HeuristicLab.Hive 3.3.dll.config"
|
---|
5 |
|
---|
6 | copy "%SolutionDir%HeuristicLab 3.3.exe.config" "%TargetDir%"
|
---|
7 |
|
---|
8 | %SolutionDir%ConfigMerger "%TargetDir%HeuristicLab.Hive 3.3.dll.config" "%TargetDir%HeuristicLab 3.3.exe.config"
|
---|
9 | copy "%TargetDir%HeuristicLab 3.3.exe.config" "%target%" |
---|
Note: See
TracBrowser
for help on using the repository browser.