/Katmai_November_CTP/HelloWorld_CLR/HelloWorldService/vb/HelloWorldService/My Project/AssemblyInfo.vb
Visual Basic | 42 lines | 19 code | 8 blank | 15 comment | 0 complexity | e5464f47f2c639fba671456f858410a2 MD5 | raw file
1Imports System 2Imports System.Reflection 3Imports System.Runtime.InteropServices 4Imports System.Security 5 6' General Information about an assembly is controlled through the following 7' set of attributes. Change these attribute values to modify the information 8' associated with an assembly. 9 10' Review the values of the assembly attributes 11 12<Assembly: AssemblyTitle("HelloWorldService")> 13<Assembly: AssemblyDescription("")> 14<Assembly: AssemblyCompany("Microsoft Corporation")> 15<Assembly: AssemblyProduct("HelloWorldService")> 16<Assembly: AssemblyCopyright("Copyright © Microsoft Corporation ")> 17<Assembly: AssemblyTrademark("")> 18 19<Assembly: ComVisible(False)> 20 21'The following GUID is for the ID of the typelib if this project is exposed to COM 22<Assembly: Guid("0abeecd5-5257-4ba5-93db-b5393cd462d1")> 23 24' Version information for an assembly consists of the following four values: 25' 26' Major Version 27' Minor Version 28' Build Number 29' Revision 30' 31' You can specify all the values or you can default the Build and Revision Numbers 32' by using the '*' as shown below: 33' <Assembly: AssemblyVersion("1.0.*")> 34 35<Assembly: AssemblyVersion("1.0.0.0")> 36<Assembly: AssemblyFileVersion("1.0.0.0")> 37<Assembly: CLSCompliant(True)> 38<Assembly: System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.RequestMinimum)> 39<Assembly: System.Runtime.ConstrainedExecution.ReliabilityContract(System.Runtime.ConstrainedExecution.Consistency.MayCorruptInstance, System.Runtime.ConstrainedExecution.Cer.None)> 40<Assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1020:AvoidNamespacesWithFewTypes", Scope:="namespace", Target:="Microsoft.Samples.SqlServer")> 41 42<Assembly: Security.AllowPartiallyTrustedCallers()>