wangsheng
2021-12-01 751731362e5fcf901065c25eaed0319cf7a27cc1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
using log4net.Config;
using System.Reflection;
using System.Runtime.InteropServices;
 
[assembly: AssemblyCompany("YBSOFT")]
[assembly: AssemblyProduct("Common")]
[assembly: XmlConfigurator(ConfigFile = "log4net.config ", Watch = true)]
[assembly: AssemblyTitle("Common")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCopyright("Copyright © YBSOFT 2017")]
[assembly: AssemblyTrademark("")]
[assembly: ComVisible(false)]
[assembly: Guid("a778c58a-9059-4154-86ed-496843da6a36")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyVersion("3.3")]