Skip to content

Commit

Permalink
Added AssemblyInfo
Browse files Browse the repository at this point in the history
  • Loading branch information
droyad committed Jan 24, 2024
1 parent f426a28 commit 2b5a47e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/dbup-oracle/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
using System;
using System.Runtime.InteropServices;

[assembly: ComVisible(false)]
[assembly: CLSCompliant(true)]

// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("4f62ae2f-797b-488d-a71e-f27873167fa1")]

0 comments on commit 2b5a47e

Please sign in to comment.