10 lines
513 B
C#
10 lines
513 B
C#
using System.Reflection;
|
|
|
|
[assembly: AssemblyTitle("STL Format Reader and Writer")]
|
|
[assembly: AssemblyDescription("Handles reading and writing the STL format.")]
|
|
[assembly: AssemblyCompany("Quantum Concepts Corporation")]
|
|
[assembly: AssemblyProduct("STL Format Reader and Writer")]
|
|
[assembly: AssemblyCopyright("Copyright © Quantum Concepts Corporation")]
|
|
[assembly: AssemblyTrademark("Copyright © Quantum Concepts Corporation")]
|
|
[assembly: AssemblyVersion("1.3.1")]
|
|
[assembly: AssemblyFileVersion("1.3.1")] |