-
Notifications
You must be signed in to change notification settings - Fork 149
/
O365.Security.Native.ETW.Debug.nuspec
60 lines (55 loc) · 4.51 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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<?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>4.4.3</version>
<title>Microsoft.O365.Security.Native.ETW Debug - managed wrappers for krabsetw</title>
<authors>Microsoft</authors>
<owners>Microsoft</owners>
<license type="expression">MIT</license>
<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. This is the Debug build.</description>
<summary>Microsoft.O365.Security.Native.ETW Debug is a managed wrapper around the krabsetw ETW library. This is the Debug build.</summary>
<releaseNotes>
Version 4.4.3:
- RawProvider only allocates EventRecordMetadata once per instance.
</releaseNotes>
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
<language />
<tags>ETW krabs managed cppcli</tags>
<dependencies>
<group targetFramework=".NETFramework4.6.2" />
<group targetFramework="net6.0" />
</dependencies>
<references>
<group targetFramework=".NETFramework4.6.2">
<reference file="Microsoft.O365.Security.Native.ETW.dll" />
</group>
<group targetFramework="net6.0">
<reference file="Microsoft.O365.Security.Native.ETW.dll" />
</group>
</references>
</metadata>
<files>
<file src="ref\net462\Microsoft.O365.Security.Native.ETW.dll" target="ref\net462\Microsoft.O365.Security.Native.ETW.dll" />
<file src="ref\net6.0\Microsoft.O365.Security.Native.ETW.dll" target="ref\net6.0\Microsoft.O365.Security.Native.ETW.dll" />
<file src="ref\net462\Microsoft.O365.Security.Native.ETW.dll" target="lib\net462\Microsoft.O365.Security.Native.ETW.dll" />
<file src="ref\net6.0\Microsoft.O365.Security.Native.ETW.dll" target="lib\net6.0\Microsoft.O365.Security.Native.ETW.dll" />
<file src="krabs\x64\DebugSigning\net462\Microsoft.O365.Security.Native.ETW.dll" target="runtimes\win-x64\lib\net462\Microsoft.O365.Security.Native.ETW.dll" />
<file src="krabs\x64\DebugSigning\net462\Microsoft.O365.Security.Native.ETW.pdb" target="runtimes\win-x64\lib\net462\Microsoft.O365.Security.Native.ETW.pdb" />
<file src="krabs\x64\DebugSigning\net462\Microsoft.O365.Security.Native.ETW.xml" target="runtimes\win-x64\lib\net462\Microsoft.O365.Security.Native.ETW.xml" />
<file src="krabs\x64\DebugSigning\net6.0\Microsoft.O365.Security.Native.ETW.dll" target="runtimes\win-x64\lib\net6.0\Microsoft.O365.Security.Native.ETW.dll" />
<file src="krabs\x64\DebugSigning\net6.0\Microsoft.O365.Security.Native.ETW.pdb" target="runtimes\win-x64\lib\net6.0\Microsoft.O365.Security.Native.ETW.pdb" />
<file src="krabs\x64\DebugSigning\net6.0\Microsoft.O365.Security.Native.ETW.xml" target="runtimes\win-x64\lib\net6.0\Microsoft.O365.Security.Native.ETW.xml" />
<file src="krabs\x64\DebugSigning\net6.0\Ijwhost.dll" target="runtimes\win-x64\native\Ijwhost.dll" />
<file src="krabs\ARM64\DebugSigning\net462\Microsoft.O365.Security.Native.ETW.dll" target="runtimes\win-arm64\lib\net462\Microsoft.O365.Security.Native.ETW.dll" />
<file src="krabs\ARM64\DebugSigning\net462\Microsoft.O365.Security.Native.ETW.pdb" target="runtimes\win-arm64\lib\net462\Microsoft.O365.Security.Native.ETW.pdb" />
<file src="krabs\ARM64\DebugSigning\net462\Microsoft.O365.Security.Native.ETW.xml" target="runtimes\win-arm64\lib\net462\Microsoft.O365.Security.Native.ETW.xml" />
<file src="krabs\ARM64\DebugSigning\net6.0\Microsoft.O365.Security.Native.ETW.dll" target="runtimes\win-arm64\lib\net6.0\Microsoft.O365.Security.Native.ETW.dll" />
<file src="krabs\ARM64\DebugSigning\net6.0\Microsoft.O365.Security.Native.ETW.pdb" target="runtimes\win-arm64\lib\net6.0\Microsoft.O365.Security.Native.ETW.pdb" />
<file src="krabs\ARM64\DebugSigning\net6.0\Microsoft.O365.Security.Native.ETW.xml" target="runtimes\win-arm64\lib\net6.0\Microsoft.O365.Security.Native.ETW.xml" />
<file src="krabs\ARM64\DebugSigning\net6.0\Ijwhost.dll" target="runtimes\win-arm64\native\Ijwhost.dll" />
<file src="build\Microsoft.O365.Security.Native.ETW.Debug.targets" target="build\net462\" />
</files>
</package>