mirror of
https://github.com/danieleteti/delphimvcframework.git
synced 2024-11-15 15:55:54 +01:00
Added HTML serializer to all RT packages
This commit is contained in:
parent
e3f5210b6c
commit
c9c6aaebf3
@ -129,7 +129,8 @@ 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.Serializer.HTML in '..\..\sources\MVCFramework.Serializer.HTML.pas';
|
||||
|
||||
end.
|
||||
|
||||
|
@ -198,6 +198,7 @@
|
||||
<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.Serializer.HTML.pas"/>
|
||||
<BuildConfiguration Include="Release">
|
||||
<Key>Cfg_2</Key>
|
||||
<CfgParent>Base</CfgParent>
|
||||
|
@ -129,7 +129,8 @@ 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.Serializer.HTML in '..\..\sources\MVCFramework.Serializer.HTML.pas';
|
||||
|
||||
end.
|
||||
|
||||
|
@ -198,6 +198,7 @@
|
||||
<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.Serializer.HTML.pas"/>
|
||||
<BuildConfiguration Include="Release">
|
||||
<Key>Cfg_2</Key>
|
||||
<CfgParent>Base</CfgParent>
|
||||
|
@ -128,7 +128,8 @@ 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.Serializer.HTML in '..\..\sources\MVCFramework.Serializer.HTML.pas';
|
||||
|
||||
end.
|
||||
|
||||
|
@ -197,6 +197,7 @@
|
||||
<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.Serializer.HTML.pas"/>
|
||||
<BuildConfiguration Include="Release">
|
||||
<Key>Cfg_2</Key>
|
||||
<CfgParent>Base</CfgParent>
|
||||
|
@ -131,7 +131,8 @@ contains
|
||||
Swag.Doc.SecurityDefinitionOAuth2 in '..\..\lib\swagdoc\Source\Swag.Doc.SecurityDefinitionOAuth2.pas',
|
||||
Swag.Doc.Tags in '..\..\lib\swagdoc\Source\Swag.Doc.Tags.pas',
|
||||
MVCFramework.Middleware.Trace in '..\..\sources\MVCFramework.Middleware.Trace.pas',
|
||||
MVCFramework.Nullables in '..\..\sources\MVCFramework.Nullables.pas';
|
||||
MVCFramework.Nullables in '..\..\sources\MVCFramework.Nullables.pas',
|
||||
MVCFramework.Serializer.HTML in '..\..\sources\MVCFramework.Serializer.HTML.pas';
|
||||
|
||||
end.
|
||||
|
||||
|
@ -227,6 +227,7 @@
|
||||
<DCCReference Include="..\..\lib\swagdoc\Source\Swag.Doc.Tags.pas"/>
|
||||
<DCCReference Include="..\..\sources\MVCFramework.Middleware.Trace.pas"/>
|
||||
<DCCReference Include="..\..\sources\MVCFramework.Nullables.pas"/>
|
||||
<DCCReference Include="..\..\sources\MVCFramework.Serializer.HTML.pas"/>
|
||||
<BuildConfiguration Include="Release">
|
||||
<Key>Cfg_2</Key>
|
||||
<CfgParent>Base</CfgParent>
|
||||
|
@ -132,7 +132,8 @@ contains
|
||||
Swag.Doc.Tags in '..\..\lib\swagdoc\Source\Swag.Doc.Tags.pas',
|
||||
MVCFramework.Middleware.Trace in '..\..\sources\MVCFramework.Middleware.Trace.pas',
|
||||
MVCFramework.Nullables in '..\..\sources\MVCFramework.Nullables.pas',
|
||||
MVCFramework.RESTClient in '..\..\sources\MVCFramework.RESTClient.pas';
|
||||
MVCFramework.RESTClient in '..\..\sources\MVCFramework.RESTClient.pas',
|
||||
MVCFramework.Serializer.HTML in '..\..\sources\MVCFramework.Serializer.HTML.pas';
|
||||
|
||||
end.
|
||||
|
||||
|
@ -195,6 +195,7 @@
|
||||
<DCCReference Include="..\..\sources\MVCFramework.Middleware.Trace.pas"/>
|
||||
<DCCReference Include="..\..\sources\MVCFramework.Nullables.pas"/>
|
||||
<DCCReference Include="..\..\sources\MVCFramework.RESTClient.pas"/>
|
||||
<DCCReference Include="..\..\sources\MVCFramework.Serializer.HTML.pas"/>
|
||||
<BuildConfiguration Include="Release">
|
||||
<Key>Cfg_2</Key>
|
||||
<CfgParent>Base</CfgParent>
|
||||
|
@ -147,6 +147,12 @@
|
||||
<Overwrite>true</Overwrite>
|
||||
</Platform>
|
||||
</DeployFile>
|
||||
<DeployFile LocalName="TestServer" Configuration="CI" Class="ProjectOutput">
|
||||
<Platform Name="Linux64">
|
||||
<RemoteName>TestServer</RemoteName>
|
||||
<Overwrite>true</Overwrite>
|
||||
</Platform>
|
||||
</DeployFile>
|
||||
<DeployFile LocalName="bin\www\index.html" Configuration="CI" Class="File">
|
||||
<Platform Name="Linux64">
|
||||
<RemoteDir>.\www</RemoteDir>
|
||||
@ -154,12 +160,6 @@
|
||||
<Overwrite>true</Overwrite>
|
||||
</Platform>
|
||||
</DeployFile>
|
||||
<DeployFile LocalName="TestServer" Configuration="CI" Class="ProjectOutput">
|
||||
<Platform Name="Linux64">
|
||||
<RemoteName>TestServer</RemoteName>
|
||||
<Overwrite>true</Overwrite>
|
||||
</Platform>
|
||||
</DeployFile>
|
||||
<DeployFile LocalName="bin\customers.json" Configuration="CI" Class="File">
|
||||
<Platform Name="Linux64">
|
||||
<RemoteName>customers.json</RemoteName>
|
||||
|
Loading…
Reference in New Issue
Block a user