Windows
Compatible Applications
File Extension Details
An MSBuild Targets file, bearing the .targets extension, is an XML-based configuration file used by the Microsoft Build Engine (MSBuild), which is the build platform for Microsoft Visual Studio and the .NET ecosystem. These files contain build instructions, tasks, target definitions, and properties that dictate how a software project should be compiled, packaged, and deployed. By using .targets files, developers can modularize and reuse build logic across multiple projects. Instead of duplicating complex build steps in every individual project file (such as .csproj or .vbproj), common build processes are defined once in a .targets file and imported where needed. Because they are structured in standard XML, they can be opened and edited with any text editor, though IDEs like Visual Studio provide advanced schema validation, syntax highlighting, and autocomplete.
Programs that can open and work with .targets files
Compatible Applications
Compatible Applications
Compatible Applications
Mobile Applications
About .targets files
To open a .targets file, you need compatible software. Here are some options:
To convert a .targets file to another format, you can:
Like any file type, .targets files can be safe or potentially risky depending on their source:
Suggested Questions