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/3.3/HeuristicLab.Data-3.3.csproj

    r5163 r5757  
    2020    <IsWebBootstrapper>true</IsWebBootstrapper>
    2121    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
    22     <TargetFrameworkProfile></TargetFrameworkProfile>
     22    <TargetFrameworkProfile>
     23    </TargetFrameworkProfile>
    2324    <PublishUrl>http://localhost/HeuristicLab.Data/</PublishUrl>
    2425    <Install>true</Install>
     
    113114    <Compile Include="Comparison.cs" />
    114115    <Compile Include="ComparisonType.cs" />
     116    <Compile Include="DoubleRange.cs" />
     117    <Compile Include="IntRange.cs" />
     118    <Compile Include="Interfaces\IStringConvertibleValueTuple.cs" />
    115119    <Compile Include="PercentValue.cs" />
    116120    <Compile Include="DateTimeValue.cs" />
     
    123127    <Compile Include="IntMatrix.cs" />
    124128    <Compile Include="IntValue.cs" />
    125     <Compile Include="IStringConvertibleArray.cs" />
    126     <Compile Include="IStringConvertibleMatrix.cs" />
    127     <Compile Include="IStringConvertibleValue.cs" />
     129    <Compile Include="Interfaces\IStringConvertibleArray.cs" />
     130    <Compile Include="Interfaces\IStringConvertibleMatrix.cs" />
     131    <Compile Include="Interfaces\IStringConvertibleValue.cs" />
    128132    <Compile Include="Properties\AssemblyInfo.cs" />
    129133    <Compile Include="StringArray.cs" />
     
    133137    <Compile Include="ValueTypeArray.cs" />
    134138    <Compile Include="ValueTypeMatrix.cs" />
     139    <Compile Include="StringConvertibleValueTuple.cs" />
    135140    <Compile Include="ValueTypeValue.cs" />
    136141  </ItemGroup>
Note: See TracChangeset for help on using the changeset viewer.