echo.
cd MySQL_Integrated
echo Building project...
dotnet build --configuration Release
dotnet build --configuration Release --verbosity quiet
set BUILD_RESULT=%ERRORLEVEL%
if %ERRORLEVEL% == 0 (
echo.
if %BUILD_RESULT% == 0 (
echo ✅ Build successful!
echo
|