AbetoDesign_FactuGES2/Source/Modulos/Contratos de cliente/Model/ContratosCliente_model.dpk

49 lines
1.1 KiB
ObjectPascal
Raw Normal View History

package ContratosCliente_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}
requires
rtl,
dbrtl,
vcl,
vcldb,
dsnap,
adortl,
Base,
Contactos_model,
Contactos_controller,
RemObjects_Core_D11,
DataAbstract_Core_D11;
contains
uBizDetallesContratoCliente in 'uBizDetallesContratoCliente.pas',
uBizContratosCliente in 'uBizContratosCliente.pas',
uIDataModuleContratosCliente in 'Data\uIDataModuleContratosCliente.pas',
uIDataModuleContratosClienteReport in 'Data\uIDataModuleContratosClienteReport.pas',
schContratosClienteClient_Intf in 'schContratosClienteClient_Intf.pas',
schContratosClienteServer_Intf in 'schContratosClienteServer_Intf.pas';
end.