package EasyNSED7; {$R *.res} {$ALIGN 8} {$ASSERTIONS ON} {$BOOLEVAL OFF} {$DEBUGINFO ON} {$EXTENDEDSYNTAX ON} {$IMPORTEDDATA ON} {$IOCHECKS ON} {$LOCALSYMBOLS ON} {$LONGSTRINGS ON} {$OPENSTRINGS ON} {$OPTIMIZATION OFF} {$OVERFLOWCHECKS OFF} {$RANGECHECKS OFF} {$REFERENCEINFO ON} {$SAFEDIVIDE OFF} {$STACKFRAMES OFF} {$TYPEDADDRESS OFF} {$VARSTRINGCHECKS ON} {$WRITEABLECONST OFF} {$MINENUMSIZE 1} {$IMAGEBASE $400000} {$DESCRIPTION 'EasyNSE Runtime Package'} {$RUNONLY} {$IMPLICITBUILD ON} requires rtl, vcl, MPCommonLibD7; contains EasyNSETypes in '..\Source\EasyNSETypes.pas', EasyRegistry in '..\Source\EasyRegistry.pas', EasyCommonObjects in '..\Source\EasyCommonObjects.pas', EasyContextMenuHandler in '..\Source\EasyContextMenuHandler.pas', EasyCopyHookHandler in '..\Source\EasyCopyHookHandler.pas', EasyDataHandler in '..\Source\EasyDataHandler.pas', EasyDragDropHandler in '..\Source\EasyDragDropHandler.pas', EasyDropHandler in '..\Source\EasyDropHandler.pas', EasyIconHandler in '..\Source\EasyIconHandler.pas', EasyIDEComponents in '..\Source\EasyIDEComponents.pas', EasyPropertySheetHandler in '..\Source\EasyPropertySheetHandler.pas', EasyQueryInfoHandler in '..\Source\EasyQueryInfoHandler.pas', EasyThumbnailHandler in '..\Source\EasyThumbnailHandler.pas', EasyUtilities in '..\Source\EasyUtilities.pas', EasyIconOverlayHandler in '..\Source\EasyIconOverlayHandler.pas', EasyNamespaceHandler in '..\Source\EasyNamespaceHandler.pas', EasyActionIdleHook in '..\Source\EasyActionIdleHook.pas', EasyColumnHandler in '..\Source\EasyColumnHandler.pas', EasyBandHandlers in '..\Source\EasyBandHandlers.pas', EasyActivationContext in '..\Source\EasyActivationContext.pas', EasyThreadSafeMenus in '..\Source\EasyThreadSafeMenus.pas', EasyModalForm in '..\Source\EasyModalForm.pas'; end.