You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
632 B
22 lines
632 B
// |
|
// Author: |
|
// Jb Evain (jbevain@gmail.com) |
|
// |
|
// Copyright (c) 2008 - 2015 Jb Evain |
|
// Copyright (c) 2008 - 2011 Novell, Inc. |
|
// |
|
// Licensed under the MIT/X11 license. |
|
// |
|
|
|
using System.Reflection; |
|
using System.Runtime.CompilerServices; |
|
using System.Runtime.InteropServices; |
|
|
|
[assembly: AssemblyTitle (Consts.AssemblyName)] |
|
|
|
[assembly: Guid ("fd225bb4-fa53-44b2-a6db-85f5e48dcb54")] |
|
|
|
[assembly: InternalsVisibleTo ("ILRuntime.Mono.Cecil.Pdb")] |
|
[assembly: InternalsVisibleTo ("ILRuntime.Mono.Cecil.Mdb")] |
|
[assembly: InternalsVisibleTo ("ILRuntime.Mono.Cecil.Rocks")] |
|
[assembly: InternalsVisibleTo ("ILRuntime.Mono.Cecil.Tests")]
|
|
|