Identifies the target, supported by an assembly.
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.
|