summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/VS10ProjectWinCE
Commit message (Collapse)AuthorAgeFilesLines
* VS10Generator: add project properties to enable WindowsCE deployment.Wil Stark2019-06-191-0/+17
| | | | Fixes: #19408
* VS: support suppressing deployment of selected targetsWil Stark2019-02-252-1/+61
| | | | | | | | 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: Fix deployment for WinCE projectsWil Stark2019-02-011-0/+8
| | | | Fixes: #18868
* cmVisualStudio10TargetGenerator: Fix .NET Compact Framework projects.Wil Stark2019-01-113-0/+63
| | | | Fixes: #18672
* VS: Honor WinCE deployment properties in VS 2010+Wil Stark2019-01-106-0/+64
Previously only VS 2008 was supported.