summaryrefslogtreecommitdiff
path: root/Help/prop_tgt/VS_CONFIGURATION_TYPE.rst
blob: 4adffd4f23dc67475710b64376ed75abecdaad7e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
VS_CONFIGURATION_TYPE
---------------------

.. versionadded:: 3.6

Visual Studio project configuration type.

Sets the ``ConfigurationType`` attribute for a generated Visual Studio project.
The property value may use
:manual:`generator expressions <cmake-generator-expressions(7)>`.
If this property is set, it overrides the default setting that is based on the
target type (e.g. ``StaticLibrary``, ``Application``, ...).

Supported on :ref:`Visual Studio Generators` for VS 2010 and higher.