Skip to content

VS: Add target property to explicitly control solution deployment

Alexander Boczar requested to merge boczar/cmake:vsdeploy into master

Currently three targets are hard-coded to enable deployment in Visual Studio: Windows Phone, Windows Store and WindowsCE.

This change allow and target to enable generation of deployment options in the solution.

Fixes: #20346 (closed)
Topic-rename: vs-sln-deploy

Edited by Brad King

Merge request reports