Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/21/10 05:10:12 (14 years ago)
Author:
swagner
Message:

Continued work on adapting and refactoring HeuristicLab.Data according to the changes in HeuristicLab.Core (#95)

File:
1 edited

Legend:

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

    r2663 r2665  
    5151  </ItemGroup>
    5252  <ItemGroup>
    53     <Compile Include="HeuristicLabDataViewsPlugin.cs" />
    54     <Compile Include="IntDataView.cs">
     53    <Compile Include="BoolDataView.cs">
    5554      <SubType>UserControl</SubType>
    5655    </Compile>
    57     <Compile Include="IntDataView.Designer.cs">
    58       <DependentUpon>IntDataView.cs</DependentUpon>
     56    <Compile Include="BoolDataView.Designer.cs">
     57      <DependentUpon>BoolDataView.cs</DependentUpon>
    5958    </Compile>
     59    <Compile Include="StringConvertibleDataView.cs">
     60      <SubType>UserControl</SubType>
     61    </Compile>
     62    <Compile Include="StringConvertibleDataView.Designer.cs">
     63      <DependentUpon>StringConvertibleDataView.cs</DependentUpon>
     64    </Compile>
     65    <Compile Include="HeuristicLabDataViewsPlugin.cs" />
    6066    <Compile Include="Properties\AssemblyInfo.cs" />
    6167  </ItemGroup>
Note: See TracChangeset for help on using the changeset viewer.