VS_SOURCE_SETTINGS_<tool>

在 3.18 版本中添加。

在所有使用 <tool> 的非构建文件上设置任何项元数据。

接受 Key=Value 对的列表。 告知 Visual Studio 生成器将 Key 设置为 Value 作为所有使用 <tool> 的非构建文件的项元数据。

例如

set_property(TARGET main PROPERTY VS_SOURCE_SETTINGS_FXCompile "Key=Value" "Key2=Value2")

将为所有使用 FXCompile 的非构建文件将 Key 设置为 Value,并将 Key2 设置为 Value2

Generator expressions 已被支持。