Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/22/11 14:27:37 (14 years ago)
Author:
cneumuel
Message:

#1233

  • added automatic replacement of app.config (configurable in PreBuildEvent.cmd)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.Hive-3.4/sources/PreBuildEvent.cmd

    r5050 r5537  
    11cd %ProjectDir%
    22for /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 TracChangeset for help on using the changeset viewer.