Free cookie consent management tool by TermsFeed Policy Generator

Changeset 3267 for trunk/sources


Ignore:
Timestamp:
04/05/10 06:30:26 (14 years ago)
Author:
swagner
Message:

Continued work on algorithm batch processing (#947).

Location:
trunk/sources
Files:
6 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Optimization.Views/3.3/HeuristicLab.Optimization.Views-3.3.csproj

    r3265 r3267  
    9898      <DependentUpon>BatchRunView.cs</DependentUpon>
    9999    </Compile>
     100    <Compile Include="BatchRunListView.cs">
     101      <SubType>UserControl</SubType>
     102    </Compile>
     103    <Compile Include="BatchRunListView.Designer.cs">
     104      <DependentUpon>BatchRunListView.cs</DependentUpon>
     105    </Compile>
     106    <Compile Include="ExperimentView.cs">
     107      <SubType>UserControl</SubType>
     108    </Compile>
     109    <Compile Include="ExperimentView.Designer.cs">
     110      <DependentUpon>ExperimentView.cs</DependentUpon>
     111    </Compile>
    100112    <Compile Include="RunCollectionView.cs">
    101113      <SubType>UserControl</SubType>
  • trunk/sources/HeuristicLab.Optimization/3.3/HeuristicLab.Optimization-3.3.csproj

    r3265 r3267  
    8787    <Compile Include="Algorithm.cs" />
    8888    <Compile Include="BatchRun.cs" />
     89    <Compile Include="BatchRunList.cs" />
     90    <Compile Include="Experiment.cs" />
    8991    <Compile Include="RunCollection.cs" />
    9092    <Compile Include="Run.cs" />
Note: See TracChangeset for help on using the changeset viewer.