VS_DEPLOYMENT_CONTENT.rst 521 B

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