microsoft / etl2pcapng

Utility that converts an .etl file containing a Windows network packet capture into .pcapng format.
MIT License
607 stars 114 forks source link

Switch build to be CMake based #51

Closed thhous-msft closed 2 years ago

thhous-msft commented 2 years ago

Having the build be cmake based makes supporting multiple versions of VS much easier.

Additionally, the cmake build format is much simpler then the vcxproj file format, and more matches a style internal windows devs are used to.

The make_releases script has been updated to use the new build setup.