| 5426 | } |
| 5427 | |
| 5428 | bool cmVisualStudio10TargetGenerator::IsResxHeader( |
| 5429 | std::string const& headerFile) |
| 5430 | { |
| 5431 | return this->ExpectedResxHeaders.count(headerFile) > 0; |
| 5432 | } |
| 5433 | |
| 5434 | bool cmVisualStudio10TargetGenerator::IsXamlHeader( |
| 5435 | std::string const& headerFile) |
no test coverage detected