summaryrefslogtreecommitdiff
path: root/Tests/RunCMake/SolutionGlobalSections/Override1.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/RunCMake/SolutionGlobalSections/Override1.cmake')
-rw-r--r--Tests/RunCMake/SolutionGlobalSections/Override1.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/Tests/RunCMake/SolutionGlobalSections/Override1.cmake b/Tests/RunCMake/SolutionGlobalSections/Override1.cmake
new file mode 100644
index 000000000..a726c9fd2
--- /dev/null
+++ b/Tests/RunCMake/SolutionGlobalSections/Override1.cmake
@@ -0,0 +1,2 @@
+set_property(DIRECTORY PROPERTY VS_GLOBAL_SECTION_POST_ExtensibilityGlobals Key1=Value1)
+set_property(DIRECTORY PROPERTY VS_GLOBAL_SECTION_POST_TestSec Key2=Value2 Key3=Value3)