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