summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2017-06-20 12:57:07 (GMT)
committerKitware Robot <kwrobot@kitware.com>2017-06-20 12:57:12 (GMT)
commit95f546ec2b588174e2e1dfe30d803f2a3c66c2ec (patch)
tree47584bd8a5b5fb80a2c9304a09518ca673926bfb
parent829ce06c352e84f9b0b5fdd6acd10429181a91ef (diff)
parent1844360099b41932df21c1d2abdc7c0ace389c16 (diff)
downloadCMake-95f546ec2b588174e2e1dfe30d803f2a3c66c2ec.zip
CMake-95f546ec2b588174e2e1dfe30d803f2a3c66c2ec.tar.gz
CMake-95f546ec2b588174e2e1dfe30d803f2a3c66c2ec.tar.bz2
Merge topic 'vs_dotnet_referenceprop_documentation'
18443600 Vs: fix documentation for target property VS_DOTNET_REFERENCEPROP_* Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !980
-rw-r--r--Help/prop_tgt/VS_DOTNET_REFERENCEPROP_refname_TAG_tagname.rst15
1 files changed, 9 insertions, 6 deletions
diff --git a/Help/prop_tgt/VS_DOTNET_REFERENCEPROP_refname_TAG_tagname.rst b/Help/prop_tgt/VS_DOTNET_REFERENCEPROP_refname_TAG_tagname.rst
index 478a04c..ab311ea 100644
--- a/Help/prop_tgt/VS_DOTNET_REFERENCEPROP_refname_TAG_tagname.rst
+++ b/Help/prop_tgt/VS_DOTNET_REFERENCEPROP_refname_TAG_tagname.rst
@@ -1,11 +1,14 @@
VS_DOTNET_REFERENCEPROP_<refname>_TAG_<tagname>
-----------------------------------------------
-Visual Studio managed project .NET reference with name ``<refname>``
-and hint path.
+Defines an XML property ``<tagname>`` for a .NET reference
+``<refname>``.
-Adds one .NET reference to generated Visual Studio project. The
-reference will have the name ``<refname>`` and will point to the
-assembly given as value of the property.
+Reference properties can be set for .NET references which are
+defined by the target properties :prop_tgt:`VS_DOTNET_REFERENCES`,
+:prop_tgt:`VS_DOTNET_REFERENCE_<refname>`
+and also for project references to other C# targets which are
+established by :command:`target_link_libraries()`.
-See also the :prop_tgt:`VS_DOTNET_REFERENCE_<refname>` target property.
+This property is only applicable to C# targets and Visual Studio
+generators 2010 and later.