1234567891011121314151617181920 |
- using System.Diagnostics;
- using System.Reflection;
- using System.Runtime.CompilerServices;
- using System.Runtime.InteropServices;
- [assembly: AssemblyFileVersion("1.0.0.0")]
- [assembly: Guid("e7ad38ad-88fd-4eff-ba3d-27c43057dc13")]
- [assembly: ComVisible(false)]
- [assembly: AssemblyTrademark("")]
- [assembly: AssemblyCopyright("Copyright © 2007")]
- [assembly: AssemblyProduct("SunRoxmDTS.Facade")]
- [assembly: AssemblyCompany("")]
- [assembly: AssemblyConfiguration("")]
- [assembly: AssemblyDescription("")]
- [assembly: AssemblyTitle("SunRoxmDTS.Facade")]
- [assembly: Debuggable(DebuggableAttribute.DebuggingModes.Default | DebuggableAttribute.DebuggingModes.DisableOptimizations | DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints | DebuggableAttribute.DebuggingModes.EnableEditAndContinue)]
- [assembly: CompilationRelaxations(8)]
- [assembly: RuntimeCompatibility(WrapNonExceptionThrows = true)]
- [assembly: AssemblyVersion("1.0.0.0")]
|