Last change
on this file since 6361 was
5537,
checked in by cneumuel, 14 years ago
|
#1233
- added automatic replacement of app.config (configurable in PreBuildEvent.cmd)
|
File size:
276 bytes
|
Line | |
---|
1 | cd %ProjectDir%
|
---|
2 | for /r %%i in (*.cs.frame) do SubWCRev . %%i %%~dpi%%~ni
|
---|
3 |
|
---|
4 | REM SET configfile=app_f005pc.config
|
---|
5 | SET configfile=app_services.config
|
---|
6 |
|
---|
7 | IF EXIST "%configfile%" (
|
---|
8 | xcopy "%configfile%" "app.config" /Y
|
---|
9 | echo config file replaced: %ProjectDir%%configfile%
|
---|
10 | ) |
---|
Note: See
TracBrowser
for help on using the repository browser.