summaryrefslogtreecommitdiff
path: root/share/cmake-3.10/Help/prop_sf/VS_DEPLOYMENT_CONTENT.rst
blob: 9fb3ba3d03bf1b22cf5270ddd732f2201bdc1cca (plain)
1
2
3
4
5
6
7
8
9
10
11
VS_DEPLOYMENT_CONTENT
---------------------

Mark a source file as content for deployment with a Windows Phone or
Windows Store application when built with a Visual Studio generator.
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.