summaryrefslogtreecommitdiff
path: root/share/cmake-3.10/Help/prop_tgt/VS_USER_PROPS.rst
diff options
context:
space:
mode:
Diffstat (limited to 'share/cmake-3.10/Help/prop_tgt/VS_USER_PROPS.rst')
-rw-r--r--share/cmake-3.10/Help/prop_tgt/VS_USER_PROPS.rst12
1 files changed, 12 insertions, 0 deletions
diff --git a/share/cmake-3.10/Help/prop_tgt/VS_USER_PROPS.rst b/share/cmake-3.10/Help/prop_tgt/VS_USER_PROPS.rst
new file mode 100644
index 0000000..1be222b
--- /dev/null
+++ b/share/cmake-3.10/Help/prop_tgt/VS_USER_PROPS.rst
@@ -0,0 +1,12 @@
+VS_USER_PROPS
+-------------
+
+Sets the user props file to be included in the visual studio
+C++ project file. The standard path is
+``$(UserRootDir)\\Microsoft.Cpp.$(Platform).user.props``, which is
+in most cases the same as
+``%LOCALAPPDATA%\\Microsoft\\MSBuild\\v4.0\\Microsoft.Cpp.Win32.user.props``
+or ``%LOCALAPPDATA%\\Microsoft\\MSBuild\\v4.0\\Microsoft.Cpp.x64.user.props``.
+
+The ``*.user.props`` files can be used for Visual Studio wide
+configuration which is independent from cmake.