1VS_DEPLOYMENT_CONTENT 2--------------------- 3 4.. versionadded:: 3.1 5 6Mark a source file as content for deployment with a Windows Phone or 7Windows Store application when built with a 8:manual:`Visual Studio generators <cmake-generators(7)>`. 9The value must evaluate to either ``1`` or ``0`` and may use 10:manual:`generator expressions <cmake-generator-expressions(7)>` 11to make the choice based on the build configuration. 12The ``.vcxproj`` file entry for the source file will be 13marked either ``DeploymentContent`` or ``ExcludedFromBuild`` 14for values ``1`` and ``0``, respectively. 15