.TARGETS File Extension
MSBuild Targets File
Developer | Microsoft |
Popularity |
3.7 | 54 Votes |
What is a TARGETS file?
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.
More Information
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."
Programs that open or reference TARGETS files
Windows