mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-22 22:31:18 -05:00
917c035ada
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.
|