2013-10-15 19:17:36 +04:00
|
|
|
VS_GLOBAL_KEYWORD
|
|
|
|
-----------------
|
|
|
|
|
2013-10-21 18:07:46 +04:00
|
|
|
Visual Studio project keyword for VS 10 (2010) and newer.
|
2013-10-15 19:17:36 +04:00
|
|
|
|
|
|
|
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.
|
2013-10-21 18:07:46 +04:00
|
|
|
|
|
|
|
Use the :prop_tgt:`VS_KEYWORD` target property to set the
|
|
|
|
keyword for Visual Studio 9 (2008) and older.
|