2
0
mirror of https://github.com/tribufu/sdk-cpp synced 2025-06-19 08:25:00 +00:00
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"