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 范围的配置。