Last change
on this file since 16176 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
|
Line | |
---|
1 | if [ "${TargetDir}" == "" ]; then |
---|
2 | TargetDir=bin |
---|
3 | fi |
---|
4 | |
---|
5 | echo Recreating $TargetPath.config... |
---|
6 | cp "$ProjectDir/app.config" "$TargetPath.config" |
---|
7 | |
---|
8 | echo Merging... |
---|
9 | for f in $(ls "$TargetDir/*.dll.config"); do |
---|
10 | mono "$SolutionDir/ConfigMerger.exe" "$f" "$TargetPath.config" |
---|
11 | done |
---|
Note: See
TracBrowser
for help on using the repository browser.