Compile VCL UI Pack in Debug Mode?

How can I build VCL UI Pack in debug mode?

Then when done compile back to release mode?

Using C++Builder.

You can specify the build mode when you do the build with msbuild
https://docwiki.embarcadero.com/RADStudio/Sydney/en/Building_a_Project_Using_an_MSBuild_Command
See /p:config switch

I see - it looks like I have to open a command prompt through Embarcadero then run the build.

So I know I have the correct projects/files, can you give me the sample command line for the VCL UI Pack for C++Builder / Delphi version 11.3 ?

MSBUILD TMSVCLUIPackPkgDXE14.dproj /p:config=Release
MSBUILD TMSVCLUIPackPkgEXDXE14.dproj /p:config=Release
MSBUILD TMSVCLUIPackPkgDEDXE14.dproj /p:config=Release
MSBUILD TMSVCLUIPackPkgXLSDXE14.dproj /p:config=Release
MSBUILD TMSVCLUIPackPkgWizDXE14.dproj /p:config=Release

Thanks - I'm new to Delphi/C++Builder I was trying to figure out what all the numbers meant, I found Compiler Versions - RAD Studio but how does Builder 11.3 relate to "14" ?

We just kept sequential package number naming since Delphi XE was introduced.