PowerToys/doc/devdocs/tools/build-tools.md
Jaime Bernardo 12bb5c2131
[VCM]Deprecate the Video Conference Mute utility (#36772)
* Remove all VideoConferenceMute related code and files

* Clean up vcm driver registry keys

* Also remove the Webcam report tool

* Also clean out video conference on the installer

* Fix spellcheck

* Remove comment about video conf

* Update gpo files revision

* Revert removing the VCM policies

* Deprecate VCM GPO policy

* Change deprecation message to show first supported version

* Tweak supported strings in the adml
2025-01-16 15:17:34 +00: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.