4 lines
127 B
Batchfile
4 lines
127 B
Batchfile
@echo off
|
|
:: Call the central script with the specific generator for VS2022
|
|
call generate_solution.cmd "Visual Studio 17 2022"
|