Skip to content

Commit

Permalink
Added Delphi 11 packages
Browse files Browse the repository at this point in the history
Renamed package NeonRunTime to Neon
  • Loading branch information
paolo-rossi committed Sep 11, 2021
1 parent 95e8f63 commit e92c7c5
Show file tree
Hide file tree
Showing 20 changed files with 100 additions and 795 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{******************************************************************************}
{ }
{ Neon: Serialization Library for Delphi }
{ Copyright (c) 2018-2019 Paolo Rossi }
{ Copyright (c) 2018-2021 Paolo Rossi }
{ https://github.com/paolo-rossi/neon-library }
{ }
{******************************************************************************}
Expand All @@ -19,7 +19,7 @@
{ limitations under the License. }
{ }
{******************************************************************************}
package NeonRunTime;
package Neon;

{$R *.res}
{$IFDEF IMPLICITBUILDING This IFDEF should not be used by users}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<ProjectGuid>{75F9AE11-84E6-446E-AEA1-A253010C6B2F}</ProjectGuid>
<MainSource>NeonRunTime.dpk</MainSource>
<MainSource>Neon.dpk</MainSource>
<Base>True</Base>
<Config Condition="'$(Config)'==''">Debug</Config>
<TargetedPlatforms>1</TargetedPlatforms>
Expand Down Expand Up @@ -38,7 +38,7 @@
<DCC_DcuOutput>..\..\Lib\$(Platform)\$(Config)</DCC_DcuOutput>
<RuntimeOnlyPackage>true</RuntimeOnlyPackage>
<DCC_UnitSearchPath>..\..\Source;$(DCC_UnitSearchPath)</DCC_UnitSearchPath>
<SanitizedProjectName>NeonRunTime</SanitizedProjectName>
<SanitizedProjectName>Neon</SanitizedProjectName>
<VerInfo_Locale>1040</VerInfo_Locale>
<DCC_Description>Neon Serialization Library</DCC_Description>
<GenDll>true</GenDll>
Expand Down Expand Up @@ -115,7 +115,7 @@
<BorlandProject>
<Delphi.Personality>
<Source>
<Source Name="MainSource">NeonRunTime.dpk</Source>
<Source Name="MainSource">Neon.dpk</Source>
</Source>
<Excluded_Packages>
<Excluded_Packages Name="$(BDSBIN)\dcloffice2k240.bpl">Microsoft Office 2000 Sample Automation Server Wrapper Components</Excluded_Packages>
Expand All @@ -126,9 +126,9 @@
<Platform value="Win32">True</Platform>
</Platforms>
<Deployment Version="3">
<DeployFile LocalName="C:\Users\Public\Documents\Embarcadero\Studio\18.0\Bpl\NeonRunTime240.bpl" Configuration="Debug" Class="ProjectOutput">
<DeployFile LocalName="C:\Users\Public\Documents\Embarcadero\Studio\18.0\Bpl\Neon240.bpl" Configuration="Debug" Class="ProjectOutput">
<Platform Name="Win32">
<RemoteName>NeonRunTime.bpl</RemoteName>
<RemoteName>Neon.bpl</RemoteName>
<Overwrite>true</Overwrite>
</Platform>
</DeployFile>
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{******************************************************************************}
{ }
{ Neon: Serialization Library for Delphi }
{ Copyright (c) 2018-2019 Paolo Rossi }
{ Copyright (c) 2018-2021 Paolo Rossi }
{ https://github.com/paolo-rossi/neon-library }
{ }
{******************************************************************************}
Expand All @@ -19,7 +19,7 @@
{ limitations under the License. }
{ }
{******************************************************************************}
package NeonRunTime;
package Neon;

{$R *.res}
{$IFDEF IMPLICITBUILDING This IFDEF should not be used by users}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<ProjectGuid>{75F9AE11-84E6-446E-AEA1-A253010C6B2F}</ProjectGuid>
<MainSource>NeonRunTime.dpk</MainSource>
<MainSource>Neon.dpk</MainSource>
<Base>True</Base>
<Config Condition="'$(Config)'==''">Debug</Config>
<TargetedPlatforms>1</TargetedPlatforms>
Expand Down Expand Up @@ -43,7 +43,7 @@
<PropertyGroup Condition="'$(Base)'!=''">
<RuntimeOnlyPackage>true</RuntimeOnlyPackage>
<DCC_UnitSearchPath>..\..\Source;$(DCC_UnitSearchPath)</DCC_UnitSearchPath>
<SanitizedProjectName>NeonRunTime</SanitizedProjectName>
<SanitizedProjectName>Neon</SanitizedProjectName>
<VerInfo_Locale>1040</VerInfo_Locale>
<DCC_Description>Neon Serialization Library</DCC_Description>
<GenDll>true</GenDll>
Expand Down Expand Up @@ -123,7 +123,7 @@
<BorlandProject>
<Delphi.Personality>
<Source>
<Source Name="MainSource">NeonRunTime.dpk</Source>
<Source Name="MainSource">Neon.dpk</Source>
</Source>
<Excluded_Packages>
<Excluded_Packages Name="$(BDSBIN)\dcloffice2k250.bpl">Microsoft Office 2000 Sample Automation Server Wrapper Components</Excluded_Packages>
Expand All @@ -145,9 +145,9 @@
<Overwrite>true</Overwrite>
</Platform>
</DeployFile>
<DeployFile LocalName="C:\Users\Public\Documents\Embarcadero\Studio\19.0\Bpl\NeonRunTime250.bpl" Configuration="Debug" Class="ProjectOutput">
<DeployFile LocalName="C:\Users\Public\Documents\Embarcadero\Studio\19.0\Bpl\Neon250.bpl" Configuration="Debug" Class="ProjectOutput">
<Platform Name="Win32">
<RemoteName>NeonRunTime.bpl</RemoteName>
<RemoteName>Neon.bpl</RemoteName>
<Overwrite>true</Overwrite>
</Platform>
</DeployFile>
Expand Down
File renamed without changes.
44 changes: 0 additions & 44 deletions Packages/10.3.Rio/AndroidManifest.template.xml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{******************************************************************************}
{ }
{ Neon: Serialization Library for Delphi }
{ Copyright (c) 2018-2019 Paolo Rossi }
{ Copyright (c) 2018-2021 Paolo Rossi }
{ https://github.com/paolo-rossi/neon-library }
{ }
{******************************************************************************}
Expand All @@ -19,7 +19,7 @@
{ limitations under the License. }
{ }
{******************************************************************************}
package NeonRunTime;
package Neon;

{$R *.res}
{$IFDEF IMPLICITBUILDING This IFDEF should not be used by users}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<ProjectGuid>{75F9AE11-84E6-446E-AEA1-A253010C6B2F}</ProjectGuid>
<MainSource>NeonRunTime.dpk</MainSource>
<MainSource>Neon.dpk</MainSource>
<Base>True</Base>
<Config Condition="'$(Config)'==''">Debug</Config>
<TargetedPlatforms>131</TargetedPlatforms>
Expand Down Expand Up @@ -60,7 +60,7 @@
<PropertyGroup Condition="'$(Base)'!=''">
<RuntimeOnlyPackage>true</RuntimeOnlyPackage>
<DCC_UnitSearchPath>..\..\Source;$(DCC_UnitSearchPath)</DCC_UnitSearchPath>
<SanitizedProjectName>NeonRunTime</SanitizedProjectName>
<SanitizedProjectName>Neon</SanitizedProjectName>
<VerInfo_Locale>1040</VerInfo_Locale>
<DCC_Description>Neon Serialization Library</DCC_Description>
<GenDll>true</GenDll>
Expand Down Expand Up @@ -148,7 +148,7 @@
<BorlandProject>
<Delphi.Personality>
<Source>
<Source Name="MainSource">NeonRunTime.dpk</Source>
<Source Name="MainSource">Neon.dpk</Source>
</Source>
<Excluded_Packages/>
</Delphi.Personality>
Expand Down
File renamed without changes.
50 changes: 0 additions & 50 deletions Packages/10.3.Rio/NeonRunTime_crossPlatform.dpk

This file was deleted.

Loading

0 comments on commit e92c7c5

Please sign in to comment.