-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlibMmkDebugStack.nuspec
More file actions
21 lines (21 loc) · 940 Bytes
/
libMmkDebugStack.nuspec
File metadata and controls
21 lines (21 loc) · 940 Bytes
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>libMmkDebugStack</id>
<version>0.0.1</version>
<authors>MaulingMonkey</authors>
<owners>MaulingMonkey</owners>
<licenseUrl>https://github.com/MaulingMonkey/libMmkDebugStack/blob/master/LICENSE.txt</licenseUrl>
<projectUrl>https://github.com/MaulingMonkey/libMmkDebugStack</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>MaulingMonKey's debug callstack collection API.</description>
<releaseNotes>Initial test of nuget packaging process for C++ stuff.</releaseNotes>
<copyright>Copyright © MaulingMonkey 2017</copyright>
<tags>MaulingMonkey native debug callstack stack stacktrace trace dbghelp</tags>
</metadata>
<files>
<file src="libMmkDebugStack\build\**\*.*" target="build"/>
<file src="libMmkDebugStack\include\**\*.*" target="include"/>
<file src="libMmkDebugStack\src\**\*.*" target="src"/>
</files>
</package>