| 1138 | } |
| 1139 | |
| 1140 | std::string cmGlobalVisualStudioGenerator::GetSLNFile( |
| 1141 | cmLocalGenerator const* root) const |
| 1142 | { |
| 1143 | return this->GetSLNFile(root->GetCurrentBinaryDirectory(), |
| 1144 | root->GetProjectName()); |
| 1145 | } |
| 1146 | |
| 1147 | std::string cmGlobalVisualStudioGenerator::GetSLNFile( |
| 1148 | std::string const& projectDir, std::string const& projectName) const |
no test coverage detected