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