Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/28/10 04:11:23 (14 years ago)
Author:
swagner
Message:

Implemented first version of algorithm batch processing (#947).

File:
1 edited

Legend:

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

    r2900 r3226  
    9292      <DependentUpon>AlgorithmView.cs</DependentUpon>
    9393    </Compile>
     94    <Compile Include="BatchRunView.cs">
     95      <SubType>UserControl</SubType>
     96    </Compile>
     97    <Compile Include="BatchRunView.Designer.cs">
     98      <DependentUpon>BatchRunView.cs</DependentUpon>
     99    </Compile>
     100    <Compile Include="ResultCollectionListView.cs">
     101      <SubType>UserControl</SubType>
     102    </Compile>
     103    <Compile Include="ResultCollectionListView.Designer.cs">
     104      <DependentUpon>ResultCollectionListView.cs</DependentUpon>
     105    </Compile>
    94106    <Compile Include="UserDefinedAlgorithmView.cs">
    95107      <SubType>UserControl</SubType>
     
    112124    </Compile>
    113125    <Compile Include="Properties\AssemblyInfo.cs" />
     126    <Compile Include="ResultCollectionView.cs">
     127      <SubType>UserControl</SubType>
     128    </Compile>
     129    <Compile Include="ResultCollectionView.Designer.cs">
     130      <DependentUpon>ResultCollectionView.cs</DependentUpon>
     131    </Compile>
     132    <Compile Include="ResultView.cs">
     133      <SubType>UserControl</SubType>
     134    </Compile>
     135    <Compile Include="ResultView.Designer.cs">
     136      <DependentUpon>ResultView.cs</DependentUpon>
     137    </Compile>
    114138  </ItemGroup>
    115139  <ItemGroup>
Note: See TracChangeset for help on using the changeset viewer.