summaryrefslogtreecommitdiff
path: root/src/.nuget/Microsoft.DotNet.CoreCLR.Debug.Development.nuspec
blob: 4fbbdf5791f9f9229c64be44f641c73e50cf9ab8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<?xml version="1.0"?>
<package >
  <metadata>
    <id>Microsoft.DotNet.CoreCLR.Debug.Development</id>
    <version>1.0.3-prerelease</version>
    <title>Microsoft DotNet CoreCLR Runtime For Component Development</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 the CoreCLR runtime binaries with debug information and interface headers</description>
    <releaseNotes>Initial release</releaseNotes>
    <copyright>Copyright &#169; Microsoft Corporation</copyright>
  </metadata>
  <files>
    <file src="..\clretwrc.dll" target="lib\aspnetcore50\clretwrc.dll" />
    <file src="..\coreclr.dll" target="lib\aspnetcore50\coreclr.dll" />
    <file src="..\mscordaccore.dll" target="lib\aspnetcore50\mscordaccore.dll" />
    <file src="..\mscordbi.dll" target="lib\aspnetcore50\mscordbi.dll" />
    <file src="..\mscorrc.dll" target="lib\aspnetcore50\mscorrc.dll" />
    <file src="..\mscorrc.debug.dll" target="lib\aspnetcore50\mscorrc.debug.dll" />
    <file src="..\corerun.exe" target="lib\aspnetcore50\corerun.exe" />
    <file src="..\mscorlib.dll" target="lib\aspnetcore50\mscorlib.dll" />
    <file src="..\sos.dll" target="lib\aspnetcore50\sos.dll" />
    <file src="..\PDB\clretwrc.pdb" target="lib\aspnetcore50\clretwrc.pdb" />
    <file src="..\PDB\coreclr.pdb" target="lib\aspnetcore50\coreclr.pdb" />
    <file src="..\PDB\corerun.pdb" target="lib\aspnetcore50\corerun.pdb" />
    <file src="..\PDB\mscordaccore.pdb" target="lib\aspnetcore50\mscordaccore.pdb" />
    <file src="..\PDB\mscordbi.pdb" target="lib\aspnetcore50\mscordbi.pdb" />
    <file src="..\PDB\mscorrc.pdb" target="lib\aspnetcore50\mscorrc.pdb" />
    <file src="..\PDB\mscorrc.debug.pdb" target="lib\aspnetcore50\mscorrc.debug.pdb" />
    <file src="..\PDB\corerun.pdb" target="lib\aspnetcore50\corerun.pdb" />
    <file src="..\PDB\sos.pdb" target="lib\aspnetcore50\sos.pdb" />
    <file src="..\PDB\mscorlib.pdb" target="lib\aspnetcore50\mscorlib.pdb" />
    <file src="..\inc\cor.h" target="inc\cor.h" />
    <file src="..\inc\corerror.h" target="inc\corerror.h" />
    <file src="..\inc\corhdr.h" target="inc\corhdr.h" />
    <file src="..\inc\corinfo.h" target="inc\corinfo.h" />
    <file src="..\inc\corjit.h" target="inc\corjit.h" />
    <file src="..\inc\opcode.def" target="inc\opcode.def" />
    <file src="..\inc\openum.h" target="inc\openum.h" />	
    <file src="..\inc\gcinfoencoder.h" target="inc\gcinfoencoder.h" />
    <file src="..\inc\gcinfotypes.h" target="inc\gcinfotypes.h" />
    <file src="..\gcinfo\gcinfoencoder.cpp" target="gcinfo\gcinfoencoder.cpp" />
  </files>
</package>