Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/18/11 23:21:19 (13 years ago)
Author:
mkommend
Message:

#1418: Implemented StringConvertibleValueTuple, IntRange, DoubleRange and the according views.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/DataAnalysis Refactoring/HeuristicLab.Data.Views/3.3/HeuristicLab.Data.Views-3.3.csproj

    r5163 r5757  
    1212    <AssemblyName>HeuristicLab.Data.Views-3.3</AssemblyName>
    1313    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
    14     <TargetFrameworkProfile></TargetFrameworkProfile>
     14    <TargetFrameworkProfile>
     15    </TargetFrameworkProfile>
    1516    <FileAlignment>512</FileAlignment>
    1617    <SignAssembly>true</SignAssembly>
     
    111112  </ItemGroup>
    112113  <ItemGroup>
     114    <Compile Include="DoubleRangeView.cs">
     115      <SubType>UserControl</SubType>
     116    </Compile>
     117    <Compile Include="DoubleRangeView.Designer.cs">
     118      <DependentUpon>DoubleRangeView.cs</DependentUpon>
     119    </Compile>
     120    <Compile Include="IntRangeView.cs">
     121      <SubType>UserControl</SubType>
     122    </Compile>
     123    <Compile Include="IntRangeView.Designer.cs">
     124      <DependentUpon>IntRangeView.cs</DependentUpon>
     125    </Compile>
     126    <Compile Include="StringConvertibleValueTupleView.cs">
     127      <SubType>UserControl</SubType>
     128    </Compile>
     129    <Compile Include="StringConvertibleValueTupleView.Designer.cs">
     130      <DependentUpon>StringConvertibleValueTupleView.cs</DependentUpon>
     131    </Compile>
    113132    <None Include="HeuristicLabDataViewsPlugin.cs.frame" />
    114133    <Compile Include="BoolValueView.cs">
Note: See TracChangeset for help on using the changeset viewer.