Switch solution to 2013.
Event repeat now a Handler option.
Handler now deregisters devices when disposed.
Adding Thinkpad custom usages.
1 <?xml version="1.0" encoding="utf-8"?>
2 <package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
5 <version>1.0.0</version>
6 <authors>Stéphane Lenclud</authors>
7 <owners>Stéphane Lenclud</owners>
8 <projectUrl>http://hg.slions.net/SharpLibHid</projectUrl>
9 <requireLicenseAcceptance>false</requireLicenseAcceptance>
10 <description>C# HID libray designed to handle raw input. Most useful to support IR remote control and gamepad inputs.</description>
11 <copyright>Stéphane Lenclud</copyright>
15 <file src="bin\Release\SharpLibHid.dll" target="lib\net20\SharpLibHid.dll" />