summaryrefslogtreecommitdiff
path: root/Help/prop_tgt/VS_DOTNET_REFERENCE_refname.rst
diff options
context:
space:
mode:
authorMichael Stürmer <michael.stuermer@schaeffler.com>2016-12-13 08:49:39 +0100
committerBrad King <brad.king@kitware.com>2016-12-13 13:51:50 -0500
commit55da7e501ef114a3eac835396dae2187b7af96e8 (patch)
tree3a70d247dc794ccb6ec1eeaf6d8d54e3fc216157 /Help/prop_tgt/VS_DOTNET_REFERENCE_refname.rst
parente3a93c66cc9f1d578f880f19e17ad31cc731fa86 (diff)
downloadcmake-55da7e501ef114a3eac835396dae2187b7af96e8.tar.gz
VS: add support for .NET references with hint paths
Diffstat (limited to 'Help/prop_tgt/VS_DOTNET_REFERENCE_refname.rst')
-rw-r--r--Help/prop_tgt/VS_DOTNET_REFERENCE_refname.rst12
1 files changed, 12 insertions, 0 deletions
diff --git a/Help/prop_tgt/VS_DOTNET_REFERENCE_refname.rst b/Help/prop_tgt/VS_DOTNET_REFERENCE_refname.rst
new file mode 100644
index 0000000000..5814005328
--- /dev/null
+++ b/Help/prop_tgt/VS_DOTNET_REFERENCE_refname.rst
@@ -0,0 +1,12 @@
+VS_DOTNET_REFERENCE_<refname>
+-----------------------------
+
+Visual Studio managed project .NET reference with name ``<refname>``
+and hint path.
+
+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.
+
+See also :prop_tgt:`VS_DOTNET_REFERENCES` and
+:prop_tgt:`VS_DOTNET_REFERENCES_COPY_LOCAL`