Last change
on this file since 16771 was
16430,
checked in by pfleck, 6 years ago
|
#2845 merged branch into trunk
Reviewed by mkommenda
|
-
Property svn:executable set to
*
|
File size:
333 bytes
|
Rev | Line | |
---|
[13428] | 1 | if [ "${TargetDir}" == "" ]; then |
---|
| 2 | TargetDir=bin |
---|
[8456] | 3 | fi |
---|
| 4 | |
---|
| 5 | echo Recreating HeuristicLab 3.3.exe.config... |
---|
[14207] | 6 | cp $SolutionDir/HeuristicLab/3.3/app.config "$TargetDir/HeuristicLab 3.3.exe.config" |
---|
[8456] | 7 | |
---|
| 8 | echo Merging... |
---|
[13428] | 9 | for f in $(ls $TargetDir/*.dll.config); do |
---|
| 10 | mono $SolutionDir/ConfigMerger.exe $f "$TargetDir/HeuristicLab 3.3.exe.config" |
---|
[8456] | 11 | done |
---|
Note: See
TracBrowser
for help on using the repository browser.