mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-26 04:09:35 +03:00
Visual Studio 2017 Update 3 adds a SolutionGuid to its `.sln` files. Fixes: #17041
7 lines
330 B
CMake
7 lines
330 B
CMake
parseGlobalSections(pre post PrePost)
|
|
testGlobalSection(post Postsec Key1=Value2)
|
|
testGlobalSection(pre Presec Key1=Value1 "Key2=Value with some spaces")
|
|
testGlobalSection(post Emptysec)
|
|
testGlobalSection(post ExtensibilityGlobals "SolutionGuid={00000000-0000-0000-0000-000000000000}")
|
|
testGlobalSection(post ExtensibilityAddIns)
|