forked from Taritsyn/JavaScriptEngineSwitcher
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathJavaScriptEngineSwitcher.ChakraCore.nuspec
More file actions
43 lines (41 loc) · 2.67 KB
/
JavaScriptEngineSwitcher.ChakraCore.nuspec
File metadata and controls
43 lines (41 loc) · 2.67 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
33
34
35
36
37
38
39
40
41
42
43
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>JavaScriptEngineSwitcher.ChakraCore</id>
<version>1.0.0-alpha2</version>
<title>JavaScript Engine Switcher for .Net: ChakraCore</title>
<authors>Andrey Taritsyn</authors>
<owners>Andrey Taritsyn</owners>
<licenseUrl>http://github.com/Taritsyn/JavaScriptEngineSwitcher/blob/master/LICENSE</licenseUrl>
<projectUrl>http://github.com/Taritsyn/JavaScriptEngineSwitcher</projectUrl>
<iconUrl>https://raw.githubusercontent.com/Taritsyn/JavaScriptEngineSwitcher/master/Icons/JavaScriptEngineSwitcher_ChakraCore_Logo128x128.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>JavaScriptEngineSwitcher.ChakraCore contains adapter `ChakraCoreJsEngine` (wrapper for the ChakraCore (http://github.com/Microsoft/ChakraCore) version 1.1). Project was based on the code of Chakra-Samples (http://github.com/Microsoft/Chakra-Samples).
JavaScriptEngineSwitcher.ChakraCore does not yet support the `EmbedHostObject` method.
For correct working of the ChakraCore require assemblies `msvcp120.dll` and `msvcr120.dll` from the Visual C++ Redistributable Packages for Visual Studio 2013.</description>
<summary>JavaScriptEngineSwitcher.ChakraCore contains adapter `ChakraCoreJsEngine` (wrapper for the ChakraCore version 1.1).</summary>
<copyright>Copyright (c) 2013-2016 Andrey Taritsyn - http://www.taritsyn.ru</copyright>
<language>en-US</language>
<tags>JavaScript ECMAScript ChakraCore</tags>
<dependencies>
<dependency id="JavaScriptEngineSwitcher.Core" version="1.5.0-alpha1" />
</dependencies>
<references>
<reference file="JavaScriptEngineSwitcher.ChakraCore.dll" />
</references>
</metadata>
<files>
<file src="..\..\src\JavaScriptEngineSwitcher.ChakraCore\bin\Release\JavaScriptEngineSwitcher.ChakraCore.dll" target="lib\net40" />
<file src="..\..\src\JavaScriptEngineSwitcher.ChakraCore\bin\Release\**\JavaScriptEngineSwitcher.ChakraCore.resources.dll" target="lib\net40" />
<file src="..\..\Binaries\ChakraCore\x86\ChakraCore.dll" target="content\ChakraCore\x86" />
<file src="..\..\Binaries\ChakraCore\x64\ChakraCore.dll" target="content\ChakraCore\x64" />
<file src="build\JavaScriptEngineSwitcher.ChakraCore.props" target="build" />
<file src="content\web.config.transform" target="content" />
<file src="content\app.config.transform" target="content" />
<file src="tools\Install.ps1" target="tools" />
<file src="tools\Uninstall.ps1" target="tools" />
<file src="readme.txt" />
<file src="..\..\Licenses\chakra-core-license.txt" />
<file src="..\..\Licenses\chakra-samples-license.txt" />
</files>
</package>