Updated packages to include new RESTClient units and the other required packages

This commit is contained in:
Daniele Teti 2020-08-30 19:00:01 +02:00
parent 4aebf2a6de
commit 4631d3c921
6 changed files with 36 additions and 6 deletions

View File

@ -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.

View File

@ -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>

View File

@ -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.

View File

@ -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>

View File

@ -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.

View File

@ -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>