PageRenderTime 44ms CodeModel.GetById 20ms RepoModel.GetById 0ms app.codeStats 0ms

/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. using System.Reflection;
  3. using System.Runtime.CompilerServices;
  4. using System.Runtime.InteropServices;
  5. #endregion
  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. [assembly: AssemblyTitle("T8_HelloWorldClient")]
  10. [assembly: AssemblyDescription("")]
  11. [assembly: AssemblyConfiguration("")]
  12. [assembly: AssemblyCompany("Microsoft Corporation")]
  13. [assembly: AssemblyProduct("T8_HelloWorldClient")]
  14. [assembly: AssemblyCopyright("Copyright © Microsoft Corporation 2005")]
  15. [assembly: AssemblyTrademark("")]
  16. [assembly: AssemblyCulture("")]
  17. // Version information for an assembly consists of the following four values:
  18. //
  19. // Major Version
  20. // Minor Version
  21. // Build Number
  22. // Revision
  23. //
  24. // You can specify all the values or you can default the Revision and Build Numbers
  25. // by using the '*' as shown below:
  26. [assembly: AssemblyVersion("1.0.*")]
  27. [assembly: ComVisible(false)]
  28. [assembly: System.CLSCompliant(true)]
  29. [assembly: System.Runtime.ConstrainedExecution.ReliabilityContract(System.Runtime.ConstrainedExecution.Consistency.MayCorruptInstance, System.Runtime.ConstrainedExecution.Cer.None)]
  30. [assembly: System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.RequestMinimum)]
  31. [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1020:AvoidNamespacesWithFewTypes", Scope = "namespace", Target = "Microsoft.Samples.SqlServer")]