The Windows App SDK empowers all Windows desktop apps with modern Windows UI, APIs, and platform features, including back-compat support, shipped via NuGet.
Перейти к файлу
Howard Kapustein 874d66a256
PackageDeploymentManager/PackageRuntimeManager v0 (experimental) (#3820)
Also

* Manually update DevChcek (awaiting Maestro to automate that thing it's supposed to be doing. Oh, Will...)
* Update TAEF from 10.75.221207001 to 10.82.230714001. Update C++/WinRT from 2.0.221121.5 to 2.0.230706.1
* Something weird's failing in the ARM64 tests. Disabling ARM64 temporarily
2023-09-04 17:01:12 -07:00
.config Updated areaPath and codebaseName in TsaOptions.json (#3130) 2022-11-10 17:13:04 -08:00
.github Update bug-report.yaml for 1.4 stable (#3823) 2023-08-31 06:02:47 +00:00
assets Update the icons/logos (#1077) 2021-07-28 10:05:49 -07:00
build retryCountOnTaskFailure 10 on nuget restore (#3826) 2023-08-31 12:13:55 -07:00
dev PackageDeploymentManager/PackageRuntimeManager v0 (experimental) (#3820) 2023-09-04 17:01:12 -07:00
docs FI: Main to Develop 2023-02-07 13:45:05 -08:00
eng PackageDeploymentManager/PackageRuntimeManager v0 (experimental) (#3820) 2023-09-04 17:01:12 -07:00
installer PackageDeploymentManager/PackageRuntimeManager v0 (experimental) (#3820) 2023-09-04 17:01:12 -07:00
localpackages User/eho makai/reunion framework package (#163) 2020-09-04 18:00:35 -07:00
specs API Spec for Microsoft.UI.ThemeSettings class (#3640) 2023-05-30 12:42:08 -07:00
test PackageDeploymentManager/PackageRuntimeManager v0 (experimental) (#3820) 2023-09-04 17:01:12 -07:00
tools PackageDeploymentManager/PackageRuntimeManager v0 (experimental) (#3820) 2023-09-04 17:01:12 -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 Make BuildAll.ps1 compatible with VS prerelease installs (#3656) 2023-05-30 12:15:45 -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 Eliminate relative package locations for nuget (#3366) 2023-01-29 20:01:14 -05:00
Directory.Packages.props Separate Maestro dependencies and manual dependencies into two xml files (#3304) 2023-01-05 15:18:25 -08: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 Develop to use Internal Feed (#3808) 2023-08-21 22:13:53 -07:00
README.md Repo updates for 1.3.0 (#3568) 2023-04-18 10:44:30 -04: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 Windows Dynamic Dependency API via Powershell (#3647) 2023-08-30 23:55:03 -07:00
WindowsAppRuntime.sln PackageDeploymentManager/PackageRuntimeManager v0 (experimental) (#3820) 2023-09-04 17:01:12 -07:00
WindowsAppSDK.Build.Cpp.props Add /await:strict to C++ build props (#3482) 2023-03-04 07:10:12 -08:00
environment.props Rename ProjectReunion -> WindowsAppSDK (#1041) 2021-07-15 22:30:19 -07:00
global.json [develop] Update dependencies from microsoft/ProjectReunion/WindowsAppSDKAggregator (#3720) 2023-07-17 16:13:28 -07: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. Vote on or suggest features
    What components or features do you want to see in the Windows App SDK? Tell us on our productboard portal!

  4. 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.