home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 November / PCWorld_2007-11_cd.bin / multimedia / mediacoder / MediaCoder-0.6.0.3830.exe / xulapp / application.ini
INI File  |  2006-06-29  |  1KB  |  38 lines

  1. [App]
  2. ;
  3. ; This field specifies your organization's name.  This field is recommended,
  4. ; but optional.
  5. Vendor=MozillaTest
  6. ;
  7. ; This field specifies your application's name.  This field is required.
  8. Name=XULMusic
  9. ;
  10. ; This field specifies your application's version.  This field is optional.
  11. Version=0.2
  12. ;
  13. ; This field specifies your application's build ID (timestamp).  This field is
  14. ; required.
  15. BuildID=2005060216
  16. ;
  17. ; This field specifies a compact copyright notice for your application.  This
  18. ; field is optional.
  19. Copyright=Copyright (c) 2005 Mozilla.org
  20. ;
  21. ; This ID is just an example.  Every XUL app ought to have it's own unique ID.
  22. ; You can use the microsoft "guidgen" or "uuidgen" tools, or go on
  23. ; irc.mozilla.org and /msg botbot uuid.  This field is optional.
  24. ID={ae2cff10-0d52-4066-8be9-4abcf119fa78}
  25.  
  26. [Gecko]
  27. ;
  28. ; This field is required.  It specifies the minimum Gecko version that this
  29. ; application requires.  Specifying 1.8 matches all releases with a version
  30. ; prefixed by 1.8 (e.g., 1.8a4, 1.8b, 1.8.2).
  31. MinVersion=1.8
  32. ;
  33. ; This field is optional.  It specifies the maximum Gecko version that this
  34. ; application requires.  It should be specified if your application uses
  35. ; unfrozen interfaces.  Specifying 1.8 matches all releases with a version
  36. ; prefixed by 1.8 (e.g., 1.8a4, 1.8b, 1.8.2).
  37. MaxVersion=1.9
  38.