https://github.com/Kitware/CMake
Raw File
Tip revision: 7486607c874de3e44d33f152775fd073de2ba2c0 authored by Brad King on 20 September 2017, 11:53:03 UTC
CMake 3.9.3
Tip revision: 7486607
VS_CONFIGURATION_TYPE.rst
VS_CONFIGURATION_TYPE
---------------------

Visual Studio project configuration type.

Sets the ``ConfigurationType`` attribute for a generated Visual Studio project.
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.
back to top