Free cookie consent management tool by TermsFeed Policy Generator

Changeset 680 for trunk


Ignore:
Timestamp:
10/17/08 18:22:35 (16 years ago)
Author:
cbahner
Message:

#318

created base class structure for model

Location:
trunk/sources/HeuristicLab.Visualization
Files:
5 added
1 edited

Legend:

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

    r635 r680  
    44    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
    55    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
    6     <ProductVersion>9.0.30729</ProductVersion>
     6    <ProductVersion>9.0.21022</ProductVersion>
    77    <SchemaVersion>2.0</SchemaVersion>
    88    <ProjectGuid>{E392A1E2-DC95-4E33-B82E-8ED690EDA1AB}</ProjectGuid>
     
    5858      <DependentUpon>CanvasUI.cs</DependentUpon>
    5959    </Compile>
     60    <Compile Include="ChartDataModelBase.cs" />
     61    <Compile Include="ChartDataRowsModel.cs" />
     62    <Compile Include="ChartDataRowsModelDummy.cs" />
    6063    <Compile Include="CompositeShape.cs" />
    6164    <Compile Include="HeuristicLabVisualizationPlugin.cs" />
    6265    <Compile Include="ICanvas.cs" />
     66    <Compile Include="IChartDataModel.cs" />
     67    <Compile Include="IChartDataRowsModel.cs" />
    6368    <Compile Include="IShape.cs" />
    6469    <Compile Include="Offset.cs" />
Note: See TracChangeset for help on using the changeset viewer.