Skip to content

Commit

Permalink
project
Browse files Browse the repository at this point in the history
  • Loading branch information
surban committed Sep 17, 2017
1 parent a31910a commit 85d17ee
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 5 additions & 4 deletions PLplotNet/PLplotNet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<EnableDefaultCompileItems>False</EnableDefaultCompileItems>
<Platform>x64</Platform>

<RootNamespace>PLplot</RootNamespace>
<AssemblyName>PLplotNet</AssemblyName>
Expand All @@ -14,7 +15,7 @@
<NoWarn>1587;1573;1591</NoWarn>

<PackageId>PLplot</PackageId>
<title>PLplot scientific plotting library</title>
<title>PLplot cross-plattform scientific plotting library</title>
<description>
PLplot is a cross-platform software package for creating scientific plots
whose (UTF-8) plot symbols and text are limited in practice only by what
Expand All @@ -30,9 +31,9 @@

Documentation: http://plplot.sourceforge.net/docbook-manual/plplot-html-5.13.0/

Output File Formats: PDF, PNG, JPEG, PostScript
Output file formats: PDF, PNG and others

Interactive Platforms: Windows GDI, GTK+, X11
Interactive Platforms: Windows GDI, X11

==============================================================

Expand All @@ -55,7 +56,7 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<PackageLicenseUrl>https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/DeepMLNet/PLplotNet</PackageProjectUrl>
<PackageTags>plplot plot plotting scientific</PackageTags>
<PackageTags>plplot plot plotting scientific pdf</PackageTags>
<PackageOutputPath>../Packages/$(Configuration)/</PackageOutputPath>
</PropertyGroup>
<ItemGroup>
Expand Down
2 changes: 0 additions & 2 deletions TODO
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
TODO:
- Change marshalling of PLUTF8_STRING to UnmanagedType.LPUTF8String once this becomes available.
- migrate to own project
- test if bools work as intended
- test if device list can be obtained

0 comments on commit 85d17ee

Please sign in to comment.