Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/19/12 12:24:00 (12 years ago)
Author:
abeham
Message:

#1985: Trunk integration

Location:
trunk/sources
Files:
2 deleted
2 edited
1 copied

Legend:

Unmodified
Added
Removed
  • trunk/sources

  • trunk/sources/HeuristicLab.Optimization/3.3/HeuristicLab.Optimization-3.3.csproj

    r8600 r9079  
    121121    <Compile Include="Interfaces\ISimilarityBasedOperator.cs" />
    122122    <Compile Include="Interfaces\ISolutionSimilarityCalculator.cs" />
     123    <Compile Include="MetaOptimizers\BatchRun.cs" />
     124    <Compile Include="MetaOptimizers\Experiment.cs" />
     125    <Compile Include="MetaOptimizers\TimeLimitRun.cs" />
    123126    <Compile Include="RunCollectionModification\RunCollectionRunRemover.cs" />
    124127    <Compile Include="Plugin.cs" />
     
    130133    <None Include="Plugin.cs.frame" />
    131134    <Compile Include="Algorithms\Algorithm.cs" />
    132     <Compile Include="BatchRun.cs" />
    133135    <Compile Include="RunCollectionModification\Calculator.cs" />
    134136    <Compile Include="Interfaces\IDiscreteDoubleMatrixModifier.cs" />
     
    173175    <Compile Include="RunCollectionConstraints\IRunCollectionConstraint.cs" />
    174176    <Compile Include="OptimizerList.cs" />
    175     <Compile Include="Experiment.cs" />
    176177    <Compile Include="Interfaces\IOptimizer.cs" />
    177178    <Compile Include="RunCollection.cs" />
     
    281282  -->
    282283  <PropertyGroup>
    283    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     284    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
    284285set ProjectDir=$(ProjectDir)
    285286set SolutionDir=$(SolutionDir)
     
    288289call PreBuildEvent.cmd
    289290</PreBuildEvent>
    290 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
     291    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
    291292export ProjectDir=$(ProjectDir)
    292293export SolutionDir=$(SolutionDir)
Note: See TracChangeset for help on using the changeset viewer.