summaryrefslogtreecommitdiffstats
path: root/Help/prop_sf/VS_DEPLOYMENT_CONTENT.rst
Commit message (Collapse)AuthorAgeFilesLines
* Help: Add Sphinx 'versionadded' directives to each top-level documentKitware Robot2020-07-061-0/+2
| | | | | | | Run the `Utilities/Sphinx/update_versions.py` script to add initial markup to every top-level document and find module. Issue: #19715
* Modules: Update documentation formattingBartosz Kosiorek2019-04-081-1/+1
|
* Help: Improve formatting of Help documentationBartosz Kosiorek2019-04-081-1/+2
|
* VS: Add a source file property to mark content for Windows App deploymentBrad King2014-08-121-0/+11
Create a VS_DEPLOYMENT_CONTENT source file property, supporting generator expressions, to compute whether a source file should be marked as DeploymentContent or ExcludedFromBuild in Windows Phone and Windows Store projects. Inspired-by: Minmin Gong <minmin.gong@gmail.com>