AssemblyInfo.cs 927 B

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