Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
10/17/08 19:35:12 (16 years ago)
Author:
mstoeger
Message:

created empty line chart user control (#316)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Visualization/HeuristicLab.Visualization.csproj

    r681 r683  
    44    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
    55    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
    6     <ProductVersion>9.0.21022</ProductVersion>
     6    <ProductVersion>9.0.30729</ProductVersion>
    77    <SchemaVersion>2.0</SchemaVersion>
    88    <ProjectGuid>{E392A1E2-DC95-4E33-B82E-8ED690EDA1AB}</ProjectGuid>
     
    6767    <Compile Include="IChartDataRowsModel.cs" />
    6868    <Compile Include="IShape.cs" />
     69    <Compile Include="LineChart.cs">
     70      <SubType>UserControl</SubType>
     71    </Compile>
     72    <Compile Include="LineChart.Designer.cs">
     73      <DependentUpon>LineChart.cs</DependentUpon>
     74    </Compile>
    6975    <Compile Include="Offset.cs" />
    7076    <Compile Include="PointD.cs" />
Note: See TracChangeset for help on using the changeset viewer.