diff options
author | Brad King <brad.king@kitware.com> | 2016-11-30 13:37:37 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2016-11-30 13:37:37 (GMT) |
commit | 29b37dd97538371ceffb2e1904437e44c46dcbb8 (patch) | |
tree | 96c9337e587822dbdf741bcb152d8a0391383f93 /Help/prop_tgt | |
parent | a53a2f1e7e786a74c51796fcc6b94937f21ab45d (diff) | |
parent | e390991846825799e619e072a28f1da58b7c89ba (diff) | |
download | CMake-29b37dd97538371ceffb2e1904437e44c46dcbb8.zip CMake-29b37dd97538371ceffb2e1904437e44c46dcbb8.tar.gz CMake-29b37dd97538371ceffb2e1904437e44c46dcbb8.tar.bz2 |
Merge topic 'msbuild-customization'
e3909918 VS: Add option to customize vcxproj user props file
Diffstat (limited to 'Help/prop_tgt')
-rw-r--r-- | Help/prop_tgt/VS_USER_PROPS_CXX.rst | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Help/prop_tgt/VS_USER_PROPS_CXX.rst b/Help/prop_tgt/VS_USER_PROPS_CXX.rst new file mode 100644 index 0000000..083ce03 --- /dev/null +++ b/Help/prop_tgt/VS_USER_PROPS_CXX.rst @@ -0,0 +1,12 @@ +VS_USER_PROPS_CXX +----------------- + +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. |