Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/25/10 05:46:44 (14 years ago)
Author:
swagner
Message:

Operator architecture refactoring (#95)

  • continued work on adapting and refactoring HeuristicLab.Data according to the changes in HeuristicLab.Core
File:
1 edited

Legend:

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

    r2669 r2677  
    5757      <DependentUpon>BoolDataView.cs</DependentUpon>
    5858    </Compile>
    59     <Compile Include="StringConvertibleArrayDataView.cs">
    60       <SubType>UserControl</SubType>
    61     </Compile>
    62     <Compile Include="StringConvertibleArrayDataView.Designer.cs">
    63       <DependentUpon>StringConvertibleArrayDataView.cs</DependentUpon>
    64     </Compile>
    6559    <Compile Include="StringConvertibleDataView.cs">
    6660      <SubType>UserControl</SubType>
     
    7165    <Compile Include="HeuristicLabDataViewsPlugin.cs" />
    7266    <Compile Include="Properties\AssemblyInfo.cs" />
     67    <Compile Include="StringConvertibleMatrixDataView.cs">
     68      <SubType>UserControl</SubType>
     69    </Compile>
     70    <Compile Include="StringConvertibleMatrixDataView.Designer.cs">
     71      <DependentUpon>StringConvertibleMatrixDataView.cs</DependentUpon>
     72    </Compile>
    7373  </ItemGroup>
    7474  <ItemGroup>
Note: See TracChangeset for help on using the changeset viewer.