Back to Powertoys

Build tools

doc/devdocs/tools/build-tools.md

0.98.11.3 KB
Original Source

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.