mirror of
https://github.com/Stone-Red-Code/docs-desktop.git
synced 2026-09-04 23:43:39 +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
1.2 KiB
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 |
|
|
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
Related Sections
Application Management Overview
Windows in WPF
Navigation Overview
WPF XAML Browser Applications Overview
Hosting