diff options
Diffstat (limited to 'Tests/RunCMake/SolutionGlobalSections/MorePre.cmake')
-rw-r--r-- | Tests/RunCMake/SolutionGlobalSections/MorePre.cmake | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Tests/RunCMake/SolutionGlobalSections/MorePre.cmake b/Tests/RunCMake/SolutionGlobalSections/MorePre.cmake deleted file mode 100644 index 07f4eb8..0000000 --- a/Tests/RunCMake/SolutionGlobalSections/MorePre.cmake +++ /dev/null @@ -1,2 +0,0 @@ -set_property(DIRECTORY PROPERTY VS_GLOBAL_SECTION_PRE_TestSec1 Key1=Value1 "Key2=Value with spaces") -set_property(DIRECTORY PROPERTY VS_GLOBAL_SECTION_PRE_TestSec3 Key3=Value1 "Key4=Value with spaces" "Key5 = ValueWithoutSpaces") |