This repo contains the samples that demonstrate the usage patterns for the Desktop Conversion extensions.
Перейти к файлу
microsoft-github-policy-service[bot] 7c7e66d38e
Auto merge mandatory file pr
This pr is auto merged as it contains a mandatory file and is opened for more than 10 days.
2022-11-28 19:13:02 +00:00
Samples fixes 2022-09-16 23:07:13 -07:00
.gitattributes
.gitignore
LICENSE
README.md Added comment about the NuGet package 2017-07-13 19:50:26 -07:00
SECURITY.md Microsoft mandatory file 2022-09-08 15:19:24 +00:00

README.md

Desktop app bridge to UWP Samples

Desktop Conversion Extensions is a bridge that enables you to convert your classic desktop application (like Win32, Windows Forms, and WPF) or game to a Universal Windows Platform (UWP) app or game. After conversion, your classic desktop app is packaged, serviced, and deployed in the form of a UWP app package (an .appx or an .appxbundle) targeting Windows 10. There are two parts to the technology that enables desktop apps to be converted to UWP packages. The first is the Desktop App Converter, which takes your existing binaries and repackages them as a UWP package, you can also create the package manually like we show in these samples. Your code is the same, it's just packaged differently. The second piece is comprised of runtime technologies in the Windows Anniversary update that enable a UWP package to have executables that run as full trust instead of in an app container. This technology also gives a converted app a package identity, which is required to use some UWP APIs. For more info on UWP apps, see the Universal Application Platform Guide

Requirements

Feedback

License

MIT

Additional resources