VS_USER_PROPS.rst 488 B

123456789101112
  1. VS_USER_PROPS
  2. -------------
  3. Sets the user props file to be included in the visual studio
  4. C++ project file. The standard path is
  5. ``$(UserRootDir)\\Microsoft.Cpp.$(Platform).user.props``, which is
  6. in most cases the same as
  7. ``%LOCALAPPDATA%\\Microsoft\\MSBuild\\v4.0\\Microsoft.Cpp.Win32.user.props``
  8. or ``%LOCALAPPDATA%\\Microsoft\\MSBuild\\v4.0\\Microsoft.Cpp.x64.user.props``.
  9. The ``*.user.props`` files can be used for Visual Studio wide
  10. configuration which is independent from cmake.