| 5432 | } |
| 5433 | |
| 5434 | bool cmVisualStudio10TargetGenerator::IsXamlHeader( |
| 5435 | std::string const& headerFile) |
| 5436 | { |
| 5437 | return this->ExpectedXamlHeaders.count(headerFile) > 0; |
| 5438 | } |
| 5439 | |
| 5440 | bool cmVisualStudio10TargetGenerator::IsXamlSource( |
| 5441 | std::string const& sourceFile) |
no test coverage detected