Skip to content

Commit 2d18988

Browse files
committed
Updated PdfSharp project files.
1 parent 8145e7b commit 2d18988

File tree

9 files changed

+2443
-3630
lines changed

9 files changed

+2443
-3630
lines changed

src/PdfSharp-gdi/PdfSharp-gdi.csproj

Lines changed: 422 additions & 1203 deletions
Large diffs are not rendered by default.

src/PdfSharp-gdi/PdfSharp-gdi.csproj.bk

Lines changed: 1282 additions & 0 deletions
Large diffs are not rendered by default.

src/PdfSharp-wpf/PdfSharp-wpf.csproj

Lines changed: 394 additions & 1145 deletions
Large diffs are not rendered by default.

src/PdfSharp.Charting-gdi/PdfSharp.Charting-gdi.csproj

Lines changed: 141 additions & 364 deletions
Large diffs are not rendered by default.

src/PdfSharp.Charting-wpf/PdfSharp.Charting-wpf.csproj

Lines changed: 139 additions & 359 deletions
Large diffs are not rendered by default.
Lines changed: 27 additions & 129 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,43 @@
1-
<?xml version="1.0" encoding="utf-8"?>
2-
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3-
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
1+
<Project Sdk="Microsoft.NET.Sdk">
42
<PropertyGroup>
5-
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
6-
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
73
<ProjectGuid>{6F98A822-41B0-4C7A-85A6-E95C1D3E88EF}</ProjectGuid>
8-
<OutputType>Library</OutputType>
9-
<AppDesignerFolder>Properties</AppDesignerFolder>
104
<RootNamespace>PdfSharp</RootNamespace>
11-
<AssemblyName>PdfSharp.Charting</AssemblyName>
12-
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
13-
<FileAlignment>512</FileAlignment>
5+
<TargetFramework>net35</TargetFramework>
146
<SccProjectName>SAK</SccProjectName>
157
<SccLocalPath>SAK</SccLocalPath>
168
<SccAuxPath>SAK</SccAuxPath>
179
<SccProvider>SAK</SccProvider>
18-
<TargetFrameworkProfile />
10+
<AssemblyTitle>PDFsharp Charting</AssemblyTitle>
11+
<Company>PdfSharp.ProductVersionInfo.Company</Company>
12+
<Product>PdfSharp.ProductVersionInfo.Product</Product>
13+
<Description>A .NET charting library based on PDFsharp.</Description>
14+
<Copyright>PdfSharp.ProductVersionInfo.Copyright</Copyright>
15+
<GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute>
16+
<AssemblyVersion>PdfSharp.ProductVersionInfo.Version</AssemblyVersion>
17+
<FileVersion>PdfSharp.ProductVersionInfo.Version</FileVersion>
18+
<AssemblyTitle>PDFsharp Charting</AssemblyTitle>
19+
<Company>PdfSharp.ProductVersionInfo.Company</Company>
20+
<Product>PdfSharp.ProductVersionInfo.Product</Product>
21+
<Description>A .NET charting library based on PDFsharp.</Description>
22+
<Copyright>PdfSharp.ProductVersionInfo.Copyright</Copyright>
23+
<GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute>
24+
<AssemblyVersion>PdfSharp.ProductVersionInfo.Version</AssemblyVersion>
25+
<FileVersion>PdfSharp.ProductVersionInfo.Version</FileVersion>
26+
<GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute>
27+
<OutputPath>bin\$(Configuration)\</OutputPath>
28+
</PropertyGroup>
29+
<PropertyGroup>
30+
<GenerateAssemblyInfo>False</GenerateAssemblyInfo>
31+
<Deterministic>False</Deterministic>
1932
</PropertyGroup>
2033
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
21-
<DebugSymbols>true</DebugSymbols>
2234
<DebugType>full</DebugType>
23-
<Optimize>false</Optimize>
24-
<OutputPath>bin\Debug\</OutputPath>
2535
<DefineConstants>TRACE;DEBUG;CORE</DefineConstants>
26-
<ErrorReport>prompt</ErrorReport>
27-
<WarningLevel>4</WarningLevel>
2836
</PropertyGroup>
2937
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
3038
<DebugType>pdbonly</DebugType>
31-
<Optimize>true</Optimize>
32-
<OutputPath>bin\Release\</OutputPath>
3339
<DefineConstants>TRACE;CORE</DefineConstants>
34-
<ErrorReport>prompt</ErrorReport>
35-
<WarningLevel>4</WarningLevel>
36-
<DocumentationFile>bin\Release\PdfSharp.Charting.xml</DocumentationFile>
40+
<DocumentationFile>bin\$(Configuration)\PdfSharp.Charting.xml</DocumentationFile>
3741
</PropertyGroup>
3842
<PropertyGroup>
3943
<SignAssembly>true</SignAssembly>
@@ -42,102 +46,7 @@
4246
<AssemblyOriginatorKeyFile>StrongnameKey.snk</AssemblyOriginatorKeyFile>
4347
</PropertyGroup>
4448
<ItemGroup>
45-
<Reference Include="System" />
46-
<Reference Include="System.Drawing" />
47-
</ItemGroup>
48-
<ItemGroup>
49-
<Compile Include="..\PdfSharp\root\VersionInfo.cs">
50-
<Link>root\VersionInfo.cs</Link>
51-
</Compile>
52-
<Compile Include="Charting.Renderers\AreaChartRenderer.cs" />
53-
<Compile Include="Charting.Renderers\AreaPlotAreaRenderer.cs" />
54-
<Compile Include="Charting.Renderers\AxisRenderer.cs" />
55-
<Compile Include="Charting.Renderers\AxisTitleRenderer.cs" />
56-
<Compile Include="Charting.Renderers\BarChartRenderer.cs" />
57-
<Compile Include="Charting.Renderers\BarClusteredLegendRenderer.cs" />
58-
<Compile Include="Charting.Renderers\BarClusteredPlotAreaRenderer.cs" />
59-
<Compile Include="Charting.Renderers\BarDataLabelRenderer.cs" />
60-
<Compile Include="Charting.Renderers\BarGridlinesRenderer.cs" />
61-
<Compile Include="Charting.Renderers\BarPlotAreaRenderer.cs" />
62-
<Compile Include="Charting.Renderers\BarStackedPlotAreaRenderer.cs" />
63-
<Compile Include="Charting.Renderers\ChartRenderer.cs" />
64-
<Compile Include="Charting.Renderers\Colors.cs" />
65-
<Compile Include="Charting.Renderers\ColumnChartRenderer.cs" />
66-
<Compile Include="Charting.Renderers\ColumnClusteredPlotAreaRenderer.cs" />
67-
<Compile Include="Charting.Renderers\ColumnDataLabelRenderer.cs" />
68-
<Compile Include="Charting.Renderers\ColumnLikeChartRenderer.cs" />
69-
<Compile Include="Charting.Renderers\ColumnLikeGridlinesRenderer.cs" />
70-
<Compile Include="Charting.Renderers\ColumnLikeLegendRenderer.cs" />
71-
<Compile Include="Charting.Renderers\ColumnLikePlotAreaRenderer.cs" />
72-
<Compile Include="Charting.Renderers\ColumnPlotAreaRenderer.cs" />
73-
<Compile Include="Charting.Renderers\ColumnStackedPlotAreaRenderer.cs" />
74-
<Compile Include="Charting.Renderers\CombinationChartRenderer.cs" />
75-
<Compile Include="Charting.Renderers\Converter.cs" />
76-
<Compile Include="Charting.Renderers\DataLabelRenderer.cs" />
77-
<Compile Include="Charting.Renderers\GridlinesRenderer.cs" />
78-
<Compile Include="Charting.Renderers\HorizontalStackedYAxisRenderer.cs" />
79-
<Compile Include="Charting.Renderers\HorizontalXAxisRenderer.cs" />
80-
<Compile Include="Charting.Renderers\HorizontalYAxisRenderer.cs" />
81-
<Compile Include="Charting.Renderers\LegendEntryRenderer.cs" />
82-
<Compile Include="Charting.Renderers\LegendRenderer.cs" />
83-
<Compile Include="Charting.Renderers\LineChartRenderer.cs" />
84-
<Compile Include="Charting.Renderers\LineFormatRenderer.cs" />
85-
<Compile Include="Charting.Renderers\LinePlotAreaRenderer.cs" />
86-
<Compile Include="Charting.Renderers\MarkerRenderer.cs" />
87-
<Compile Include="Charting.Renderers\PieChartRenderer.cs" />
88-
<Compile Include="Charting.Renderers\PieClosedPlotAreaRenderer.cs" />
89-
<Compile Include="Charting.Renderers\PieDataLabelRenderer.cs" />
90-
<Compile Include="Charting.Renderers\PieExplodedPlotAreaRenderer.cs" />
91-
<Compile Include="Charting.Renderers\PieLegendRenderer.cs" />
92-
<Compile Include="Charting.Renderers\PiePlotAreaRenderer.cs" />
93-
<Compile Include="Charting.Renderers\PlotAreaBorderRenderer.cs" />
94-
<Compile Include="Charting.Renderers\PlotAreaRenderer.cs" />
95-
<Compile Include="Charting.Renderers\Renderer.cs" />
96-
<Compile Include="Charting.Renderers\RendererInfo.cs" />
97-
<Compile Include="Charting.Renderers\RendererParameters.cs" />
98-
<Compile Include="Charting.Renderers\VerticalStackedYAxisRenderer.cs" />
99-
<Compile Include="Charting.Renderers\VerticalXAxisRenderer.cs" />
100-
<Compile Include="Charting.Renderers\VerticalYAxisRenderer.cs" />
101-
<Compile Include="Charting.Renderers\WallRenderer.cs" />
102-
<Compile Include="Charting.Renderers\XAxisRenderer.cs" />
103-
<Compile Include="Charting.Renderers\YAxisRenderer.cs" />
104-
<Compile Include="Charting\Axis.cs" />
105-
<Compile Include="Charting\AxisTitle.cs" />
106-
<Compile Include="Charting\Chart.cs" />
107-
<Compile Include="Charting\ChartFrame.cs" />
108-
<Compile Include="Charting\ChartObject.cs" />
109-
<Compile Include="Charting\DataLabel.cs" />
110-
<Compile Include="Charting\DocumentObject.cs" />
111-
<Compile Include="Charting\DocumentObjectCollection.cs" />
112-
<Compile Include="Charting\enums\BlankType.cs" />
113-
<Compile Include="Charting\enums\ChartType.cs" />
114-
<Compile Include="Charting\enums\DataLabelPosition.cs" />
115-
<Compile Include="Charting\enums\DataLabelType.cs" />
116-
<Compile Include="Charting\enums\DockingType.cs" />
117-
<Compile Include="Charting\enums\FontProperties.cs" />
118-
<Compile Include="Charting\enums\HorizontalAlignment.cs" />
119-
<Compile Include="Charting\enums\LineStyle.cs" />
120-
<Compile Include="Charting\enums\MarkerStyle.cs" />
121-
<Compile Include="Charting\enums\TickMarkType.cs" />
122-
<Compile Include="Charting\enums\Underline.cs" />
123-
<Compile Include="Charting\enums\VerticalAlignment.cs" />
124-
<Compile Include="Charting\FillFormat.cs" />
125-
<Compile Include="Charting\Font.cs" />
126-
<Compile Include="Charting\Gridlines.cs" />
127-
<Compile Include="Charting\Legend.cs" />
128-
<Compile Include="Charting\LineFormat.cs" />
129-
<Compile Include="Charting\PlotArea.cs" />
130-
<Compile Include="Charting\Point.cs" />
131-
<Compile Include="Charting\PSCSR.cs" />
132-
<Compile Include="Charting\Series.cs" />
133-
<Compile Include="Charting\SeriesCollection.cs" />
134-
<Compile Include="Charting\SeriesElements.cs" />
135-
<Compile Include="Charting\TickLabels.cs" />
136-
<Compile Include="Charting\XSeries.cs" />
137-
<Compile Include="Charting\XSeriesElements.cs" />
138-
<Compile Include="Charting\XValue.cs" />
139-
<Compile Include="Charting\XValues.cs" />
140-
<Compile Include="Properties\AssemblyInfo.cs" />
49+
<Compile Include="..\PdfSharp\root\VersionInfo.cs" Link="root\VersionInfo.cs" />
14150
</ItemGroup>
14251
<ItemGroup>
14352
<EmbeddedResource Include="Resources\Messages.de.restext" />
@@ -147,17 +56,6 @@
14756
<None Include="StrongnameKey.snk" />
14857
</ItemGroup>
14958
<ItemGroup>
150-
<ProjectReference Include="..\PdfSharp\PdfSharp.csproj">
151-
<Project>{5a6055bc-bf86-4fdd-9f62-0109db7a303b}</Project>
152-
<Name>PdfSharp</Name>
153-
</ProjectReference>
59+
<ProjectReference Include="..\PdfSharp\PdfSharp.csproj" />
15460
</ItemGroup>
155-
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
156-
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
157-
Other similar extension points exist, see Microsoft.Common.targets.
158-
<Target Name="BeforeBuild">
159-
</Target>
160-
<Target Name="AfterBuild">
161-
</Target>
162-
-->
16361
</Project>

src/PdfSharp.Charting/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#region PDFsharp Charting - A .NET charting library based on PDFsharp
1+
#region PDFsharp Charting - A .NET charting library based on PDFsharp
22
//
33
// Authors:
44
// Niklas Schneider
@@ -29,23 +29,7 @@
2929

3030
using System.Reflection;
3131
using System.Runtime.InteropServices;
32-
33-
//
34-
// General Information about an assembly is controlled through the following
35-
// set of attributes. Change these attribute values to modify the information
36-
// associated with an assembly.
37-
//
38-
[assembly: AssemblyTitle("PDFsharp Charting")]
39-
[assembly: AssemblyVersion(PdfSharp.ProductVersionInfo.Version)]
40-
[assembly: AssemblyDescription("A .NET charting library based on PDFsharp.")]
4132
[assembly: AssemblyConfiguration(PdfSharp.ProductVersionInfo.Configuration)]
42-
[assembly: AssemblyCompany(PdfSharp.ProductVersionInfo.Company)]
43-
#if DEBUG
44-
[assembly: AssemblyProduct(PdfSharp.ProductVersionInfo.Product + " (Debug Build)")]
45-
#else
46-
[assembly: AssemblyProduct(PdfSharp.ProductVersionInfo.Product)]
47-
#endif
48-
[assembly: AssemblyCopyright(PdfSharp.ProductVersionInfo.Copyright)]
4933
[assembly: AssemblyTrademark(PdfSharp.ProductVersionInfo.Trademark)]
5034
[assembly: AssemblyCulture(PdfSharp.ProductVersionInfo.Culture)]
5135

0 commit comments

Comments
 (0)