VS: renamed target property VS_USER_PROPS_CXX to VS_USER_PROPS

This commit is contained in:
Michael Stürmer
2017-01-09 16:32:22 +01:00
parent 7f5842d7d9
commit 6fda6005b3
5 changed files with 6 additions and 7 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ 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
:prop_tgt:`VS_USER_PROPS` can be
used to change the default path of the user .props file from
``$(UserRootDir)\\Microsoft.Cpp.$(Platform).user.props`` to
an arbitrary filename.