mirror of
https://github.com/Stone-Red-Code/docs-desktop.git
synced 2026-09-05 07:56:11 +02:00
* 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
35 lines
1.2 KiB
Markdown
35 lines
1.2 KiB
Markdown
---
|
|
title: Build and deploy apps
|
|
ms.date: "03/30/2017"
|
|
f1_keywords:
|
|
- "AutoGeneratedOrientationPage"
|
|
helpviewer_keywords:
|
|
- "building applications [WPF]"
|
|
- "deploying applications [WPF]"
|
|
- "builds [WPF]"
|
|
ms.assetid: 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](building-a-wpf-application-wpf.md)
|
|
[Deploying a WPF Application](deploying-a-wpf-application-wpf.md)
|
|
[How-to Topics](build-and-deploy-how-to-topics.md)
|
|
|
|
## Reference
|
|
MSBuild
|
|
|
|
## Related Sections
|
|
[Application Management Overview](application-management-overview.md)
|
|
[Windows in WPF](windows-in-wpf-applications.md)
|
|
[Navigation Overview](navigation-overview.md)
|
|
[WPF XAML Browser Applications Overview](wpf-xaml-browser-applications-overview.md)
|
|
[Hosting](hosting-wpf-applications.md)
|