diff options
author | Petr Kmoch <petr.kmoch@gmail.com> | 2012-10-14 20:10:49 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2012-11-16 13:17:11 (GMT) |
commit | 2c9196207b47489d110bc0c56be45ee92748c19f (patch) | |
tree | 93553593cc6980fadfeeab8703eda4cab80685e3 /Source/cmGlobalVisualStudio71Generator.h | |
parent | 57cadc179c6864202dc7cfba3a338863f4e0a05d (diff) | |
download | CMake-2c9196207b47489d110bc0c56be45ee92748c19f.zip CMake-2c9196207b47489d110bc0c56be45ee92748c19f.tar.gz CMake-2c9196207b47489d110bc0c56be45ee92748c19f.tar.bz2 |
Implement properties VS_GLOBAL_SECTION_*
Add properties VS_GLOBAL_SECTION_PRE_<name> and
VS_GLOBAL_SECTION_POST_<name>, which can be used to generate custom
GlobalSection-s in the .sln file.
Diffstat (limited to 'Source/cmGlobalVisualStudio71Generator.h')
-rw-r--r-- | Source/cmGlobalVisualStudio71Generator.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmGlobalVisualStudio71Generator.h b/Source/cmGlobalVisualStudio71Generator.h index a8daad6..dc8cfeb 100644 --- a/Source/cmGlobalVisualStudio71Generator.h +++ b/Source/cmGlobalVisualStudio71Generator.h @@ -70,7 +70,6 @@ protected: const char* path, const char* typeGuid, const std::set<cmStdString>& depends); - virtual void WriteSLNFooter(std::ostream& fout); virtual void WriteSLNHeader(std::ostream& fout); std::string ProjectConfigurationSectionName; |