summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/VS10ProjectWinCE/VsCEDebuggerDeploy.cmake
Commit message (Collapse)AuthorAgeFilesLines
* VS: support suppressing deployment of selected targetsWil Stark2019-02-251-1/+2
| | | | | | | | Add a `VS_NO_SOLUTION_DEPLOY` target property to explicitly specify for each target whether to suppress VS solution deployment of the generated target project. Fixes: #18953
* VS: Honor WinCE deployment properties in VS 2010+Wil Stark2019-01-101-0/+13
Previously only VS 2008 was supported.