Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/11/13 17:11:32 (11 years ago)
Author:
jkarder
Message:

#1853:

  • moved ValueConfigurationCheckedItemCollectionView to ParameterConfigurationEncoding
  • renamed ValueConfigurationCheckedItemCollectionView to ValueConfigurationCheckedItemListView
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/ParameterConfigurationEncoding/HeuristicLab.Encodings.ParameterConfigurationEncoding.Views/3.3/HeuristicLab.Encodings.ParameterConfigurationEncoding.Views-3.3.csproj

    r8655 r9356  
    121121    <Compile Include="Properties\AssemblyInfo.cs" />
    122122    <None Include="Properties\AssemblyInfo.cs.frame" />
    123     <Compile Include="ValueConfigurationViews\CheckedValueConfigurationListView.cs">
    124       <SubType>UserControl</SubType>
    125     </Compile>
    126     <Compile Include="ValueConfigurationViews\CheckedValueConfigurationListView.Designer.cs">
    127       <DependentUpon>CheckedValueConfigurationListView.cs</DependentUpon>
    128     </Compile>
    129123    <Compile Include="ValueConfigurationViews\RangeView.cs">
    130124      <SubType>UserControl</SubType>
     
    132126    <Compile Include="ValueConfigurationViews\RangeView.Designer.cs">
    133127      <DependentUpon>RangeView.cs</DependentUpon>
     128    </Compile>
     129    <Compile Include="ValueConfigurationViews\ValueConfigurationCheckedItemListView.cs">
     130      <SubType>UserControl</SubType>
     131    </Compile>
     132    <Compile Include="ValueConfigurationViews\ValueConfigurationCheckedItemListView.Designer.cs">
     133      <DependentUpon>ValueConfigurationCheckedItemListView.cs</DependentUpon>
    134134    </Compile>
    135135    <Compile Include="ValueConfigurationViews\ValueView.cs">
Note: See TracChangeset for help on using the changeset viewer.