VS_CSHARP_<标记名>

在 3.8 版本加入.

Visual Studio 和 CSharp 源文件特定的配置。

告诉 Visual Studio 生成器 将源文件标记``<tagname>`` 设置为生成的 Visual Studio CSharp 项目中的给定值。在其他生成器和语言上被忽略。此属性可用于定义源文件之间的依赖关系或设置任何其他 Visual Studio 特定参数。

用法示例:

set_source_files_properties(<filename>
         PROPERTIES
         VS_CSHARP_DependentUpon <other file>
         VS_CSHARP_SubType "Form")