summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2017-07-12 12:59:16 (GMT)
committerKitware Robot <kwrobot@kitware.com>2017-07-12 12:59:26 (GMT)
commitff9321a18a94080e9b43800627cfcec02dad286f (patch)
treee85f3f9c98dbbac6b5db5faadb08ba73beb2faf1 /Help
parent083a5cad0e7ad238005e2236364590e0eb1fb2dd (diff)
parent5cf9c3d0cc654ba1a84f8bd65edbd09945c909a4 (diff)
downloadCMake-ff9321a18a94080e9b43800627cfcec02dad286f.zip
CMake-ff9321a18a94080e9b43800627cfcec02dad286f.tar.gz
CMake-ff9321a18a94080e9b43800627cfcec02dad286f.tar.bz2
Merge topic 'vs-2017-sln-guid'
5cf9c3d0 VS: Add SolutionGuid to generated .sln files Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !1042
Diffstat (limited to 'Help')
-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 dcd2a4e..a316abe 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.