wv2winrt Given WinMD files, produce C++ code that implements COM IDispatch wrappers around the types in those WinMD files. Path(s) to winmd files containing types around which to generate source code. Path to a folder into which to place generated source code. Or `--` to write all generated code to standard out. Namespace where generated source code will be placed. If set, wv2winrt will use full namespace names for dispatch adapter source files. Use this option when the output namespace is different to the consuming project's root namespace. If set, wv2winrt will use javascript casing for projection properties, methods, and events. If set, wv2winrt won't automatically follow references from other included types. Optional precompiled header filename of the project consuming the generated source code. Optional flag to generate only the idl file. Run with this option before MIDL if the consuming project defines its own WinRT types. List of namespaces or runtimeclass names to be included in the generated output. List of namespaces or runtimeclass names to be excluded from the generated output. If set, generate verbose output including when a namespace or runtimeclass is excluded.