5 lines
167 B
Batchfile
5 lines
167 B
Batchfile
|
@echo off
|
||
|
|
||
|
"C:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Current\Bin\msbuild.exe" build\gsc-tool.sln /p:Configuration=Release /p:Platform=x64
|
||
|
|
||
|
pause
|