Free cookie consent management tool by TermsFeed Policy Generator

Changeset 12037 for trunk


Ignore:
Timestamp:
02/19/15 10:06:50 (9 years ago)
Author:
pfleck
Message:

#2327 Implemented EnumValue and EnumValueView.

Location:
trunk/sources
Files:
3 added
2 edited

Legend:

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

    r11623 r12037  
    133133      <DependentUpon>EnhancedStringConvertibleMatrixView.cs</DependentUpon>
    134134    </Compile>
     135    <Compile Include="EnumValueView.cs">
     136      <SubType>UserControl</SubType>
     137    </Compile>
     138    <Compile Include="EnumValueView.Designer.cs">
     139      <DependentUpon>EnumValueView.cs</DependentUpon>
     140    </Compile>
    135141    <Compile Include="IntRangeView.cs">
    136142      <SubType>UserControl</SubType>
  • trunk/sources/HeuristicLab.Data/3.3/HeuristicLab.Data-3.3.csproj

    r11623 r12037  
    123123    <Compile Include="Comparison.cs" />
    124124    <Compile Include="ComparisonType.cs" />
     125    <Compile Include="EnumValue.cs" />
    125126    <Compile Include="Path Types\DirectoryValue.cs" />
    126127    <Compile Include="Path Types\FileValue.cs" />
Note: See TracChangeset for help on using the changeset viewer.