home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 September / Chip_2002-09_cd1.bin / zkuste / delphi / kolekce / d56 / XMLCOMP.ZIP / DclDnXml50.dpk < prev    next >
Text File  |  2002-06-16  |  867b  |  40 lines

  1. package DclDnXml50;
  2.  
  3. {$R *.RES}
  4. {$ALIGN ON}
  5. {$ASSERTIONS ON}
  6. {$BOOLEVAL OFF}
  7. {$DEBUGINFO ON}
  8. {$EXTENDEDSYNTAX ON}
  9. {$IMPORTEDDATA ON}
  10. {$IOCHECKS ON}
  11. {$LOCALSYMBOLS ON}
  12. {$LONGSTRINGS ON}
  13. {$OPENSTRINGS ON}
  14. {$OPTIMIZATION ON}
  15. {$OVERFLOWCHECKS OFF}
  16. {$RANGECHECKS OFF}
  17. {$REFERENCEINFO ON}
  18. {$SAFEDIVIDE OFF}
  19. {$STACKFRAMES OFF}
  20. {$TYPEDADDRESS OFF}
  21. {$VARSTRINGCHECKS ON}
  22. {$WRITEABLECONST ON}
  23. {$MINENUMSIZE 1}
  24. {$IMAGEBASE $400000}
  25. {$DESCRIPTION 'Delphi XML Component Persistence IDE Registrations'}
  26. {$DESIGNONLY}
  27. {$IMPLICITBUILD OFF}
  28.  
  29. requires
  30.   vcl50,
  31.   DnXml50;
  32.  
  33. contains
  34.   DnXmlRegister in 'DnXmlRegister.pas',
  35.   DnXmlEditors in 'DnXmlEditors.pas',
  36.   DnXmlComponentChooserForm in 'DnXmlComponentChooserForm.pas' {fmDnXmlComponentChooser},
  37.   DnXmlDictionaryEditorForm in 'DnXmlDictionaryEditorForm.pas' {fmDnXmlDictionaryEditor};
  38.  
  39. end.
  40.