1
0

VS_DEPLOYMENT_CONTENT.rst 577 B

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