MCPcopy Create free account
hub / github.com/Kitware/CMake / IsXamlSource

Method IsXamlSource

Source/cmVisualStudio10TargetGenerator.cxx:5440–5444  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

Calls 1

countMethod · 0.45

Tested by

no test coverage detected