mirror of
https://github.com/danieleteti/delphimvcframework.git
synced 2024-11-15 15:55:54 +01:00
Updated packages to include new RESTClient units and the other required packages
This commit is contained in:
parent
4aebf2a6de
commit
4631d3c921
@ -41,7 +41,10 @@ requires
|
||||
FireDACIBDriver,
|
||||
FireDACMySQLDriver,
|
||||
loggerproRT,
|
||||
FireDACPgDriver;
|
||||
FireDACPgDriver,
|
||||
bindengine,
|
||||
bindcomp,
|
||||
RESTComponents;
|
||||
|
||||
contains
|
||||
Web.ApacheConst,
|
||||
@ -131,7 +134,9 @@ contains
|
||||
Json.Schema.Field.Arrays in '..\..\lib\swagdoc\Source\Json.Schema.Field.Arrays.pas',
|
||||
Json.Schema.Common.Types in '..\..\lib\swagdoc\Source\Json.Schema.Common.Types.pas',
|
||||
Json.Common.Helpers in '..\..\lib\swagdoc\Source\Json.Common.Helpers.pas',
|
||||
MVCFramework.Nullables in '..\..\sources\MVCFramework.Nullables.pas';
|
||||
MVCFramework.Nullables in '..\..\sources\MVCFramework.Nullables.pas',
|
||||
MVCFramework.RESTClient.Indy in '..\..\sources\MVCFramework.RESTClient.Indy.pas',
|
||||
MVCFramework.RESTClient.Intf in '..\..\sources\MVCFramework.RESTClient.Intf.pas';
|
||||
|
||||
end.
|
||||
|
||||
|
@ -117,6 +117,9 @@
|
||||
<DCCReference Include="FireDACMySQLDriver.dcp"/>
|
||||
<DCCReference Include="loggerproRT.dcp"/>
|
||||
<DCCReference Include="FireDACPgDriver.dcp"/>
|
||||
<DCCReference Include="bindengine.dcp"/>
|
||||
<DCCReference Include="bindcomp.dcp"/>
|
||||
<DCCReference Include="RESTComponents.dcp"/>
|
||||
<DCCReference Include="..\..\sources\JsonDataObjects.pas"/>
|
||||
<DCCReference Include="..\..\sources\MVCFramework.ActiveRecord.pas"/>
|
||||
<DCCReference Include="..\..\sources\MVCFramework.ActiveRecordController.pas"/>
|
||||
@ -200,6 +203,8 @@
|
||||
<DCCReference Include="..\..\lib\swagdoc\Source\Json.Schema.Common.Types.pas"/>
|
||||
<DCCReference Include="..\..\lib\swagdoc\Source\Json.Common.Helpers.pas"/>
|
||||
<DCCReference Include="..\..\sources\MVCFramework.Nullables.pas"/>
|
||||
<DCCReference Include="..\..\sources\MVCFramework.RESTClient.Indy.pas"/>
|
||||
<DCCReference Include="..\..\sources\MVCFramework.RESTClient.Intf.pas"/>
|
||||
<BuildConfiguration Include="Release">
|
||||
<Key>Cfg_2</Key>
|
||||
<CfgParent>Base</CfgParent>
|
||||
|
@ -41,7 +41,10 @@ requires
|
||||
FireDACIBDriver,
|
||||
FireDACMySQLDriver,
|
||||
loggerproRT,
|
||||
FireDACPgDriver;
|
||||
FireDACPgDriver,
|
||||
bindengine,
|
||||
bindcomp,
|
||||
RESTComponents;
|
||||
|
||||
contains
|
||||
Web.ApacheConst,
|
||||
@ -131,7 +134,9 @@ contains
|
||||
Json.Schema.Field.Arrays in '..\..\lib\swagdoc\Source\Json.Schema.Field.Arrays.pas',
|
||||
Json.Schema.Common.Types in '..\..\lib\swagdoc\Source\Json.Schema.Common.Types.pas',
|
||||
Json.Common.Helpers in '..\..\lib\swagdoc\Source\Json.Common.Helpers.pas',
|
||||
MVCFramework.Nullables in '..\..\sources\MVCFramework.Nullables.pas';
|
||||
MVCFramework.Nullables in '..\..\sources\MVCFramework.Nullables.pas',
|
||||
MVCFramework.RESTClient.Indy in '..\..\sources\MVCFramework.RESTClient.Indy.pas',
|
||||
MVCFramework.RESTClient.Intf in '..\..\sources\MVCFramework.RESTClient.Intf.pas';
|
||||
|
||||
end.
|
||||
|
||||
|
@ -117,6 +117,9 @@
|
||||
<DCCReference Include="FireDACMySQLDriver.dcp"/>
|
||||
<DCCReference Include="loggerproRT.dcp"/>
|
||||
<DCCReference Include="FireDACPgDriver.dcp"/>
|
||||
<DCCReference Include="bindengine.dcp"/>
|
||||
<DCCReference Include="bindcomp.dcp"/>
|
||||
<DCCReference Include="RESTComponents.dcp"/>
|
||||
<DCCReference Include="..\..\sources\JsonDataObjects.pas"/>
|
||||
<DCCReference Include="..\..\sources\MVCFramework.ActiveRecord.pas"/>
|
||||
<DCCReference Include="..\..\sources\MVCFramework.ActiveRecordController.pas"/>
|
||||
@ -200,6 +203,8 @@
|
||||
<DCCReference Include="..\..\lib\swagdoc\Source\Json.Schema.Common.Types.pas"/>
|
||||
<DCCReference Include="..\..\lib\swagdoc\Source\Json.Common.Helpers.pas"/>
|
||||
<DCCReference Include="..\..\sources\MVCFramework.Nullables.pas"/>
|
||||
<DCCReference Include="..\..\sources\MVCFramework.RESTClient.Indy.pas"/>
|
||||
<DCCReference Include="..\..\sources\MVCFramework.RESTClient.Intf.pas"/>
|
||||
<BuildConfiguration Include="Release">
|
||||
<Key>Cfg_2</Key>
|
||||
<CfgParent>Base</CfgParent>
|
||||
|
@ -41,7 +41,10 @@ requires
|
||||
FireDACIBDriver,
|
||||
FireDACMySQLDriver,
|
||||
loggerproRT,
|
||||
FireDACPgDriver;
|
||||
FireDACPgDriver,
|
||||
bindengine,
|
||||
bindcomp,
|
||||
RESTComponents;
|
||||
|
||||
contains
|
||||
Web.ApacheConst,
|
||||
@ -130,7 +133,9 @@ contains
|
||||
Json.Schema.Field.Arrays in '..\..\lib\swagdoc\Source\Json.Schema.Field.Arrays.pas',
|
||||
Json.Schema.Common.Types in '..\..\lib\swagdoc\Source\Json.Schema.Common.Types.pas',
|
||||
Json.Common.Helpers in '..\..\lib\swagdoc\Source\Json.Common.Helpers.pas',
|
||||
MVCFramework.Nullables in '..\..\sources\MVCFramework.Nullables.pas';
|
||||
MVCFramework.Nullables in '..\..\sources\MVCFramework.Nullables.pas',
|
||||
MVCFramework.RESTClient.Indy in '..\..\sources\MVCFramework.RESTClient.Indy.pas',
|
||||
MVCFramework.RESTClient.Intf in '..\..\sources\MVCFramework.RESTClient.Intf.pas';
|
||||
|
||||
end.
|
||||
|
||||
|
@ -117,6 +117,9 @@
|
||||
<DCCReference Include="FireDACMySQLDriver.dcp"/>
|
||||
<DCCReference Include="loggerproRT.dcp"/>
|
||||
<DCCReference Include="FireDACPgDriver.dcp"/>
|
||||
<DCCReference Include="bindengine.dcp"/>
|
||||
<DCCReference Include="bindcomp.dcp"/>
|
||||
<DCCReference Include="RESTComponents.dcp"/>
|
||||
<DCCReference Include="..\..\sources\JsonDataObjects.pas"/>
|
||||
<DCCReference Include="..\..\sources\MVCFramework.ActiveRecord.pas"/>
|
||||
<DCCReference Include="..\..\sources\MVCFramework.ActiveRecordController.pas"/>
|
||||
@ -199,6 +202,8 @@
|
||||
<DCCReference Include="..\..\lib\swagdoc\Source\Json.Schema.Common.Types.pas"/>
|
||||
<DCCReference Include="..\..\lib\swagdoc\Source\Json.Common.Helpers.pas"/>
|
||||
<DCCReference Include="..\..\sources\MVCFramework.Nullables.pas"/>
|
||||
<DCCReference Include="..\..\sources\MVCFramework.RESTClient.Indy.pas"/>
|
||||
<DCCReference Include="..\..\sources\MVCFramework.RESTClient.Intf.pas"/>
|
||||
<BuildConfiguration Include="Release">
|
||||
<Key>Cfg_2</Key>
|
||||
<CfgParent>Base</CfgParent>
|
||||
|
Loading…
Reference in New Issue
Block a user