Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
 
 
 
 
 
 

40 рядки
1.4 KiB

  1. //
  2. // libpipi Pathetic image processing interface library
  3. // Copyright (c) 2004-2008 Sam Hocevar <sam@zoy.org>
  4. // All Rights Reserved
  5. //
  6. // $Id$
  7. //
  8. // This library is free software. It comes without any warranty, to
  9. // the extent permitted by applicable law. You can redistribute it
  10. // and/or modify it under the terms of the Do What The Fuck You Want
  11. // To Public License, Version 2, as published by Sam Hocevar. See
  12. // http://sam.zoy.org/wtfpl/COPYING for more details.
  13. //
  14. using System.Reflection;
  15. using System.Runtime.CompilerServices;
  16. // Information about this assembly is defined by the following attributes.
  17. // Change them to the values specific to your project.
  18. [assembly: AssemblyTitle("Pipi")]
  19. [assembly: AssemblyDescription("")]
  20. [assembly: AssemblyConfiguration("")]
  21. [assembly: AssemblyCompany("")]
  22. [assembly: AssemblyProduct("")]
  23. [assembly: AssemblyCopyright("")]
  24. [assembly: AssemblyTrademark("")]
  25. [assembly: AssemblyCulture("")]
  26. // The assembly version has the format "{Major}.{Minor}.{Build}.{Revision}".
  27. // If the build and revision are set to '*' they will be updated automatically.
  28. //[assembly: AssemblyVersion("1.0.*.*")]
  29. // The following attributes are used to specify the signing key for the assembly,
  30. // if desired. See the Mono documentation for more information about signing.
  31. [assembly: AssemblyDelaySign(false)]
  32. //[assembly: AssemblyKeyFile("pipi-sharp.snk")]