VS_CSHARP_<标签名>¶
从版本 3.8 中添加。
面向 Visual Studio 和 CSharp 源文件的特定配置。
让 Visual Studio 生成器
将生成的 Visual Studio CSharp 项目中的源文件标签 <标签名>
设置为给定值。在其他生成器和语言中忽略。此属性可用于定义源文件之间的依赖项或设置任何其他 Visual Studio 特定参数。
示例用法
set_source_files_properties(<filename>
PROPERTIES
VS_CSHARP_DependentUpon <other file>
VS_CSHARP_SubType "Form")