feat: card play 1
This commit is contained in:
12
Build.bat
Normal file
12
Build.bat
Normal file
@@ -0,0 +1,12 @@
|
||||
@echo off
|
||||
set "MSBUILD_PATH="
|
||||
for /f "delims=" %%i in ('where /r "C:\Program Files\Microsoft Visual Studio" msbuild.exe') do (
|
||||
set "MSBUILD_PATH=%%i"
|
||||
)
|
||||
"%MSBUILD_PATH%" CardGame\CardGame.sln /t:Build /p:Configuration=Debug /p:Platform=x64
|
||||
if %errorlevel%==0 (
|
||||
echo Build succeeded, output folder: CardGame\x64\Debug
|
||||
) else (
|
||||
echo Build failed
|
||||
)
|
||||
timeout /t 5
|
||||
Reference in New Issue
Block a user