These two files control repo-wide build settings.
Msbuild projects work by including a "default" props file, then allowing projects to override those defaults, then including a "props" file that can apply high-level properties into lower level configuration. After that, projects can once again override lower level values, then define which files to compile, then include a "targets" file to perform execution.
In other words, the way to think of these two files is
Winfile.default.props
executes before Winfile.props
, and the two files
are split to allow individual projects to manipulate state in between.
Generally, anything affecting supported architectures, compilers, and basic compilation options should be here. Anything specific to an executable should be in the project files.
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。