12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- using System.Reflection;
- using System.Runtime.CompilerServices;
- using System.Runtime.InteropServices;
- using System.Windows;
- [assembly: AssemblyTitle("MECF.Framework.Common")]
- [assembly: AssemblyDescription("")]
- [assembly: AssemblyConfiguration("")]
- [assembly: AssemblyCompany("")]
- [assembly: AssemblyProduct("MECF.Framework.Common")]
- [assembly: AssemblyCopyright("Copyright © 2019")]
- [assembly: AssemblyTrademark("")]
- [assembly: AssemblyCulture("")]
- [assembly: log4net.Config.XmlConfigurator(Watch = true)]
- [assembly: ComVisible(false)]
- [assembly: Guid("3a86742f-8697-4fe7-9938-9405b271a1f2")]
- [assembly: ThemeInfo(
- ResourceDictionaryLocation.None,
-
-
- ResourceDictionaryLocation.SourceAssembly
-
-
- )]
- [assembly: AssemblyVersion("1.0.0.0")]
- [assembly: AssemblyFileVersion("1.0.0.0")]
|