| 2113 | } |
| 2114 | |
| 2115 | std::string cmLocalVisualStudio7Generator::EscapeForXML(std::string const& s) |
| 2116 | { |
| 2117 | return cmLocalVisualStudio7GeneratorEscapeForXML(s); |
| 2118 | } |
| 2119 | |
| 2120 | std::string cmLocalVisualStudio7Generator::ConvertToXMLOutputPath( |
| 2121 | std::string const& path) |
no test coverage detected