mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
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
7 lines
222 B
ReStructuredText
7 lines
222 B
ReStructuredText
vs_wince_no_deploy
|
|
------------------
|
|
|
|
* A :prop_tgt:`VS_NO_SOLUTION_DEPLOY` target property was added to
|
|
tell :ref:`Visual Studio Generators` whether to deploy an artifact
|
|
to the WinCE or Windows Phone target device.
|