vs-dotnet-references.rst 542 B

12345678910111213
  1. vs-dotnet-references
  2. --------------------
  3. * The :ref:`Visual Studio Generators` for VS 2010 and above can
  4. now handle .NET references with hintpaths. For this the new
  5. target property group :prop_tgt:`VS_DOTNET_REFERENCE_<refname>`
  6. was introduced. The ``<refname>`` part of the property name will
  7. be the name of the reference, the value will be the actual
  8. path to the assembly.
  9. * Copying of referenced assemblies to the output directory can
  10. now be disabled using the target property
  11. :prop_tgt:`VS_DOTNET_REFERENCES_COPY_LOCAL`.