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.
17 lines
961 B
17 lines
961 B
using System.Reflection;
|
|
using System.Runtime.CompilerServices;
|
|
|
|
[assembly:AssemblyCultureAttribute("")]
|
|
[assembly:AssemblyVersionAttribute("0.0.0.0")]
|
|
[assembly:AssemblyKeyFileAttribute("..\\..\\applicationmonikerkey.snk")]
|
|
|
|
[assembly:AssemblyTitleAttribute("Microsoft Application Deployment Framework Application Moniker")]
|
|
[assembly:AssemblyDescriptionAttribute("Microsoft Application Deployment Framework - Application Download Services")]
|
|
[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.")]
|
|
|
|
[assembly:System.CLSCompliant(true)]
|
|
|