Files
microsoft--powertoys/doc/devdocs/tools/build-tools.md
T
wehub-resource-sync 79031da543
Spell checking / Report (Push) (push) Blocked by required conditions
Spell checking / Report (PR) (push) Blocked by required conditions
Spell checking / Check Spelling (push) Has been cancelled
Spell checking / Update PR (push) Has been cancelled
Publish Dev Docs Website / build (push) Failing after 1s
Publish Dev Docs Website / deploy (push) Has been skipped
chore: import upstream snapshot with attribution
2026-07-13 12:16:02 +08:00

1.3 KiB

Build tools

These build tools help building PowerToys projects.

build-essentials.ps1

A script that builds certain specified PowerToys projects. You can edit the $ProjectsToBuild variable to specify which projects to build.

convert-resx-to-rc.ps1

This script converts a .resx file to a .rc file, so it can be used in a C++ project. More information on localization can be found in the localization guide.

convert-stringtable-to-resx.ps1

This script converts a stringtable to a .resx file, so it can be used in a C# project. More information about this script can be found in the localization guide.

move-and-rename-resx.ps1

This script is used by the pipeline to move the .resx files to the correct location, so that they can be localized into different languages.

move-uwp-resw.ps1

This script is used by the pipeline to move the .resw files to the correct location, so that they can be localized into different languages.

versionSetting.ps1

Sets version.props file with the version number.