Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | VS10Generator: add project properties to enable WindowsCE deployment. | Wil Stark | 2019-06-19 | 1 | -0/+17 |
| | | | | Fixes: #19408 | ||||
* | VS: support suppressing deployment of selected targets | Wil Stark | 2019-02-25 | 2 | -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 projects | Wil Stark | 2019-02-01 | 1 | -0/+8 |
| | | | | Fixes: #18868 | ||||
* | cmVisualStudio10TargetGenerator: Fix .NET Compact Framework projects. | Wil Stark | 2019-01-11 | 3 | -0/+63 |
| | | | | Fixes: #18672 | ||||
* | VS: Honor WinCE deployment properties in VS 2010+ | Wil Stark | 2019-01-10 | 6 | -0/+64 |
Previously only VS 2008 was supported. |