| 6014 | } |
| 6015 | |
| 6016 | void 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 | |
| 6024 | std::string cmVisualStudio10TargetGenerator::GetCSharpSourceLink( |
| 6025 | cmSourceFile const* source) |
no test coverage detected