19 lines
700 B
C#
19 lines
700 B
C#
using System.Reflection;
|
|
using System.Runtime.InteropServices;
|
|
|
|
// ScreenFx © NullTale - https://twitter.com/NullTale/
|
|
[assembly: AssemblyTitle("ScreenFx")]
|
|
[assembly: AssemblyDescription("")]
|
|
[assembly: AssemblyConfiguration("")]
|
|
[assembly: AssemblyCompany("NullTale")]
|
|
[assembly: AssemblyProduct("ScreenFx")]
|
|
[assembly: AssemblyCopyright("Copyright © Null Tale, 2023")]
|
|
|
|
// Setting ComVisible to false makes the types in this assembly not visible
|
|
// to COM components. If you need to access a type in this assembly from
|
|
// COM, set the ComVisible attribute to true on that type.
|
|
[assembly: ComVisible(false)]
|
|
|
|
[assembly: AssemblyVersion("1.0.0.0")]
|
|
[assembly: AssemblyFileVersion("1.0.0.0")]
|