summaryrefslogtreecommitdiff
path: root/share/cmake-3.16/Help/prop_sf/VS_CSHARP_tagname.rst
diff options
context:
space:
mode:
Diffstat (limited to 'share/cmake-3.16/Help/prop_sf/VS_CSHARP_tagname.rst')
-rw-r--r--share/cmake-3.16/Help/prop_sf/VS_CSHARP_tagname.rst20
1 files changed, 20 insertions, 0 deletions
diff --git a/share/cmake-3.16/Help/prop_sf/VS_CSHARP_tagname.rst b/share/cmake-3.16/Help/prop_sf/VS_CSHARP_tagname.rst
new file mode 100644
index 0000000..91c4a06
--- /dev/null
+++ b/share/cmake-3.16/Help/prop_sf/VS_CSHARP_tagname.rst
@@ -0,0 +1,20 @@
+VS_CSHARP_<tagname>
+-------------------
+
+Visual Studio and CSharp source-file-specific configuration.
+
+Tell the :manual:`Visual Studio generators <cmake-generators(7)>`
+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:
+
+.. code-block:: cmake
+
+ set_source_files_property(<filename>
+ PROPERTIES
+ VS_CSHARP_DependentUpon <other file>
+ VS_CSHARP_SubType "Form")