Welcome to mirror list, hosted at ThFree Co, Russian Federation.

AssemblyInfo.cs « Mono.Cecil.Tests « Test - github.com/mono/cecil.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 07d2e0bf0dd9c3f7ae46e014fd7b4a22b2a1087d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

[assembly: AssemblyTitle ("Mono.Cecil.Tests")]
[assembly: AssemblyProduct ("Mono.Cecil")]
[assembly: AssemblyCopyright ("Copyright © 2008 - 2010 Jb Evain")]

[assembly: ComVisible (false)]

[assembly: Guid ("da96c202-696a-457e-89af-5fa74e6bda0d")]

[assembly: AssemblyVersion ("1.0.0.0")]
[assembly: AssemblyFileVersion ("1.0.0.0")]