VS_CSHARP_<tagname>¶
在 3.8 版被加入.
Visual Studio and CSharp source-file-specific configuration.
Tell the Visual Studio 生成器
to set the source file tag <tagname>
to a given value in the generated Visual Studio CSharp
project. Ignored on other generators and languages. This property
can be used to define dependencies between source files or set any
other Visual Studio specific parameters.
範例¶
Example usage:
set_source_files_properties(<filename>
PROPERTIES
VS_CSHARP_DependentUpon <other file>
VS_CSHARP_SubType "Form")
另請參見¶
The
CSharpUtilities
module for configuring CSharp/.NET targets.