package RemObjects_Everwood_D7; {$R *.res} {$ALIGN 8} {$ASSERTIONS ON} {$BOOLEVAL OFF} {$DEBUGINFO ON} {$EXTENDEDSYNTAX ON} {$IMPORTEDDATA ON} {$IOCHECKS ON} {$LOCALSYMBOLS ON} {$LONGSTRINGS ON} {$OPENSTRINGS ON} {$OPTIMIZATION ON} {$OVERFLOWCHECKS OFF} {$RANGECHECKS OFF} {$REFERENCEINFO ON} {$SAFEDIVIDE OFF} {$STACKFRAMES ON} {$TYPEDADDRESS OFF} {$VARSTRINGCHECKS ON} {$WRITEABLECONST OFF} {$MINENUMSIZE 1} {$IMAGEBASE $400000} {$DESCRIPTION 'RemObjects Everwood for Delphi'} {$DESIGNONLY} {$IMPLICITBUILD OFF} {$DEFINE xDEBUG_EVERWOOD_SHOW_NEW_MODULE_CODE} requires rtl, vcl, vclie, designide, vclx; contains uEWOTAWizards in 'uEWOTAWizards.pas', uEWOTAHelpers in 'uEWOTAHelpers.pas', uEWSampleInfo in 'uEWSampleInfo.pas' {SampleInfoForm}, uEWOTANewModuleExpert in 'uEWOTANewModuleExpert.pas', RemObjects_Everwood_Reg in 'RemObjects_Everwood_Reg.pas', uEWOTANewProjectExpert in 'uEWOTANewProjectExpert.pas', uEWOTARepositoryExpert in 'uEWOTARepositoryExpert.pas', uEWMenuManager in 'uEWMenuManager.pas', uEWAbout in 'uEWAbout.pas', uEWWizard in 'uEWWizard.pas' {EWWizardForm}, uEWTools in 'uEWTools.pas', uEWOTAMessages in 'uEWOTAMessages.pas', uEWStringTools in 'uEWStringTools.pas', uEWHelpers in 'uEWHelpers.pas'; end.