using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; [assembly: AssemblyTitle("VolTools")] [assembly: AssemblyDescription("")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("NullTale")] [assembly: AssemblyProduct("VolTools")] [assembly: AssemblyCopyright("Copyright © Null Tale, 2023")] [assembly: InternalsVisibleTo("Tools.Editor")] [assembly: InternalsVisibleTo("VolFx")] // 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")]