@echo off setlocal EnableExtensions cd /d "%~dp0" if not exist "build-msvc32" mkdir "build-msvc32" call "%~dp0.vscode\msvc32.cmd" cl @"%~dp0msvc32_xbox_portable_tests.rsp" if errorlevel 1 exit /b %ERRORLEVEL% "%~dp0friidump-xbox-portable-metadata-test.exe" if errorlevel 1 exit /b %ERRORLEVEL% echo MSVC XBOX PORTABLE METADATA CONTRACT: PASS exit /b 0