-
Notifications
You must be signed in to change notification settings - Fork 1.2k
ChakraCore NuGet Package Implementation #2266
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
2.0.2-pre | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd"> | ||
<metadata> | ||
<id>Microsoft.ChakraCore.ARM</id> | ||
<!-- Note: actual version number is overridden by the NuGet package creation command. --> | ||
<version>$version$</version> | ||
<authors>Chakra Team</authors> | ||
<owners>Chakra Team</owners> | ||
<licenseUrl>https://github.com/Microsoft/ChakraCore/blob/master/LICENSE.txt</licenseUrl> | ||
<projectUrl>https://github.com/Microsoft/ChakraCore</projectUrl> | ||
<requireLicenseAcceptance>false</requireLicenseAcceptance> | ||
<developmentDependency>true</developmentDependency> | ||
<description>ChakraCore is the core part of the Chakra Javascript engine that powers Microsoft Edge.</description> | ||
<releaseNotes>https://github.com/Microsoft/ChakraCore/wiki/Release-Notes</releaseNotes> | ||
<copyright>Copyright (C) 2016 Microsoft</copyright> | ||
<language>en-US</language> | ||
<tags>Chakra,ChakraCore,javascript,js,ecmascript,compiler,platform,oss,opensource,native</tags> | ||
<dependencies> | ||
<group targetFramework=".NETStandard1.0" /> | ||
</dependencies> | ||
</metadata> | ||
<files> | ||
<file src="_._" target="lib\netstandard1.0\"/> | ||
|
||
<file src="Microsoft.ChakraCore.ARM.props" target="build\netstandard1.0"/> | ||
|
||
<file src="..\VcBuild\bin\arm_release\ChakraCore.dll" target="runtimes\win8-arm\native\ChakraCore.dll" /> | ||
</files> | ||
</package> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<?xml version="1.0" encoding="utf-8" ?> | ||
<Project ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
<ItemGroup> | ||
<Content Include="$(MSBuildThisFileDirectory)..\..\runtimes\win8-ARM\native\*"> | ||
<Link>%(Filename)%(Extension)</Link> | ||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> | ||
<Visible>False</Visible> | ||
</Content> | ||
</ItemGroup> | ||
</Project> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd"> | ||
<metadata> | ||
<id>Microsoft.ChakraCore.Symbols</id> | ||
<!-- Note: actual version number is overridden by the NuGet package creation command. --> | ||
<version>$version$</version> | ||
<authors>Chakra Team</authors> | ||
<owners>Chakra Team</owners> | ||
<licenseUrl>https://github.com/Microsoft/ChakraCore/blob/master/LICENSE.txt</licenseUrl> | ||
<projectUrl>https://github.com/Microsoft/ChakraCore</projectUrl> | ||
<requireLicenseAcceptance>false</requireLicenseAcceptance> | ||
<developmentDependency>true</developmentDependency> | ||
<description>ChakraCore is the core part of the Chakra Javascript engine that powers Microsoft Edge.</description> | ||
<releaseNotes>https://github.com/Microsoft/ChakraCore/wiki/Release-Notes</releaseNotes> | ||
<copyright>Copyright (C) 2016 Microsoft</copyright> | ||
<language>en-US</language> | ||
<tags>Chakra,ChakraCore,javascript,js,ecmascript,compiler,platform,oss,opensource,native</tags> | ||
<dependencies> | ||
<group targetFramework=".NETStandard1.0" /> | ||
</dependencies> | ||
</metadata> | ||
<files> | ||
<file src="_._" target="lib\netstandard1.0\"/> | ||
|
||
<file src="Microsoft.ChakraCore.Symbols.props" target="build\netstandard1.0"/> | ||
|
||
<file src="..\VcBuild\bin\x86_release\ChakraCore.pdb" target="runtimes\win7-x86\native\ChakraCore.pdb" /> | ||
<file src="..\VcBuild\bin\x64_release\ChakraCore.pdb" target="runtimes\win7-x64\native\ChakraCore.pdb" /> | ||
<file src="..\VcBuild\bin\arm_release\ChakraCore.pdb" target="runtimes\win8-arm\native\ChakraCore.pdb" /> | ||
</files> | ||
</package> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
<?xml version="1.0" encoding="utf-8" ?> | ||
<Project ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
<ItemGroup Condition=" (Exists('packages.config') Or Exists('packages.$(MSBuildProjectName).config')) And '$(Platform)' == 'AnyCPU'"> | ||
<Content Include="$(MSBuildThisFileDirectory)..\..\runtimes\win7-x86\native\*"> | ||
<Link>x86\%(Filename)%(Extension)</Link> | ||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> | ||
<Visible>False</Visible> | ||
</Content> | ||
<Content Include="$(MSBuildThisFileDirectory)..\..\runtimes\win7-x64\native\*"> | ||
<Link>x64\%(Filename)%(Extension)</Link> | ||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> | ||
<Visible>False</Visible> | ||
</Content> | ||
</ItemGroup> | ||
<ItemGroup Condition=" (Exists('packages.config') Or Exists('packages.$(MSBuildProjectName).config')) And '$(Platform)' == 'x86'"> | ||
<Content Include="$(MSBuildThisFileDirectory)..\..\runtimes\win7-x86\native\*"> | ||
<Link>%(Filename)%(Extension)</Link> | ||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> | ||
<Visible>False</Visible> | ||
</Content> | ||
</ItemGroup> | ||
<ItemGroup Condition=" (Exists('packages.config') Or Exists('packages.$(MSBuildProjectName).config')) And '$(Platform)' == 'x64'"> | ||
<Content Include="$(MSBuildThisFileDirectory)..\..\runtimes\win7-x64\native\*"> | ||
<Link>%(Filename)%(Extension)</Link> | ||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> | ||
<Visible>False</Visible> | ||
</Content> | ||
</ItemGroup> | ||
<ItemGroup Condition=" (Exists('packages.config') Or Exists('packages.$(MSBuildProjectName).config')) And '$(Platform)' == 'ARM'"> | ||
<Content Include="$(MSBuildThisFileDirectory)..\..\runtimes\win8-arm\native\*"> | ||
<Link>%(Filename)%(Extension)</Link> | ||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> | ||
<Visible>False</Visible> | ||
</Content> | ||
</ItemGroup> | ||
</Project> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd"> | ||
<metadata> | ||
<id>Microsoft.ChakraCore.X64</id> | ||
<!-- Note: actual version number is overridden by the NuGet package creation command. --> | ||
<version>$version$</version> | ||
<authors>Chakra Team</authors> | ||
<owners>Chakra Team</owners> | ||
<licenseUrl>https://github.com/Microsoft/ChakraCore/blob/master/LICENSE.txt</licenseUrl> | ||
<projectUrl>https://github.com/Microsoft/ChakraCore</projectUrl> | ||
<requireLicenseAcceptance>false</requireLicenseAcceptance> | ||
<developmentDependency>true</developmentDependency> | ||
<description>ChakraCore is the core part of the Chakra Javascript engine that powers Microsoft Edge.</description> | ||
<releaseNotes>https://github.com/Microsoft/ChakraCore/wiki/Release-Notes</releaseNotes> | ||
<copyright>Copyright (C) 2016 Microsoft</copyright> | ||
<language>en-US</language> | ||
<tags>Chakra,ChakraCore,javascript,js,ecmascript,compiler,platform,oss,opensource,native</tags> | ||
<dependencies> | ||
<group targetFramework=".NETStandard1.0" /> | ||
</dependencies> | ||
</metadata> | ||
<files> | ||
<file src="_._" target="lib\netstandard1.0\"/> | ||
|
||
<file src="Microsoft.ChakraCore.X64.props" target="build\netstandard1.0"/> | ||
|
||
<file src="..\VcBuild\bin\x64_release\ChakraCore.dll" target="runtimes\win7-x64\native\ChakraCore.dll" /> | ||
</files> | ||
</package> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<?xml version="1.0" encoding="utf-8" ?> | ||
<Project ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
<ItemGroup> | ||
<Content Include="$(MSBuildThisFileDirectory)..\..\runtimes\win7-x64\native\*"> | ||
<Link>%(Filename)%(Extension)</Link> | ||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> | ||
<Visible>False</Visible> | ||
</Content> | ||
</ItemGroup> | ||
</Project> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd"> | ||
<metadata> | ||
<id>Microsoft.ChakraCore.X86</id> | ||
<!-- Note: actual version number is overridden by the NuGet package creation command. --> | ||
<version>$version$</version> | ||
<authors>Chakra Team</authors> | ||
<owners>Chakra Team</owners> | ||
<licenseUrl>https://github.com/Microsoft/ChakraCore/blob/master/LICENSE.txt</licenseUrl> | ||
<projectUrl>https://github.com/Microsoft/ChakraCore</projectUrl> | ||
<requireLicenseAcceptance>false</requireLicenseAcceptance> | ||
<developmentDependency>true</developmentDependency> | ||
<description>ChakraCore is the core part of the Chakra Javascript engine that powers Microsoft Edge.</description> | ||
<releaseNotes>https://github.com/Microsoft/ChakraCore/wiki/Release-Notes</releaseNotes> | ||
<copyright>Copyright (C) 2016 Microsoft</copyright> | ||
<language>en-US</language> | ||
<tags>Chakra,ChakraCore,javascript,js,ecmascript,compiler,platform,oss,opensource,native</tags> | ||
<dependencies> | ||
<group targetFramework=".NETStandard1.0" /> | ||
</dependencies> | ||
</metadata> | ||
<files> | ||
<file src="_._" target="lib\netstandard1.0\"/> | ||
|
||
<file src="Microsoft.ChakraCore.X86.props" target="build\netstandard1.0"/> | ||
|
||
<file src="..\VcBuild\bin\x86_release\ChakraCore.dll" target="runtimes\win7-x86\native\ChakraCore.dll" /> | ||
</files> | ||
</package> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<?xml version="1.0" encoding="utf-8" ?> | ||
<Project ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
<ItemGroup> | ||
<Content Include="$(MSBuildThisFileDirectory)..\..\runtimes\win7-x86\native\*"> | ||
<Link>%(Filename)%(Extension)</Link> | ||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> | ||
<Visible>False</Visible> | ||
</Content> | ||
</ItemGroup> | ||
</Project> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd"> | ||
<metadata minClientVersion="3.4"> | ||
<id>Microsoft.ChakraCore</id> | ||
<!-- Note: actual version number is overridden by the NuGet package creation command. --> | ||
<version>$version$</version> | ||
<authors>Chakra Team</authors> | ||
<owners>Chakra Team</owners> | ||
<licenseUrl>https://github.com/Microsoft/ChakraCore/blob/master/LICENSE.txt</licenseUrl> | ||
<projectUrl>https://github.com/Microsoft/ChakraCore</projectUrl> | ||
<requireLicenseAcceptance>false</requireLicenseAcceptance> | ||
<developmentDependency>true</developmentDependency> | ||
<description>ChakraCore is the core part of the Chakra Javascript engine that powers Microsoft Edge.</description> | ||
<releaseNotes>https://github.com/Microsoft/ChakraCore/wiki/Release-Notes</releaseNotes> | ||
<copyright>Copyright (C) 2016 Microsoft</copyright> | ||
<language>en-US</language> | ||
<tags>Chakra,ChakraCore,javascript,js,ecmascript,compiler,platform,oss,opensource,native</tags> | ||
<dependencies> | ||
<group targetFramework=".NETStandard1.0" /> | ||
</dependencies> | ||
</metadata> | ||
<files> | ||
<file src="_._" target="lib\netstandard1.0\"/> | ||
|
||
<file src="Microsoft.ChakraCore.props" target="build\netstandard1.0"/> | ||
|
||
<file src="..\VcBuild\bin\x86_release\ChakraCore.dll" target="runtimes\win7-x86\native\ChakraCore.dll" /> | ||
<file src="..\VcBuild\bin\x64_release\ChakraCore.dll" target="runtimes\win7-x64\native\ChakraCore.dll" /> | ||
<file src="..\VcBuild\bin\arm_release\ChakraCore.dll" target="runtimes\win8-arm\native\ChakraCore.dll" /> | ||
</files> | ||
</package> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
<?xml version="1.0" encoding="utf-8" ?> | ||
<Project ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
<ItemGroup Condition=" (Exists('packages.config') Or Exists('packages.$(MSBuildProjectName).config')) And '$(Platform)' == 'AnyCPU'"> | ||
<Content Include="$(MSBuildThisFileDirectory)..\..\runtimes\win7-x86\native\*"> | ||
<Link>x86\%(Filename)%(Extension)</Link> | ||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> | ||
<Visible>False</Visible> | ||
</Content> | ||
<Content Include="$(MSBuildThisFileDirectory)..\..\runtimes\win7-x64\native\*"> | ||
<Link>x64\%(Filename)%(Extension)</Link> | ||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> | ||
<Visible>False</Visible> | ||
</Content> | ||
</ItemGroup> | ||
<ItemGroup Condition=" (Exists('packages.config') Or Exists('packages.$(MSBuildProjectName).config')) And '$(Platform)' == 'x86'"> | ||
<Content Include="$(MSBuildThisFileDirectory)..\..\runtimes\win7-x86\native\*"> | ||
<Link>%(Filename)%(Extension)</Link> | ||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> | ||
<Visible>False</Visible> | ||
</Content> | ||
</ItemGroup> | ||
<ItemGroup Condition=" (Exists('packages.config') Or Exists('packages.$(MSBuildProjectName).config')) And '$(Platform)' == 'x64'"> | ||
<Content Include="$(MSBuildThisFileDirectory)..\..\runtimes\win7-x64\native\*"> | ||
<Link>%(Filename)%(Extension)</Link> | ||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> | ||
<Visible>False</Visible> | ||
</Content> | ||
</ItemGroup> | ||
<ItemGroup Condition=" (Exists('packages.config') Or Exists('packages.$(MSBuildProjectName).config')) And '$(Platform)' == 'ARM'"> | ||
<Content Include="$(MSBuildThisFileDirectory)..\..\runtimes\win8-arm\native\*"> | ||
<Link>%(Filename)%(Extension)</Link> | ||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> | ||
<Visible>False</Visible> | ||
</Content> | ||
</ItemGroup> | ||
</Project> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,69 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd"> | ||
<metadata> | ||
<id>Microsoft.ChakraCore.vc140</id> | ||
<!-- Note: actual version number is overridden by the NuGet package creation command. --> | ||
<version>$version$</version> | ||
<authors>Chakra Team</authors> | ||
<owners>Chakra Team</owners> | ||
<licenseUrl>https://github.com/Microsoft/ChakraCore/blob/master/LICENSE.txt</licenseUrl> | ||
<projectUrl>https://github.com/Microsoft/ChakraCore</projectUrl> | ||
<requireLicenseAcceptance>false</requireLicenseAcceptance> | ||
<developmentDependency>true</developmentDependency> | ||
<description>ChakraCore is the core part of the Chakra Javascript engine that powers Microsoft Edge.</description> | ||
<releaseNotes>https://github.com/Microsoft/ChakraCore/wiki/Release-Notes</releaseNotes> | ||
<copyright>Copyright (C) 2016 Microsoft</copyright> | ||
<language>en-US</language> | ||
<tags>Chakra,ChakraCore,javascript,js,ecmascript,compiler,platform,oss,opensource,native,nativepackage,C++,vc140</tags> | ||
</metadata> | ||
<files> | ||
<!--Build--> | ||
<file src="Microsoft.ChakraCore.vc140.targets" target="build\native"/> | ||
|
||
<!--Include--> | ||
<file src="..\..\lib\Jsrt\ChakraCommon.h" target="build\native\include\ChakraCommon.h"/> | ||
<file src="..\..\lib\Jsrt\ChakraCommonWindows.h" target="build\native\include\ChakraCommonWindows.h"/> | ||
<file src="..\..\lib\Jsrt\ChakraCore.h" target="build\native\include\ChakraCore.h"/> | ||
<file src="..\..\lib\Jsrt\ChakraDebug.h" target="build\native\include\ChakraDebug.h"/> | ||
|
||
<!--Lib--> | ||
<file src="..\VcBuild\bin\x86_release\ChakraCore.dll" target="lib\native\v140\x86\release\ChakraCore.dll" /> | ||
<file src="..\VcBuild\bin\x86_release\ChakraCore.lib" target="lib\native\v140\x86\release\ChakraCore.lib" /> | ||
<file src="..\VcBuild\bin\x86_release\ChakraCore.pdb" target="lib\native\v140\x86\release\ChakraCore.pdb" /> | ||
<file src="..\VcBuild\bin\x86_release\ch.exe" target="lib\native\v140\x86\release\ch.exe" /> | ||
<file src="..\VcBuild\bin\x86_release\ch.pdb" target="lib\native\v140\x86\release\ch.pdb" /> | ||
|
||
<!--Copying Release to Debug for now to save on build time--> | ||
<file src="..\VcBuild\bin\x86_release\ChakraCore.dll" target="lib\native\v140\x86\debug\ChakraCore.dll" /> | ||
<file src="..\VcBuild\bin\x86_release\ChakraCore.lib" target="lib\native\v140\x86\debug\ChakraCore.lib" /> | ||
<file src="..\VcBuild\bin\x86_release\ChakraCore.pdb" target="lib\native\v140\x86\debug\ChakraCore.pdb" /> | ||
<file src="..\VcBuild\bin\x86_release\ch.exe" target="lib\native\v140\x86\debug\ch.exe" /> | ||
<file src="..\VcBuild\bin\x86_release\ch.pdb" target="lib\native\v140\x86\debug\ch.pdb" /> | ||
|
||
<file src="..\VcBuild\bin\x64_release\ChakraCore.dll" target="lib\native\v140\x64\release\ChakraCore.dll" /> | ||
<file src="..\VcBuild\bin\x64_release\ChakraCore.lib" target="lib\native\v140\x64\release\ChakraCore.lib" /> | ||
<file src="..\VcBuild\bin\x64_release\ChakraCore.pdb" target="lib\native\v140\x64\release\ChakraCore.pdb" /> | ||
<file src="..\VcBuild\bin\x64_release\ch.exe" target="lib\native\v140\x64\release\ch.exe" /> | ||
<file src="..\VcBuild\bin\x64_release\ch.pdb" target="lib\native\v140\x64\release\ch.pdb" /> | ||
|
||
<!--Copying Release to Debug for now to save on build time--> | ||
<file src="..\VcBuild\bin\x64_release\ChakraCore.dll" target="lib\native\v140\x64\debug\ChakraCore.dll" /> | ||
<file src="..\VcBuild\bin\x64_release\ChakraCore.lib" target="lib\native\v140\x64\debug\ChakraCore.lib" /> | ||
<file src="..\VcBuild\bin\x64_release\ChakraCore.pdb" target="lib\native\v140\x64\debug\ChakraCore.pdb" /> | ||
<file src="..\VcBuild\bin\x64_release\ch.exe" target="lib\native\v140\x64\debug\ch.exe" /> | ||
<file src="..\VcBuild\bin\x64_release\ch.pdb" target="lib\native\v140\x64\debug\ch.pdb" /> | ||
|
||
<file src="..\VcBuild\bin\arm_release\ChakraCore.dll" target="lib\native\v140\arm\release\ChakraCore.dll" /> | ||
<file src="..\VcBuild\bin\arm_release\ChakraCore.lib" target="lib\native\v140\arm\release\ChakraCore.lib" /> | ||
<file src="..\VcBuild\bin\arm_release\ChakraCore.pdb" target="lib\native\v140\arm\release\ChakraCore.pdb" /> | ||
<file src="..\VcBuild\bin\arm_release\ch.exe" target="lib\native\v140\arm\release\ch.exe" /> | ||
<file src="..\VcBuild\bin\arm_release\ch.pdb" target="lib\native\v140\arm\release\ch.pdb" /> | ||
|
||
<!--Copying Release to Debug for now to save on build time--> | ||
<file src="..\VcBuild\bin\arm_release\ChakraCore.dll" target="lib\native\v140\arm\debug\ChakraCore.dll" /> | ||
<file src="..\VcBuild\bin\arm_release\ChakraCore.lib" target="lib\native\v140\arm\debug\ChakraCore.lib" /> | ||
<file src="..\VcBuild\bin\arm_release\ChakraCore.pdb" target="lib\native\v140\arm\debug\ChakraCore.pdb" /> | ||
<file src="..\VcBuild\bin\arm_release\ch.exe" target="lib\native\v140\arm\debug\ch.exe" /> | ||
<file src="..\VcBuild\bin\arm_release\ch.pdb" target="lib\native\v140\arm\debug\ch.pdb" /> | ||
</files> | ||
</package> |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We might want to update this version number.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@dilijev I simply chose that value for internal testing... Is there a version you prefer?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@digitalinfinity what do you think? IMO it's not necessary to change this for this PR. We will update it as needed.