forked from microsoft/MIEngine
-
Notifications
You must be signed in to change notification settings - Fork 0
/
MIEngine.mdd.nuspec
21 lines (21 loc) · 1.02 KB
/
MIEngine.mdd.nuspec
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" encoding="utf-8"?>
<package>
<metadata>
<id>VS.Redist.Debugger.MDD.MIEngine</id>
<version>$version$</version>
<authors>VSEng</authors>
<owners>VSEng</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Package containing VS.Redist.Debugger.MDD.MIEngine artifacts</description>
<releaseNotes></releaseNotes>
<copyright>Copyright 2016</copyright>
<tags></tags>
</metadata>
<files>
<file src="drop\Release\ReferenceAssemblies\*.xml" target="ref\dotnet" exclude="drop\Release\ReferenceAssemblies\Microsoft.VisualStudio.Debugger.Interop.UnixPortSupplier.DesignTime.xml" />
<file src="drop\Release\ReferenceAssemblies\Microsoft.DebugEngineHost.dll" target="ref\dotnet" />
<file src="drop\Release\Microsoft.MICore.dll" target="ref\dotnet" />
<file src="drop\Release\*" target="Release" exclude="drop\Release\Install.cmd;drop\Release\ReferenceAssemblies" />
<file src="drop\Release\loc\**\*" target="Release\loc" />
</files>
</package>