Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/26/14 02:17:02 (10 years ago)
Author:
bburlacu
Message:

#1265: Replaced LabeledPrimitive with LabeledEllipse and LabeledRectangle, removed TextPrimitive (no need having another primitive type just for text). Removed project .user file.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.Visualization/HeuristicLab.Visualization/3.3/HeuristicLab.Visualization-3.3.csproj

    r10513 r10516  
    124124    <Compile Include="Primitives\Axis.cs" />
    125125    <Compile Include="Primitives\AxisPrimitiveBase.cs" />
    126     <Compile Include="Primitives\LabeledPrimitive.cs" />
     126    <Compile Include="Primitives\LabeledEllipse.cs" />
    127127    <Compile Include="Primitives\LinearPrimitiveBase.cs" />
    128128    <Compile Include="Primitives\RectangularPrimitiveBase.cs" />
     
    136136    <Compile Include="Primitives\Rectangle.cs" />
    137137    <Compile Include="Primitives\SelectionRectangle.cs" />
    138     <Compile Include="Primitives\TextPrimitive.cs" />
     138    <Compile Include="Primitives\LabeledRectangle.cs" />
    139139    <Compile Include="PropertiesDialog.cs">
    140140      <SubType>Form</SubType>
Note: See TracChangeset for help on using the changeset viewer.