summaryrefslogtreecommitdiff
path: root/share/cmake-3.10/Help/prop_tgt/VS_CONFIGURATION_TYPE.rst
diff options
context:
space:
mode:
Diffstat (limited to 'share/cmake-3.10/Help/prop_tgt/VS_CONFIGURATION_TYPE.rst')
-rw-r--r--share/cmake-3.10/Help/prop_tgt/VS_CONFIGURATION_TYPE.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/share/cmake-3.10/Help/prop_tgt/VS_CONFIGURATION_TYPE.rst b/share/cmake-3.10/Help/prop_tgt/VS_CONFIGURATION_TYPE.rst
new file mode 100644
index 0000000..ff987ff
--- /dev/null
+++ b/share/cmake-3.10/Help/prop_tgt/VS_CONFIGURATION_TYPE.rst
@@ -0,0 +1,10 @@
+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.