| 5438 | } |
| 5439 | |
| 5440 | bool cmVisualStudio10TargetGenerator::IsXamlSource( |
| 5441 | std::string const& sourceFile) |
| 5442 | { |
| 5443 | return this->ExpectedXamlSources.count(sourceFile) > 0; |
| 5444 | } |
| 5445 | |
| 5446 | void cmVisualStudio10TargetGenerator::WriteApplicationTypeSettings(Elem& e1) |
| 5447 | { |
no test coverage detected