Last change
on this file since 15890 was
15660,
checked in by swagner, 7 years ago
|
#2877: Generalized MergeConfigs scripts, cleaned app.config files, corrected post-build events
|
-
Property svn:executable set to
*
|
File size:
274 bytes
|
Rev | Line | |
---|
[13428] | 1 | if [ "${TargetDir}" == "" ]; then |
---|
| 2 | TargetDir=bin |
---|
[8456] | 3 | fi |
---|
| 4 | |
---|
[15660] | 5 | echo Recreating $TargetPath.config... |
---|
| 6 | cp "$ProjectDir/app.config" "$TargetPath.config" |
---|
[8456] | 7 | |
---|
| 8 | echo Merging... |
---|
[15660] | 9 | for f in $(ls "$TargetDir/*.dll.config"); do |
---|
| 10 | mono "$SolutionDir/ConfigMerger.exe" "$f" "$TargetPath.config" |
---|
[8456] | 11 | done |
---|
Note: See
TracBrowser
for help on using the repository browser.