microsoft / krabsetw

KrabsETW provides a modern C++ wrapper and a .NET wrapper around the low-level ETW trace consumption functions.
Other
589 stars 147 forks source link

Added krabs to Native AdditionalIneludeDirectories #100

Closed pathtofile closed 4 years ago

pathtofile commented 4 years ago

Added krabs dir to Microsoft.O365.Security.Native.ETW's AdditionalIneludeDirectories.

Needed to help support external solutions that wish to build KrabsETW as part of their own build chain, instead of using prebuilt NuGet package. This also enables linking with experimental branches, or when the Nuget Package hasn't been updated to match master.

Without this include the build of Microsoft.O365.Security.Native.ETW fails when building it as part of an external solution.