
committed by
Brad King

6 changed files with 98 additions and 10 deletions
-
2Help/manual/cmake-properties.7.rst
-
7Help/prop_tgt/VS_DOTNET_REFERENCES_COPY_LOCAL.rst
-
12Help/prop_tgt/VS_DOTNET_REFERENCE_refname.rst
-
13Help/release/dev/vs-dotnet-references.rst
-
73Source/cmVisualStudio10TargetGenerator.cxx
-
1Source/cmVisualStudio10TargetGenerator.h
@ -0,0 +1,7 @@ |
|||
VS_DOTNET_REFERENCES_COPY_LOCAL |
|||
------------------------------- |
|||
|
|||
Sets the **Copy Local** property for all .NET hint references in the target |
|||
|
|||
Boolean property to enable/disable copying of .NET hint references to |
|||
output directory. The default is ``ON``. |
@ -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` |
@ -0,0 +1,13 @@ |
|||
vs-dotnet-references |
|||
-------------------- |
|||
|
|||
* The :ref:`Visual Studio Generators` for VS 2010 and above can |
|||
now handle .NET references with hintpaths. For this the new |
|||
target property group :prop_tgt:`VS_DOTNET_REFERENCE_<refname>` |
|||
was introduced. The ``<refname>`` part of the property name will |
|||
be the name of the reference, the value will be the actual |
|||
path to the assembly. |
|||
|
|||
* Copying of referenced assemblies to the output directory can |
|||
now be disabled using the target property |
|||
:prop_tgt:`VS_DOTNET_REFERENCES_COPY_LOCAL`. |
Write
Preview
Loading…
Cancel
Save
Reference in new issue