Specifies the subsystem directive to the MSIL Assembler (ilasm.exe).
See the Visual Studio Help topic MSIL Assembler (ilasm.exe).
Restriction: This directive is supported for .NET COBOL only.
Syntax:
>>-----.--ILSUBSYSTEM--"value"-.----><
+-NOILSUBSYSTEM---------+
Parameters:
-
value
- Indicates the output type of the assembly. 2 (Windows application) is the only valid value.
Properties:
Default:
|
NOILSUBSYSTEM
|
IDE equivalent:
|
Click
Project
>
Properties >
Application
and fill in
Output Type
|