Merge topic 'vs_settings'

f21158cdfe VS: Honor VS_SETTINGS source file property on all sources
3bf013632d cmVisualStudio10TargetGenerator: Factor out helper to write VS_SETTINGS

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !6492
This commit is contained in:
Brad King
2021-09-10 13:33:44 +00:00
committed by Kitware Robot
6 changed files with 79 additions and 44 deletions
+6 -1
View File
@@ -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.
+5
View File
@@ -0,0 +1,5 @@
vs_settings
-----------
* The :prop_sf:`VS_SETTINGS` source file property is now supported for
all source file types. Previously it worked only for non-built sources.