SourceFileRole

Determines the role that a file plays in the build process.

If a file has multiple roles, higher enum values will have precedence, i.e. if a file is used both, as a source file and as an import file, it will be classified as a source file.

Values

ValueMeaning
unusedStringImport

Used as a string import for another configuration/platform

unusedImport

Used as an import for another configuration/platform

unusedSource

Used as a source file for another configuration/platform

stringImport

Used as a string import file

import_

Used as an import file

source

Used as a source file

Meta