forked from msallin/SQLiteCodeFirst
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAssemblySharedInfo.cs
More file actions
15 lines (12 loc) · 1.27 KB
/
Copy pathAssemblySharedInfo.cs
File metadata and controls
15 lines (12 loc) · 1.27 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
[assembly: AssemblyProduct("SQLite.CodeFirst")]
[assembly: AssemblyCopyright("Copyright © Marc Sallin")]
[assembly: AssemblyCompany("Marc Sallin")]
[assembly: InternalsVisibleTo("SQLite.CodeFirst.Test, PublicKey=0024000004800000940000000602000000240000525341310004000001000100876e960bb524e1c209574fe02f95fb325db28653f62d28ecee8ca98efcb710e62125441710d31dc21a101f4fb24149a8c2ddeb2202cd432d9cd0a00be9f81b0131a6751874906f404260ec85790c2ab0a41ab4b9ca9638158fa9a168c18f2ac1cdc3b177ab3a3b8307f16bb938cb37a568e4cc081ba78bea2bd10bfeceff5f98", AllInternalsVisible = true)]
[assembly: InternalsVisibleTo("DynamicProxyGenAssembly2, PublicKey=0024000004800000940000000602000000240000525341310004000001000100c547cac37abd99c8db225ef2f6c8a3602f3b3606cc9891605d02baa56104f4cfc0734aa39b93bf7852f7d9266654753cc297e7d2edfe0bac1cdcf9f717241550e0a7b191195b7667bb4f64bcb8e2121380fd1d9d46ad2d92d2d15605093924cceaf74c4861eff62abf69b9291ed0a340e113be11e6a7d3113e92484cf7045cc7")]
// 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)]