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

Method WriteCSharpSourceProperties

Source/cmVisualStudio10TargetGenerator.cxx:6016–6022  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6014}
6015
6016void cmVisualStudio10TargetGenerator::WriteCSharpSourceProperties(
6017 Elem& e2, std::map<std::string, std::string> const& tags)
6018{
6019 for (auto const& i : tags) {
6020 e2.Element(i.first, i.second);
6021 }
6022}
6023
6024std::string cmVisualStudio10TargetGenerator::GetCSharpSourceLink(
6025 cmSourceFile const* source)

Callers 2

WriteExtraSourceMethod · 0.95

Calls 1

ElementMethod · 0.45

Tested by

no test coverage detected