Files
sdk-cpp/scripts/msbuild.ps1
Guilherme Werner 64c60a294c Create c++ project
2023-12-01 21:19:37 -03:00

5 lines
102 B
PowerShell

#!/usr/bin/env pwsh
# Windows (x86_64)
msbuild /p:Configuration="debug" /p:Platform="windows-x86_64"