1
|
|
using System.Reflection;
|
2
|
|
using System.Runtime.CompilerServices;
|
3
|
|
using System.Runtime.InteropServices;
|
4
|
|
|
5
|
|
|
6
|
|
|
7
|
|
|
8
|
|
[assembly: AssemblyTitle("Seasar.DynamicProxy")]
|
9
|
|
[assembly: AssemblyDescription("S2Container.NET 1.2.0-RC2")]
|
10
|
|
[assembly: AssemblyConfiguration("")]
|
11
|
|
[assembly: AssemblyCompany("")]
|
12
|
|
[assembly: AssemblyProduct("Seasar.DynamicProxy")]
|
13
|
|
[assembly: AssemblyCopyright("c Copyright The Seasar Foundation and the others 2005-2006, all rights reserved.")]
|
14
|
|
[assembly: AssemblyTrademark("")]
|
15
|
|
[assembly: AssemblyCulture("")]
|
16
|
|
|
17
|
|
|
18
|
|
|
19
|
|
|
20
|
|
[assembly: ComVisible(false)]
|
21
|
|
|
22
|
|
|
23
|
|
[assembly: Guid("f925f0ca-8440-4e2b-9f5b-25a99fae77c3")]
|
24
|
|
|
25
|
|
|
26
|
|
|
27
|
|
|
28
|
|
|
29
|
|
|
30
|
|
|
31
|
|
|
32
|
|
|
33
|
|
|
34
|
|
[assembly: AssemblyVersion("1.2.0.2")]
|
35
|
|
[assembly: AssemblyFileVersion("1.2.0")]
|
36
|
|
|