VS_CSHARP_ ------------------- Visual Studio and CSharp source-file-specific configuration. Tell the Visual Studio generator to set the source file tag ```` 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: .. code-block:: cmake set_source_files_property( PROPERTIES VS_CSHARP_DependentUpon VS_CSHARP_SubType "Form")