mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-20 21:28:23 -05:00
5cf9c3d0cc
Visual Studio 2017 Update 3 adds a SolutionGuid to its `.sln` files. Fixes: #17041
5 lines
123 B
CMake
5 lines
123 B
CMake
set_property(DIRECTORY PROPERTY VS_GLOBAL_SECTION_POST_ExtensibilityGlobals
|
|
Key1=Value1
|
|
SolutionGuid={custom-guid}
|
|
)
|