123456789101112131415161718192021222324 |
- using System;
- using System.Reflection;
- [assembly: System.Reflection.AssemblyCompanyAttribute("tSystem.Infrastructure")]
- [assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
- [assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
- [assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
- [assembly: System.Reflection.AssemblyProductAttribute("tSystem.Infrastructure")]
- [assembly: System.Reflection.AssemblyTitleAttribute("tSystem.Infrastructure")]
- [assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|