File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" ?>
2
+ <package xmlns : xsd =" http://www.w3.org/2001/XMLSchema" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" >
3
+ <metadata xmlns =" http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd" >
4
+ <id >Mono.Debugging.Win32</id >
5
+ <version >$Version$</version >
6
+ <title >Mono.Debugging.Win32</title >
7
+ <authors >MonoDevelop team</authors >
8
+ <owners >MonoDevelop team</owners >
9
+ <licenseUrl >http://opensource.org/licenses/mit-license.php</licenseUrl >
10
+ <requireLicenseAcceptance >false</requireLicenseAcceptance >
11
+ <projectUrl >https://github.com/mono/monodevelop</projectUrl >
12
+ <summary >Debugger implementation for CorDebug</summary >
13
+ <description >Debugger implementation for CorDebug</description >
14
+ <language >en-US</language >
15
+ <tags >mono debug debugger cordebug</tags >
16
+ <dependencies >
17
+ <dependency id =" Mono.Debugging" version =" $Version$" />
18
+ </dependencies >
19
+ </metadata >
20
+ <files >
21
+ <file src =" bin\$Configuration$\CorApi.dll" target =" lib/net40" />
22
+ <file src =" bin\$Configuration$\CorApi2.dll" target =" lib/net40" />
23
+ </files >
24
+ </package >
You can’t perform that action at this time.
0 commit comments