Build System
The BuildSystem is a console dotnet application that manages a group of projects and is capable of:
- Compiling;
 - Publishing;
 - Creating documentation.
 
The BuildSystem provides a flexible, customizable tool for organizing the build process of multi-platform projects:
- Delphi;
 - C#;
 - C++;
 - IDL-files (interface definition language);
 - Wix.
 
The list of projects can be extended independently.
Main idea
The main idea is to simplify the build process for an application whose modules are written in different languages:
- Principle of IaC (Infrastructure as Code);
 - Ability to debug the build process;
 - Executing batch actions in a single command.
 
Sections
The following useful sections are available: