Skip to content

Commit

Permalink
We need this file.
Browse files Browse the repository at this point in the history
  • Loading branch information
jlechem committed Mar 4, 2024
1 parent c113f62 commit c00f093
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions IpViewer.BusinessObject/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -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)]

0 comments on commit c00f093

Please sign in to comment.