@echo off
rem AUTOGENERATED by FslBuildGen 
rem Any manual changes to it will be lost if its regenerated.

rem Update all the required projects
FslBuildgen.py -p ##PLATFORM_NAME## --VSVersion ##VS_VERSION##
if %errorlevel% neq 0 (
  pause
  exit /b %errorlevel%
)

rem Do any necessary environment configuration
##CONFIG_SCRIPTS##

rem Launch the actual project file
start ##PROJECT_NAME##.sln
