summaryrefslogtreecommitdiffstats
path: root/Source/cmMSDotNETGenerator.h
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2002-02-28 20:42:13 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2002-02-28 20:42:13 (GMT)
commit96db7986279c65c5e07afee432f49532a8590d57 (patch)
tree13f19d2d9ef9532d75ddcb344cb94e780b66440a /Source/cmMSDotNETGenerator.h
parente8c2483b4e8af3f53065cf39459f60b252039161 (diff)
downloadCMake-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.h3
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;