summaryrefslogtreecommitdiffstats
path: root/Help/prop_tgt/VS_DEBUGGER_COMMAND.rst
Commit message (Collapse)AuthorAgeFilesLines
* Drop Visual Studio 10 2010 generatorBrad King2022-09-261-1/+1
| | | | This generator has been deprecated since CMake 3.22. Remove it.
* 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
* VS10Project: Expand VS_DEBUGGER_* capabilitiesJon Chronopoulos2018-06-171-0/+2
| | | | | This adds VS_DEBUGGER_COMMAND_ARGUMENTS and VS_DEBUGGER_ENVIRONMENT as well as allowing VS_DEBUGGER_* to use generator expressions.
* VS: Add target property VS_DEBUGGER_COMMANDHannes Mezger2018-03-141-0/+9
Fixes: #17819