PageRenderTime 50ms CodeModel.GetById 25ms RepoModel.GetById 0ms app.codeStats 0ms

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