PowerToys/src
Jaime Bernardo 13750188fd
[ARM64]CI and build pipelines (#18337)
* [ARM64]Build pipelines

* Fix localization in pipelines (no arm64 al.exe)

* Use lowercase arm64 for CI

* Build installer to arm64 folder and arm64 name

* Don't run arm64 tests, as there's no agent for it

* Fix pipeline conditions

* Divide symbol files by platform
2022-05-19 14:02:08 +01:00
..
ActionRunner [PowerRename] Move to WinAppSDK WinUI3 Unpackaged & ARM64 Support (#18171) 2022-05-11 16:38:12 +02:00
codeAnalysis [FileExplorerPreview] Move everything from WebBrowser to WebView2 (#17588) 2022-04-14 16:27:22 +01:00
common [ARM64] Installer Bootstrapper (#18241) 2022-05-13 16:55:39 +01:00
logging [ARM64] Add support for .msi assembly (#17861) 2022-04-21 15:55:02 +01:00
modules [ARM64]CI and build pipelines (#18337) 2022-05-19 14:02:08 +01:00
runner [PowerRename] Move to WinAppSDK WinUI3 Unpackaged & ARM64 Support (#18171) 2022-05-11 16:38:12 +02:00
settings-ui [ARM64] Installer Bootstrapper (#18241) 2022-05-13 16:55:39 +01:00
tests/win-app-driver [build]Update to .net 6 framework and VS 2022 (#15741) 2022-02-07 14:08:30 +00:00
Update [PowerRename] Move to WinAppSDK WinUI3 Unpackaged & ARM64 Support (#18171) 2022-05-11 16:38:12 +02:00
.clang-format Formatting chores (#1441) 2020-03-05 13:07:06 +03:00
.editorconfig [Awake] Enable analyzer and fix warnings (#16899) 2022-03-09 12:09:17 +00:00
README.md Fix broken link (#16382) 2022-02-17 11:43:47 -08:00
Version.props Update Version.props 2020-10-20 15:58:26 -07:00

PowerToys Source Code

Code organization

The PowerToys are split into DLLs for each PowerToy module (modules folder), and an executable (runner folder) that loads and manages those DLLs.

The settings window is a separate executable, contained in settings-ui folder. It utilizes a WebView to display an HTML-based settings window.

The common contains code for a static library with helper functions, used by both the runner and the PowerToys modules.