Free cookie consent management tool by TermsFeed Policy Generator

Changeset 635


Ignore:
Timestamp:
10/07/08 10:54:56 (16 years ago)
Author:
mstoeger
Message:

Imported charting framework sources into HeuristicLab.Visualization (#294)

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

Legend:

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

    r621 r635  
    44    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
    55    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
    6     <ProductVersion>9.0.30428</ProductVersion>
     6    <ProductVersion>9.0.30729</ProductVersion>
    77    <SchemaVersion>2.0</SchemaVersion>
    88    <ProjectGuid>{E392A1E2-DC95-4E33-B82E-8ED690EDA1AB}</ProjectGuid>
     
    3939      <RequiredTargetFramework>3.5</RequiredTargetFramework>
    4040    </Reference>
     41    <Reference Include="System.Drawing" />
     42    <Reference Include="System.Windows.Forms" />
    4143    <Reference Include="System.Xml.Linq">
    4244      <RequiredTargetFramework>3.5</RequiredTargetFramework>
     
    4951  </ItemGroup>
    5052  <ItemGroup>
     53    <Compile Include="Canvas.cs" />
     54    <Compile Include="CanvasUI.cs">
     55      <SubType>Component</SubType>
     56    </Compile>
     57    <Compile Include="CanvasUI.Designer.cs">
     58      <DependentUpon>CanvasUI.cs</DependentUpon>
     59    </Compile>
     60    <Compile Include="CompositeShape.cs" />
    5161    <Compile Include="HeuristicLabVisualizationPlugin.cs" />
     62    <Compile Include="ICanvas.cs" />
     63    <Compile Include="IShape.cs" />
     64    <Compile Include="Offset.cs" />
     65    <Compile Include="PointD.cs" />
    5266    <Compile Include="Properties\AssemblyInfo.cs" />
     67    <Compile Include="RectangleD.cs" />
     68    <Compile Include="RectangleShape.cs" />
     69    <Compile Include="SizeD.cs" />
     70    <Compile Include="Transform.cs" />
     71    <Compile Include="WorldShape.cs" />
    5372  </ItemGroup>
    5473  <ItemGroup>
Note: See TracChangeset for help on using the changeset viewer.