-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathEdgeJs.NativeModuleSupport.nuspec
More file actions
32 lines (32 loc) · 1.91 KB
/
Copy pathEdgeJs.NativeModuleSupport.nuspec
File metadata and controls
32 lines (32 loc) · 1.91 KB
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
31
32
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>EdgeJs.NativeModuleSupport</id>
<version>0.9.2.6</version>
<authors>Jeremy Beavon</authors>
<projectUrl>https://github.com/jeremybeavon/EdgeJs.NativeModuleSupport</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Add support for using native node modules with Edge.js</description>
<dependencies>
<dependency id="chocolatey" version="[0.9.8.27]" />
<dependency id="Ncapsulate.Node" version="[0.10.28]" />
<dependency id="Edge.js" version="0.9.2" />
</dependencies>
</metadata>
<files>
<file src="NuGet\EdgeJs.NativeModuleSupport.targets" target="build\EdgeJs.NativeModuleSupport.targets" />
<file src="DLL\edge\x64\node.lib" target="content\edge\x64\node.lib" />
<file src="DLL\edge\x86\node.lib" target="content\edge\x86\node.lib" />
<file src="DLL\edge\native-node-module.msbuild" target="content\edge\native-node-module.msbuild" />
<file src="DLL\edge\node.exe" target="content\edge\node.exe" />
<file src="DLL\bin\Release\EdgeJs.NativeModuleSupport.dll" target="lib\net45\EdgeJs.NativeModuleSupport.dll" />
<file src="DLL\bin\Release\EdgeJs.NativeModuleSupport.XML" target="lib\net45\EdgeJs.NativeModuleSupport.XML" />
<file src="DLL\edge\x64\node.dll" target="tools\x64\node.dll" />
<file src="DLL\edge\x86\node.dll" target="tools\x86\node.dll" />
<file src="NuGet\init.bat" target="tools\init.bat" />
<file src="NuGet\init.ps1" target="tools\init.ps1" />
<file src="NuGet\install.bat" target="tools\install.bat" />
<file src="NuGet\install.ps1" target="tools\install.ps1" />
<file src="NuGet\node.targets" target="tools\node.targets" />
</files>
</package>