forked from microsoft/krabsetw
-
Notifications
You must be signed in to change notification settings - Fork 0
/
O365.Security.Native.ETW.Debug.nuspec
24 lines (24 loc) · 1.63 KB
/
O365.Security.Native.ETW.Debug.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>Microsoft.O365.Security.Native.ETW.Debug</id>
<version>2.0.1</version>
<title>Microsoft.O365.Security.Native.ETW Debug - managed wrappers for krabsetw</title>
<authors>Microsoft</authors>
<owners>Microsoft</owners>
<licenseUrl>https://opensource.org/licenses/MIT</licenseUrl>
<projectUrl>https://github.com/Microsoft/krabsetw</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Microsoft.O365.Security.Native.ETW Debug is a managed wrapper around the krabsetw ETW library. Also known as "Lobsters." This is the Debug build.</description>
<summary>Microsoft.O365.Security.Native.ETW Debug is a managed wrapper around the krabsetw ETW library. Also known as "Lobsters." This is the Debug build.</summary>
<releaseNotes>Support provider-based event filtering.</releaseNotes>
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
<language />
<tags>ETW krabs lobsters managed cppcli</tags>
</metadata>
<files>
<file src="krabs\x64\DebugSigning\Microsoft.O365.Security.Native.ETW.dll" target="lib\net45\Microsoft.O365.Security.Native.ETW.dll" />
<file src="krabs\x64\DebugSigning\Microsoft.O365.Security.Native.ETW.pdb" target="lib\net45\Microsoft.O365.Security.Native.ETW.pdb" />
<file src="krabs\x64\DebugSigning\Microsoft.O365.Security.Native.ETW.xml" target="lib\net45\Microsoft.O365.Security.Native.ETW.xml" />
</files>
</package>