FTN95 can produce programs in two formats: Win32 and .NET. Win32 programs are those that people have been running since Windows NT was developed and probably includes every Windows application you have heard of. FTN95 produces Win32 compatible programs by default. Microsoft .NET is a Java VM style environment in which the emphasis is on safety and rapid application development. FTN95 can produce code for Microsoft .NET 1.1 and above.
You can turn on .NET code generation by using the /CLR compiler switch and select the particular .NET version via /CLR_VER.