summaryrefslogtreecommitdiffstats
path: root/Help/prop_sf/VS_DEPLOYMENT_LOCATION.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
* Help: Improve formatting of Help documentationBartosz Kosiorek2019-04-081-1/+2
|
* VS: Add source file property to specify Windows App deployment locationGilles Khouzam2014-12-031-0/+8
Add a VS_DEPLOYMENT_LOCATION source file property to specify where to put files that are part of the package. For example: set_property(SOURCE ${ASSET_FILES} PROPERTY VS_DEPLOYMENT_LOCATION "assets") Without this, sources marked with VS_DEPLOYMENT_CONTENT cannot be located properly.