The Windows App SDK empowers all Windows desktop apps with modern Windows UI, APIs, and platform features, including back-compat support, shipped via NuGet.
Перейти к файлу
Evelyn Wu b9a3c8c6ba
Revert "[MRTCore] Sync between WGA.PrimaryLanguageOverride and MWGA.PrimaryLanguageOverride (#4608)" (#4712)
This reverts commit 68ffb095b3.
2024-09-12 18:05:05 -07:00
.config Update tsaoptions.json (#4464) 2024-05-31 22:34:32 +00:00
.github Update bug-report.yaml for 1.6.0 (#4692) 2024-09-04 21:28:38 -07:00
assets Update the icons/logos (#1077) 2021-07-28 10:05:49 -07:00
build netsdk1206 fix (#4686) 2024-08-28 15:33:48 -07:00
dev Revert "[MRTCore] Sync between WGA.PrimaryLanguageOverride and MWGA.PrimaryLanguageOverride (#4608)" (#4712) 2024-09-12 18:05:05 -07:00
docs Package Management and IsReadyOrNewerAvailable() again (#4517) 2024-06-27 09:41:01 +00:00
eng DevCheck: Settings options, configuration dependency paths, Sync'd dependencies (#4707) 2024-09-12 18:12:37 +00:00
installer Cleanup Eng/Common and other Refactors (#4672) 2024-08-27 11:03:30 -07:00
localpackages User/eho makai/reunion framework package (#163) 2020-09-04 18:00:35 -07:00
specs Fix ApplicationData.MachineFolder path (#4664) 2024-08-21 00:58:06 -07:00
test DevCheck: Settings options, configuration dependency paths, Sync'd dependencies (#4707) 2024-09-12 18:12:37 +00:00
tools Cleanup Eng/Common and other Refactors (#4672) 2024-08-27 11:03:30 -07:00
.editorconfig Add latest .editorconfig from OS.2020 (#3363) 2023-01-25 12:16:47 -08:00
.gitattributes Add initial solution and code examples (#102) 2020-07-06 13:27:12 -07:00
.gitignore Add initial Protobuf support (#3448) 2023-02-17 15:38:25 -08:00
ApiScan.Cpp.props Fix MRT Core binary vulcanization for API scanning. (#1332) 2021-08-30 21:44:34 +00:00
BuildAll.cmd Various BuildTransportPackage.ps1 Refactors and Fixes (#3221) 2022-12-06 15:01:27 -08:00
BuildAll.ps1 b#48614111: Add "break on error" setting to the top of powershell scripts in WASDK (#4529) 2024-07-02 19:54:46 -07:00
DevCheck.cmd Change to using the centrally shared copy of DevCheck (from eng\common) (#3672) 2023-06-21 13:01:58 -04:00
Directory.Build.props Fix Source Link information so it points to Github rather than internal AzDO mirror (#4666) 2024-08-21 11:52:53 -07:00
Directory.Packages.props Fix centrally-versioned package references (#4674) (#4677) 2024-08-23 11:04:58 -07:00
HybridCRT.props Add initial Protobuf support (#3448) 2023-02-17 15:38:25 -08:00
LICENSE resolving license confusion (#3564) 2023-04-17 21:09:21 +00:00
MakeMsix.targets Update pipelines to use BuildTransportPackage.ps1 (#3062) 2022-10-20 12:31:25 -07:00
NuGet.config [main] Update dependencies from microsoft/LiftedIXP/DCPP (#3980) 2024-01-19 10:02:27 -05:00
README.md Removing references to old product board site and redirecting to roadmap (#4298) 2024-03-28 21:23:07 -07:00
SECURITY.md Microsoft mandatory file (#2529) 2022-05-19 12:17:46 -07:00
SdkVersion.props Update NuGet template wizard after recent Microsoft.Windows.SDK.BuildTools addition to WAS. (#1269) 2021-09-01 17:09:38 -07:00
TestAll.cmd Support TAEF testing in foundation pipeline (#3367) 2023-02-07 17:29:16 -08:00
TestAll.ps1 b#48614111: Add "break on error" setting to the top of powershell scripts in WASDK (#4529) 2024-07-02 19:54:46 -07:00
WasdkStrongNameSign.snk Snapshot 1: Enable strong name signing (#3875) 2023-10-02 17:04:53 -07:00
WindowsAppRuntime.sln Microsoft.Windows.Storage.ApplicationData (#4057) 2024-06-29 17:10:22 -07:00
WindowsAppSDK.Build.Cpp.props PackageManagement Microsoft...StubPackageOptions + Projection + /we4715 (#4111) 2024-01-23 22:46:51 -08:00
environment.props Rename ProjectReunion -> WindowsAppSDK (#1041) 2021-07-15 22:30:19 -07:00
global.json Update AzureKeyVault (#4653) 2024-08-19 09:09:45 -04:00
version.props Rename ProjectReunion -> WindowsAppSDK (#1041) 2021-07-15 22:30:19 -07:00

README.md

Windows App SDK - Calling all Windows developers!

Previously known as Project Reunion.

Delight users with modern UI Access new platform features Backwards compatible
Modern navigation
Powerful WinUI 3 UI
Platform logo
Localization + power status + more
Down-level logo
Down to Windows 10 1809

...and more, without having to rewrite your app!

  • Use your current installer (no requirement to use MSIX, but there are reliability/security benefits to using MSIX!)
  • Additive platform APIs (only add what you need, leave the rest of your app as-is)
  • Works with Win32, WPF, WinForms, and more apps

Plus, create beautiful, modern apps for Windows 11 that are backwards compatible to Windows 10 October 2018 Update (build 17763 / version 1809)!

Version support

The Windows App SDK aims to work on supported versions of Windows. Right now we support down to build 17763 (version 1809/October 2018 Update) of Windows 10. Wherever possible, we'll use techniques like 'polyfills' and custom implementations to do the heavy lifting for you and make sure your app works across Windows versions and devices. In the future, there may be a couple APIs that are dependent on new OS features (like new Action Center functionality), however we will do our best to ensure this is the exception and not the norm, and provide reasonable fallbacks when possible.

Contributing

Bugs

We want to hear from you!

File a new issue! Tell us what problem you're trying to solve, how you've tried to solve it so far, and what would be the ideal solution for your app. Bonus points if there's a gist or existing repo we can look at with you.

  1. Ask a question
    Also, have a look at our frequently asked questions page which we will update periodically.

  2. Start a discussion
    Discussions can be about any topics or ideas related to the Windows App SDK. For example, you might start a Discussion issue to see if others are interested in a cool new idea you've been thinking about that isn't quite ready to be filed as a more formal Feature Proposal.

  3. Code contributions
    More information regarding contributing and developer guidelines here.

Data collection

The software may collect information about you and your use of the software and send it to Microsoft. Microsoft may use this information to provide services and improve our products and services. You may turn off the telemetry as described in the repository. There are also some features in the software that may enable you and Microsoft to collect data from users of your applications. If you use these features, you must comply with applicable law, including providing appropriate notices to users of your applications together with a copy of Microsoft's privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data collection and use in the help documentation and our privacy statement. Your use of the software operates as your consent to these practices.

Microsoft and any contributors grant you a license to the Microsoft documentation and other content in this repository under the Creative Commons Attribution 4.0 International Public License, see the LICENSE file, and grant you a license to any code in the repository under the MIT License, see the LICENSE-CODE file.

Microsoft, Windows, Microsoft Azure and/or other Microsoft products and services referenced in the documentation may be either trademarks or registered trademarks of Microsoft in the United States and/or other countries. The licenses for this project do not grant you rights to use any Microsoft names, logos, or trademarks. Microsoft's general trademark guidelines can be found at http://go.microsoft.com/fwlink/?LinkID=254653.

Privacy information can be found at https://privacy.microsoft.com/

Microsoft and any contributors reserve all other rights, whether under their respective copyrights, patents, or trademarks, whether by implication, estoppel or otherwise.