Changeset 710
- Timestamp:
- 11/04/08 19:48:16 (16 years ago)
- Location:
- trunk/sources/HeuristicLab.Visualization
- Files:
-
- 5 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Visualization/HeuristicLab.Visualization.csproj
r697 r710 69 69 <Compile Include="IChartDataModel.cs" /> 70 70 <Compile Include="IChartDataRowsModel.cs" /> 71 <Compile Include="IMouseEventListener.cs" /> 71 72 <Compile Include="IShape.cs" /> 72 73 <Compile Include="LineChart.cs"> … … 76 77 <DependentUpon>LineChart.cs</DependentUpon> 77 78 </Compile> 79 <Compile Include="MouseEventDragDropListener.cs" /> 80 <Compile Include="MouseEventPanListener.cs" /> 81 <Compile Include="MouseEventSelectListener.cs" /> 82 <Compile Include="MouseEventZoomListener.cs" /> 78 83 <Compile Include="Offset.cs" /> 79 84 <Compile Include="PointD.cs" />
Note: See TracChangeset
for help on using the changeset viewer.