summaryrefslogtreecommitdiff
path: root/Help/prop_tgt/DEPLOYMENT_REMOTE_DIRECTORY.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
* Drop Visual Studio 8 2005 generatorBrad King2018-04-021-2/+2
| | | | This generator has been deprecated since CMake 3.9. Remove it.
* VS: Optionally generate remote directory for WinCE projectsAndrej Bosik2016-03-151-0/+18
Teach the VS 2008 and 2005 generators to set the `RemoteDirectory` in `DeploymentTool` and the `RemoteExecutable` in `DebuggerTool`. Use a `DEPLOYMENT_REMOTE_DIRECTORY` target property to specify the value.