123456789101112131415161718192021222324252627282930313233343536 |
- using System.Reflection;
- using System.Runtime.CompilerServices;
- using System.Runtime.InteropServices;
- [assembly: AssemblyTitle("ChangFa.Machinery.WebPage")]
- [assembly: AssemblyDescription("")]
- [assembly: AssemblyConfiguration("")]
- [assembly: AssemblyCompany("Microsoft")]
- [assembly: AssemblyProduct("ChangFa.Machinery.WebPage")]
- [assembly: AssemblyCopyright("版权所有(C) Microsoft 2015")]
- [assembly: AssemblyTrademark("")]
- [assembly: AssemblyCulture("")]
- [assembly: ComVisible(false)]
- [assembly: Guid("465e1ea4-7535-49ab-a983-e2e7e6acf11c")]
- [assembly: AssemblyVersion("1.0.0.0")]
- [assembly: AssemblyFileVersion("1.0.0.0")]
- [assembly: log4net.Config.XmlConfigurator(ConfigFile = "App_Data/Config/log4net.config", Watch = true)]
|