Leaked source code of windows server 2003
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.

51 lines
1.9 KiB

  1. using System.Reflection;
  2. using System.Runtime.CompilerServices;
  3. //
  4. // General Information about an assembly is controlled through the following
  5. // set of attributes. Change these attribute values to modify the information
  6. // associated with an assembly.
  7. //
  8. [assembly: AssemblyTitle("")]
  9. [assembly: AssemblyDescription("")]
  10. [assembly: AssemblyConfiguration("")]
  11. [assembly: AssemblyCompany("")]
  12. [assembly: AssemblyProduct("")]
  13. [assembly: AssemblyCopyright("")]
  14. [assembly: AssemblyTrademark("")]
  15. [assembly: AssemblyCulture("")]
  16. //
  17. // Version information for an assembly consists of the following four values:
  18. //
  19. // Major Version
  20. // Minor Version
  21. // Revision
  22. // Build Number
  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. //
  28. // In order to sign your assembly you must specify a key to use. Refer to the
  29. // Microsoft .NET Framework documentation for more information on assembly signing.
  30. //
  31. // Use the attributes below to control which key is used for signing.
  32. //
  33. // Notes:
  34. // (*) If no key is specified - the assembly cannot be signed.
  35. // (*) KeyName refers to a key that has been installed in the Crypto Service
  36. // Provider (CSP) on your machine.
  37. // (*) If the key file and a key name attributes are both specified, the
  38. // following processing occurs:
  39. // (1) If the KeyName can be found in the CSP - that key is used.
  40. // (2) If the KeyName does not exist and the KeyFile does exist, the key
  41. // in the file is installed into the CSP and used.
  42. // (*) Delay Signing is an advanced option - see the Microsoft .NET Framework
  43. // documentation for more information on this.
  44. //
  45. [assembly: AssemblyDelaySign(false)]
  46. [assembly: AssemblyKeyFile("")]
  47. [assembly: AssemblyKeyName("")]