1234567891011121314151617181920212223242526 |
- using System;
- using System.Diagnostics;
- using System.Reflection;
- using System.Resources;
- using System.Runtime.CompilerServices;
- using System.Runtime.InteropServices;
- [assembly: AssemblyFileVersion("2.0.50727.1433")]
- [assembly: AssemblyCopyright("© Microsoft Corporation. All rights reserved.")]
- [assembly: ComVisible(false)]
- [assembly: RuntimeCompatibility(WrapNonExceptionThrows = true)]
- //[assembly: AssemblyKeyFile("f:\\RedBits\\Tools\\devdiv\\FinalPublicKey.snk")]
- [assembly: AssemblyDelaySign(true)]
- [assembly: NeutralResourcesLanguage("en-US")]
- [assembly: SatelliteContractVersion("2.0.0.0")]
- [assembly: AssemblyInformationalVersion("2.0.50727.1433")]
- [assembly: Debuggable(DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints)]
- [assembly: CompilationRelaxations(8)]
- [assembly: AssemblyProduct("Microsoft® .NET Framework")]
- [assembly: AssemblyCompany("Microsoft Corporation")]
- [assembly: AssemblyDefaultAlias("InstallUtil.exe")]
- [assembly: AssemblyDescription("InstallUtil.exe")]
- [assembly: AssemblyTitle("InstallUtil.exe")]
- [assembly: CLSCompliant(true)]
- [assembly: AssemblyVersion("2.0.0.0")]
|