| 9 | #include "cmSystemTools.h" |
| 10 | |
| 11 | void cmSlnProjectEntry::AddProjectConfiguration( |
| 12 | std::string const& solutionConfiguration, |
| 13 | std::string const& projectConfiguration) |
| 14 | { |
| 15 | projectConfigurationMap[solutionConfiguration] = projectConfiguration; |
| 16 | } |
| 17 | |
| 18 | std::string cmSlnProjectEntry::GetProjectConfiguration( |
| 19 | std::string const& solutionConfiguration) const |