~ubuntu-branches/ubuntu/trusty/cmake3/trusty-updates

« back to all changes in this revision

Viewing changes to Help/prop_sf/VS_DEPLOYMENT_CONTENT.rst

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2017-02-23 17:55:24 UTC
  • Revision ID: package-import@ubuntu.com-20170223175524-5nh7s4pu97fsa0t7
Tags: upstream-3.5.1
ImportĀ upstreamĀ versionĀ 3.5.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
VS_DEPLOYMENT_CONTENT
 
2
---------------------
 
3
 
 
4
Mark a source file as content for deployment with a Windows Phone or
 
5
Windows Store application when built with a Visual Studio generator.
 
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.