Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/27/13 21:00:28 (11 years ago)
Author:
gkronber
Message:

#1508 created a separate plug-in for views.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.Problems.DataAnalysis.Trading/PreBuildEvent.cmd

    r9176 r9796  
    11IF EXIST "%ProjectDir%\Properties\AssemblyInfo.cs.frame" SubWCRev "%ProjectDir%\" "%ProjectDir%\Properties\AssemblyInfo.cs.frame" "%ProjectDir%\Properties\AssemblyInfo.cs"
     2IF %ERRORLEVEL% NEQ 0 GOTO Error_Handling
    23IF EXIST "%ProjectDir%\Plugin.cs.frame" SubWCRev "%ProjectDir%\" "%ProjectDir%\Plugin.cs.frame" "%ProjectDir%\Plugin.cs"
     4IF %ERRORLEVEL% NEQ 0 GOTO Error_Handling
     5GOTO Done
     6
     7:Error_Handling
     8ECHO There was an error while running subwcrev. Please verify that the *.cs.frame files have been correctly converted to *.cs files, otherwise HeuristicLab won't build.
     9exit 0
     10
     11:Done
Note: See TracChangeset for help on using the changeset viewer.