AssemblyInfo.cs 1.1 KB

1234567891011121314151617181920212223242526
  1. using System;
  2. using System.Diagnostics;
  3. using System.Reflection;
  4. using System.Resources;
  5. using System.Runtime.CompilerServices;
  6. using System.Runtime.InteropServices;
  7. [assembly: AssemblyFileVersion("2.0.50727.1433")]
  8. [assembly: AssemblyCopyright("© Microsoft Corporation. All rights reserved.")]
  9. [assembly: ComVisible(false)]
  10. [assembly: RuntimeCompatibility(WrapNonExceptionThrows = true)]
  11. //[assembly: AssemblyKeyFile("f:\\RedBits\\Tools\\devdiv\\FinalPublicKey.snk")]
  12. [assembly: AssemblyDelaySign(true)]
  13. [assembly: NeutralResourcesLanguage("en-US")]
  14. [assembly: SatelliteContractVersion("2.0.0.0")]
  15. [assembly: AssemblyInformationalVersion("2.0.50727.1433")]
  16. [assembly: Debuggable(DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints)]
  17. [assembly: CompilationRelaxations(8)]
  18. [assembly: AssemblyProduct("Microsoft® .NET Framework")]
  19. [assembly: AssemblyCompany("Microsoft Corporation")]
  20. [assembly: AssemblyDefaultAlias("InstallUtil.exe")]
  21. [assembly: AssemblyDescription("InstallUtil.exe")]
  22. [assembly: AssemblyTitle("InstallUtil.exe")]
  23. [assembly: CLSCompliant(true)]
  24. [assembly: AssemblyVersion("2.0.0.0")]