forked from microsoft/MIEngine
-
Notifications
You must be signed in to change notification settings - Fork 0
/
MIEngine.clrdbg.nuspec
22 lines (22 loc) · 1.1 KB
/
MIEngine.clrdbg.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>Microsoft.VisualStudio.clrdbg.MIEngine$suffix$</id>
<version>1.0</version>
<authors>Microsoft</authors>
<owners>Microsoft</owners>
<licenseUrl>https://raw.githubusercontent.com/Microsoft/MIEngine/ea6860a7ef1b111864e6a7d0bc2e82c23f25b6fe/PackageLicenses/license-prerelease.txt</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>MIEngine for use with clrdbg via VSCode</description>
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
<contentFiles>
<files include="**\*" buildAction="None" copyToOutput="true" flatten="false" />
</contentFiles>
</metadata>
<files>
<file src="Microsoft.MICore.dll" target="lib\dnxcore50\Microsoft.MICore.dll" />
<file src="Microsoft.MIDebugEngine.dll" target="lib\dnxcore50\Microsoft.MIDebugEngine.dll" />
<file src="coreclr.ad7Engine.json" target="contentFiles\any\any" />
<file src="osxlaunchhelper.scpt" target="contentFiles\any\any" />
</files>
</package>