Assembly properties

Pachuquin

Member
Licensed User
Longtime User
I can set the properties of an assembly with the following sentences in Visual Studio :

[assembly: AssemblyTitle("")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("")]
[assembly: AssemblyCopyright("")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

How can I do it in Basic4ppc?

Thanks
 
Top