diff options
author | Brad King <brad.king@kitware.com> | 2017-07-10 20:37:31 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2017-07-11 14:41:28 (GMT) |
commit | 5cf9c3d0cc654ba1a84f8bd65edbd09945c909a4 (patch) | |
tree | 036212ad96d3bbe65a6590e640a0dacd70e3f1a7 /Help/prop_dir | |
parent | 372de3f8039f69b3a2edcf7120083ec4097f8bd3 (diff) | |
download | CMake-5cf9c3d0cc654ba1a84f8bd65edbd09945c909a4.zip CMake-5cf9c3d0cc654ba1a84f8bd65edbd09945c909a4.tar.gz CMake-5cf9c3d0cc654ba1a84f8bd65edbd09945c909a4.tar.bz2 |
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')
-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. |