In Visual Studio projects, both executables or dll, it is possible to define some assembly information (like company name, product version, copyright...), which will be visible in the compiled file properties. This can be easily obtained by setting appropriate values in the project properties page.
Is there a way to do the same thing for FTN95 projects (.NET mode), by setting compiler options or by coding?