mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-21 22:50:26 -06:00
Add a `VS_USER_PROPS_CXX` target property to set the user props file of the generated `.vcxproj` file to be something other than the default `$(UserRootDir)\\Microsoft.Cpp.$(Platform).user.props`.
10 lines
357 B
ReStructuredText
10 lines
357 B
ReStructuredText
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.
|