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.
9 lines
752 B
9 lines
752 B
using System.Reflection;
|
|
|
|
[assembly:AssemblyTitleAttribute("Microsoft Application Deployment Framework Manifest Generator Tools")]
|
|
[assembly:AssemblyDescriptionAttribute("Microsoft Application Deployment Framework - Programmatic Access to Manifest Generation for .Net Applications")]
|
|
[assembly:AssemblyProductAttribute("Microsoft Application Deployment Framework")]
|
|
[assembly:AssemblyInformationalVersionAttribute("1.0.0.0")]
|
|
[assembly:AssemblyTrademarkAttribute("Microsoft® is a registered trademark of Microsoft Corporation. Windows(TM) is a trademark of Microsoft Corporation")]
|
|
[assembly:AssemblyCompanyAttribute("Microsoft Corporation")]
|
|
[assembly:AssemblyCopyrightAttribute("Copyright © Microsoft Corp. 1999-2002. All rights reserved.")]
|