PowerToys/src
Clint Rutkas 511f71c369
Merge pull request #927 from microsoft/dev/crutkas/codeAnalysis
code analysis / style cop adjustments for .NET
2019-12-13 14:09:19 -08:00
..
codeAnalysis Getting analysis up and going 2019-12-12 11:23:36 -08:00
common Settings unit tests (#921) 2019-12-12 18:24:00 +01:00
modules Merge pull request #927 from microsoft/dev/crutkas/codeAnalysis 2019-12-13 14:09:19 -08:00
runner Fix outstanding warning messages (#924) 2019-12-13 18:55:30 +01:00
settings Devdocs reorganisation (#913) 2019-12-12 12:25:19 +03:00
settings-web Devdocs reorganisation (#913) 2019-12-12 12:25:19 +03:00
README.md Update README.md 2019-10-25 15:21:16 +02: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 folder. It utilizes a WebView to display an HTML-based settings window (contained in settings-web folder).

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