.TARGETS 文件扩展名
MSBuild Targets File
| 开发者 | Microsoft |
| 受欢迎程度 |
3.7 | 54 票 |
什么是 TARGETS 文件?
Development file included with MSBuild, the project build platform for Microsoft Visual Studio; contains items, properties, tasks, and targets for common programming scenarios; may be referenced and imported by Visual Studio projects.
更多信息
For example, the "Microsoft.VisualBasic.Targets" file defines the steps in the standard build process for a Visual Basic project. Other examples of targets files include "Microsoft.Common.Targets," "Microsoft.CompactFramework.CSharp.Targets," and "Workflow.Targets."
可打开或引用 TARGETS 文件的程序
Windows