Test
This commit is contained in:
158
PrintPDF/PdfSharp.Charting/PdfSharp.Charting.csproj_orig
Normal file
158
PrintPDF/PdfSharp.Charting/PdfSharp.Charting.csproj_orig
Normal file
@@ -0,0 +1,158 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
||||
<PropertyGroup>
|
||||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
||||
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
||||
<ProjectGuid>{6F98A822-41B0-4C7A-85A6-E95C1D3E88EF}</ProjectGuid>
|
||||
<OutputType>Library</OutputType>
|
||||
<AppDesignerFolder>Properties</AppDesignerFolder>
|
||||
<RootNamespace>PdfSharp</RootNamespace>
|
||||
<AssemblyName>PdfSharp.Charting</AssemblyName>
|
||||
<TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
|
||||
<FileAlignment>512</FileAlignment>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
<DebugType>full</DebugType>
|
||||
<Optimize>false</Optimize>
|
||||
<OutputPath>bin\Debug\</OutputPath>
|
||||
<DefineConstants>TRACE;DEBUG;CORE</DefineConstants>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<WarningLevel>4</WarningLevel>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
||||
<DebugType>pdbonly</DebugType>
|
||||
<Optimize>true</Optimize>
|
||||
<OutputPath>bin\Release\</OutputPath>
|
||||
<DefineConstants>TRACE;CORE</DefineConstants>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<WarningLevel>4</WarningLevel>
|
||||
<DocumentationFile>bin\Release\PdfSharp.Charting.xml</DocumentationFile>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<SignAssembly>true</SignAssembly>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<AssemblyOriginatorKeyFile>StrongnameKey.snk</AssemblyOriginatorKeyFile>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="System" />
|
||||
<Reference Include="System.Drawing" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="..\PdfSharp\root\VersionInfo.cs">
|
||||
<Link>root\VersionInfo.cs</Link>
|
||||
</Compile>
|
||||
<Compile Include="Charting.Renderers\AreaChartRenderer.cs" />
|
||||
<Compile Include="Charting.Renderers\AreaPlotAreaRenderer.cs" />
|
||||
<Compile Include="Charting.Renderers\AxisRenderer.cs" />
|
||||
<Compile Include="Charting.Renderers\AxisTitleRenderer.cs" />
|
||||
<Compile Include="Charting.Renderers\BarChartRenderer.cs" />
|
||||
<Compile Include="Charting.Renderers\BarClusteredLegendRenderer.cs" />
|
||||
<Compile Include="Charting.Renderers\BarClusteredPlotAreaRenderer.cs" />
|
||||
<Compile Include="Charting.Renderers\BarDataLabelRenderer.cs" />
|
||||
<Compile Include="Charting.Renderers\BarGridlinesRenderer.cs" />
|
||||
<Compile Include="Charting.Renderers\BarPlotAreaRenderer.cs" />
|
||||
<Compile Include="Charting.Renderers\BarStackedPlotAreaRenderer.cs" />
|
||||
<Compile Include="Charting.Renderers\ChartRenderer.cs" />
|
||||
<Compile Include="Charting.Renderers\Colors.cs" />
|
||||
<Compile Include="Charting.Renderers\ColumnChartRenderer.cs" />
|
||||
<Compile Include="Charting.Renderers\ColumnClusteredPlotAreaRenderer.cs" />
|
||||
<Compile Include="Charting.Renderers\ColumnDataLabelRenderer.cs" />
|
||||
<Compile Include="Charting.Renderers\ColumnLikeChartRenderer.cs" />
|
||||
<Compile Include="Charting.Renderers\ColumnLikeGridlinesRenderer.cs" />
|
||||
<Compile Include="Charting.Renderers\ColumnLikeLegendRenderer.cs" />
|
||||
<Compile Include="Charting.Renderers\ColumnLikePlotAreaRenderer.cs" />
|
||||
<Compile Include="Charting.Renderers\ColumnPlotAreaRenderer.cs" />
|
||||
<Compile Include="Charting.Renderers\ColumnStackedPlotAreaRenderer.cs" />
|
||||
<Compile Include="Charting.Renderers\CombinationChartRenderer.cs" />
|
||||
<Compile Include="Charting.Renderers\Converter.cs" />
|
||||
<Compile Include="Charting.Renderers\DataLabelRenderer.cs" />
|
||||
<Compile Include="Charting.Renderers\GridlinesRenderer.cs" />
|
||||
<Compile Include="Charting.Renderers\HorizontalStackedYAxisRenderer.cs" />
|
||||
<Compile Include="Charting.Renderers\HorizontalXAxisRenderer.cs" />
|
||||
<Compile Include="Charting.Renderers\HorizontalYAxisRenderer.cs" />
|
||||
<Compile Include="Charting.Renderers\LegendEntryRenderer.cs" />
|
||||
<Compile Include="Charting.Renderers\LegendRenderer.cs" />
|
||||
<Compile Include="Charting.Renderers\LineChartRenderer.cs" />
|
||||
<Compile Include="Charting.Renderers\LineFormatRenderer.cs" />
|
||||
<Compile Include="Charting.Renderers\LinePlotAreaRenderer.cs" />
|
||||
<Compile Include="Charting.Renderers\MarkerRenderer.cs" />
|
||||
<Compile Include="Charting.Renderers\PieChartRenderer.cs" />
|
||||
<Compile Include="Charting.Renderers\PieClosedPlotAreaRenderer.cs" />
|
||||
<Compile Include="Charting.Renderers\PieDataLabelRenderer.cs" />
|
||||
<Compile Include="Charting.Renderers\PieExplodedPlotAreaRenderer.cs" />
|
||||
<Compile Include="Charting.Renderers\PieLegendRenderer.cs" />
|
||||
<Compile Include="Charting.Renderers\PiePlotAreaRenderer.cs" />
|
||||
<Compile Include="Charting.Renderers\PlotAreaBorderRenderer.cs" />
|
||||
<Compile Include="Charting.Renderers\PlotAreaRenderer.cs" />
|
||||
<Compile Include="Charting.Renderers\Renderer.cs" />
|
||||
<Compile Include="Charting.Renderers\RendererInfo.cs" />
|
||||
<Compile Include="Charting.Renderers\RendererParameters.cs" />
|
||||
<Compile Include="Charting.Renderers\VerticalStackedYAxisRenderer.cs" />
|
||||
<Compile Include="Charting.Renderers\VerticalXAxisRenderer.cs" />
|
||||
<Compile Include="Charting.Renderers\VerticalYAxisRenderer.cs" />
|
||||
<Compile Include="Charting.Renderers\WallRenderer.cs" />
|
||||
<Compile Include="Charting.Renderers\XAxisRenderer.cs" />
|
||||
<Compile Include="Charting.Renderers\YAxisRenderer.cs" />
|
||||
<Compile Include="Charting\Axis.cs" />
|
||||
<Compile Include="Charting\AxisTitle.cs" />
|
||||
<Compile Include="Charting\Chart.cs" />
|
||||
<Compile Include="Charting\ChartFrame.cs" />
|
||||
<Compile Include="Charting\ChartObject.cs" />
|
||||
<Compile Include="Charting\DataLabel.cs" />
|
||||
<Compile Include="Charting\DocumentObject.cs" />
|
||||
<Compile Include="Charting\DocumentObjectCollection.cs" />
|
||||
<Compile Include="Charting\enums\BlankType.cs" />
|
||||
<Compile Include="Charting\enums\ChartType.cs" />
|
||||
<Compile Include="Charting\enums\DataLabelPosition.cs" />
|
||||
<Compile Include="Charting\enums\DataLabelType.cs" />
|
||||
<Compile Include="Charting\enums\DockingType.cs" />
|
||||
<Compile Include="Charting\enums\FontProperties.cs" />
|
||||
<Compile Include="Charting\enums\HorizontalAlignment.cs" />
|
||||
<Compile Include="Charting\enums\LineStyle.cs" />
|
||||
<Compile Include="Charting\enums\MarkerStyle.cs" />
|
||||
<Compile Include="Charting\enums\TickMarkType.cs" />
|
||||
<Compile Include="Charting\enums\Underline.cs" />
|
||||
<Compile Include="Charting\enums\VerticalAlignment.cs" />
|
||||
<Compile Include="Charting\FillFormat.cs" />
|
||||
<Compile Include="Charting\Font.cs" />
|
||||
<Compile Include="Charting\Gridlines.cs" />
|
||||
<Compile Include="Charting\Legend.cs" />
|
||||
<Compile Include="Charting\LineFormat.cs" />
|
||||
<Compile Include="Charting\PlotArea.cs" />
|
||||
<Compile Include="Charting\Point.cs" />
|
||||
<Compile Include="Charting\PSCSR.cs" />
|
||||
<Compile Include="Charting\Series.cs" />
|
||||
<Compile Include="Charting\SeriesCollection.cs" />
|
||||
<Compile Include="Charting\SeriesElements.cs" />
|
||||
<Compile Include="Charting\TickLabels.cs" />
|
||||
<Compile Include="Charting\XSeries.cs" />
|
||||
<Compile Include="Charting\XSeriesElements.cs" />
|
||||
<Compile Include="Charting\XValue.cs" />
|
||||
<Compile Include="Charting\XValues.cs" />
|
||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<EmbeddedResource Include="Resources\Messages.de.restext" />
|
||||
<EmbeddedResource Include="Resources\Messages.restext" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="StrongnameKey.snk" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\PdfSharp\PdfSharp.csproj">
|
||||
<Project>{5a6055bc-bf86-4fdd-9f62-0109db7a303b}</Project>
|
||||
<Name>PdfSharp</Name>
|
||||
</ProjectReference>
|
||||
</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.
|
||||
<Target Name="BeforeBuild">
|
||||
</Target>
|
||||
<Target Name="AfterBuild">
|
||||
</Target>
|
||||
-->
|
||||
</Project>
|
Reference in New Issue
Block a user