| 18 | #include "cmSystemTools.h" |
| 19 | |
| 20 | static void cmVS10EscapeForMSBuild(std::string& ret) |
| 21 | { |
| 22 | cmSystemTools::ReplaceString(ret, ";", "%3B"); |
| 23 | } |
| 24 | |
| 25 | cmVisualStudioGeneratorOptions::cmVisualStudioGeneratorOptions( |
| 26 | cmLocalVisualStudioGenerator* lg, Tool tool, cmVS7FlagTable const* table, |
no outgoing calls
no test coverage detected
searching dependent graphs…