PowerToys/src
2022-03-04 12:17:05 +00:00
..
ActionRunner [build]Update to .net 6 framework and VS 2022 (#15741) 2022-02-07 14:08:30 +00:00
codeAnalysis Fix analyzer warning (#16442) 2022-02-22 22:52:34 +03:00
common [Telemetry] fix analyzer warnings (#16545) 2022-03-02 19:24:04 +00:00
logging [build]Update to .net 6 framework and VS 2022 (#15741) 2022-02-07 14:08:30 +00:00
modules [build]Fix PowerRename flaky build errors (#16728) 2022-03-04 12:17:05 +00:00
runner supressing warning (#16594) 2022-03-01 06:32:23 -08:00
settings-ui [Oobe]Fix close button style (#16530) 2022-02-23 15:17:44 +00:00
tests/win-app-driver [build]Update to .net 6 framework and VS 2022 (#15741) 2022-02-07 14:08:30 +00:00
Update [build]Update to .net 6 framework and VS 2022 (#15741) 2022-02-07 14:08:30 +00:00
.clang-format Formatting chores (#1441) 2020-03-05 13:07:06 +03:00
.editorconfig Removing warnings relative to passing in unlocalized string literals. Most of these pertain to debug messages and aren't user facing. We may want to revisit localizing these later. 2020-06-23 17:51:17 -07: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.