summaryrefslogtreecommitdiffstats
path: root/Help/release
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2016-11-30 13:37:37 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2016-11-30 13:37:37 (GMT)
commit29b37dd97538371ceffb2e1904437e44c46dcbb8 (patch)
tree96c9337e587822dbdf741bcb152d8a0391383f93 /Help/release
parenta53a2f1e7e786a74c51796fcc6b94937f21ab45d (diff)
parente390991846825799e619e072a28f1da58b7c89ba (diff)
downloadCMake-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/release')
-rw-r--r--Help/release/dev/vs-custom-msbuild-props.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/Help/release/dev/vs-custom-msbuild-props.rst b/Help/release/dev/vs-custom-msbuild-props.rst
new file mode 100644
index 0000000..15a5b0a
--- /dev/null
+++ b/Help/release/dev/vs-custom-msbuild-props.rst
@@ -0,0 +1,9 @@
+vs-custom-msbuild-props
+-----------------------
+
+* The :ref:`Visual Studio Generators` for VS 2010 and above can
+ now be fine tuned using custom msbuild .props files.
+ :prop_tgt:`VS_USER_PROPS_CXX` can be
+ used to change the default path of the user .props file from
+ ``$(UserRootDir)\\Microsoft.Cpp.$(Platform).user.props`` to
+ an arbitrary filename.