VS_DEPLOYMENT_CONTENT.rst 554 B

123456789101112
  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
  5. :manual:`Visual Studio generators <cmake-generators(7)>`.
  6. The value must evaluate to either ``1`` or ``0`` and may use
  7. :manual:`generator expressions <cmake-generator-expressions(7)>`
  8. to make the choice based on the build configuration.
  9. The ``.vcxproj`` file entry for the source file will be
  10. marked either ``DeploymentContent`` or ``ExcludedFromBuild``
  11. for values ``1`` and ``0``, respectively.