summaryrefslogtreecommitdiff
path: root/Help/prop_dir/VS_GLOBAL_SECTION_POST_section.rst
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2017-07-10 16:37:31 -0400
committerBrad King <brad.king@kitware.com>2017-07-11 10:41:28 -0400
commit5cf9c3d0cc654ba1a84f8bd65edbd09945c909a4 (patch)
tree036212ad96d3bbe65a6590e640a0dacd70e3f1a7 /Help/prop_dir/VS_GLOBAL_SECTION_POST_section.rst
parent372de3f8039f69b3a2edcf7120083ec4097f8bd3 (diff)
downloadcmake-5cf9c3d0cc654ba1a84f8bd65edbd09945c909a4.tar.gz
VS: Add SolutionGuid to generated .sln files
Visual Studio 2017 Update 3 adds a SolutionGuid to its `.sln` files. Fixes: #17041
Diffstat (limited to 'Help/prop_dir/VS_GLOBAL_SECTION_POST_section.rst')
-rw-r--r--Help/prop_dir/VS_GLOBAL_SECTION_POST_section.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/Help/prop_dir/VS_GLOBAL_SECTION_POST_section.rst b/Help/prop_dir/VS_GLOBAL_SECTION_POST_section.rst
index dcd2a4e49d..a316abec9e 100644
--- a/Help/prop_dir/VS_GLOBAL_SECTION_POST_section.rst
+++ b/Help/prop_dir/VS_GLOBAL_SECTION_POST_section.rst
@@ -26,4 +26,6 @@ and ExtensibilityAddIns by default. If you set the corresponding
property, it will override the default section. For example, setting
VS_GLOBAL_SECTION_POST_ExtensibilityGlobals will override the default
contents of the ExtensibilityGlobals section, while keeping
-ExtensibilityAddIns on its default.
+ExtensibilityAddIns on its default. However, CMake will always
+add a ``SolutionGuid`` to the ``ExtensibilityGlobals`` section
+if it is not specified explicitly.