Specifying IDE, Project, Folder and File Properties
The properties you specify for the IDE apply to all projects.
You can also specify project, folder and file properties to control the way you build your applications.
Overview of COBOL Project Properties You can specify default properties that apply to the COBOL projects in all or selected build configurations, to folders opened
in Solution Explorer using Open > Folder, and to individual files in the projects.
Configuring Visual Studio The IDE-configuration options you set in Visual Studio, in Tools > Options, apply to all projects in your solutions.
Project and Folder Properties The COBOL project properties comprise some properties that apply to the project generally, regardless of the type of build,
and some properties that apply to specific build configurations of the project, such as a debug build or release build.
To specify file properties By default, files in your project inherit the properties set at project level. You can, however, specify properties for individual
files and these properties override the properties set on the project.
To reset the file properties By default, files in your project inherit the properties set at project level. If any of the default file properties have
changed, you can reset them to the values specified at project level.
To configure how the IDE determines the Compiler directives of files The Determine Directives context menu command in Solution Explorer and in the Project Details window causes the IDE to scan the files in your project
and set any required Compiler directives. You can configure this behavior from the IDE preferences.