mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-02 20:29:49 -05:00
Merge topic 'vs_settings'
f21158cdfeVS: Honor VS_SETTINGS source file property on all sources3bf013632dcmVisualStudio10TargetGenerator: Factor out helper to write VS_SETTINGS Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !6492
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
Reference in New Issue
Block a user