author | StephaneLenclud |
Tue, 17 Mar 2015 16:46:28 +0100 | |
changeset 84 | e13ea80016a1 |
child 85 | a1724a285d49 |
permissions | -rw-r--r-- |
StephaneLenclud@82 | 1 |
<?xml version="1.0" encoding="utf-8"?> |
StephaneLenclud@82 | 2 |
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd"> |
StephaneLenclud@82 | 3 |
<metadata> |
StephaneLenclud@82 | 4 |
<id>SharpLibHid</id> |
StephaneLenclud@82 | 5 |
<version>1.0.0</version> |
StephaneLenclud@82 | 6 |
<authors>Stéphane Lenclud</authors> |
StephaneLenclud@82 | 7 |
<owners>Stéphane Lenclud</owners> |
StephaneLenclud@82 | 8 |
<projectUrl>http://hg.slions.net/SharpLibHid</projectUrl> |
StephaneLenclud@82 | 9 |
<requireLicenseAcceptance>false</requireLicenseAcceptance> |
StephaneLenclud@82 | 10 |
<description>C# HID libray designed to handle raw input. Most useful to support IR remote control and gamepad inputs.</description> |
StephaneLenclud@82 | 11 |
<copyright>Stéphane Lenclud</copyright> |
StephaneLenclud@82 | 12 |
<tags>HID</tags> |
StephaneLenclud@82 | 13 |
</metadata> |
StephaneLenclud@82 | 14 |
<files> |
StephaneLenclud@82 | 15 |
<file src="bin\Release\SharpLibHid.dll" target="lib\net20\SharpLibHid.dll" /> |
StephaneLenclud@82 | 16 |
</files> |
StephaneLenclud@82 | 17 |
</package> |