Microsoft.ChakraCore.Symbols.nuspec 1.6 KB

12345678910111213141516171819202122232425262728293031
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
  3. <metadata>
  4. <id>Microsoft.ChakraCore.Symbols</id>
  5. <!-- Note: actual version number is overridden by the NuGet package creation command. -->
  6. <version>$version$</version>
  7. <authors>Chakra Team</authors>
  8. <owners>Chakra Team</owners>
  9. <licenseUrl>https://github.com/Microsoft/ChakraCore/blob/master/LICENSE.txt</licenseUrl>
  10. <projectUrl>https://github.com/Microsoft/ChakraCore</projectUrl>
  11. <requireLicenseAcceptance>false</requireLicenseAcceptance>
  12. <developmentDependency>true</developmentDependency>
  13. <description>ChakraCore is the core part of the Chakra Javascript engine that powers Microsoft Edge.</description>
  14. <releaseNotes>https://github.com/Microsoft/ChakraCore/wiki/Roadmap#release-notes</releaseNotes>
  15. <copyright>Copyright (C) 2016 Microsoft</copyright>
  16. <language>en-US</language>
  17. <tags>Chakra,ChakraCore,javascript,js,ecmascript,compiler,platform,oss,opensource,native</tags>
  18. <dependencies>
  19. <group targetFramework=".NETStandard1.0" />
  20. </dependencies>
  21. </metadata>
  22. <files>
  23. <file src="_._" target="lib\netstandard1.0\"/>
  24. <file src="Microsoft.ChakraCore.Symbols.props" target="build\netstandard1.0"/>
  25. <file src="..\VcBuild\bin\x86_release\ChakraCore.pdb" target="runtimes\win7-x86\native\ChakraCore.pdb" />
  26. <file src="..\VcBuild\bin\x64_release\ChakraCore.pdb" target="runtimes\win7-x64\native\ChakraCore.pdb" />
  27. <file src="..\VcBuild\bin\arm_release\ChakraCore.pdb" target="runtimes\win8-arm\native\ChakraCore.pdb" />
  28. </files>
  29. </package>