Updated docs
This commit is contained in:
@@ -2,14 +2,13 @@ from enum import Enum
|
||||
|
||||
|
||||
class BuildSettingsNameEnum(Enum):
|
||||
|
||||
project_type = 'ProjectType'
|
||||
source_path = 'SourcePath'
|
||||
output_path = 'OutputPath'
|
||||
main = 'Main'
|
||||
entry_point = 'EntryPoint'
|
||||
include_package_data = 'IncludePackageData'
|
||||
included = 'Included'
|
||||
excluded = 'Excluded'
|
||||
package_data = 'PackageData'
|
||||
project_references = 'ProjectReferences'
|
||||
project_type = "ProjectType"
|
||||
source_path = "SourcePath"
|
||||
output_path = "OutputPath"
|
||||
main = "Main"
|
||||
entry_point = "EntryPoint"
|
||||
include_package_data = "IncludePackageData"
|
||||
included = "Included"
|
||||
excluded = "Excluded"
|
||||
package_data = "PackageData"
|
||||
project_references = "ProjectReferences"
|
||||
|
||||
Reference in New Issue
Block a user