Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
763 B

  1. using System.Reflection;
  2. [assembly:AssemblyTitleAttribute("Microsoft Application Deployment Framework Manifest Generator")]
  3. [assembly:AssemblyDescriptionAttribute("Microsoft Application Deployment Framework - Manifest Generation for .Net Applications")]
  4. [assembly:AssemblyProductAttribute("Microsoft Application Deployment Framework")]
  5. [assembly:AssemblyInformationalVersionAttribute("1.0.0.0")]
  6. [assembly:AssemblyTrademarkAttribute("Microsoft� is a registered trademark of Microsoft Corporation. Windows(TM) is a trademark of Microsoft Corporation")]
  7. [assembly:AssemblyCompanyAttribute("Microsoft Corporation")]
  8. [assembly:AssemblyCopyrightAttribute("Copyright � Microsoft Corp. 1999-2002. All rights reserved.")]
  9. [assembly:System.CLSCompliant(true)]