xtd 0.2.0
Loading...
Searching...
No Matches

◆ target_id

enum class xtd::target_id
strong

Identifies the target, supported by an assembly.

Namespace
xtd
Library
xtd.core
See also
xtd::target_type
Enumerator
unknown 

The target is unknown.

console_application 

The target is console application.

gui_application 

The target is gui application.

test_application 

The target is test application.

interface_library 

The target is interface library.

module_library 

The target is module library.

shared_library 

The target is shared library.

static_library 

The target is static library.

custom_target 

The target is custom target.