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

AssemblyInfo.cs « Mono.Cecil.Pdb « pdb « symbols - github.com/mono/cecil.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c4b4e2e9e08af6b61924b16888aa379eaf3385bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
//
// 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;
using System.Reflection;

[assembly: AssemblyTitle ("Mono.Cecil.Pdb")]

[assembly: CLSCompliant (false)]