268 lines
12 KiB
XML
268 lines
12 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<ProductVersion>8.0.50727</ProductVersion>
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
<ProjectGuid>{2AF9BA7A-2D05-419E-9F49-0CCEF791947E}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>DevComponents.DotNetBar.Charts</RootNamespace>
|
|
<AssemblyName>DevComponents.DotNetBar.Charts</AssemblyName>
|
|
<TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
|
|
<FileAlignment>512</FileAlignment>
|
|
<TargetFrameworkProfile />
|
|
<PublishUrl>publish\</PublishUrl>
|
|
<Install>true</Install>
|
|
<InstallFrom>Disk</InstallFrom>
|
|
<UpdateEnabled>false</UpdateEnabled>
|
|
<UpdateMode>Foreground</UpdateMode>
|
|
<UpdateInterval>7</UpdateInterval>
|
|
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
|
|
<UpdatePeriodically>false</UpdatePeriodically>
|
|
<UpdateRequired>false</UpdateRequired>
|
|
<MapFileExtensions>true</MapFileExtensions>
|
|
<ApplicationRevision>0</ApplicationRevision>
|
|
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
|
|
<IsWebBootstrapper>false</IsWebBootstrapper>
|
|
<UseApplicationTrust>false</UseApplicationTrust>
|
|
<BootstrapperEnabled>true</BootstrapperEnabled>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<Optimize>false</Optimize>
|
|
<OutputPath>bin\Debug\</OutputPath>
|
|
<DefineConstants>TRACE;DEBUG;CHARTCONTROL</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<DebugType>pdbonly</DebugType>
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<DocumentationFile>bin\Release\DevComponents.DotNetBar.Charts.XML</DocumentationFile>
|
|
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<SignAssembly>true</SignAssembly>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<AssemblyOriginatorKeyFile>ChartControl.snk</AssemblyOriginatorKeyFile>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Data" />
|
|
<Reference Include="System.Deployment" />
|
|
<Reference Include="System.Design" />
|
|
<Reference Include="System.Drawing" />
|
|
<Reference Include="System.Drawing.Design" />
|
|
<Reference Include="System.Windows.Forms" />
|
|
<Reference Include="System.Xml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="ChartControl\BaseChart.cs" />
|
|
<Compile Include="ChartControl\BaseSeries.cs" />
|
|
<Compile Include="ChartControl\ChartTitle.cs" />
|
|
<Compile Include="ChartControl\ChartLegendItem.cs" />
|
|
<Compile Include="ChartControl\ChartNote.cs" />
|
|
<Compile Include="ChartControl\ChartContainer.cs" />
|
|
<Compile Include="ChartControl\Annotation.cs" />
|
|
<Compile Include="ChartControl\ChartPanel.cs" />
|
|
<Compile Include="ChartControl\ChartIndicator.cs" />
|
|
<Compile Include="ChartControl\RadialChart\PieLabel.cs" />
|
|
<Compile Include="ChartControl\RadialChart\PieReferenceLine.cs" />
|
|
<Compile Include="ChartControl\RadialChart\PieRing.cs" />
|
|
<Compile Include="ChartControl\RadialChart\PieSeries.cs" />
|
|
<Compile Include="ChartControl\RadialChart\RadialAlign.cs" />
|
|
<Compile Include="ChartControl\TreeMap\TreeMap.cs" />
|
|
<Compile Include="ChartControl\DataLabel.cs" />
|
|
<Compile Include="ChartControl\ChartElement.cs" />
|
|
<Compile Include="ChartControl\ChartMatrix.cs" />
|
|
<Compile Include="ChartControl\SeriesPoints.cs" />
|
|
<Compile Include="ChartControl\ChartLayoutInfo.cs" />
|
|
<Compile Include="ChartControl\ChartRenderInfo.cs" />
|
|
<Compile Include="ChartControl\ChartLegend.cs" />
|
|
<Compile Include="ChartControl\ChartCrosshair.cs" />
|
|
<Compile Include="ChartControl\DataBinder.cs" />
|
|
<Compile Include="ChartControl\IOwnerLocalize.cs" />
|
|
<Compile Include="ChartControl\RadialChart\PieChart.cs" />
|
|
<Compile Include="ChartControl\TextDrawing.cs" />
|
|
<Compile Include="ChartControl\XyChart\ChartAxes.cs" />
|
|
<Compile Include="ChartControl\XyChart\ChartSeries.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="ChartControl\XyChart\ChartTickmarks.cs" />
|
|
<Compile Include="ChartControl\XyChart\FlockAlign.cs" />
|
|
<Compile Include="ChartControl\XyChart\PointMarker.cs" />
|
|
<Compile Include="ChartControl\XyChart\AxisStripe.cs" />
|
|
<Compile Include="ChartControl\XyChart\ReferenceLine.cs" />
|
|
<Compile Include="ChartControl\XyChart\ChartGridLines.cs" />
|
|
<Compile Include="ChartControl\XyChart\ChartXy.cs" />
|
|
<Compile Include="ChartControl\XyChart\PointLabel.cs" />
|
|
<Compile Include="ChartEventArgs.cs" />
|
|
<Compile Include="ChartControl\ChartLable.cs" />
|
|
<Compile Include="ChartPrint.cs">
|
|
<SubType>Component</SubType>
|
|
</Compile>
|
|
<Compile Include="ContentManager\BlockLayoutManager.cs" />
|
|
<Compile Include="ContentManager\Enums.cs" />
|
|
<Compile Include="ContentManager\IBlock.cs" />
|
|
<Compile Include="ContentManager\IBlockExtended.cs" />
|
|
<Compile Include="ContentManager\IContentLayoutManager.cs" />
|
|
<Compile Include="ContentManager\SerialContentLayoutManager.cs" />
|
|
<Compile Include="ConvexHull.cs" />
|
|
<Compile Include="Helpers\MathHelper.cs" />
|
|
<Compile Include="Helpers\PieSeriesConverter.cs" />
|
|
<Compile Include="Helpers\PointFConverter.cs" />
|
|
<Compile Include="Helpers\XmlHelpers.cs" />
|
|
<Compile Include="Licensing.cs" />
|
|
<Compile Include="Primitives\ColorFactory.cs" />
|
|
<Compile Include="Primitives\SymbolDef.cs" />
|
|
<Compile Include="Properties\Resources.Designer.cs">
|
|
<AutoGen>True</AutoGen>
|
|
<DesignTime>True</DesignTime>
|
|
<DependentUpon>Resources.resx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="ScrollBarLite\ScrollBarLite.cs" />
|
|
<Compile Include="Style\ChartBarVisualStyle.cs" />
|
|
<Compile Include="Style\ChartHiLoBarVisualStyle.cs" />
|
|
<Compile Include="Style\ChartSliceVisualStyle.cs" />
|
|
<Compile Include="Style\HiLoBarSegmentStyle.cs" />
|
|
<Compile Include="Style\PieCenterVisualStyle.cs" />
|
|
<Compile Include="Style\PieChartVisualStyle.cs" />
|
|
<Compile Include="Style\PieGridLineVisualStyle .cs" />
|
|
<Compile Include="Style\PieReferenceLineVisualStyle.cs" />
|
|
<Compile Include="Style\PointMarkerVisualStyle.cs" />
|
|
<Compile Include="Style\DropShadowVisualStyle.cs" />
|
|
<Compile Include="Style\ConnectorLineVisualStyle.cs" />
|
|
<Compile Include="Style\ChartLineVisualStyle.cs" />
|
|
<Compile Include="Style\AxisStripeVisualStyle .cs" />
|
|
<Compile Include="Style\SliceCenterLineVisualStyle.cs" />
|
|
<Compile Include="Style\SliceLabelVisualStyle.cs" />
|
|
<Compile Include="Style\TrendLineVisualStyle.cs" />
|
|
<Compile Include="Style\RegressionLineVisualStyle.cs" />
|
|
<Compile Include="Style\CrosshairValuelVisualStyle.cs" />
|
|
<Compile Include="Style\TickmarkLableVisualStyle.cs" />
|
|
<Compile Include="Style\ChartTickmarkVisualStyle.cs" />
|
|
<Compile Include="Style\ChartLegendItemVisualStyle.cs" />
|
|
<Compile Include="Style\ReferenceLineVisualStyle.cs" />
|
|
<Compile Include="Style\ChartXyVisualStyle.cs" />
|
|
<Compile Include="Style\ScrollBarVisualStyle.cs" />
|
|
<Compile Include="Style\DividerLineVisualStyle.cs" />
|
|
<Compile Include="Style\EffectiveStyles.cs" />
|
|
<Compile Include="Helpers\TextHelpers.cs" />
|
|
<Compile Include="Primitives\Converters.cs" />
|
|
<Compile Include="Primitives\CustomCollection.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="ChartControl.cs">
|
|
<SubType>Component</SubType>
|
|
</Compile>
|
|
<Compile Include="Style\BackColorBlend.cs" />
|
|
<Compile Include="Style\Background.cs" />
|
|
<Compile Include="Style\BaseVisualStyle.cs" />
|
|
<Compile Include="Style\BorderColor.cs" />
|
|
<Compile Include="Style\BorderPattern.cs" />
|
|
<Compile Include="Style\ChartAxisVisualStyle.cs" />
|
|
<Compile Include="Style\AnnotationVisualStyle.cs" />
|
|
<Compile Include="Style\SeriesLabelVisualStyle.cs" />
|
|
<Compile Include="Style\ChartSeriesVisualStyle.cs" />
|
|
<Compile Include="Style\CrosshairVisualStyle.cs" />
|
|
<Compile Include="Style\GridLineVisualStyle .cs" />
|
|
<Compile Include="Style\DataLabelVisualStyle.cs" />
|
|
<Compile Include="Style\ChartTitleVisualStyle.cs" />
|
|
<Compile Include="Style\ChartLegendVisualStyle.cs" />
|
|
<Compile Include="Style\ChartPanelVisualStyle.cs" />
|
|
<Compile Include="Style\ContainerVisualStyle.cs" />
|
|
<Compile Include="Style\DefaultVisualStyles.cs" />
|
|
<Compile Include="Style\Padding.cs" />
|
|
<Compile Include="Style\Thickness.cs" />
|
|
<Compile Include="Style\VisualStyle.cs" />
|
|
<Compile Include="Style\VisualStyles.cs" />
|
|
<Compile Include="TextMarkup\BodyElement.cs" />
|
|
<Compile Include="TextMarkup\ContainerElement.cs" />
|
|
<Compile Include="TextMarkup\Div.cs" />
|
|
<Compile Include="TextMarkup\EndMarkupElement.cs" />
|
|
<Compile Include="TextMarkup\ExpandElement.cs" />
|
|
<Compile Include="TextMarkup\FontChangeElement.cs" />
|
|
<Compile Include="TextMarkup\FontElement.cs" />
|
|
<Compile Include="TextMarkup\Heading.cs" />
|
|
<Compile Include="TextMarkup\HyperLink.cs" />
|
|
<Compile Include="TextMarkup\IActiveMarkupElement.cs" />
|
|
<Compile Include="TextMarkup\ImageElement.cs" />
|
|
<Compile Include="TextMarkup\Italic.cs" />
|
|
<Compile Include="TextMarkup\MarkupDrawContext.cs" />
|
|
<Compile Include="TextMarkup\MarkupElement.cs" />
|
|
<Compile Include="TextMarkup\MarkupElementCollection.cs" />
|
|
<Compile Include="TextMarkup\MarkupLayoutManager.cs" />
|
|
<Compile Include="TextMarkup\MarkupParser.cs" />
|
|
<Compile Include="TextMarkup\MarkupSettings.cs" />
|
|
<Compile Include="TextMarkup\NewLine.cs" />
|
|
<Compile Include="TextMarkup\Paragraph.cs" />
|
|
<Compile Include="TextMarkup\Span.cs" />
|
|
<Compile Include="TextMarkup\Strike.cs" />
|
|
<Compile Include="TextMarkup\Strong.cs" />
|
|
<Compile Include="TextMarkup\TextElement.cs" />
|
|
<Compile Include="TextMarkup\Underline.cs" />
|
|
<Compile Include="VisualStyles\MetroStyleFactory.cs" />
|
|
<Compile Include="VisualStyles\Office2010BlackStyleFactory.cs" />
|
|
<Compile Include="VisualStyles\Office2010BlueStyleFactory.cs" />
|
|
<Compile Include="VisualStyles\Office2010SilverStyleFactory.cs" />
|
|
<Compile Include="VisualStyles\VisualStyleFactory.cs" />
|
|
<Compile Include="VisualStyles\VisualStylesTable.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\DotNetBar.csproj">
|
|
<Project>{36546ce3-335c-4ab6-a2f3-40f8c818bc66}</Project>
|
|
<Name>DotNetBar</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="ChartControl.snk" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<EmbeddedResource Include="ClosedHand.cur" />
|
|
<EmbeddedResource Include="Properties\Resources.resx">
|
|
<Generator>ResXFileCodeGenerator</Generator>
|
|
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
|
<SubType>Designer</SubType>
|
|
</EmbeddedResource>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<EmbeddedResource Include="OpenHand.cur" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<EmbeddedResource Include="ChartControl.ico" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<BootstrapperPackage Include="Microsoft.Net.Client.3.5">
|
|
<Visible>False</Visible>
|
|
<ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
|
|
<Install>false</Install>
|
|
</BootstrapperPackage>
|
|
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
|
|
<Visible>False</Visible>
|
|
<ProductName>.NET Framework 3.5 SP1</ProductName>
|
|
<Install>true</Install>
|
|
</BootstrapperPackage>
|
|
<BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
|
|
<Visible>False</Visible>
|
|
<ProductName>Windows Installer 3.1</ProductName>
|
|
<Install>true</Install>
|
|
</BootstrapperPackage>
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildBinPath)\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.
|
|
<Target Name="BeforeBuild">
|
|
</Target>
|
|
<Target Name="AfterBuild">
|
|
</Target>
|
|
-->
|
|
</Project> |