summaryrefslogtreecommitdiffstats
path: root/Help/prop_tgt/VS_GLOBAL_KEYWORD.rst
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2013-10-21 14:07:46 (GMT)
committerBrad King <brad.king@kitware.com>2013-10-21 14:07:46 (GMT)
commitb9fe4b6318905ff7ccea4f66aece6bb54688777c (patch)
tree9a856ccbcd0e72e83d29f533090d2c6f973c4e4b /Help/prop_tgt/VS_GLOBAL_KEYWORD.rst
parent936dec32e54156c1a1e42f09938dc04573381640 (diff)
downloadCMake-b9fe4b6318905ff7ccea4f66aece6bb54688777c.zip
CMake-b9fe4b6318905ff7ccea4f66aece6bb54688777c.tar.gz
CMake-b9fe4b6318905ff7ccea4f66aece6bb54688777c.tar.bz2
VS: Document VS_GLOBAL_KEYWORD and VS_KEYWORD relationship (#14493)
These two target properties serve the same purpose for different versions of Visual Studio. Document the versions covered by each property. Reported-by: mar.na@t-online.de
Diffstat (limited to 'Help/prop_tgt/VS_GLOBAL_KEYWORD.rst')
-rw-r--r--Help/prop_tgt/VS_GLOBAL_KEYWORD.rst5
1 files changed, 4 insertions, 1 deletions
diff --git a/Help/prop_tgt/VS_GLOBAL_KEYWORD.rst b/Help/prop_tgt/VS_GLOBAL_KEYWORD.rst
index 072475f..ce49316 100644
--- a/Help/prop_tgt/VS_GLOBAL_KEYWORD.rst
+++ b/Help/prop_tgt/VS_GLOBAL_KEYWORD.rst
@@ -1,9 +1,12 @@
VS_GLOBAL_KEYWORD
-----------------
-Visual Studio project keyword.
+Visual Studio project keyword for VS 10 (2010) and newer.
Sets the "keyword" attribute for a generated Visual Studio project.
Defaults to "Win32Proj". You may wish to override this value with
"ManagedCProj", for example, in a Visual Studio managed C++ unit test
project.
+
+Use the :prop_tgt:`VS_KEYWORD` target property to set the
+keyword for Visual Studio 9 (2008) and older.