https://github.com/Kitware/CMake
Raw File
Tip revision: 43ddc6403227cc749916d47dd9f6c634f1aa4cc1 authored by Brad King on 15 September 2020, 12:11:59 UTC
CMake 3.16.9
Tip revision: 43ddc64
VS_DEPLOYMENT_CONTENT.rst
VS_DEPLOYMENT_CONTENT
---------------------

Mark a source file as content for deployment with a Windows Phone or
Windows Store application when built with a
:manual:`Visual Studio generators <cmake-generators(7)>`.
The value must evaluate to either ``1`` or ``0`` and may use
:manual:`generator expressions <cmake-generator-expressions(7)>`
to make the choice based on the build configuration.
The ``.vcxproj`` file entry for the source file will be
marked either ``DeploymentContent`` or ``ExcludedFromBuild``
for values ``1`` and ``0``, respectively.
back to top