package-data.xml 7.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <packageData
  3. xmlns="https://github.com/chakra-core/ChakraCore"
  4. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  5. xsi:schemaLocation="https://github.com/chakra-core/ChakraCore package-data.xsd">
  6. <commonProperties>
  7. <defaultProperties>
  8. <description>ChakraCore is the core part of the Chakra Javascript engine that powers Microsoft Edge.</description>
  9. <releaseNotes>https://github.com/Microsoft/ChakraCore/wiki/Roadmap#release-notes</releaseNotes>
  10. <tags>Chakra,ChakraCore,javascript,js,ecmascript,compiler,platform,oss,opensource,native</tags>
  11. </defaultProperties>
  12. <commonMetadataElements>
  13. <authors>Microsoft</authors>
  14. <owners>Chakra Team</owners>
  15. <license type="file">LICENSE.txt</license>
  16. <projectUrl>https://github.com/Microsoft/ChakraCore</projectUrl>
  17. <icon>icon.png</icon>
  18. <iconUrl>https://raw.githubusercontent.com/chakra-core/ChakraCore/master/Build/NuGet/icon.png</iconUrl>
  19. <requireLicenseAcceptance>false</requireLicenseAcceptance>
  20. <developmentDependency>true</developmentDependency>
  21. <copyright>© Microsoft Corporation. All rights reserved.</copyright>
  22. <language>en-US</language>
  23. </commonMetadataElements>
  24. <commonFileElements>
  25. <file src="..\icon.png" target="icon.png" />
  26. <file src="..\..\..\LICENSE.txt" target="" />
  27. </commonFileElements>
  28. </commonProperties>
  29. <packages>
  30. <package id="Microsoft.ChakraCore" nuspecFile="Windows.DotNet.All\Primary.nuspec" />
  31. <package id="Microsoft.ChakraCore.symbols" nuspecFile="Windows.DotNet.All\Symbols.nuspec" />
  32. <package id="Microsoft.ChakraCore.win-x86" nuspecFile="Windows.DotNet.Arch\Primary.nuspec">
  33. <properties>
  34. <platformArchitecture>x86</platformArchitecture>
  35. <runtimeIdentifier>win-x86</runtimeIdentifier>
  36. </properties>
  37. <preprocessableFiles>
  38. <file src="Windows.DotNet.Arch\Items.props.mustache"
  39. target="Windows.DotNet.Arch\Items.{{{platformArchitecture}}}.props" />
  40. <file src="Windows.DotNet.Arch\Install.ps1.mustache"
  41. target="Windows.DotNet.Arch\Install.{{{platformArchitecture}}}.ps1" />
  42. <file src="Windows.DotNet.Arch\Uninstall.ps1.mustache"
  43. target="Windows.DotNet.Arch\Uninstall.{{{platformArchitecture}}}.ps1" />
  44. </preprocessableFiles>
  45. </package>
  46. <package id="Microsoft.ChakraCore.win-x86.symbols" nuspecFile="Windows.DotNet.Arch\Symbols.nuspec">
  47. <properties>
  48. <platformArchitecture>x86</platformArchitecture>
  49. <runtimeIdentifier>win-x86</runtimeIdentifier>
  50. </properties>
  51. <preprocessableFiles>
  52. <file src="Windows.DotNet.Arch\Items.props.mustache"
  53. target="Windows.DotNet.Arch\Items.{{{platformArchitecture}}}.symbols.props" />
  54. <file src="Windows.DotNet.Arch\Install.ps1.mustache"
  55. target="Windows.DotNet.Arch\Install.{{{platformArchitecture}}}.symbols.ps1" />
  56. <file src="Windows.DotNet.Arch\Uninstall.ps1.mustache"
  57. target="Windows.DotNet.Arch\Uninstall.{{{platformArchitecture}}}.symbols.ps1" />
  58. </preprocessableFiles>
  59. </package>
  60. <package id="Microsoft.ChakraCore.win-x64" nuspecFile="Windows.DotNet.Arch\Primary.nuspec">
  61. <properties>
  62. <platformArchitecture>x64</platformArchitecture>
  63. <runtimeIdentifier>win-x64</runtimeIdentifier>
  64. </properties>
  65. <preprocessableFiles>
  66. <file src="Windows.DotNet.Arch\Items.props.mustache"
  67. target="Windows.DotNet.Arch\Items.{{{platformArchitecture}}}.props" />
  68. <file src="Windows.DotNet.Arch\Install.ps1.mustache"
  69. target="Windows.DotNet.Arch\Install.{{{platformArchitecture}}}.ps1" />
  70. <file src="Windows.DotNet.Arch\Uninstall.ps1.mustache"
  71. target="Windows.DotNet.Arch\Uninstall.{{{platformArchitecture}}}.ps1" />
  72. </preprocessableFiles>
  73. </package>
  74. <package id="Microsoft.ChakraCore.win-x64.symbols" nuspecFile="Windows.DotNet.Arch\Symbols.nuspec">
  75. <properties>
  76. <platformArchitecture>x64</platformArchitecture>
  77. <runtimeIdentifier>win-x64</runtimeIdentifier>
  78. </properties>
  79. <preprocessableFiles>
  80. <file src="Windows.DotNet.Arch\Items.props.mustache"
  81. target="Windows.DotNet.Arch\Items.{{{platformArchitecture}}}.symbols.props" />
  82. <file src="Windows.DotNet.Arch\Install.ps1.mustache"
  83. target="Windows.DotNet.Arch\Install.{{{platformArchitecture}}}.symbols.ps1" />
  84. <file src="Windows.DotNet.Arch\Uninstall.ps1.mustache"
  85. target="Windows.DotNet.Arch\Uninstall.{{{platformArchitecture}}}.symbols.ps1" />
  86. </preprocessableFiles>
  87. </package>
  88. <package id="Microsoft.ChakraCore.win-arm" nuspecFile="Windows.DotNet.Arch\Primary.nuspec">
  89. <properties>
  90. <platformArchitecture>arm</platformArchitecture>
  91. <runtimeIdentifier>win-arm</runtimeIdentifier>
  92. </properties>
  93. <preprocessableFiles>
  94. <file src="Windows.DotNet.Arch\Items.props.mustache"
  95. target="Windows.DotNet.Arch\Items.{{{platformArchitecture}}}.props" />
  96. <file src="Windows.DotNet.Arch\Install.ps1.mustache"
  97. target="Windows.DotNet.Arch\Install.{{{platformArchitecture}}}.ps1" />
  98. <file src="Windows.DotNet.Arch\Uninstall.ps1.mustache"
  99. target="Windows.DotNet.Arch\Uninstall.{{{platformArchitecture}}}.ps1" />
  100. </preprocessableFiles>
  101. </package>
  102. <package id="Microsoft.ChakraCore.win-arm.symbols" nuspecFile="Windows.DotNet.Arch\Symbols.nuspec">
  103. <properties>
  104. <platformArchitecture>arm</platformArchitecture>
  105. <runtimeIdentifier>win-arm</runtimeIdentifier>
  106. </properties>
  107. <preprocessableFiles>
  108. <file src="Windows.DotNet.Arch\Items.props.mustache"
  109. target="Windows.DotNet.Arch\Items.{{{platformArchitecture}}}.symbols.props" />
  110. <file src="Windows.DotNet.Arch\Install.ps1.mustache"
  111. target="Windows.DotNet.Arch\Install.{{{platformArchitecture}}}.symbols.ps1" />
  112. <file src="Windows.DotNet.Arch\Uninstall.ps1.mustache"
  113. target="Windows.DotNet.Arch\Uninstall.{{{platformArchitecture}}}.symbols.ps1" />
  114. </preprocessableFiles>
  115. </package>
  116. <package id="Microsoft.ChakraCore.win-arm64" nuspecFile="Windows.DotNet.Arch\Primary.nuspec">
  117. <properties>
  118. <platformArchitecture>arm64</platformArchitecture>
  119. <runtimeIdentifier>win-arm64</runtimeIdentifier>
  120. </properties>
  121. <preprocessableFiles>
  122. <file src="Windows.DotNet.Arch\Items.props.mustache"
  123. target="Windows.DotNet.Arch\Items.{{{platformArchitecture}}}.props" />
  124. <file src="Windows.DotNet.Arch\Install.ps1.mustache"
  125. target="Windows.DotNet.Arch\Install.{{{platformArchitecture}}}.ps1" />
  126. <file src="Windows.DotNet.Arch\Uninstall.ps1.mustache"
  127. target="Windows.DotNet.Arch\Uninstall.{{{platformArchitecture}}}.ps1" />
  128. </preprocessableFiles>
  129. </package>
  130. <package id="Microsoft.ChakraCore.win-arm64.symbols" nuspecFile="Windows.DotNet.Arch\Symbols.nuspec">
  131. <properties>
  132. <platformArchitecture>arm64</platformArchitecture>
  133. <runtimeIdentifier>win-arm64</runtimeIdentifier>
  134. </properties>
  135. <preprocessableFiles>
  136. <file src="Windows.DotNet.Arch\Items.props.mustache"
  137. target="Windows.DotNet.Arch\Items.{{{platformArchitecture}}}.symbols.props" />
  138. <file src="Windows.DotNet.Arch\Install.ps1.mustache"
  139. target="Windows.DotNet.Arch\Install.{{{platformArchitecture}}}.symbols.ps1" />
  140. <file src="Windows.DotNet.Arch\Uninstall.ps1.mustache"
  141. target="Windows.DotNet.Arch\Uninstall.{{{platformArchitecture}}}.symbols.ps1" />
  142. </preprocessableFiles>
  143. </package>
  144. <package id="Microsoft.ChakraCore.vc140" nuspecFile="Windows.Cpp.All\Primary.nuspec">
  145. <properties>
  146. <tags>{{{base}}},nativepackage,C++,vc140</tags>
  147. </properties>
  148. </package>
  149. </packages>
  150. </packageData>