AssemblyInfo.cs 941 B

1234567891011121314151617181920
  1. using System.Diagnostics;
  2. using System.Reflection;
  3. using System.Runtime.CompilerServices;
  4. using System.Runtime.InteropServices;
  5. [assembly: AssemblyFileVersion("1.0.0.0")]
  6. [assembly: Guid("e7ad38ad-88fd-4eff-ba3d-27c43057dc13")]
  7. [assembly: ComVisible(false)]
  8. [assembly: AssemblyTrademark("")]
  9. [assembly: AssemblyCopyright("Copyright © 2007")]
  10. [assembly: AssemblyProduct("SunRoxmDTS.Facade")]
  11. [assembly: AssemblyCompany("")]
  12. [assembly: AssemblyConfiguration("")]
  13. [assembly: AssemblyDescription("")]
  14. [assembly: AssemblyTitle("SunRoxmDTS.Facade")]
  15. [assembly: Debuggable(DebuggableAttribute.DebuggingModes.Default | DebuggableAttribute.DebuggingModes.DisableOptimizations | DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints | DebuggableAttribute.DebuggingModes.EnableEditAndContinue)]
  16. [assembly: CompilationRelaxations(8)]
  17. [assembly: RuntimeCompatibility(WrapNonExceptionThrows = true)]
  18. [assembly: AssemblyVersion("1.0.0.0")]