diff options
author | Michael Stürmer <michael.stuermer@schaeffler.com> | 2017-01-09 16:32:22 +0100 |
---|---|---|
committer | Michael Stürmer <michael.stuermer@schaeffler.com> | 2017-01-13 09:27:21 +0100 |
commit | 6fda6005b306cc4a1e9e9e66d9cd4525fc623f73 (patch) | |
tree | 002cb3a31b34ccf475849f2fdb353bc23ac68ba0 /Help/prop_tgt/VS_USER_PROPS.rst | |
parent | 7f5842d7d943403fca02a5345e9d6f779eb7bf9a (diff) | |
download | cmake-6fda6005b306cc4a1e9e9e66d9cd4525fc623f73.tar.gz |
VS: renamed target property VS_USER_PROPS_CXX to VS_USER_PROPS
Diffstat (limited to 'Help/prop_tgt/VS_USER_PROPS.rst')
-rw-r--r-- | Help/prop_tgt/VS_USER_PROPS.rst | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Help/prop_tgt/VS_USER_PROPS.rst b/Help/prop_tgt/VS_USER_PROPS.rst new file mode 100644 index 0000000000..1be222ba62 --- /dev/null +++ b/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. |