mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
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}
|
|
)
|