#pragma once #include #include #include #include "propertylist.h" #include #include typedef std::function MessageSink; struct PrettyPrintOptions { size_t indent; bool useSeparator; }; void PrettyPrintProperties(MessageSink, PrettyPrintOptions options, const PropertyList &properties); std::wstring GetArgumentValue(const common::string::KeyValuePairs &arguments, const std::wstring &key);