Last change
on this file since 4909 was
4905,
checked in by cneumuel, 14 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
|
Line | |
---|
1 | copy "%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 | %SolutionDir%ConfigMerger "%SolutionDir%HeuristicLab.Clients.Hive\3.3\app.config" "%TargetDir%HeuristicLab.Hive-3.3.dll.config"
|
---|
6 |
|
---|
7 | copy "%SolutionDir%HeuristicLab 3.3.exe.config" "%TargetDir%"
|
---|
8 |
|
---|
9 | %SolutionDir%ConfigMerger "%TargetDir%HeuristicLab.Hive-3.3.dll.config" "%TargetDir%HeuristicLab 3.3.exe.config"
|
---|
10 | copy "%TargetDir%HeuristicLab 3.3.exe.config" "asdf.config"
|
---|
11 | copy "%TargetDir%HeuristicLab 3.3.exe.config" "%target%" |
---|
Note: See
TracBrowser
for help on using the repository browser.