From 5cf9c3d0cc654ba1a84f8bd65edbd09945c909a4 Mon Sep 17 00:00:00 2001 From: Brad King Date: Mon, 10 Jul 2017 16:37:31 -0400 Subject: VS: Add SolutionGuid to generated .sln files Visual Studio 2017 Update 3 adds a SolutionGuid to its `.sln` files. Fixes: #17041 --- Help/prop_dir/VS_GLOBAL_SECTION_POST_section.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Help/prop_dir/VS_GLOBAL_SECTION_POST_section.rst') 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. -- cgit v1.2.1