blob: 9c4d34abe9a7744d2439ddfae1e55555378257af (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
VS_DOTNET_REFERENCE_<refname>
-----------------------------
.. versionadded:: 3.8
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`
|