Skip to content

Commit a82c0e9

Browse files
authored
Update index.md
1 parent 117fd74 commit a82c0e9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

windows-apps-src/porting/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
ms.assetid: ba2ac5f5-1e0d-4f1d-a6f8-6a65b4cff501
3-
description: This section describes how to port your existing app to the Universal Windows Platform (UWP) where you can create a single Windows 10 app package that your customers can install onto all types of devices. Your app will benefit from exciting new hardware, great monetization opportunities, a modern API set, adaptive UI controls, and a range of input modalities including mouse/keyboard, touch, and speech.
3+
description: This section describes how to port your existing app to the Universal Windows Platform (UWP), where you can create a single Windows 10 app package that your customers can install onto all types of devices. Your app will benefit from exciting new hardware, great monetization opportunities, a modern API set, adaptive UI controls, and a range of input modalities, including mouse/keyboard, touch, and speech.
44
title: Porting apps to Windows 10
55
ms.date: 02/08/2017
66
ms.topic: article
@@ -10,7 +10,7 @@ ms.localizationpriority: medium
1010
# Porting apps to Windows 10
1111

1212

13-
This section describes how to port your existing app to the Universal Windows Platform (UWP) where you can create a single Windows 10 app package that your customers can install onto all types of devices. Your app will benefit from exciting new hardware, great monetization opportunities, a modern API set, adaptive UI controls, and a range of input modalities including mouse/keyboard, touch, and speech.
13+
This section describes how to port your existing app to the Universal Windows Platform (UWP) where you can create a single Windows 10 app package that your customers can install onto all types of devices. Your app will benefit from exciting new hardware, great monetization opportunities, a modern API set, adaptive UI controls, and a range of input modalities, including mouse/keyboard, touch, and speech.
1414

1515
Windows Runtime (WinRT) is the technology that lets you build Universal Windows Platform (UWP) apps. You can refer to [What's a Universal Windows Platform (UWP) app?](../get-started/universal-application-platform-guide.md) for more background on WinRT and UWP apps.
1616

@@ -20,7 +20,7 @@ This porting guide explains the differences between your current app's technolog
2020
|-------|-------------|
2121
| [Move from desktop to UWP](desktop-to-uwp-migrate.md) | Choose one of several options to bring UWP experiences into your Win32 and .NET desktop applications. |
2222
| [Move from Windows Runtime 8.x to UWP](w8x-to-uwp-root.md) | If you have a Universal 8.1 app—whether it's targeting Windows 8.1, Windows Phone 8.1, or both—then you'll find that your source code and skills will port smoothly to Windows 10. With Windows 10, you can create a UWP app, which is a single app package that your customers can install onto every kind of device. |
23-
| [Move from Windows Phone Silverlight to UWP](wpsl-to-uwp-root.md) | If youre a developer with a Windows Phone Silverlight app, then you can make great use of your skill set and your source code in the move to Windows 10. With Windows 10, you can create a UWP app, which is a single app package that your customers can install onto every kind of device. |
23+
| [Move from Windows Phone Silverlight to UWP](wpsl-to-uwp-root.md) | If you're a developer with a Windows Phone Silverlight app, then you can make great use of your skill set and your source code in the move to Windows 10. With Windows 10, you can create a UWP app, which is a single app package that your customers can install onto every kind of device. |
2424
| [Convert your web app to a PWA](/microsoft-edge/progressive-web-apps) | You can now convert your web app to a Progressive Web App (PWA) will work on any platform, including UWP! The [PWA Builder tool](https://www.pwabuilder.com) will generate the necessary manifest for you. This replaces the Hosted Web Apps (HWA) bridge. |
2525

2626
## Related topics

0 commit comments

Comments
 (0)