1
0
mirror of https://bitbucket.org/anguist/ntpa synced 2025-10-06 11:04:40 +00:00
Files
ntpa/NPlot/NPlot.csproj
2016-04-02 11:18:44 +02:00

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&#xA;Copyright (C) 2003-2006 Matt Howlett and others.&#xA;All rights reserved.&#xA;&#xA;Redistribution and use in source and binary forms, with or without modification,&#xA;are permitted provided that the following conditions are met:&#xA;&#xA;1. Redistributions of source code must retain the above copyright notice, this&#xA; list of conditions and the following disclaimer.&#xA;2. Redistributions in binary form must reproduce the above copyright notice,&#xA; this list of conditions and the following disclaimer in the documentation&#xA; and/or other materials provided with the distribution.&#xA;3. Neither the name of NPlot nor the names of its contributors may&#xA; be used to endorse or promote products derived from this software without&#xA; specific prior written permission.&#xA;&#xA;THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &quot;AS IS&quot; AND&#xA;ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED&#xA;WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.&#xA;IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,&#xA;INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,&#xA;BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,&#xA;DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF&#xA;LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE&#xA;OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED&#xA;OF THE POSSIBILITY OF SUCH DAMAGE.&#xA;" IncludeInNewFiles="True" />
</Policies>
</Properties>
</MonoDevelop>
</ProjectExtensions>
</Project>