mirror of
https://github.com/microsoft/krabsetw
synced 2026-06-06 16:14:32 +00:00
c5534af0eb
Signed-off-by: Zac Brown <zbrown@microsoft.com>
59 lines
4.7 KiB
XML
59 lines
4.7 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
|
|
<metadata>
|
|
<id>krabsetw</id>
|
|
<version>1.0.4</version>
|
|
<title>Krabs ETW Wrappers</title>
|
|
<authors>Microsoft Corporation,OneDrive/SharePoint Security</authors>
|
|
<owners>Microsoft Corporation,OneDrive/SharePoint Security</owners>
|
|
<licenseUrl>https://opensource.org/licenses/MIT</licenseUrl>
|
|
<projectUrl>https://github.com/Microsoft/krabsetw</projectUrl>
|
|
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
|
<description>Krabs ETW provides a modern C++ wrapper around the low-level ETW trace consumption functions</description>
|
|
<summary>Krabs ETW provides a modern C++ wrapper around the low-level ETW trace consumption functions</summary>
|
|
<releaseNotes>Support fixed-length strings in collection_view.</releaseNotes>
|
|
<copyright>Copyright 2016 Microsoft Corporation</copyright>
|
|
<language />
|
|
<tags>ETW krabs krabsetw native headers cpp</tags>
|
|
<dependencies>
|
|
<dependency id="boost" version="1.61.0" />
|
|
</dependencies>
|
|
</metadata>
|
|
<files>
|
|
<file src="build\native\krabsetw.targets" target="build\native\krabsetw.targets" />
|
|
<file src="krabs\krabs\filtering\comparers.hpp" target="lib\native\include\krabs\filtering\comparers.hpp" />
|
|
<file src="krabs\krabs\filtering\event_filter.hpp" target="lib\native\include\krabs\filtering\event_filter.hpp" />
|
|
<file src="krabs\krabs\filtering\predicates.hpp" target="lib\native\include\krabs\filtering\predicates.hpp" />
|
|
<file src="krabs\krabs\filtering\view_adapters.hpp" target="lib\native\include\krabs\filtering\view_adapters.hpp" />
|
|
<file src="krabs\krabs\testing\event_filter_proxy.hpp" target="lib\native\include\krabs\testing\event_filter_proxy.hpp" />
|
|
<file src="krabs\krabs\testing\filler.hpp" target="lib\native\include\krabs\testing\filler.hpp" />
|
|
<file src="krabs\krabs\testing\proxy.hpp" target="lib\native\include\krabs\testing\proxy.hpp" />
|
|
<file src="krabs\krabs\testing\record_builder.hpp" target="lib\native\include\krabs\testing\record_builder.hpp" />
|
|
<file src="krabs\krabs\testing\record_property_thunk.hpp" target="lib\native\include\krabs\testing\record_property_thunk.hpp" />
|
|
<file src="krabs\krabs\testing\synth_record.hpp" target="lib\native\include\krabs\testing\synth_record.hpp" />
|
|
<file src="krabs\krabs\client.hpp" target="lib\native\include\krabs\client.hpp" />
|
|
<file src="krabs\krabs\collection_view.hpp" target="lib\native\include\krabs\collection_view.hpp" />
|
|
<file src="krabs\krabs\compiler_check.hpp" target="lib\native\include\krabs\compiler_check.hpp" />
|
|
<file src="krabs\krabs\errors.hpp" target="lib\native\include\krabs\errors.hpp" />
|
|
<file src="krabs\krabs\guid.hpp" target="lib\native\include\krabs\guid.hpp" />
|
|
<file src="krabs\krabs\kernel_guids.hpp" target="lib\native\include\krabs\kernel_guids.hpp" />
|
|
<file src="krabs\krabs\kernel_providers.hpp" target="lib\native\include\krabs\kernel_providers.hpp" />
|
|
<file src="krabs\krabs\kt.hpp" target="lib\native\include\krabs\kt.hpp" />
|
|
<file src="krabs\krabs\lock.hpp" target="lib\native\include\krabs\lock.hpp" />
|
|
<file src="krabs\krabs\nightmare.hpp" target="lib\native\include\krabs\nightmare.hpp" />
|
|
<file src="krabs\krabs\parser.hpp" target="lib\native\include\krabs\parser.hpp" />
|
|
<file src="krabs\krabs\parse_types.hpp" target="lib\native\include\krabs\parse_types.hpp" />
|
|
<file src="krabs\krabs\property.hpp" target="lib\native\include\krabs\property.hpp" />
|
|
<file src="krabs\krabs\provider.hpp" target="lib\native\include\krabs\provider.hpp" />
|
|
<file src="krabs\krabs\schema.hpp" target="lib\native\include\krabs\schema.hpp" />
|
|
<file src="krabs\krabs\schema_locator.hpp" target="lib\native\include\krabs\schema_locator.hpp" />
|
|
<file src="krabs\krabs\size_provider.hpp" target="lib\native\include\krabs\size_provider.hpp" />
|
|
<file src="krabs\krabs\tdh_helpers.hpp" target="lib\native\include\krabs\tdh_helpers.hpp" />
|
|
<file src="krabs\krabs\trace.hpp" target="lib\native\include\krabs\trace.hpp" />
|
|
<file src="krabs\krabs\ut.hpp" target="lib\native\include\krabs\ut.hpp" />
|
|
<file src="krabs\krabs\version_helpers.hpp" target="lib\native\include\krabs\version_helpers.hpp" />
|
|
<file src="krabs\krabs.hpp" target="lib\native\include\krabs.hpp" />
|
|
<file src="krabs\krabs.cpp" target="lib\native\src\krabs.cpp" />
|
|
<file src="krabs\Readme.txt" target="Readme.txt" />
|
|
</files>
|
|
</package> |