Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/PreBuildEvent.cmd @ 15713

Last change on this file since 15713 was 15682, checked in by swagner, 6 years ago

#2887: moved content of trunk/sources to trunk

  • Property svn:mergeinfo set to (toggle deleted branches)
    /stable/PreBuildEvent.cmdmergedeligible
    /branches/1721-RandomForestPersistence/PreBuildEvent.cmd10321-10322
    /branches/Algorithms.GradientDescent/PreBuildEvent.cmd5516-5520
    /branches/Async/PreBuildEvent.cmd13329-15286
    /branches/Benchmarking/sources/PreBuildEvent.cmd6917-7005
    /branches/CloningRefactoring/PreBuildEvent.cmd4656-4721
    /branches/CodeEditor/PreBuildEvent.cmd11700-11806
    /branches/DataAnalysis Refactoring/PreBuildEvent.cmd5471-5808
    /branches/DataAnalysis SolutionEnsembles/PreBuildEvent.cmd5815-6180
    /branches/DataAnalysis/PreBuildEvent.cmd4458-4459,​4462,​4464
    /branches/DataPreprocessing/PreBuildEvent.cmd10085-11101
    /branches/GP.Grammar.Editor/PreBuildEvent.cmd6284-6795
    /branches/GP.Symbols (TimeLag, Diff, Integral)/PreBuildEvent.cmd5060
    /branches/HLScript/PreBuildEvent.cmd10331-10358
    /branches/HeuristicLab.DatasetRefactor/sources/PreBuildEvent.cmd11570-12508
    /branches/HeuristicLab.Problems.DataAnalysis.Trading/PreBuildEvent.cmd6123-9799
    /branches/HeuristicLab.Problems.Orienteering/PreBuildEvent.cmd11130-12721
    /branches/HiveStatistics/sources/PreBuildEvent.cmd12440-12877
    /branches/LogResidualEvaluator/PreBuildEvent.cmd10202-10483
    /branches/NET40/sources/PreBuildEvent.cmd5138-5162
    /branches/NSGA-II Changes/PreBuildEvent.cmd12033-12122
    /branches/ParallelEngine/PreBuildEvent.cmd5175-5192
    /branches/ProblemInstancesRegressionAndClassification/PreBuildEvent.cmd7568-7810
    /branches/QAPAlgorithms/PreBuildEvent.cmd6350-6627
    /branches/Restructure trunk solution/PreBuildEvent.cmd6828
    /branches/RuntimeOptimizer/PreBuildEvent.cmd8943-9078
    /branches/ScatterSearch (trunk integration)/PreBuildEvent.cmd7787-8333
    /branches/SlaveShutdown/PreBuildEvent.cmd8944-8956
    /branches/SpectralKernelForGaussianProcesses/PreBuildEvent.cmd10204-10479
    /branches/SuccessProgressAnalysis/PreBuildEvent.cmd5370-5682
    /branches/Trunk/PreBuildEvent.cmd6829-6865
    /branches/UnloadJobs/PreBuildEvent.cmd9168-9215
    /branches/VNS/PreBuildEvent.cmd5594-5752
    /branches/crossvalidation-2434/PreBuildEvent.cmd12948-12950
    /branches/histogram/PreBuildEvent.cmd5959-6341
    /branches/symbreg-factors-2650/PreBuildEvent.cmd14232-14825
File size: 597 bytes
Line 
1IF EXIST "%ProjectDir%\Properties\AssemblyInfo.cs.frame" SubWCRev "%ProjectDir%\" "%ProjectDir%\Properties\AssemblyInfo.cs.frame" "%ProjectDir%\Properties\AssemblyInfo.cs"
2IF %ERRORLEVEL% NEQ 0 GOTO Error_Handling
3IF 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 TracBrowser for help on using the repository browser.