mirror of
https://bitbucket.org/anguist/ntpa
synced 2025-10-06 11:04:40 +00:00
110 lines
5.8 KiB
XML
110 lines
5.8 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<ProductVersion>8.0.30703</ProductVersion>
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
<ProjectGuid>{C2DEBED1-FE91-4929-B686-8E920731E88C}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<RootNamespace>NPlot</RootNamespace>
|
|
<AssemblyName>NPlot</AssemblyName>
|
|
<ReleaseVersion>0.4.2b</ReleaseVersion>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<Optimize>false</Optimize>
|
|
<OutputPath>..\bin\</OutputPath>
|
|
<DefineConstants>DEBUG;</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<ConsolePause>false</ConsolePause>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>..\bin\</OutputPath>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<ConsolePause>false</ConsolePause>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Server|AnyCPU' ">
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>..\bin\</OutputPath>
|
|
<WarningLevel>4</WarningLevel>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Data" />
|
|
<Reference Include="System.Drawing" />
|
|
<Reference Include="System.Windows.Forms" />
|
|
<Reference Include="System.Web" />
|
|
<Reference Include="System.Xml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="AdapterUtils.cs" />
|
|
<Compile Include="ArrowItem.cs" />
|
|
<Compile Include="AssemblyInfo.cs" />
|
|
<Compile Include="AxesConstraint.cs" />
|
|
<Compile Include="Axis.cs" />
|
|
<Compile Include="BarPlot.cs" />
|
|
<Compile Include="BasePlot.cs" />
|
|
<Compile Include="BaseSequencePlot.cs" />
|
|
<Compile Include="Bitmap.PlotSurface2D.cs" />
|
|
<Compile Include="CandlePlot.cs" />
|
|
<Compile Include="DateTimeAxis.cs" />
|
|
<Compile Include="FilledRegion.cs" />
|
|
<Compile Include="FontScaler.cs" />
|
|
<Compile Include="Grid.cs" />
|
|
<Compile Include="HistogramPlot.cs" />
|
|
<Compile Include="HorizontalLine.cs" />
|
|
<Compile Include="IDrawable.cs" />
|
|
<Compile Include="IGradient.cs" />
|
|
<Compile Include="IPlot.cs" />
|
|
<Compile Include="IPlotSurface2D.cs" />
|
|
<Compile Include="ISequencePlot.cs" />
|
|
<Compile Include="ISurface.cs" />
|
|
<Compile Include="ITransform2D.cs" />
|
|
<Compile Include="ImagePlot.cs" />
|
|
<Compile Include="LabelAxis.cs" />
|
|
<Compile Include="LabelPointPlot.cs" />
|
|
<Compile Include="Legend.cs" />
|
|
<Compile Include="LegendBase.cs" />
|
|
<Compile Include="LinePlot.cs" />
|
|
<Compile Include="LinearAxis.cs" />
|
|
<Compile Include="LinearGradient.cs" />
|
|
<Compile Include="LogAxis.cs" />
|
|
<Compile Include="Marker.cs" />
|
|
<Compile Include="MarkerItem.cs" />
|
|
<Compile Include="NPlotException.cs" />
|
|
<Compile Include="PageAlignedPhysicalAxis.cs" />
|
|
<Compile Include="PhysicalAxis.cs" />
|
|
<Compile Include="PiAxis.cs" />
|
|
<Compile Include="PiePlot.cs" />
|
|
<Compile Include="PlotSurface2D.cs" />
|
|
<Compile Include="PointD.cs" />
|
|
<Compile Include="PointPlot.cs" />
|
|
<Compile Include="RectangleBrushes.cs" />
|
|
<Compile Include="RectangleD.cs" />
|
|
<Compile Include="SequenceAdapter.cs" />
|
|
<Compile Include="StartStep.cs" />
|
|
<Compile Include="StepGradient.cs" />
|
|
<Compile Include="StepPlot.cs" />
|
|
<Compile Include="TextItem.cs" />
|
|
<Compile Include="TradingDateTimeAxis.cs" />
|
|
<Compile Include="Transform2D.cs" />
|
|
<Compile Include="Utils.cs" />
|
|
<Compile Include="VerticalLine.cs" />
|
|
<Compile Include="Windows.PlotSurface2D.cs" />
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
|
<ProjectExtensions>
|
|
<MonoDevelop>
|
|
<Properties>
|
|
<Policies>
|
|
<StandardHeader Text="NPlot - A charting library for .NET
Copyright (C) 2003-2006 Matt Howlett and others.
All rights reserved.

Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:

1. Redistributions of source code must retain the above copyright notice, this
 list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright notice,
 this list of conditions and the following disclaimer in the documentation
 and/or other materials provided with the distribution.
3. Neither the name of NPlot nor the names of its contributors may
 be used to endorse or promote products derived from this software without
 specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
OF THE POSSIBILITY OF SUCH DAMAGE.
" IncludeInNewFiles="True" />
|
|
</Policies>
|
|
</Properties>
|
|
</MonoDevelop>
|
|
</ProjectExtensions>
|
|
</Project> |