Everything

project.Kind


This property refers to the kind of the active project.

[Specification format]

project.Kind

[Setting(s)]

None

[Reference]

Kind of active project

Type

Description

Application

Project for application

Library

Project for library

DebugOnly

Debug-dedicated project

Empty

Project for empty application

CppApplication

Project for C++ application

RI600V4

Project for RI600V4

RI600PX

Project for RI600PX

RI850V4

Project for RI850V4

RI850MP

Project for RI850MP

RI78V4

Project for RI78V4

MulticoreBootLoader

Project for boot loader for multi-core

MulticoreApplication

Project for application for multi-core

[Detailed description]

-

This property refers to the kind of the active project.

[Example of use]

>>>print project.Kind
Application
>>>