/Kilimanjaro_November_CTP/HelloWorld_CLR/HelloWorldClient/cs/HelloWorldClient/Properties/AssemblyInfo.cs
C# | 36 lines | 19 code | 5 blank | 12 comment | 0 complexity | 7c732415705c516dcffe79db5c60fe60 MD5 | raw file
1#region Using directives 2 3using System.Reflection; 4using System.Runtime.CompilerServices; 5using System.Runtime.InteropServices; 6 7#endregion 8 9// General Information about an assembly is controlled through the following 10// set of attributes. Change these attribute values to modify the information 11// associated with an assembly. 12[assembly: AssemblyTitle("T8_HelloWorldClient")] 13[assembly: AssemblyDescription("")] 14[assembly: AssemblyConfiguration("")] 15[assembly: AssemblyCompany("Microsoft Corporation")] 16[assembly: AssemblyProduct("T8_HelloWorldClient")] 17[assembly: AssemblyCopyright("Copyright © Microsoft Corporation 2005")] 18[assembly: AssemblyTrademark("")] 19[assembly: AssemblyCulture("")] 20 21// Version information for an assembly consists of the following four values: 22// 23// Major Version 24// Minor Version 25// Build Number 26// Revision 27// 28// You can specify all the values or you can default the Revision and Build Numbers 29// by using the '*' as shown below: 30[assembly: AssemblyVersion("1.0.*")] 31 32[assembly: ComVisible(false)] 33[assembly: System.CLSCompliant(true)] 34[assembly: System.Runtime.ConstrainedExecution.ReliabilityContract(System.Runtime.ConstrainedExecution.Consistency.MayCorruptInstance, System.Runtime.ConstrainedExecution.Cer.None)] 35[assembly: System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.RequestMinimum)] 36[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1020:AvoidNamespacesWithFewTypes", Scope = "namespace", Target = "Microsoft.Samples.SqlServer")]