| 125 | } |
| 126 | |
| 127 | std::string cmGlobalVisualStudioGenerator::GetRegistryBase() |
| 128 | { |
| 129 | return cmGlobalVisualStudioGenerator::GetRegistryBase(this->GetIDEVersion()); |
| 130 | } |
| 131 | |
| 132 | std::string cmGlobalVisualStudioGenerator::GetRegistryBase(char const* version) |
| 133 | { |
no test coverage detected