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.

40 lines
1.7 KiB

  1. using System.Reflection;
  2. using System.Security.Permissions;
  3. using System.Runtime.CompilerServices;
  4. //
  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. //
  9. [assembly: AssemblyTitle("recalcstats.exe")]
  10. [assembly: AssemblyDescription("")]
  11. [assembly: AssemblyConfiguration("")]
  12. [assembly: AssemblyCompany("Microsoft Corporation")]
  13. [assembly: AssemblyProduct("UDDI Services")]
  14. [assembly: AssemblyCopyright("Copyright(c) 2002 Microsoft Corporation")]
  15. [assembly: AssemblyTrademark("")]
  16. [assembly: AssemblyCulture("")]
  17. [assembly: PermissionSetAttribute(SecurityAction.RequestMinimum, Name = "FullTrust")]
  18. //
  19. // In order to sign your assembly you must specify a key to use. Refer to the
  20. // Microsoft .NET Framework documentation for more information on assembly signing.
  21. //
  22. // Use the attributes below to control which key is used for signing.
  23. //
  24. // Notes:
  25. // (*) If no key is specified - the assembly cannot be signed.
  26. // (*) KeyName refers to a key that has been installed in the Crypto Service
  27. // Provider (CSP) on your machine.
  28. // (*) If the key file and a key name attributes are both specified, the
  29. // following processing occurs:
  30. // (1) If the KeyName can be found in the CSP - that key is used.
  31. // (2) If the KeyName does not exist and the KeyFile does exist, the key
  32. // in the file is installed into the CSP and used.
  33. // (*) Delay Signing is an advanced option - see the Microsoft .NET Framework
  34. // documentation for more information on this.
  35. //
  36. [assembly: AssemblyDelaySign(false)]
  37. [assembly: AssemblyKeyFile("")]
  38. [assembly: AssemblyKeyName("")]