cmake/Help/prop_sf/VS_DEPLOYMENT_CONTENT.rst

15 lines
577 B
ReStructuredText
Raw Normal View History

2015-04-27 22:25:09 +02:00
VS_DEPLOYMENT_CONTENT
---------------------
2021-09-14 00:13:48 +02:00
.. versionadded:: 3.1
2015-04-27 22:25:09 +02:00
Mark a source file as content for deployment with a Windows Phone or
2019-11-11 23:01:05 +01:00
Windows Store application when built with a
:manual:`Visual Studio generators <cmake-generators(7)>`.
2015-04-27 22:25:09 +02:00
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.