diff options
author | Steven Boswell <ulatekh@yahoo.com> | 2021-09-03 00:12:44 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2021-09-09 18:19:28 (GMT) |
commit | f21158cdfe8a1938401f86b85b1ae1239372115b (patch) | |
tree | ab1107708045eb42e0a6fbf84ac9c313c6af05df /Help/prop_sf/VS_SETTINGS.rst | |
parent | 3bf013632d26241672897e4aab10823d219f025c (diff) | |
download | CMake-f21158cdfe8a1938401f86b85b1ae1239372115b.zip CMake-f21158cdfe8a1938401f86b85b1ae1239372115b.tar.gz CMake-f21158cdfe8a1938401f86b85b1ae1239372115b.tar.bz2 |
VS: Honor VS_SETTINGS source file property on all sources
Extend the feature added by commit 2ce42f281f (VS: Add VS_SETTINGS
source file property, 2020-03-18, v3.18.0-rc1~449^2~3) to support
all source file types.
Diffstat (limited to 'Help/prop_sf/VS_SETTINGS.rst')
-rw-r--r-- | Help/prop_sf/VS_SETTINGS.rst | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/Help/prop_sf/VS_SETTINGS.rst b/Help/prop_sf/VS_SETTINGS.rst index 322f5a6..871e36e 100644 --- a/Help/prop_sf/VS_SETTINGS.rst +++ b/Help/prop_sf/VS_SETTINGS.rst @@ -3,7 +3,12 @@ VS_SETTINGS .. versionadded:: 3.18 -Set any item metadata on a non-built file. +Set any item metadata on a file. + +.. versionadded:: 3.22 + + This property is honored for all source file types. + Previously it worked only for non-built files. Takes a list of ``Key=Value`` pairs. Tells the Visual Studio generator to set ``Key`` to ``Value`` as item metadata on the file. |