Project sources
The specified files are involved in:
Rules for specification:
- Relative paths are allowed relative to the current location of the JSON settings file.
- File masks are allowed (e.g., "C:/folder/*.cs").
- Specify "/**" to include all subdirectories
- Additional constants:
- $native_project:sources$ – all source files of Delphi project based on the primary project dproj-file.
Example
"sources": [
"$native_project:sources$",
"../main/src/*.cs",
"../test/**",
"../sub_test/**/*.cs"
]