Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Hive-3.4/sources/PreBuildEvent.cmd @ 6479

Last change on this file since 6479 was 5537, checked in by cneumuel, 13 years ago

#1233

  • added automatic replacement of app.config (configurable in PreBuildEvent.cmd)
File size: 276 bytes
Line 
1cd %ProjectDir%
2for /r %%i in (*.cs.frame) do SubWCRev . %%i %%~dpi%%~ni
3
4REM SET configfile=app_f005pc.config
5SET configfile=app_services.config
6
7IF 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.