Microsoft.Bcl.Build.1.0.10.nuspec 1.0 KB

12345678910111213141516171819
  1. <?xml version="1.0"?>
  2. <package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
  3. <metadata>
  4. <id>Microsoft.Bcl.Build</id>
  5. <version>1.0.10</version>
  6. <title>Microsoft BCL Build Components</title>
  7. <authors>Microsoft</authors>
  8. <owners>Microsoft</owners>
  9. <licenseUrl>http://go.microsoft.com/fwlink/?LinkID=296407</licenseUrl>
  10. <projectUrl>http://go.microsoft.com/fwlink/?LinkID=296436</projectUrl>
  11. <iconUrl>http://go.microsoft.com/fwlink/?LinkID=288859</iconUrl>
  12. <requireLicenseAcceptance>true</requireLicenseAcceptance>
  13. <description>This package provides build infrastructure components so that projects referencing specific Microsoft packages can successfully build.
  14. Do not directly reference this packages unless you receive a build warning that instructs you to add a reference.</description>
  15. <summary>Provides build infrastructure components for Microsoft packages.</summary>
  16. <copyright>Copyright © Microsoft Corporation</copyright>
  17. <tags>BCL Microsoft System</tags>
  18. </metadata>
  19. </package>