summaryrefslogtreecommitdiff
path: root/src/.nuget/toolchain.win7-x64.Microsoft.DotNet.ClrJit.nuspec
blob: 1f4bba3fb208e879af7f8c4d99ae8c9209de8a84 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0"?>
<package >
  <metadata>
    <id>toolchain.win7-x64.Microsoft.DotNet.ClrJit</id>
    <version>1.0.8-prerelease</version>
    <title>Microsoft DotNet Standalone Managed to Native Code-Generator</title>
    <authors>Microsoft</authors>
    <owners>Microsoft</owners>
    <licenseUrl>http://go.microsoft.com/fwlink/?LinkId=329770</licenseUrl>
    <projectUrl>https://github.com/dotnet/coreclr</projectUrl>
    <iconUrl>http://go.microsoft.com/fwlink/?LinkID=288859</iconUrl>
    <requireLicenseAcceptance>true</requireLicenseAcceptance>
    <description>Provides standalone managed to native code-generator</description>
    <releaseNotes>Initial release</releaseNotes>
    <copyright>Copyright &#169; Microsoft Corporation</copyright>
  </metadata>
  <files>
    <file src="..\clrjit.dll" target="runtimes\win7-x64\native\clrjit.dll" />
    <file src="..\PDB\clrjit.pdb" target="runtimes\win7-x64\native\clrjit.pdb" />
  </files>
</package>