Neuerstellung

- Quelle: https://github.com/oxyplot/oxyplot
This commit is contained in:
2023-09-02 09:24:59 +02:00
commit 9520c1fa4a
810 changed files with 117869 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>netstandard2.0</TargetFrameworks>
<Description>OxyPlot is a plotting library for .NET. This is package contains the Core.Drawing extensions.</Description>
<PackageTags>plotting plot charting chart</PackageTags>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<DefineConstants>OXYPLOT_COREDRAWING</DefineConstants>
</PropertyGroup>
<ItemGroup>
<Compile Include="..\OxyPlot.WindowsForms\DrawingConverterExtensions.cs" />
<Compile Include="..\OxyPlot.WindowsForms\ExporterExtensions.cs" />
<Compile Include="..\OxyPlot.WindowsForms\PngExporter.cs" />
<Compile Include="..\OxyPlot.WindowsForms\GraphicsPenDescription.cs" />
<Compile Include="..\OxyPlot.WindowsForms\GraphicsRenderContext.cs" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="System.Drawing.Common" Version="4.7.2" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\OxyPlot\OxyPlot.csproj" />
</ItemGroup>
</Project>