#pragma once #include namespace PowerRenameConstants { // Name of the powertoy module. inline const std::wstring ModuleKey = L"PowerRename"; inline const std::wstring ModulePackageDisplayName = L"PowerRenameContextMenu"; }