Projektdateien hinzufügen.

This commit is contained in:
2019-04-02 18:47:41 +02:00
parent 2ce6f5f16d
commit ef15e45df7
138 changed files with 8675 additions and 0 deletions

View File

@@ -0,0 +1,27 @@
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>PaintingControls</id>
<version>1.0.0.0</version>
<title>PaintingControls</title>
<authors>Pilzinsel64</authors>
<owners>Pilzinsel64</owners>
<licenseUrl>https://github.com/dotnet/corefx/blob/master/LICENSE.TXT</licenseUrl>
<projectUrl>https://www.nuget.org/packages/PaintingControls/</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Create an PaintingControl and add several PaintingObjects containing visual objects.
The PaintingControl has some user actions that can be enabled/disabled.
Also you can completly customize the drawing process of an PaintingObject.
It is very simple to use.</description>
<releaseNotes></releaseNotes>
<copyright>Copyright © Pilzinsel64 2018</copyright>
<tags>control object paint visual</tags>
<dependencies>
<dependency id="Newtonsoft.Json" version="11.0.2"/>
</dependencies>
<summary>PaintingControls is a simple way to paint and control visual objects.</summary>
</metadata>
<files>
<file src="lib\**" target="lib/" />
</files>
</package>