Post

20170629

20170629

resolved

1.MSBuild

  1. Microsoft Build Engine 是一个用于生成应用程序的平台
  2. Visual Studio 会使用 MSBuild,但它不依赖于 Visual Studio。
  3. 属性值可通过重新定义属性进行更改
  4. 命令行中使用/property(/p)开关设置的属性称为全局属性,会覆盖项目中的属性,保留属性除外

pending

reference

This post is licensed under CC BY 4.0 by the author.