12345678910111213141516171819 |
- <?xml version="1.0"?>
- <package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
- <metadata>
- <id>Microsoft.Bcl.Build</id>
- <version>1.0.10</version>
- <title>Microsoft BCL Build Components</title>
- <authors>Microsoft</authors>
- <owners>Microsoft</owners>
- <licenseUrl>http://go.microsoft.com/fwlink/?LinkID=296407</licenseUrl>
- <projectUrl>http://go.microsoft.com/fwlink/?LinkID=296436</projectUrl>
- <iconUrl>http://go.microsoft.com/fwlink/?LinkID=288859</iconUrl>
- <requireLicenseAcceptance>true</requireLicenseAcceptance>
- <description>This package provides build infrastructure components so that projects referencing specific Microsoft packages can successfully build.
- Do not directly reference this packages unless you receive a build warning that instructs you to add a reference.</description>
- <summary>Provides build infrastructure components for Microsoft packages.</summary>
- <copyright>Copyright © Microsoft Corporation</copyright>
- <tags>BCL Microsoft System</tags>
- </metadata>
- </package>
|