diff options
author | Michael Stürmer <michael.stuermer@schaeffler.com> | 2017-04-07 14:26:14 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2017-06-13 14:46:31 (GMT) |
commit | 07ec212ae8d55cd20c315a8e73bd358762f3f959 (patch) | |
tree | d47f6899f2af29ceba31cd2cbb12ef67ecd25012 /Help/prop_tgt | |
parent | 4ba2d2e3d76cb1ec04c612f9646c47d3f1231ad2 (diff) | |
download | CMake-07ec212ae8d55cd20c315a8e73bd358762f3f959.zip CMake-07ec212ae8d55cd20c315a8e73bd358762f3f959.tar.gz CMake-07ec212ae8d55cd20c315a8e73bd358762f3f959.tar.bz2 |
VS: add target property VS_DOTNET_REFERENCEPROP_<refname>_TAG_<tagname>
Fixes: #16689
Diffstat (limited to 'Help/prop_tgt')
-rw-r--r-- | Help/prop_tgt/VS_DOTNET_REFERENCEPROP_refname_TAG_tagname.rst | 11 |
1 files changed, 11 insertions, 0 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 new file mode 100644 index 0000000..478a04c --- /dev/null +++ b/Help/prop_tgt/VS_DOTNET_REFERENCEPROP_refname_TAG_tagname.rst @@ -0,0 +1,11 @@ +VS_DOTNET_REFERENCEPROP_<refname>_TAG_<tagname> +----------------------------------------------- + +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 the :prop_tgt:`VS_DOTNET_REFERENCE_<refname>` target property. |