diff options
author | Brad King <brad.king@kitware.com> | 2017-07-11 14:42:21 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2017-07-11 14:42:21 (GMT) |
commit | c42c039d324b4c56a9c550d158b6e085259c87aa (patch) | |
tree | 5e598b0e6b792b778eb6aa3d04eb2da36d40f452 /Help | |
parent | 7638c6ea8de9029ac0dd1743a55a9e211fa53744 (diff) | |
parent | 5cf9c3d0cc654ba1a84f8bd65edbd09945c909a4 (diff) | |
download | CMake-c42c039d324b4c56a9c550d158b6e085259c87aa.zip CMake-c42c039d324b4c56a9c550d158b6e085259c87aa.tar.gz CMake-c42c039d324b4c56a9c550d158b6e085259c87aa.tar.bz2 |
Merge branch 'vs-2017-sln-guid' into release-3.9
Diffstat (limited to 'Help')
-rw-r--r-- | Help/prop_dir/VS_GLOBAL_SECTION_POST_section.rst | 4 |
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. |