mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
cmVisualStudio10TargetGenerator: Use helpers for XML tags
Make the XML generating code smaller, more structured, and less error-prone. This is a step towards future XML refactoring.
This commit is contained in:
committed by
Brad King
parent
e02f4f0660
commit
59d8cfb85e
@@ -55,6 +55,10 @@ private:
|
||||
|
||||
std::string ConvertPath(std::string const& path, bool forceRelative);
|
||||
void WriteString(const char* line, int indentLevel);
|
||||
void WriteElem(const char* tag, const char* val, int indentLevel);
|
||||
void WriteElem(const char* tag, std::string const& val, int indentLevel);
|
||||
void WriteElemEscapeXML(const char* tag, std::string const& val,
|
||||
int indentLevel);
|
||||
void WriteProjectConfigurations();
|
||||
void WriteProjectConfigurationValues();
|
||||
void WriteMSToolConfigurationValues(std::string const& config);
|
||||
|
||||
Reference in New Issue
Block a user