blob: ebc306113e6d56910408cc914e2e12630dad4cbc (
plain)
1
2
3
4
5
6
7
8
|
VS_COPY_TO_OUT_DIR
------------------
.. versionadded:: 3.8
Sets the ``<CopyToOutputDirectory>`` tag for a source file in a
Visual Studio project file. Valid values are ``Never``, ``Always``
and ``PreserveNewest``.
|