MSBuild 12.0

  1. MSBuild is now installed as part of Visual Studio rather than as part of the .NET Framework
  2. MSBuild is now installed directly under %ProgramFiles%—for example, in C:\Program Files\MSBuild\.
  3. C:\Program Files\MSBuild\12.0\Bin\msbuild.exe
  4. C:\Windows\Microsoft.NET\Framework\v4.0.30319\msbuild.exe
  5. http://msdn.microsoft.com/en-us/library/dd576348.aspx
  6. http://msdn.microsoft.com/en-us/library/dd393573.aspx
  7. A task is the smallest unit of work, in other words, the "atom" of a build. Tasks are independent executable components which may have inputs and outputs.
  8. A target is a named sequence of tasks
  9. Imported files are effectively inserted into the project file wherever they are referenced
  10. four parts of MSBuild: properties, items, tasks, and targets
  11. Clicking the Build command in Visual Studio will execute the default target in the project. Often, this target is also named Build. Choosing the Rebuild or Clean command will attempt to execute a target of the same name in the project. Clicking Publish will execute a target named PublishOnly in the project.
  12. http://msdn.microsoft.com/en-us/library/dd393574.aspx
  13. MSBuild Concepts:
    1. Properties
    2. Items
    3. Targets
    4. Tasks
    5. Comparing Properties and Items
    6. MSBuild Special Characters

转载于:https://www.cnblogs.com/dmdj/p/3424267.html

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值