package FacturasCliente_model; {$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 OFF} {$TYPEDADDRESS OFF} {$VARSTRINGCHECKS ON} {$WRITEABLECONST OFF} {$MINENUMSIZE 1} {$IMAGEBASE $400000} {$IMPLICITBUILD OFF} {%TogetherDiagram 'ModelSupport_FacturasCliente_model\default.txaPackage'} requires rtl, dbrtl, vcl, DataAbstract_D10, dsnap, vcldb, adortl, vcljpg, cxLibraryD10, dxThemeD10, cxEditorsD10, cxDataD10, cxExtEditorsD10, cxGridD10, cxPageControlD10, Base, Empresas_controller, Usuarios, Contactos_model, TiposIVA_model, TiposIVA_controller; contains uBizFacturasCliente in 'uBizFacturasCliente.pas', uIDataModuleFacturasCliente in 'Data\uIDataModuleFacturasCliente.pas', uBizDetallesFacturaCliente in 'uBizDetallesFacturaCliente.pas', uIDataModuleFacturasClienteReport in 'Data\uIDataModuleFacturasClienteReport.pas', schFacturasClienteClient_Intf in 'schFacturasClienteClient_Intf.pas', schFacturasClienteServer_Intf in 'schFacturasClienteServer_Intf.pas'; end.