Powershell scripts and modules for building Visual Studio based msbuild C/C++ projects, focused on Windows driver projects.
- Add this repo as a submodule to a visual studio driver project.
- From powershell optionally add HTS extensions to the project .vxcproj file using updateProject.
- Use build to build the project.
Build a Visual Studio solution or project using the specified environment.
Creates a CAB file from a list of files.
Create a driver project from an existing sample in a local copy of the github repo https://github.com/microsoft/Windows-driver-samples.
Signs a list of files using signtool.exe and a certificate specified in a json config file.
Add HTS extensions to msbuild project file
Update symbol store with binary files
Generate version files for the project.
Sets up the development environment for the Windows Driver Kit (WDK).