-
Notifications
You must be signed in to change notification settings - Fork 19
/
Package.nuspec
30 lines (30 loc) · 1.32 KB
/
Package.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<?xml version="1.0"?>
<package>
<metadata>
<id>InputInterceptor</id>
<version>2.2.1</version>
<authors>0x2E757</authors>
<owners>0x2E757</owners>
<license type="expression">MIT</license>
<repository type="git" url="https://github.com/0x2E757/InputInterceptor.git" branch="master" />
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Library for keyboard and mouse input interception and simulation</description>
<copyright>Copyright 2019</copyright>
<tags>inputinterceptor input interceptor intercept capture hook mouse keyboard keys buttons simulate simulation interception driver</tags>
<dependencies>
<group targetFramework="netstandard1.3">
<dependency id="Microsoft.Win32.Registry" version="5.0.0" />
<dependency id="System.Diagnostics.Process" version="4.3.0" />
<dependency id="System.Security.Principal.Windows" version="5.0.0" />
<dependency id="System.Threading.Thread" version="4.3.0" />
</group>
<group targetFramework="netstandard2.0">
<dependency id="Microsoft.Win32.Registry" version="5.0.0" />
</group>
</dependencies>
</metadata>
<files>
<file src="InputInterceptor\bin\Release\**\*.dll" target="lib" />
<file src="InputInterceptor\bin\Release\**\*.pdb" target="lib" />
</files>
</package>