Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 1.31 KB

File metadata and controls

27 lines (14 loc) · 1.31 KB

These build tools help building PowerToys projects.

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

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.

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.

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.

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.

Sets version.props file with the version number.