Files
docs-desktop/dotnet-desktop-guide/framework/wpf/app-development/building-and-deploying-wpf-applications.md
T
Andy De George da363692ff Initial WPF content migrated (#17)
* Reset branch for WPF changes

* Convert BMP to PNG; fix link-out-of-scope err

* Add snippets for WPF... 6794 files!!!!

* Add missing snippets

* update file updated between migration

* Fix paths to include

* update breadcrumb and toc

* fix index links

* fix index links

* fix index links

* fix markdown
2020-09-04 09:46:28 -07:00

1.2 KiB

title, ms.date, f1_keywords, helpviewer_keywords, ms.assetid
title ms.date f1_keywords helpviewer_keywords ms.assetid
Build and deploy apps 03/30/2017
AutoGeneratedOrientationPage
building applications [WPF]
deploying applications [WPF]
builds [WPF]
5198df5e-dda0-4ddc-a275-e0a7a4693524

Building and Deploying WPF Applications

The build and deployment model provides the capability to build and deploy applications locally and remotely, including the following:

  • MSBuild: the .NET build system located in the Microsoft.Build.Tasks.Windows namespace.

  • Resources: working with UI resources.

  • ClickOnce Deployment: the .NET publishing and deployment system.

In This Section

Building a WPF Application
Deploying a WPF Application
How-to Topics

Reference

MSBuild

Application Management Overview
Windows in WPF
Navigation Overview
WPF XAML Browser Applications Overview
Hosting