diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2002-02-28 20:42:13 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2002-02-28 20:42:13 (GMT) |
commit | 96db7986279c65c5e07afee432f49532a8590d57 (patch) | |
tree | 13f19d2d9ef9532d75ddcb344cb94e780b66440a /Source/cmMSDotNETGenerator.h | |
parent | e8c2483b4e8af3f53065cf39459f60b252039161 (diff) | |
download | CMake-96db7986279c65c5e07afee432f49532a8590d57.zip CMake-96db7986279c65c5e07afee432f49532a8590d57.tar.gz CMake-96db7986279c65c5e07afee432f49532a8590d57.tar.bz2 |
use xml output quotes for paths
Diffstat (limited to 'Source/cmMSDotNETGenerator.h')
-rw-r--r-- | Source/cmMSDotNETGenerator.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/cmMSDotNETGenerator.h b/Source/cmMSDotNETGenerator.h index 02770ca..0c4650d 100644 --- a/Source/cmMSDotNETGenerator.h +++ b/Source/cmMSDotNETGenerator.h @@ -146,13 +146,12 @@ private: const char* configName, const char* libName, const cmTarget &target); - + std::string ConvertToXMLOutputPath(const char* path); private: std::map<cmStdString, cmStdString> m_GUIDMap; bool m_BuildSLN; std::string m_LibraryOutputPath; std::string m_ExecutableOutputPath; - std::string m_IncludeOptions; std::vector<std::string> m_Configurations; std::string m_VCProjHeaderTemplate; std::string m_VCProjFooterTemplate; |