Clean Delphi project files (.dproj/.groupproj) using MSBuild with RAD Studio environment to remove intermediate build artifacts and prepare for fresh compilation.
Clean Delphi .dproj or .groupproj files using MSBuild with RAD Studio environment. Specify project path, configuration, and platform to remove build artifacts and optimize project structure.
Build Delphi .dproj or .groupproj files using MSBuild with RAD Studio environment initialization. Specify project path, configuration, platform, and optional MSBuild/RAD Studio paths for tailored builds.
Automatically generate Delphi configuration files by parsing IDE build logs. Extracts library paths, compiler settings, and platform-specific configurations from successful compilations to eliminate manual setup.
Enables compilation of Delphi (RAD Studio) Object Pascal projects through natural language commands. Supports automatic Debug/Release builds for Win32 and Win64 platforms using the native Delphi compiler toolchain.
Enables building and cleaning Delphi projects (.dproj/.groupproj) on Windows using MSBuild with RAD Studio environment initialization. Supports both individual projects and group projects with configurable build configurations and platforms.
Enables AI coding agents to compile Delphi projects programmatically by parsing .dproj files, executing the Delphi compiler, and returning structured error results with multi-language support and automatic configuration generation from IDE build logs.