summaryrefslogtreecommitdiffstats
path: root/Help/release
diff options
context:
space:
mode:
authorMichael Stürmer <michael.stuermer@schaeffler.com>2016-12-13 07:49:39 (GMT)
committerBrad King <brad.king@kitware.com>2016-12-13 18:51:50 (GMT)
commit55da7e501ef114a3eac835396dae2187b7af96e8 (patch)
tree3a70d247dc794ccb6ec1eeaf6d8d54e3fc216157 /Help/release
parente3a93c66cc9f1d578f880f19e17ad31cc731fa86 (diff)
downloadCMake-55da7e501ef114a3eac835396dae2187b7af96e8.zip
CMake-55da7e501ef114a3eac835396dae2187b7af96e8.tar.gz
CMake-55da7e501ef114a3eac835396dae2187b7af96e8.tar.bz2
VS: add support for .NET references with hint paths
Diffstat (limited to 'Help/release')
-rw-r--r--Help/release/dev/vs-dotnet-references.rst13
1 files changed, 13 insertions, 0 deletions
diff --git a/Help/release/dev/vs-dotnet-references.rst b/Help/release/dev/vs-dotnet-references.rst
new file mode 100644
index 0000000..8998afb
--- /dev/null
+++ b/Help/release/dev/vs-dotnet-references.rst
@@ -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`.