Advertisement
Guest User

Untitled

a guest
Aug 26th, 2019
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.54 KB | None | 0 0
  1. using System;
  2. using System.Diagnostics;
  3. using System.Drawing;
  4. using System.Reflection;
  5. using System.Resources;
  6. using System.Runtime.CompilerServices;
  7. using System.Runtime.InteropServices;
  8. using System.Security;
  9. using System.Security.Permissions;
  10.  
  11. [assembly: AssemblyVersion("4.0.0.0")]
  12. [assembly: CompilationRelaxations(8)]
  13. [assembly: Debuggable(DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints)]
  14. [assembly: Dependency("System,", LoadHint.Always)]
  15. [assembly: TypeLibVersion(2, 4)]
  16. [assembly: BitmapSuffixInSatelliteAssembly]
  17. [assembly: ComVisible(false)]
  18. [assembly: CLSCompliant(true)]
  19. [assembly: AllowPartiallyTrustedCallers]
  20. [assembly: SecurityRules(SecurityRuleSet.Level1, SkipVerificationInFullTrust = true)]
  21. [assembly: AssemblyTitle("System.Drawing.dll")]
  22. [assembly: AssemblyDescription("System.Drawing.dll")]
  23. [assembly: AssemblyDefaultAlias("System.Drawing.dll")]
  24. [assembly: AssemblyCompany("Microsoft Corporation")]
  25. [assembly: AssemblyProduct("Microsoft® .NET Framework")]
  26. [assembly: AssemblyCopyright("© Microsoft Corporation. All rights reserved.")]
  27. [assembly: AssemblyFileVersion("4.8.3761.0")]
  28. [assembly: AssemblyInformationalVersion("4.8.3761.0")]
  29. [assembly: SatelliteContractVersion("4.0.0.0")]
  30. [assembly: NeutralResourcesLanguage("en-US")]
  31. [assembly: AssemblyDelaySign(true)]
  32. [assembly: AssemblyKeyFile("f:\\dd\\tools\\devdiv\\FinalPublicKey.snk")]
  33. [assembly: AssemblySignatureKey("002400000c800000140100000602000000240000525341310008000001000100613399aff18ef1a2c2514a273a42d9042b72321f1757102df9ebada69923e2738406c21e5b801552ab8d200a65a235e001ac9adc25f2d811eb09496a4c6a59d4619589c69f5baf0c4179a47311d92555cd006acc8b5959f2bd6e10e360c34537a1d266da8085856583c85d81da7f3ec01ed9564c58d93d713cd0172c8e23a10f0239b80c96b07736f5d8b022542a4e74251a5f432824318b3539a5a087f8e53d2f135f9ca47f3bb2e10aff0af0849504fb7cea3ff192dc8de0edad64c68efde34c56d302ad55fd6e80f302d5efcdeae953658d3452561b5f36c542efdbdd9f888538d374cef106acf7d93a4445c3c73cd911f0571aaf3d54da12b11ddec375b3", "a5a866e1ee186f807668209f3b11236ace5e21f117803a3143abb126dd035d7d2f876b6938aaf2ee3414d5420d753621400db44a49c486ce134300a2106adb6bdb433590fef8ad5c43cba82290dc49530effd86523d9483c00f458af46890036b0e2c61d077d7fbac467a506eba29e467a87198b053c749aa2a4d2840c784e6d")]
  34. [assembly: ComCompatibleVersion(1, 0, 3300, 0)]
  35. [assembly: RuntimeCompatibility(WrapNonExceptionThrows = true)]
  36. [assembly: DefaultDllImportSearchPaths(DllImportSearchPath.System32 | DllImportSearchPath.AssemblyDirectory)]
  37. [assembly: SecurityPermission(SecurityAction.RequestMinimum, SkipVerification = true)]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement