2019-01-13 00:10:37 +01:00
|
|
|
package dmvcframeworkDT;
|
|
|
|
|
2021-09-29 19:30:14 +02:00
|
|
|
{$I ..\common_defines_design.inc}
|
2019-01-13 00:10:37 +01:00
|
|
|
{$LIBSUFFIX '103'}
|
|
|
|
|
|
|
|
requires
|
|
|
|
rtl,
|
|
|
|
designide,
|
|
|
|
ExpertsCreators,
|
|
|
|
IndySystem,
|
|
|
|
IndyProtocols,
|
|
|
|
IndyCore,
|
|
|
|
dbrtl,
|
|
|
|
dmvcframeworkRT;
|
|
|
|
|
|
|
|
contains
|
|
|
|
DMVC.Expert.CodeGen.NewControllerUnit in '..\..\ideexpert\DMVC.Expert.CodeGen.NewControllerUnit.pas',
|
|
|
|
DMVC.Expert.CodeGen.NewDMVCProject in '..\..\ideexpert\DMVC.Expert.CodeGen.NewDMVCProject.pas',
|
|
|
|
DMVC.Expert.CodeGen.NewProject in '..\..\ideexpert\DMVC.Expert.CodeGen.NewProject.pas',
|
|
|
|
DMVC.Expert.CodeGen.NewUnit in '..\..\ideexpert\DMVC.Expert.CodeGen.NewUnit.pas',
|
|
|
|
DMVC.Expert.CodeGen.NewWebModuleUnit in '..\..\ideexpert\DMVC.Expert.CodeGen.NewWebModuleUnit.pas',
|
|
|
|
DMVC.Expert.CodeGen.SourceFile in '..\..\ideexpert\DMVC.Expert.CodeGen.SourceFile.pas',
|
|
|
|
DMVC.Expert.CodeGen.Templates in '..\..\ideexpert\DMVC.Expert.CodeGen.Templates.pas',
|
|
|
|
DMVC.Expert.Forms.NewProjectWizard in '..\..\ideexpert\DMVC.Expert.Forms.NewProjectWizard.pas' {frmDMVCNewProject},
|
|
|
|
DMVC.Expert.Forms.NewUnitWizard in '..\..\ideexpert\DMVC.Expert.Forms.NewUnitWizard.pas' {frmDMVCNewUnit},
|
|
|
|
DMVC.Expert.NewUnitWizardEx in '..\..\ideexpert\DMVC.Expert.NewUnitWizardEx.pas',
|
|
|
|
DMVC.Expert.ProjectWizardEx in '..\..\ideexpert\DMVC.Expert.ProjectWizardEx.pas',
|
|
|
|
DMVC.Expert.Registration in '..\..\ideexpert\DMVC.Expert.Registration.pas',
|
|
|
|
DMVC.Splash.Registration in '..\..\ideexpert\DMVC.Splash.Registration.pas';
|
|
|
|
|
|
|
|
end.
|