.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