VS_USER_PROPS¶
在 3.8 版本中添加。
设置用户属性文件以包含在 Visual Studio C++ 项目文件中。标准路径是 $(UserRootDir)\\Microsoft.Cpp.$(Platform).user.props
,在大多数情况下与 %LOCALAPPDATA%\\Microsoft\\MSBuild\\v4.0\\Microsoft.Cpp.Win32.user.props
或 %LOCALAPPDATA%\\Microsoft\\MSBuild\\v4.0\\Microsoft.Cpp.x64.user.props
相同。
*.user.props
文件可以用于独立于 CMake 的 Visual Studio 范围配置。