diff --git a/IpViewer.BusinessObject/Properties/AssemblyInfo.cs b/IpViewer.BusinessObject/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..a2ce46e --- /dev/null +++ b/IpViewer.BusinessObject/Properties/AssemblyInfo.cs @@ -0,0 +1,15 @@ +using System.Reflection; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; +[assembly: AssemblyTrademark("Copyright © 2024 Justin LeCheminant")] +[assembly: AssemblyCulture("")] + +// 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)] + +// The following GUID is for the ID of the typelib if this project is exposed to COM +[assembly: Guid("cec8f7ca-e713-466a-9312-bac6772f3be5")] + +[assembly: log4net.Config.XmlConfigurator(Watch = true)]