diff options
author | Alexander Boczar <boczar@hotmail.com> | 2020-02-18 20:07:39 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2020-02-25 15:24:23 (GMT) |
commit | 7c944da75700a2f68879551a253093b73f2d7951 (patch) | |
tree | 75c9a3052e3e6056a43719440c789d887d531b0c /Help/release/dev | |
parent | 8625ffd939b3c74944f6da9652777f7ca137b856 (diff) | |
download | CMake-7c944da75700a2f68879551a253093b73f2d7951.zip CMake-7c944da75700a2f68879551a253093b73f2d7951.tar.gz CMake-7c944da75700a2f68879551a253093b73f2d7951.tar.bz2 |
VS: Add target property to explicitly control solution deployment
Add a `VS_SOLUTION_DEPLOY` property to control solution deploy mark.
Fixes: #20346
Diffstat (limited to 'Help/release/dev')
-rw-r--r-- | Help/release/dev/vs-sln-deploy.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Help/release/dev/vs-sln-deploy.rst b/Help/release/dev/vs-sln-deploy.rst new file mode 100644 index 0000000..2e83e52 --- /dev/null +++ b/Help/release/dev/vs-sln-deploy.rst @@ -0,0 +1,6 @@ +vs-sln-deploy +------------- + +* The :prop_tgt:`VS_SOLUTION_DEPLOY` target property was added to tell + :ref:`Visual Studio Generators` for VS 2010 and above to mark a + target for deployment even when not building for Windows Phone/Store/CE. |