Skip to content

Commit

Permalink
Update ZedGraph to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
UniqProject committed May 1, 2018
1 parent c74c5bc commit fbd7ba3
Show file tree
Hide file tree
Showing 108 changed files with 514 additions and 52,037 deletions.
124 changes: 7 additions & 117 deletions BDInfo/BDInfo.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,10 @@
<Reference Include="System.Drawing" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml" />
<Reference Include="ZedGraph, Version=5.1.7.430, Culture=neutral, PublicKeyToken=02a83cbd123fcd60, processorArchitecture=MSIL">
<HintPath>..\packages\ZedGraph.5.1.7\lib\net35-Client\ZedGraph.dll</HintPath>
<Private>True</Private>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="BDROM\TSCodecAC3.cs" />
Expand Down Expand Up @@ -99,123 +103,6 @@
<DependentUpon>FormPlaylist.cs</DependentUpon>
</Compile>
<Compile Include="ToolBox.cs" />
<Compile Include="ZedGraph\ArrowObj.cs" />
<Compile Include="ZedGraph\Axis.cs" />
<Compile Include="ZedGraph\AxisLabel.cs" />
<Compile Include="ZedGraph\Bar.cs" />
<Compile Include="ZedGraph\BarItem.cs" />
<Compile Include="ZedGraph\BarSettings.cs" />
<Compile Include="ZedGraph\BasicArrayPointList.cs" />
<Compile Include="ZedGraph\Border.cs" />
<Compile Include="ZedGraph\BoxObj.cs" />
<Compile Include="ZedGraph\Chart.cs" />
<Compile Include="ZedGraph\CollectionPlus.cs" />
<Compile Include="ZedGraph\ColorSymbolRotator.cs" />
<Compile Include="ZedGraph\CurveItem.cs" />
<Compile Include="ZedGraph\CurveList.cs" />
<Compile Include="ZedGraph\DataSourcePointList.cs" />
<Compile Include="ZedGraph\DateAsOrdinalScale.cs" />
<Compile Include="ZedGraph\DateScale.cs" />
<Compile Include="ZedGraph\EllipseObj.cs" />
<Compile Include="ZedGraph\ErrorBar.cs" />
<Compile Include="ZedGraph\ErrorBarItem.cs" />
<Compile Include="ZedGraph\ExponentScale.cs" />
<Compile Include="ZedGraph\Fill.cs" />
<Compile Include="ZedGraph\FilteredPointList.cs" />
<Compile Include="ZedGraph\FontSpec.cs" />
<Compile Include="ZedGraph\GapLabel.cs" />
<Compile Include="ZedGraph\GasGaugeNeedle.cs" />
<Compile Include="ZedGraph\GasGaugeRegion.cs" />
<Compile Include="ZedGraph\GraphObj.cs" />
<Compile Include="ZedGraph\GraphObjList.cs" />
<Compile Include="ZedGraph\GraphPane.cs" />
<Compile Include="ZedGraph\HiLowBar.cs" />
<Compile Include="ZedGraph\HiLowBarItem.cs" />
<Compile Include="ZedGraph\HSBColor.cs" />
<Compile Include="ZedGraph\ImageObj.cs" />
<Compile Include="ZedGraph\IPointList.cs" />
<Compile Include="ZedGraph\IPointListEdit.cs" />
<Compile Include="ZedGraph\JapaneseCandleStick.cs" />
<Compile Include="ZedGraph\JapaneseCandleStickItem.cs" />
<Compile Include="ZedGraph\Label.cs" />
<Compile Include="ZedGraph\Legend.cs" />
<Compile Include="ZedGraph\Line.cs" />
<Compile Include="ZedGraph\LinearAsOrdinalScale.cs" />
<Compile Include="ZedGraph\LinearScale.cs" />
<Compile Include="ZedGraph\LineBase.cs" />
<Compile Include="ZedGraph\LineItem.cs" />
<Compile Include="ZedGraph\LineObj.cs" />
<Compile Include="ZedGraph\Link.cs" />
<Compile Include="ZedGraph\Location.cs" />
<Compile Include="ZedGraph\LogScale.cs" />
<Compile Include="ZedGraph\MajorGrid.cs" />
<Compile Include="ZedGraph\MajorTic.cs" />
<Compile Include="ZedGraph\Margin.cs" />
<Compile Include="ZedGraph\MasterPane.cs" />
<Compile Include="ZedGraph\MinorGrid.cs" />
<Compile Include="ZedGraph\MinorTic.cs" />
<Compile Include="ZedGraph\NoDupePointList.cs" />
<Compile Include="ZedGraph\OHLCBar.cs" />
<Compile Include="ZedGraph\OHLCBarItem.cs" />
<Compile Include="ZedGraph\OrdinalScale.cs" />
<Compile Include="ZedGraph\PaneBase.cs" />
<Compile Include="ZedGraph\PaneLayoutMgr.cs" />
<Compile Include="ZedGraph\PaneList.cs" />
<Compile Include="ZedGraph\PieItem.cs" />
<Compile Include="ZedGraph\PointD.cs" />
<Compile Include="ZedGraph\PointPair.cs" />
<Compile Include="ZedGraph\PointPair4.cs" />
<Compile Include="ZedGraph\PointPairBase.cs" />
<Compile Include="ZedGraph\PointPairCV.cs" />
<Compile Include="ZedGraph\PointPairList.cs" />
<Compile Include="ZedGraph\PolyObj.cs" />
<Compile Include="ZedGraph\RadarPointList.cs" />
<Compile Include="ZedGraph\RollingPointPairList.cs" />
<Compile Include="ZedGraph\SampleMultiPointList.cs" />
<Compile Include="ZedGraph\SamplePointList.cs" />
<Compile Include="ZedGraph\Scale.cs" />
<Compile Include="ZedGraph\ScaleState.cs" />
<Compile Include="ZedGraph\ScaleStateList.cs" />
<Compile Include="ZedGraph\ScrollRange.cs" />
<Compile Include="ZedGraph\ScrollRangeList.cs" />
<Compile Include="ZedGraph\Selection.cs" />
<Compile Include="ZedGraph\StickItem.cs" />
<Compile Include="ZedGraph\StockPointList.cs" />
<Compile Include="ZedGraph\StockPt.cs" />
<Compile Include="ZedGraph\Symbol.cs" />
<Compile Include="ZedGraph\TextObj.cs" />
<Compile Include="ZedGraph\TextScale.cs" />
<Compile Include="ZedGraph\Types.cs" />
<Compile Include="ZedGraph\ValueHandler.cs" />
<Compile Include="ZedGraph\X2Axis.cs" />
<Compile Include="ZedGraph\XAxis.cs" />
<Compile Include="ZedGraph\XDate.cs" />
<Compile Include="ZedGraph\Y2Axis.cs" />
<Compile Include="ZedGraph\Y2AxisList.cs" />
<Compile Include="ZedGraph\YAxis.cs" />
<Compile Include="ZedGraph\YAxisList.cs" />
<Compile Include="ZedGraph\ZedGraphControl.ContextMenu.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="ZedGraph\ZedGraphControl.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="ZedGraph\ZedGraphControl.Designer.cs" />
<Compile Include="ZedGraph\ZedGraphControl.Events.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="ZedGraph\ZedGraphControl.Printing.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="ZedGraph\ZedGraphControl.Properties.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="ZedGraph\ZedGraphControl.ScrollBars.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="ZedGraph\ZedGraphException.cs" />
<Compile Include="ZedGraph\ZoomState.cs" />
<Compile Include="ZedGraph\ZoomStateStack.cs" />
<Compile Include="FormChart.cs">
<SubType>Form</SubType>
</Compile>
Expand Down Expand Up @@ -282,6 +169,9 @@
<ItemGroup>
<None Include="Resources\Toma4025-Rumax-Bluray-disc.ico" />
</ItemGroup>
<ItemGroup>
<Content Include="License-LGPL.txt" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
Expand Down
Loading

0 comments on commit fbd7ba3

Please sign in to comment.