WPF .Targets Files

Note

This article applies to Visual Studio 2015. If you're looking for the latest Visual Studio documentation, see Visual Studio documentation. We recommend upgrading to the latest version of Visual Studio. Download it here

Windows Presentation Foundation (WPF) extends the Microsoft build engine (MSBuild) by adding a set of WPF-specific tasks that are combined into a special .targets file, Microsoft.WinFX.targets. This file combines the set of MSBuild tasks that are required to build an MSBuild project in Windows Presentation Foundation (WPF).

See Also

.Targets Files
MSBuild Reference
Building a WPF Application (WPF)