Стартовый пул
This commit is contained in:
96
ZEOSDBO/packages/DelphiXE7/ProjectGroup21.groupproj
Normal file
96
ZEOSDBO/packages/DelphiXE7/ProjectGroup21.groupproj
Normal file
@@ -0,0 +1,96 @@
|
||||
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup>
|
||||
<ProjectGuid>{D5309619-FC4E-4E19-9B33-557158975F40}</ProjectGuid>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Projects Include="ZCore.dproj">
|
||||
<Dependencies/>
|
||||
</Projects>
|
||||
<Projects Include="ZPlain.dproj">
|
||||
<Dependencies/>
|
||||
</Projects>
|
||||
<Projects Include="ZParseSql.dproj">
|
||||
<Dependencies/>
|
||||
</Projects>
|
||||
<Projects Include="ZDbc.dproj">
|
||||
<Dependencies/>
|
||||
</Projects>
|
||||
<Projects Include="ZComponent.dproj">
|
||||
<Dependencies/>
|
||||
</Projects>
|
||||
<Projects Include="ZComponentDesign.dproj">
|
||||
<Dependencies/>
|
||||
</Projects>
|
||||
</ItemGroup>
|
||||
<ProjectExtensions>
|
||||
<Borland.Personality>Default.Personality.12</Borland.Personality>
|
||||
<Borland.ProjectType/>
|
||||
<BorlandProject>
|
||||
<Default.Personality/>
|
||||
</BorlandProject>
|
||||
</ProjectExtensions>
|
||||
<Target Name="ZCore">
|
||||
<MSBuild Projects="ZCore.dproj"/>
|
||||
</Target>
|
||||
<Target Name="ZCore:Clean">
|
||||
<MSBuild Projects="ZCore.dproj" Targets="Clean"/>
|
||||
</Target>
|
||||
<Target Name="ZCore:Make">
|
||||
<MSBuild Projects="ZCore.dproj" Targets="Make"/>
|
||||
</Target>
|
||||
<Target Name="ZPlain">
|
||||
<MSBuild Projects="ZPlain.dproj"/>
|
||||
</Target>
|
||||
<Target Name="ZPlain:Clean">
|
||||
<MSBuild Projects="ZPlain.dproj" Targets="Clean"/>
|
||||
</Target>
|
||||
<Target Name="ZPlain:Make">
|
||||
<MSBuild Projects="ZPlain.dproj" Targets="Make"/>
|
||||
</Target>
|
||||
<Target Name="ZParseSql">
|
||||
<MSBuild Projects="ZParseSql.dproj"/>
|
||||
</Target>
|
||||
<Target Name="ZParseSql:Clean">
|
||||
<MSBuild Projects="ZParseSql.dproj" Targets="Clean"/>
|
||||
</Target>
|
||||
<Target Name="ZParseSql:Make">
|
||||
<MSBuild Projects="ZParseSql.dproj" Targets="Make"/>
|
||||
</Target>
|
||||
<Target Name="ZDbc">
|
||||
<MSBuild Projects="ZDbc.dproj"/>
|
||||
</Target>
|
||||
<Target Name="ZDbc:Clean">
|
||||
<MSBuild Projects="ZDbc.dproj" Targets="Clean"/>
|
||||
</Target>
|
||||
<Target Name="ZDbc:Make">
|
||||
<MSBuild Projects="ZDbc.dproj" Targets="Make"/>
|
||||
</Target>
|
||||
<Target Name="ZComponent">
|
||||
<MSBuild Projects="ZComponent.dproj"/>
|
||||
</Target>
|
||||
<Target Name="ZComponent:Clean">
|
||||
<MSBuild Projects="ZComponent.dproj" Targets="Clean"/>
|
||||
</Target>
|
||||
<Target Name="ZComponent:Make">
|
||||
<MSBuild Projects="ZComponent.dproj" Targets="Make"/>
|
||||
</Target>
|
||||
<Target Name="ZComponentDesign">
|
||||
<MSBuild Projects="ZComponentDesign.dproj"/>
|
||||
</Target>
|
||||
<Target Name="ZComponentDesign:Clean">
|
||||
<MSBuild Projects="ZComponentDesign.dproj" Targets="Clean"/>
|
||||
</Target>
|
||||
<Target Name="ZComponentDesign:Make">
|
||||
<MSBuild Projects="ZComponentDesign.dproj" Targets="Make"/>
|
||||
</Target>
|
||||
<Target Name="Build">
|
||||
<CallTarget Targets="ZCore;ZPlain;ZParseSql;ZDbc;ZComponent;ZComponentDesign"/>
|
||||
</Target>
|
||||
<Target Name="Clean">
|
||||
<CallTarget Targets="ZCore:Clean;ZPlain:Clean;ZParseSql:Clean;ZDbc:Clean;ZComponent:Clean;ZComponentDesign:Clean"/>
|
||||
</Target>
|
||||
<Target Name="Make">
|
||||
<CallTarget Targets="ZCore:Make;ZPlain:Make;ZParseSql:Make;ZDbc:Make;ZComponent:Make;ZComponentDesign:Make"/>
|
||||
</Target>
|
||||
<Import Project="$(BDS)\Bin\CodeGear.Group.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Group.Targets')"/>
|
||||
</Project>
|
63
ZEOSDBO/packages/DelphiXE7/ZComponent.dpk
Normal file
63
ZEOSDBO/packages/DelphiXE7/ZComponent.dpk
Normal file
@@ -0,0 +1,63 @@
|
||||
package ZComponent;
|
||||
{$R *.res}
|
||||
{$IFDEF IMPLICITBUILDING This IFDEF should not be used by users}
|
||||
{$ALIGN 8}
|
||||
{$ASSERTIONS ON}
|
||||
{$BOOLEVAL OFF}
|
||||
{$DEBUGINFO OFF}
|
||||
{$EXTENDEDSYNTAX ON}
|
||||
{$IMPORTEDDATA ON}
|
||||
{$IOCHECKS ON}
|
||||
{$LOCALSYMBOLS ON}
|
||||
{$LONGSTRINGS ON}
|
||||
{$OPENSTRINGS ON}
|
||||
{$OPTIMIZATION OFF}
|
||||
{$OVERFLOWCHECKS OFF}
|
||||
{$RANGECHECKS OFF}
|
||||
{$REFERENCEINFO ON}
|
||||
{$SAFEDIVIDE OFF}
|
||||
{$STACKFRAMES ON}
|
||||
{$TYPEDADDRESS OFF}
|
||||
{$VARSTRINGCHECKS ON}
|
||||
{$WRITEABLECONST OFF}
|
||||
{$MINENUMSIZE 1}
|
||||
{$IMAGEBASE $400000}
|
||||
{$DEFINE DEBUG}
|
||||
{$ENDIF IMPLICITBUILDING}
|
||||
{$DESCRIPTION 'Zeos Database Components'}
|
||||
{$LIBSUFFIX '210'}
|
||||
{$RUNONLY}
|
||||
{$IMPLICITBUILD OFF}
|
||||
{$I ZPackages.inc}
|
||||
|
||||
requires
|
||||
rtl,
|
||||
dbrtl,
|
||||
ZPlain,
|
||||
ZDbc,
|
||||
ZCore,
|
||||
ZParseSql,
|
||||
vclactnband,
|
||||
vcl;
|
||||
|
||||
contains
|
||||
ZSqlUpdate in '..\..\src\component\ZSqlUpdate.pas',
|
||||
ZAbstractDataset in '..\..\src\component\ZAbstractDataset.pas',
|
||||
ZAbstractRODataset in '..\..\src\component\ZAbstractRODataset.pas',
|
||||
ZStreamBlob in '..\..\src\component\ZStreamBlob.pas',
|
||||
ZAbstractConnection in '..\..\src\component\ZAbstractConnection.pas',
|
||||
ZGroupedConnection in '..\..\src\component\ZGroupedConnection.pas',
|
||||
ZConnectionGroup in '..\..\src\component\ZConnectionGroup.pas',
|
||||
ZConnection in '..\..\src\component\ZConnection.pas',
|
||||
ZDataset in '..\..\src\component\ZDataset.pas',
|
||||
ZDatasetUtils in '..\..\src\component\ZDatasetUtils.pas',
|
||||
ZSqlStrings in '..\..\src\component\ZSqlStrings.pas',
|
||||
ZSqlProcessor in '..\..\src\component\ZSqlProcessor.pas',
|
||||
ZSqlMonitor in '..\..\src\component\ZSqlMonitor.pas',
|
||||
ZStoredProcedure in '..\..\src\component\ZStoredProcedure.pas',
|
||||
ZAbstractTable in '..\..\src\component\ZAbstractTable.pas',
|
||||
ZSqlMetadata in '..\..\src\component\ZSqlMetadata.pas',
|
||||
ZSequence in '..\..\src\component\ZSequence.pas'
|
||||
{$IFDEF ENABLE_INTERBASE}, ZIBEventAlerter in '..\..\src\component\ZIBEventAlerter.pas' {$ENDIF}
|
||||
{$IFDEF ENABLE_POSTGRESQL}, ZPgEventAlerter in '..\..\src\component\ZPgEventAlerter.pas' {$ENDIF};
|
||||
end.
|
166
ZEOSDBO/packages/DelphiXE7/ZComponent.dproj
Normal file
166
ZEOSDBO/packages/DelphiXE7/ZComponent.dproj
Normal file
@@ -0,0 +1,166 @@
|
||||
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup>
|
||||
<ProjectGuid>{13B411C1-37C3-420E-B31A-12FBEB241C7B}</ProjectGuid>
|
||||
<MainSource>ZComponent.dpk</MainSource>
|
||||
<Base>True</Base>
|
||||
<Config Condition="'$(Config)'==''">Debug</Config>
|
||||
<TargetedPlatforms>3</TargetedPlatforms>
|
||||
<AppType>Package</AppType>
|
||||
<FrameworkType>VCL</FrameworkType>
|
||||
<ProjectVersion>16.0</ProjectVersion>
|
||||
<Platform Condition="'$(Platform)'==''">Win32</Platform>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">
|
||||
<Base>true</Base>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="('$(Platform)'=='Android' and '$(Base)'=='true') or '$(Base_Android)'!=''">
|
||||
<Base_Android>true</Base_Android>
|
||||
<CfgParent>Base</CfgParent>
|
||||
<Base>true</Base>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Base)'=='true') or '$(Base_Win32)'!=''">
|
||||
<Base_Win32>true</Base_Win32>
|
||||
<CfgParent>Base</CfgParent>
|
||||
<Base>true</Base>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="('$(Platform)'=='Win64' and '$(Base)'=='true') or '$(Base_Win64)'!=''">
|
||||
<Base_Win64>true</Base_Win64>
|
||||
<CfgParent>Base</CfgParent>
|
||||
<Base>true</Base>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Config)'=='Release' or '$(Cfg_1)'!=''">
|
||||
<Cfg_1>true</Cfg_1>
|
||||
<CfgParent>Base</CfgParent>
|
||||
<Base>true</Base>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Config)'=='Debug' or '$(Cfg_2)'!=''">
|
||||
<Cfg_2>true</Cfg_2>
|
||||
<CfgParent>Base</CfgParent>
|
||||
<Base>true</Base>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="('$(Platform)'=='Win64' and '$(Cfg_2)'=='true') or '$(Cfg_2_Win64)'!=''">
|
||||
<Cfg_2_Win64>true</Cfg_2_Win64>
|
||||
<CfgParent>Cfg_2</CfgParent>
|
||||
<Cfg_2>true</Cfg_2>
|
||||
<Base>true</Base>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Base)'!=''">
|
||||
<DCC_S>false</DCC_S>
|
||||
<DCC_Description>Zeos Database Components</DCC_Description>
|
||||
<DCC_ImageBase>00400000</DCC_ImageBase>
|
||||
<RuntimeOnlyPackage>true</RuntimeOnlyPackage>
|
||||
<SanitizedProjectName>ZComponent</SanitizedProjectName>
|
||||
<DllSuffix>210</DllSuffix>
|
||||
<GenDll>true</GenDll>
|
||||
<DCC_F>false</DCC_F>
|
||||
<DCC_Namespace>Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;System;Xml;Data;Datasnap;Web;Soap;Winapi;$(DCC_Namespace)</DCC_Namespace>
|
||||
<GenPackage>true</GenPackage>
|
||||
<VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=;CFBundleName=</VerInfo_Keys>
|
||||
<DCC_N>false</DCC_N>
|
||||
<DCC_E>false</DCC_E>
|
||||
<DCC_DcuOutput>.\$(Platform)\$(Config)</DCC_DcuOutput>
|
||||
<DCC_K>false</DCC_K>
|
||||
<VerInfo_Locale>1045</VerInfo_Locale>
|
||||
<DCC_OutputNeverBuildDcps>true</DCC_OutputNeverBuildDcps>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Base_Android)'!=''">
|
||||
<BT_BuildType>Debug</BT_BuildType>
|
||||
<VerInfo_Keys>package=com.embarcadero.$(MSBuildProjectName);label=$(MSBuildProjectName);versionCode=1;versionName=1.0.0;persistent=False;restoreAnyVersion=False;installLocation=preferExternal;largeHeap=False;theme=TitleBar;hardwareAccelerated=true</VerInfo_Keys>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Base_Win32)'!=''">
|
||||
<VerInfo_Locale>1033</VerInfo_Locale>
|
||||
<DCC_Namespace>System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
|
||||
<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
|
||||
<VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Base_Win64)'!=''">
|
||||
<VerInfo_Locale>1033</VerInfo_Locale>
|
||||
<DCC_Namespace>System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;$(DCC_Namespace)</DCC_Namespace>
|
||||
<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
|
||||
<VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Cfg_1)'!=''">
|
||||
<DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
|
||||
<DCC_DebugInformation>0</DCC_DebugInformation>
|
||||
<DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
|
||||
<DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Cfg_2)'!=''">
|
||||
<DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
|
||||
<DCC_Optimize>false</DCC_Optimize>
|
||||
<DCC_GenerateStackFrames>true</DCC_GenerateStackFrames>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Cfg_2_Win64)'!=''">
|
||||
<VerInfo_Locale>1033</VerInfo_Locale>
|
||||
<VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
|
||||
<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<DelphiCompile Include="$(MainSource)">
|
||||
<MainSource>MainSource</MainSource>
|
||||
</DelphiCompile>
|
||||
<DCCReference Include="rtl.dcp"/>
|
||||
<DCCReference Include="dbrtl.dcp"/>
|
||||
<DCCReference Include="ZPlain.dcp"/>
|
||||
<DCCReference Include="ZDbc.dcp"/>
|
||||
<DCCReference Include="ZCore.dcp"/>
|
||||
<DCCReference Include="ZParseSql.dcp"/>
|
||||
<DCCReference Include="vclactnband.dcp"/>
|
||||
<DCCReference Include="vcl.dcp"/>
|
||||
<DCCReference Include="..\..\src\component\ZSqlUpdate.pas"/>
|
||||
<DCCReference Include="..\..\src\component\ZAbstractDataset.pas"/>
|
||||
<DCCReference Include="..\..\src\component\ZAbstractRODataset.pas"/>
|
||||
<DCCReference Include="..\..\src\component\ZStreamBlob.pas"/>
|
||||
<DCCReference Include="..\..\src\component\ZAbstractConnection.pas"/>
|
||||
<DCCReference Include="..\..\src\component\ZGroupedConnection.pas"/>
|
||||
<DCCReference Include="..\..\src\component\ZConnectionGroup.pas"/>
|
||||
<DCCReference Include="..\..\src\component\ZConnection.pas"/>
|
||||
<DCCReference Include="..\..\src\component\ZDataset.pas"/>
|
||||
<DCCReference Include="..\..\src\component\ZDatasetUtils.pas"/>
|
||||
<DCCReference Include="..\..\src\component\ZSqlStrings.pas"/>
|
||||
<DCCReference Include="..\..\src\component\ZSqlProcessor.pas"/>
|
||||
<DCCReference Include="..\..\src\component\ZSqlMonitor.pas"/>
|
||||
<DCCReference Include="..\..\src\component\ZStoredProcedure.pas"/>
|
||||
<DCCReference Include="..\..\src\component\ZAbstractTable.pas"/>
|
||||
<DCCReference Include="..\..\src\component\ZSqlMetadata.pas"/>
|
||||
<DCCReference Include="..\..\src\component\ZSequence.pas"/>
|
||||
<BuildConfiguration Include="Debug">
|
||||
<Key>Cfg_2</Key>
|
||||
<CfgParent>Base</CfgParent>
|
||||
</BuildConfiguration>
|
||||
<BuildConfiguration Include="Base">
|
||||
<Key>Base</Key>
|
||||
</BuildConfiguration>
|
||||
<BuildConfiguration Include="Release">
|
||||
<Key>Cfg_1</Key>
|
||||
<CfgParent>Base</CfgParent>
|
||||
</BuildConfiguration>
|
||||
</ItemGroup>
|
||||
<ProjectExtensions>
|
||||
<Borland.Personality>Delphi.Personality.12</Borland.Personality>
|
||||
<Borland.ProjectType>Package</Borland.ProjectType>
|
||||
<BorlandProject>
|
||||
<Delphi.Personality>
|
||||
<Source>
|
||||
<Source Name="MainSource">ZComponent.dpk</Source>
|
||||
</Source>
|
||||
<Excluded_Packages>
|
||||
<Excluded_Packages Name="$(BDSBIN)\bcboffice2k210.bpl">Embarcadero C++Builder Office 2000 Servers Package</Excluded_Packages>
|
||||
<Excluded_Packages Name="$(BDSBIN)\bcbofficexp210.bpl">Embarcadero C++Builder Office XP Servers Package</Excluded_Packages>
|
||||
<Excluded_Packages Name="$(BDSBIN)\dcloffice2k210.bpl">Microsoft Office 2000 Sample Automation Server Wrapper Components</Excluded_Packages>
|
||||
<Excluded_Packages Name="$(BDSBIN)\dclofficexp210.bpl">Microsoft Office XP Sample Automation Server Wrapper Components</Excluded_Packages>
|
||||
</Excluded_Packages>
|
||||
</Delphi.Personality>
|
||||
<Platforms>
|
||||
<Platform value="Android">False</Platform>
|
||||
<Platform value="iOSDevice">False</Platform>
|
||||
<Platform value="iOSSimulator">False</Platform>
|
||||
<Platform value="Win32">True</Platform>
|
||||
<Platform value="Win64">True</Platform>
|
||||
</Platforms>
|
||||
</BorlandProject>
|
||||
<ProjectFileVersion>12</ProjectFileVersion>
|
||||
</ProjectExtensions>
|
||||
<Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')"/>
|
||||
<Import Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj" Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')"/>
|
||||
</Project>
|
49
ZEOSDBO/packages/DelphiXE7/ZComponentDesign.dpk
Normal file
49
ZEOSDBO/packages/DelphiXE7/ZComponentDesign.dpk
Normal file
@@ -0,0 +1,49 @@
|
||||
package ZComponentDesign;
|
||||
|
||||
{$R *.res}
|
||||
{$R '..\..\src\component\ZComponent.dcr'}
|
||||
{$IFDEF IMPLICITBUILDING This IFDEF should not be used by users}
|
||||
{$ALIGN 8}
|
||||
{$ASSERTIONS ON}
|
||||
{$BOOLEVAL OFF}
|
||||
{$DEBUGINFO OFF}
|
||||
{$EXTENDEDSYNTAX ON}
|
||||
{$IMPORTEDDATA ON}
|
||||
{$IOCHECKS ON}
|
||||
{$LOCALSYMBOLS ON}
|
||||
{$LONGSTRINGS ON}
|
||||
{$OPENSTRINGS ON}
|
||||
{$OPTIMIZATION OFF}
|
||||
{$OVERFLOWCHECKS OFF}
|
||||
{$RANGECHECKS OFF}
|
||||
{$REFERENCEINFO ON}
|
||||
{$SAFEDIVIDE OFF}
|
||||
{$STACKFRAMES ON}
|
||||
{$TYPEDADDRESS OFF}
|
||||
{$VARSTRINGCHECKS ON}
|
||||
{$WRITEABLECONST OFF}
|
||||
{$MINENUMSIZE 1}
|
||||
{$IMAGEBASE $400000}
|
||||
{$DEFINE DEBUG}
|
||||
{$ENDIF IMPLICITBUILDING}
|
||||
{$DESCRIPTION 'Zeos Database Components'}
|
||||
{$LIBSUFFIX '210'}
|
||||
{$DESIGNONLY}
|
||||
{$IMPLICITBUILD OFF}
|
||||
{$I ZPackages.inc}
|
||||
|
||||
requires
|
||||
dbrtl,
|
||||
designide,
|
||||
ZParseSql,
|
||||
ZCore,
|
||||
ZPlain,
|
||||
ZDbc,
|
||||
ZComponent;
|
||||
|
||||
contains
|
||||
ZPropertyEditor in '..\..\src\component\ZPropertyEditor.pas',
|
||||
ZUpdateSqlEditor in '..\..\src\component\ZUpdateSqlEditor.pas' {ZUpdateSQLEditForm},
|
||||
ZComponentReg in '..\..\src\component\ZComponentReg.pas';
|
||||
|
||||
end.
|
172
ZEOSDBO/packages/DelphiXE7/ZComponentDesign.dproj
Normal file
172
ZEOSDBO/packages/DelphiXE7/ZComponentDesign.dproj
Normal file
@@ -0,0 +1,172 @@
|
||||
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup>
|
||||
<ProjectGuid>{68435CCF-924B-4421-9C8D-754DB27ACC93}</ProjectGuid>
|
||||
<MainSource>ZComponentDesign.dpk</MainSource>
|
||||
<Base>True</Base>
|
||||
<Config Condition="'$(Config)'==''">Debug</Config>
|
||||
<TargetedPlatforms>1</TargetedPlatforms>
|
||||
<AppType>Package</AppType>
|
||||
<FrameworkType>None</FrameworkType>
|
||||
<ProjectVersion>16.0</ProjectVersion>
|
||||
<Platform Condition="'$(Platform)'==''">Win32</Platform>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">
|
||||
<Base>true</Base>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="('$(Platform)'=='Android' and '$(Base)'=='true') or '$(Base_Android)'!=''">
|
||||
<Base_Android>true</Base_Android>
|
||||
<CfgParent>Base</CfgParent>
|
||||
<Base>true</Base>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Base)'=='true') or '$(Base_Win32)'!=''">
|
||||
<Base_Win32>true</Base_Win32>
|
||||
<CfgParent>Base</CfgParent>
|
||||
<Base>true</Base>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Config)'=='Release' or '$(Cfg_1)'!=''">
|
||||
<Cfg_1>true</Cfg_1>
|
||||
<CfgParent>Base</CfgParent>
|
||||
<Base>true</Base>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Config)'=='Debug' or '$(Cfg_2)'!=''">
|
||||
<Cfg_2>true</Cfg_2>
|
||||
<CfgParent>Base</CfgParent>
|
||||
<Base>true</Base>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_2)'=='true') or '$(Cfg_2_Win32)'!=''">
|
||||
<Cfg_2_Win32>true</Cfg_2_Win32>
|
||||
<CfgParent>Cfg_2</CfgParent>
|
||||
<Cfg_2>true</Cfg_2>
|
||||
<Base>true</Base>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Base)'!=''">
|
||||
<DCC_S>false</DCC_S>
|
||||
<DCC_Description>Zeos Database Components</DCC_Description>
|
||||
<DCC_Namespace>System;Xml;Data;Datasnap;Web;Soap;Winapi;Vcl;$(DCC_Namespace)</DCC_Namespace>
|
||||
<DCC_ImageBase>00400000</DCC_ImageBase>
|
||||
<SanitizedProjectName>ZComponentDesign</SanitizedProjectName>
|
||||
<DllSuffix>210</DllSuffix>
|
||||
<GenDll>true</GenDll>
|
||||
<DCC_F>false</DCC_F>
|
||||
<DCC_K>false</DCC_K>
|
||||
<DesignOnlyPackage>true</DesignOnlyPackage>
|
||||
<GenPackage>true</GenPackage>
|
||||
<DCC_N>false</DCC_N>
|
||||
<DCC_E>false</DCC_E>
|
||||
<DCC_OutputNeverBuildDcps>true</DCC_OutputNeverBuildDcps>
|
||||
<DCC_DcuOutput>.\$(Platform)\$(Config)</DCC_DcuOutput>
|
||||
<VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=;CFBundleName=</VerInfo_Keys>
|
||||
<VerInfo_Locale>1045</VerInfo_Locale>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Base_Android)'!=''">
|
||||
<BT_BuildType>Debug</BT_BuildType>
|
||||
<VerInfo_Keys>package=com.embarcadero.$(MSBuildProjectName);label=$(MSBuildProjectName);versionCode=1;versionName=1.0.0;persistent=False;restoreAnyVersion=False;installLocation=preferExternal;largeHeap=False;theme=TitleBar;hardwareAccelerated=true</VerInfo_Keys>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Base_Win32)'!=''">
|
||||
<VerInfo_Locale>1033</VerInfo_Locale>
|
||||
<DCC_Namespace>System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
|
||||
<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
|
||||
<VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Cfg_1)'!=''">
|
||||
<DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
|
||||
<DCC_DebugInformation>0</DCC_DebugInformation>
|
||||
<DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
|
||||
<DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Cfg_2)'!=''">
|
||||
<DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
|
||||
<DCC_Optimize>false</DCC_Optimize>
|
||||
<DCC_GenerateStackFrames>true</DCC_GenerateStackFrames>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Cfg_2_Win32)'!=''">
|
||||
<VerInfo_Locale>1033</VerInfo_Locale>
|
||||
<VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
|
||||
<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<DelphiCompile Include="$(MainSource)">
|
||||
<MainSource>MainSource</MainSource>
|
||||
</DelphiCompile>
|
||||
<DCCReference Include="..\..\src\component\ZComponent.dcr"/>
|
||||
<DCCReference Include="dbrtl.dcp"/>
|
||||
<DCCReference Include="designide.dcp"/>
|
||||
<DCCReference Include="ZParseSql.dcp"/>
|
||||
<DCCReference Include="ZCore.dcp"/>
|
||||
<DCCReference Include="ZPlain.dcp"/>
|
||||
<DCCReference Include="ZDbc.dcp"/>
|
||||
<DCCReference Include="ZComponent.dcp"/>
|
||||
<DCCReference Include="..\..\src\component\ZPropertyEditor.pas"/>
|
||||
<DCCReference Include="..\..\src\component\ZUpdateSqlEditor.pas">
|
||||
<Form>ZUpdateSQLEditForm</Form>
|
||||
</DCCReference>
|
||||
<DCCReference Include="..\..\src\component\ZComponentReg.pas"/>
|
||||
<BuildConfiguration Include="Debug">
|
||||
<Key>Cfg_2</Key>
|
||||
<CfgParent>Base</CfgParent>
|
||||
</BuildConfiguration>
|
||||
<BuildConfiguration Include="Base">
|
||||
<Key>Base</Key>
|
||||
</BuildConfiguration>
|
||||
<BuildConfiguration Include="Release">
|
||||
<Key>Cfg_1</Key>
|
||||
<CfgParent>Base</CfgParent>
|
||||
</BuildConfiguration>
|
||||
</ItemGroup>
|
||||
<ProjectExtensions>
|
||||
<Borland.Personality>Delphi.Personality.12</Borland.Personality>
|
||||
<Borland.ProjectType>Package</Borland.ProjectType>
|
||||
<BorlandProject>
|
||||
<Delphi.Personality>
|
||||
<Parameters/>
|
||||
<VersionInfo>
|
||||
<VersionInfo Name="IncludeVerInfo">True</VersionInfo>
|
||||
<VersionInfo Name="AutoIncBuild">False</VersionInfo>
|
||||
<VersionInfo Name="MajorVer">1</VersionInfo>
|
||||
<VersionInfo Name="MinorVer">0</VersionInfo>
|
||||
<VersionInfo Name="Release">0</VersionInfo>
|
||||
<VersionInfo Name="Build">0</VersionInfo>
|
||||
<VersionInfo Name="Debug">False</VersionInfo>
|
||||
<VersionInfo Name="PreRelease">False</VersionInfo>
|
||||
<VersionInfo Name="Special">False</VersionInfo>
|
||||
<VersionInfo Name="Private">False</VersionInfo>
|
||||
<VersionInfo Name="DLL">False</VersionInfo>
|
||||
<VersionInfo Name="Locale">1033</VersionInfo>
|
||||
<VersionInfo Name="CodePage">1252</VersionInfo>
|
||||
</VersionInfo>
|
||||
<VersionInfoKeys>
|
||||
<VersionInfoKeys Name="CompanyName"/>
|
||||
<VersionInfoKeys Name="FileDescription"/>
|
||||
<VersionInfoKeys Name="FileVersion">1.0.0.0</VersionInfoKeys>
|
||||
<VersionInfoKeys Name="InternalName"/>
|
||||
<VersionInfoKeys Name="LegalCopyright"/>
|
||||
<VersionInfoKeys Name="LegalTrademarks"/>
|
||||
<VersionInfoKeys Name="OriginalFilename"/>
|
||||
<VersionInfoKeys Name="ProductName"/>
|
||||
<VersionInfoKeys Name="ProductVersion">1.0.0.0</VersionInfoKeys>
|
||||
<VersionInfoKeys Name="Comments"/>
|
||||
</VersionInfoKeys>
|
||||
<Source>
|
||||
<Source Name="MainSource">ZComponentDesign.dpk</Source>
|
||||
</Source>
|
||||
<Excluded_Packages>
|
||||
<Excluded_Packages Name="$(BDSBIN)\bcboffice2k210.bpl">Embarcadero C++Builder Office 2000 Servers Package</Excluded_Packages>
|
||||
<Excluded_Packages Name="$(BDSBIN)\bcbofficexp210.bpl">Embarcadero C++Builder Office XP Servers Package</Excluded_Packages>
|
||||
<Excluded_Packages Name="$(BDSBIN)\dcloffice2k210.bpl">Microsoft Office 2000 Sample Automation Server Wrapper Components</Excluded_Packages>
|
||||
<Excluded_Packages Name="$(BDSBIN)\dclofficexp210.bpl">Microsoft Office XP Sample Automation Server Wrapper Components</Excluded_Packages>
|
||||
</Excluded_Packages>
|
||||
</Delphi.Personality>
|
||||
<Platforms>
|
||||
<Platform value="Android">False</Platform>
|
||||
<Platform value="iOSDevice">False</Platform>
|
||||
<Platform value="iOSSimulator">False</Platform>
|
||||
<Platform value="OSX32">False</Platform>
|
||||
<Platform value="Win32">True</Platform>
|
||||
<Platform value="Win64">False</Platform>
|
||||
</Platforms>
|
||||
</BorlandProject>
|
||||
<ProjectFileVersion>12</ProjectFileVersion>
|
||||
</ProjectExtensions>
|
||||
<Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')"/>
|
||||
<Import Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj" Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')"/>
|
||||
</Project>
|
BIN
ZEOSDBO/packages/DelphiXE7/ZComponentDesign_Icon.ico
Normal file
BIN
ZEOSDBO/packages/DelphiXE7/ZComponentDesign_Icon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.2 KiB |
BIN
ZEOSDBO/packages/DelphiXE7/ZComponent_Icon.ico
Normal file
BIN
ZEOSDBO/packages/DelphiXE7/ZComponent_Icon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.2 KiB |
58
ZEOSDBO/packages/DelphiXE7/ZCore.dpk
Normal file
58
ZEOSDBO/packages/DelphiXE7/ZCore.dpk
Normal file
@@ -0,0 +1,58 @@
|
||||
package ZCore;
|
||||
{$R *.res}
|
||||
{$IFDEF IMPLICITBUILDING This IFDEF should not be used by users}
|
||||
{$ALIGN 8}
|
||||
{$ASSERTIONS ON}
|
||||
{$BOOLEVAL OFF}
|
||||
{$DEBUGINFO OFF}
|
||||
{$EXTENDEDSYNTAX ON}
|
||||
{$IMPORTEDDATA ON}
|
||||
{$IOCHECKS ON}
|
||||
{$LOCALSYMBOLS ON}
|
||||
{$LONGSTRINGS ON}
|
||||
{$OPENSTRINGS ON}
|
||||
{$OPTIMIZATION OFF}
|
||||
{$OVERFLOWCHECKS OFF}
|
||||
{$RANGECHECKS OFF}
|
||||
{$REFERENCEINFO ON}
|
||||
{$SAFEDIVIDE OFF}
|
||||
{$STACKFRAMES ON}
|
||||
{$TYPEDADDRESS OFF}
|
||||
{$VARSTRINGCHECKS ON}
|
||||
{$WRITEABLECONST OFF}
|
||||
{$MINENUMSIZE 1}
|
||||
{$IMAGEBASE $400000}
|
||||
{$DEFINE DEBUG}
|
||||
{$ENDIF IMPLICITBUILDING}
|
||||
{$DESCRIPTION 'Zeos Core Classes and Interfaces'}
|
||||
{$LIBSUFFIX '210'}
|
||||
{$RUNONLY}
|
||||
{$IMPLICITBUILD OFF}
|
||||
{$I ZPackages.inc}
|
||||
|
||||
requires
|
||||
rtl;
|
||||
|
||||
contains
|
||||
ZVariant in '..\..\src\core\ZVariant.pas',
|
||||
ZCollections in '..\..\src\core\ZCollections.pas',
|
||||
ZCompatibility in '..\..\src\core\ZCompatibility.pas',
|
||||
ZEncoding in '..\..\src\core\ZEncoding.pas',
|
||||
ZExpression in '..\..\src\core\ZExpression.pas',
|
||||
ZExprParser in '..\..\src\core\ZExprParser.pas',
|
||||
ZExprToken in '..\..\src\core\ZExprToken.pas',
|
||||
ZMatchPattern in '..\..\src\core\ZMatchPattern.pas',
|
||||
ZSysUtils in '..\..\src\core\ZSysUtils.pas',
|
||||
ZTokenizer in '..\..\src\core\ZTokenizer.pas',
|
||||
ZVariables in '..\..\src\core\ZVariables.pas',
|
||||
ZClasses in '..\..\src\core\ZClasses.pas',
|
||||
ZMessages in '..\..\src\core\ZMessages.pas',
|
||||
ZURL in '..\..\src\core\ZURL.pas',
|
||||
ZFunctions in '..\..\src\core\ZFunctions.pas',
|
||||
ZFunctionsConvert in '..\..\src\core\ZFunctionsConvert.pas',
|
||||
ZFunctionsDateTime in '..\..\src\core\ZFunctionsDateTime.pas',
|
||||
ZFunctionsMath in '..\..\src\core\ZFunctionsMath.pas',
|
||||
ZFunctionsOther in '..\..\src\core\ZFunctionsOther.pas',
|
||||
ZFunctionsStrings in '..\..\src\core\ZFunctionsStrings.pas';
|
||||
|
||||
end.
|
163
ZEOSDBO/packages/DelphiXE7/ZCore.dproj
Normal file
163
ZEOSDBO/packages/DelphiXE7/ZCore.dproj
Normal file
@@ -0,0 +1,163 @@
|
||||
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup>
|
||||
<ProjectGuid>{02FD38B7-8B75-45FF-990B-D48B7D86290B}</ProjectGuid>
|
||||
<MainSource>ZCore.dpk</MainSource>
|
||||
<Base>True</Base>
|
||||
<Config Condition="'$(Config)'==''">Debug</Config>
|
||||
<TargetedPlatforms>3</TargetedPlatforms>
|
||||
<AppType>Package</AppType>
|
||||
<FrameworkType>None</FrameworkType>
|
||||
<ProjectVersion>16.0</ProjectVersion>
|
||||
<Platform Condition="'$(Platform)'==''">Win32</Platform>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">
|
||||
<Base>true</Base>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="('$(Platform)'=='Android' and '$(Base)'=='true') or '$(Base_Android)'!=''">
|
||||
<Base_Android>true</Base_Android>
|
||||
<CfgParent>Base</CfgParent>
|
||||
<Base>true</Base>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Base)'=='true') or '$(Base_Win32)'!=''">
|
||||
<Base_Win32>true</Base_Win32>
|
||||
<CfgParent>Base</CfgParent>
|
||||
<Base>true</Base>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="('$(Platform)'=='Win64' and '$(Base)'=='true') or '$(Base_Win64)'!=''">
|
||||
<Base_Win64>true</Base_Win64>
|
||||
<CfgParent>Base</CfgParent>
|
||||
<Base>true</Base>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Config)'=='Release' or '$(Cfg_1)'!=''">
|
||||
<Cfg_1>true</Cfg_1>
|
||||
<CfgParent>Base</CfgParent>
|
||||
<Base>true</Base>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Config)'=='Debug' or '$(Cfg_2)'!=''">
|
||||
<Cfg_2>true</Cfg_2>
|
||||
<CfgParent>Base</CfgParent>
|
||||
<Base>true</Base>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="('$(Platform)'=='Win64' and '$(Cfg_2)'=='true') or '$(Cfg_2_Win64)'!=''">
|
||||
<Cfg_2_Win64>true</Cfg_2_Win64>
|
||||
<CfgParent>Cfg_2</CfgParent>
|
||||
<Cfg_2>true</Cfg_2>
|
||||
<Base>true</Base>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Base)'!=''">
|
||||
<DCC_S>false</DCC_S>
|
||||
<DCC_Description>Zeos Core Classes and Interfaces</DCC_Description>
|
||||
<DCC_ImageBase>00400000</DCC_ImageBase>
|
||||
<RuntimeOnlyPackage>true</RuntimeOnlyPackage>
|
||||
<SanitizedProjectName>ZCore</SanitizedProjectName>
|
||||
<DllSuffix>210</DllSuffix>
|
||||
<GenDll>true</GenDll>
|
||||
<DCC_F>false</DCC_F>
|
||||
<DCC_Namespace>System;Xml;Data;Datasnap;Web;Soap;Winapi;$(DCC_Namespace)</DCC_Namespace>
|
||||
<GenPackage>true</GenPackage>
|
||||
<VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=;CFBundleName=</VerInfo_Keys>
|
||||
<DCC_N>false</DCC_N>
|
||||
<DCC_E>false</DCC_E>
|
||||
<DCC_DcuOutput>.\$(Platform)\$(Config)</DCC_DcuOutput>
|
||||
<DCC_K>false</DCC_K>
|
||||
<VerInfo_Locale>1045</VerInfo_Locale>
|
||||
<DCC_OutputNeverBuildDcps>true</DCC_OutputNeverBuildDcps>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Base_Android)'!=''">
|
||||
<BT_BuildType>Debug</BT_BuildType>
|
||||
<VerInfo_Keys>package=com.embarcadero.$(MSBuildProjectName);label=$(MSBuildProjectName);versionCode=1;versionName=1.0.0;persistent=False;restoreAnyVersion=False;installLocation=preferExternal;largeHeap=False;theme=TitleBar;hardwareAccelerated=true</VerInfo_Keys>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Base_Win32)'!=''">
|
||||
<VerInfo_Locale>1033</VerInfo_Locale>
|
||||
<DCC_Namespace>System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
|
||||
<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
|
||||
<VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Base_Win64)'!=''">
|
||||
<VerInfo_Locale>1033</VerInfo_Locale>
|
||||
<DCC_Namespace>System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;$(DCC_Namespace)</DCC_Namespace>
|
||||
<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
|
||||
<VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Cfg_1)'!=''">
|
||||
<DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
|
||||
<DCC_DebugInformation>0</DCC_DebugInformation>
|
||||
<DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
|
||||
<DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Cfg_2)'!=''">
|
||||
<DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
|
||||
<DCC_Optimize>false</DCC_Optimize>
|
||||
<DCC_GenerateStackFrames>true</DCC_GenerateStackFrames>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Cfg_2_Win64)'!=''">
|
||||
<VerInfo_Locale>1033</VerInfo_Locale>
|
||||
<VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
|
||||
<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<DelphiCompile Include="$(MainSource)">
|
||||
<MainSource>MainSource</MainSource>
|
||||
</DelphiCompile>
|
||||
<DCCReference Include="rtl.dcp"/>
|
||||
<DCCReference Include="..\..\src\core\ZVariant.pas"/>
|
||||
<DCCReference Include="..\..\src\core\ZCollections.pas"/>
|
||||
<DCCReference Include="..\..\src\core\ZCompatibility.pas"/>
|
||||
<DCCReference Include="..\..\src\core\ZEncoding.pas"/>
|
||||
<DCCReference Include="..\..\src\core\ZExpression.pas"/>
|
||||
<DCCReference Include="..\..\src\core\ZExprParser.pas"/>
|
||||
<DCCReference Include="..\..\src\core\ZExprToken.pas"/>
|
||||
<DCCReference Include="..\..\src\core\ZMatchPattern.pas"/>
|
||||
<DCCReference Include="..\..\src\core\ZSysUtils.pas"/>
|
||||
<DCCReference Include="..\..\src\core\ZTokenizer.pas"/>
|
||||
<DCCReference Include="..\..\src\core\ZVariables.pas"/>
|
||||
<DCCReference Include="..\..\src\core\ZClasses.pas"/>
|
||||
<DCCReference Include="..\..\src\core\ZMessages.pas"/>
|
||||
<DCCReference Include="..\..\src\core\ZURL.pas"/>
|
||||
<DCCReference Include="..\..\src\core\ZFunctions.pas"/>
|
||||
<DCCReference Include="..\..\src\core\ZFunctionsConvert.pas"/>
|
||||
<DCCReference Include="..\..\src\core\ZFunctionsDateTime.pas"/>
|
||||
<DCCReference Include="..\..\src\core\ZFunctionsMath.pas"/>
|
||||
<DCCReference Include="..\..\src\core\ZFunctionsOther.pas"/>
|
||||
<DCCReference Include="..\..\src\core\ZFunctionsStrings.pas"/>
|
||||
<BuildConfiguration Include="Debug">
|
||||
<Key>Cfg_2</Key>
|
||||
<CfgParent>Base</CfgParent>
|
||||
</BuildConfiguration>
|
||||
<BuildConfiguration Include="Base">
|
||||
<Key>Base</Key>
|
||||
</BuildConfiguration>
|
||||
<BuildConfiguration Include="Release">
|
||||
<Key>Cfg_1</Key>
|
||||
<CfgParent>Base</CfgParent>
|
||||
</BuildConfiguration>
|
||||
</ItemGroup>
|
||||
<ProjectExtensions>
|
||||
<Borland.Personality>Delphi.Personality.12</Borland.Personality>
|
||||
<Borland.ProjectType>Package</Borland.ProjectType>
|
||||
<BorlandProject>
|
||||
<Delphi.Personality>
|
||||
<Source>
|
||||
<Source Name="MainSource">ZCore.dpk</Source>
|
||||
</Source>
|
||||
<Excluded_Packages>
|
||||
<Excluded_Packages Name="$(BDSBIN)\bcboffice2k210.bpl">Embarcadero C++Builder Office 2000 Servers Package</Excluded_Packages>
|
||||
<Excluded_Packages Name="$(BDSBIN)\bcbofficexp210.bpl">Embarcadero C++Builder Office XP Servers Package</Excluded_Packages>
|
||||
<Excluded_Packages Name="$(BDSBIN)\dcloffice2k210.bpl">Microsoft Office 2000 Sample Automation Server Wrapper Components</Excluded_Packages>
|
||||
<Excluded_Packages Name="$(BDSBIN)\dclofficexp210.bpl">Microsoft Office XP Sample Automation Server Wrapper Components</Excluded_Packages>
|
||||
</Excluded_Packages>
|
||||
</Delphi.Personality>
|
||||
<Platforms>
|
||||
<Platform value="Android">False</Platform>
|
||||
<Platform value="iOSDevice">False</Platform>
|
||||
<Platform value="iOSSimulator">False</Platform>
|
||||
<Platform value="OSX32">False</Platform>
|
||||
<Platform value="Win32">True</Platform>
|
||||
<Platform value="Win64">True</Platform>
|
||||
</Platforms>
|
||||
</BorlandProject>
|
||||
<ProjectFileVersion>12</ProjectFileVersion>
|
||||
</ProjectExtensions>
|
||||
<Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')"/>
|
||||
<Import Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj" Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')"/>
|
||||
</Project>
|
120
ZEOSDBO/packages/DelphiXE7/ZDbc.dpk
Normal file
120
ZEOSDBO/packages/DelphiXE7/ZDbc.dpk
Normal file
@@ -0,0 +1,120 @@
|
||||
package ZDbc;
|
||||
{$R *.res}
|
||||
{$IFDEF IMPLICITBUILDING This IFDEF should not be used by users}
|
||||
{$ALIGN 8}
|
||||
{$ASSERTIONS ON}
|
||||
{$BOOLEVAL OFF}
|
||||
{$DEBUGINFO OFF}
|
||||
{$EXTENDEDSYNTAX ON}
|
||||
{$IMPORTEDDATA ON}
|
||||
{$IOCHECKS ON}
|
||||
{$LOCALSYMBOLS ON}
|
||||
{$LONGSTRINGS ON}
|
||||
{$OPENSTRINGS ON}
|
||||
{$OPTIMIZATION OFF}
|
||||
{$OVERFLOWCHECKS OFF}
|
||||
{$RANGECHECKS OFF}
|
||||
{$REFERENCEINFO ON}
|
||||
{$SAFEDIVIDE OFF}
|
||||
{$STACKFRAMES ON}
|
||||
{$TYPEDADDRESS OFF}
|
||||
{$VARSTRINGCHECKS ON}
|
||||
{$WRITEABLECONST OFF}
|
||||
{$MINENUMSIZE 1}
|
||||
{$IMAGEBASE $400000}
|
||||
{$DEFINE DEBUG}
|
||||
{$ENDIF IMPLICITBUILDING}
|
||||
{$DESCRIPTION 'Zeos Low Level Database API'}
|
||||
{$LIBSUFFIX '210'}
|
||||
{$RUNONLY}
|
||||
{$IMPLICITBUILD OFF}
|
||||
{$I ZPackages.inc}
|
||||
|
||||
requires
|
||||
ZParseSql,
|
||||
ZPlain,
|
||||
rtl,
|
||||
dbrtl;
|
||||
|
||||
contains
|
||||
{$IFDEF ENABLE_DBLIB}
|
||||
ZDbcDbLib in '..\..\src\dbc\ZDbcDbLib.pas',
|
||||
ZDbcDbLibMetadata in '..\..\src\dbc\ZDbcDbLibMetadata.pas',
|
||||
ZDbcDbLibResultSet in '..\..\src\dbc\ZDbcDbLibResultSet.pas',
|
||||
ZDbcDbLibStatement in '..\..\src\dbc\ZDbcDbLibStatement.pas',
|
||||
ZDbcDbLibUtils in '..\..\src\dbc\ZDbcDbLibUtils.pas',
|
||||
{$ENDIF}
|
||||
|
||||
{$IFDEF ENABLE_INTERBASE}
|
||||
ZDbcInterbase6 in '..\..\src\dbc\ZDbcInterbase6.pas',
|
||||
ZDbcInterbase6Metadata in '..\..\src\dbc\ZDbcInterbase6Metadata.pas',
|
||||
ZDbcInterbase6ResultSet in '..\..\src\dbc\ZDbcInterbase6ResultSet.pas',
|
||||
ZDbcInterbase6Statement in '..\..\src\dbc\ZDbcInterbase6Statement.pas',
|
||||
ZDbcInterbase6Utils in '..\..\src\dbc\ZDbcInterbase6Utils.pas',
|
||||
{$ENDIF}
|
||||
|
||||
{$IFDEF ENABLE_MYSQL}
|
||||
ZDbcMySql in '..\..\src\dbc\ZDbcMySql.pas',
|
||||
ZDbcMySqlMetadata in '..\..\src\dbc\ZDbcMySqlMetadata.pas',
|
||||
ZDbcMySqlResultSet in '..\..\src\dbc\ZDbcMySqlResultSet.pas',
|
||||
ZDbcMySqlStatement in '..\..\src\dbc\ZDbcMySqlStatement.pas',
|
||||
ZDbcMySqlUtils in '..\..\src\dbc\ZDbcMySqlUtils.pas',
|
||||
{$ENDIF}
|
||||
|
||||
{$IFDEF ENABLE_POSTGRESQL}
|
||||
ZDbcPostgreSql in '..\..\src\dbc\ZDbcPostgreSql.pas',
|
||||
ZDbcPostgreSqlMetadata in '..\..\src\dbc\ZDbcPostgreSqlMetadata.pas',
|
||||
ZDbcPostgreSqlResultSet in '..\..\src\dbc\ZDbcPostgreSqlResultSet.pas',
|
||||
ZDbcPostgreSqlStatement in '..\..\src\dbc\ZDbcPostgreSqlStatement.pas',
|
||||
ZDbcPostgreSqlUtils in '..\..\src\dbc\ZDbcPostgreSqlUtils.pas',
|
||||
{$ENDIF}
|
||||
|
||||
{$IFDEF ENABLE_ADO}
|
||||
ZDbcAdo in '..\..\src\dbc\ZDbcAdo.pas',
|
||||
ZDbcAdoMetadata in '..\..\src\dbc\ZDbcAdoMetadata.pas',
|
||||
ZDbcAdoResultSet in '..\..\src\dbc\ZDbcAdoResultSet.pas',
|
||||
ZDbcAdoStatement in '..\..\src\dbc\ZDbcAdoStatement.pas',
|
||||
ZDbcAdoUtils in '..\..\src\dbc\ZDbcAdoUtils.pas',
|
||||
{$ENDIF}
|
||||
|
||||
{$IFDEF ENABLE_ORACLE}
|
||||
ZDbcOracle in '..\..\src\dbc\ZDbcOracle.pas',
|
||||
ZDbcOracleUtils in '..\..\src\dbc\ZDbcOracleUtils.pas',
|
||||
ZDbcOracleStatement in '..\..\src\dbc\ZDbcOracleStatement.pas',
|
||||
ZDbcOracleResultSet in '..\..\src\dbc\ZDbcOracleResultSet.pas',
|
||||
ZDbcOracleMetadata in '..\..\src\dbc\ZDbcOracleMetadata.pas',
|
||||
{$ENDIF}
|
||||
|
||||
{$IFDEF ENABLE_SQLITE}
|
||||
ZDbcSqLite in '..\..\src\dbc\ZDbcSqLite.pas',
|
||||
ZDbcSqLiteUtils in '..\..\src\dbc\ZDbcSqLiteUtils.pas',
|
||||
ZDbcSqLiteStatement in '..\..\src\dbc\ZDbcSqLiteStatement.pas',
|
||||
ZDbcSqLiteResultSet in '..\..\src\dbc\ZDbcSqLiteResultSet.pas',
|
||||
ZDbcSqLiteMetadata in '..\..\src\dbc\ZDbcSqLiteMetadata.pas',
|
||||
{$ENDIF}
|
||||
|
||||
{$IFDEF ENABLE_ASA}
|
||||
ZDbcASAUtils in '..\..\src\dbc\ZDbcASAUtils.pas',
|
||||
ZDbcASAMetadata in '..\..\src\dbc\ZDbcASAMetadata.pas',
|
||||
ZDbcASAResultSet in '..\..\src\dbc\ZDbcASAResultSet.pas',
|
||||
ZDbcASAStatement in '..\..\src\dbc\ZDbcASAStatement.pas',
|
||||
ZDbcASA in '..\..\src\dbc\ZDbcASA.pas',
|
||||
{$ENDIF}
|
||||
|
||||
{$IFDEF ENABLE_POOLED}
|
||||
ZDbcPooled in '..\..\src\dbc\ZDbcPooled.pas',
|
||||
{$ENDIF}
|
||||
|
||||
ZDbcUtils in '..\..\src\dbc\ZDbcUtils.pas',
|
||||
ZDbcCachedResultSet in '..\..\src\dbc\ZDbcCachedResultSet.pas',
|
||||
ZDbcConnection in '..\..\src\dbc\ZDbcConnection.pas',
|
||||
ZDbcGenericResolver in '..\..\src\dbc\ZDbcGenericResolver.pas',
|
||||
ZDbcIntfs in '..\..\src\dbc\ZDbcIntfs.pas',
|
||||
ZDbcMetadata in '..\..\src\dbc\ZDbcMetadata.pas',
|
||||
ZDbcResultSet in '..\..\src\dbc\ZDbcResultSet.pas',
|
||||
ZDbcResultSetMetadata in '..\..\src\dbc\ZDbcResultSetMetadata.pas',
|
||||
ZDbcStatement in '..\..\src\dbc\ZDbcStatement.pas',
|
||||
ZDbcCache in '..\..\src\dbc\ZDbcCache.pas',
|
||||
ZDbcLogging in '..\..\src\dbc\ZDbcLogging.pas';
|
||||
|
||||
end.
|
157
ZEOSDBO/packages/DelphiXE7/ZDbc.dproj
Normal file
157
ZEOSDBO/packages/DelphiXE7/ZDbc.dproj
Normal file
@@ -0,0 +1,157 @@
|
||||
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup>
|
||||
<ProjectGuid>{4338D340-2DA1-4B81-8B84-92A88297877B}</ProjectGuid>
|
||||
<MainSource>ZDbc.dpk</MainSource>
|
||||
<Base>True</Base>
|
||||
<Config Condition="'$(Config)'==''">Debug</Config>
|
||||
<TargetedPlatforms>3</TargetedPlatforms>
|
||||
<AppType>Package</AppType>
|
||||
<FrameworkType>None</FrameworkType>
|
||||
<ProjectVersion>16.0</ProjectVersion>
|
||||
<Platform Condition="'$(Platform)'==''">Win32</Platform>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">
|
||||
<Base>true</Base>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="('$(Platform)'=='Android' and '$(Base)'=='true') or '$(Base_Android)'!=''">
|
||||
<Base_Android>true</Base_Android>
|
||||
<CfgParent>Base</CfgParent>
|
||||
<Base>true</Base>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Base)'=='true') or '$(Base_Win32)'!=''">
|
||||
<Base_Win32>true</Base_Win32>
|
||||
<CfgParent>Base</CfgParent>
|
||||
<Base>true</Base>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="('$(Platform)'=='Win64' and '$(Base)'=='true') or '$(Base_Win64)'!=''">
|
||||
<Base_Win64>true</Base_Win64>
|
||||
<CfgParent>Base</CfgParent>
|
||||
<Base>true</Base>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Config)'=='Release' or '$(Cfg_1)'!=''">
|
||||
<Cfg_1>true</Cfg_1>
|
||||
<CfgParent>Base</CfgParent>
|
||||
<Base>true</Base>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Config)'=='Debug' or '$(Cfg_2)'!=''">
|
||||
<Cfg_2>true</Cfg_2>
|
||||
<CfgParent>Base</CfgParent>
|
||||
<Base>true</Base>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="('$(Platform)'=='Win64' and '$(Cfg_2)'=='true') or '$(Cfg_2_Win64)'!=''">
|
||||
<Cfg_2_Win64>true</Cfg_2_Win64>
|
||||
<CfgParent>Cfg_2</CfgParent>
|
||||
<Cfg_2>true</Cfg_2>
|
||||
<Base>true</Base>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Base)'!=''">
|
||||
<DCC_S>false</DCC_S>
|
||||
<DCC_Description>Zeos Low Level Database API</DCC_Description>
|
||||
<DCC_ImageBase>00400000</DCC_ImageBase>
|
||||
<RuntimeOnlyPackage>true</RuntimeOnlyPackage>
|
||||
<SanitizedProjectName>ZDbc</SanitizedProjectName>
|
||||
<DllSuffix>210</DllSuffix>
|
||||
<GenDll>true</GenDll>
|
||||
<DCC_F>false</DCC_F>
|
||||
<DCC_Namespace>System;Xml;Data;Datasnap;Web;Soap;Winapi;System.Win;$(DCC_Namespace)</DCC_Namespace>
|
||||
<GenPackage>true</GenPackage>
|
||||
<VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=;CFBundleName=</VerInfo_Keys>
|
||||
<DCC_N>false</DCC_N>
|
||||
<DCC_E>false</DCC_E>
|
||||
<DCC_DcuOutput>.\$(Platform)\$(Config)</DCC_DcuOutput>
|
||||
<DCC_K>false</DCC_K>
|
||||
<VerInfo_Locale>1045</VerInfo_Locale>
|
||||
<DCC_OutputNeverBuildDcps>true</DCC_OutputNeverBuildDcps>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Base_Android)'!=''">
|
||||
<BT_BuildType>Debug</BT_BuildType>
|
||||
<VerInfo_Keys>package=com.embarcadero.$(MSBuildProjectName);label=$(MSBuildProjectName);versionCode=1;versionName=1.0.0;persistent=False;restoreAnyVersion=False;installLocation=preferExternal;largeHeap=False;theme=TitleBar;hardwareAccelerated=true</VerInfo_Keys>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Base_Win32)'!=''">
|
||||
<VerInfo_Locale>1033</VerInfo_Locale>
|
||||
<DCC_Namespace>Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
|
||||
<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
|
||||
<VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Base_Win64)'!=''">
|
||||
<VerInfo_Locale>1033</VerInfo_Locale>
|
||||
<DCC_Namespace>Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;$(DCC_Namespace)</DCC_Namespace>
|
||||
<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
|
||||
<VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Cfg_1)'!=''">
|
||||
<DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
|
||||
<DCC_DebugInformation>0</DCC_DebugInformation>
|
||||
<DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
|
||||
<DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Cfg_2)'!=''">
|
||||
<DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
|
||||
<DCC_Optimize>false</DCC_Optimize>
|
||||
<DCC_GenerateStackFrames>true</DCC_GenerateStackFrames>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Cfg_2_Win64)'!=''">
|
||||
<VerInfo_Locale>1033</VerInfo_Locale>
|
||||
<VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
|
||||
<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<DelphiCompile Include="$(MainSource)">
|
||||
<MainSource>MainSource</MainSource>
|
||||
</DelphiCompile>
|
||||
<DCCReference Include="ZParseSql.dcp"/>
|
||||
<DCCReference Include="ZPlain.dcp"/>
|
||||
<DCCReference Include="rtl.dcp"/>
|
||||
<DCCReference Include="dbrtl.dcp"/>
|
||||
<DCCReference Include="..\..\src\dbc\ZDbcUtils.pas"/>
|
||||
<DCCReference Include="..\..\src\dbc\ZDbcCachedResultSet.pas"/>
|
||||
<DCCReference Include="..\..\src\dbc\ZDbcConnection.pas"/>
|
||||
<DCCReference Include="..\..\src\dbc\ZDbcGenericResolver.pas"/>
|
||||
<DCCReference Include="..\..\src\dbc\ZDbcIntfs.pas"/>
|
||||
<DCCReference Include="..\..\src\dbc\ZDbcMetadata.pas"/>
|
||||
<DCCReference Include="..\..\src\dbc\ZDbcResultSet.pas"/>
|
||||
<DCCReference Include="..\..\src\dbc\ZDbcResultSetMetadata.pas"/>
|
||||
<DCCReference Include="..\..\src\dbc\ZDbcStatement.pas"/>
|
||||
<DCCReference Include="..\..\src\dbc\ZDbcCache.pas"/>
|
||||
<DCCReference Include="..\..\src\dbc\ZDbcLogging.pas"/>
|
||||
<BuildConfiguration Include="Debug">
|
||||
<Key>Cfg_2</Key>
|
||||
<CfgParent>Base</CfgParent>
|
||||
</BuildConfiguration>
|
||||
<BuildConfiguration Include="Base">
|
||||
<Key>Base</Key>
|
||||
</BuildConfiguration>
|
||||
<BuildConfiguration Include="Release">
|
||||
<Key>Cfg_1</Key>
|
||||
<CfgParent>Base</CfgParent>
|
||||
</BuildConfiguration>
|
||||
</ItemGroup>
|
||||
<ProjectExtensions>
|
||||
<Borland.Personality>Delphi.Personality.12</Borland.Personality>
|
||||
<Borland.ProjectType>Package</Borland.ProjectType>
|
||||
<BorlandProject>
|
||||
<Delphi.Personality>
|
||||
<Source>
|
||||
<Source Name="MainSource">ZDbc.dpk</Source>
|
||||
</Source>
|
||||
<Excluded_Packages>
|
||||
<Excluded_Packages Name="$(BDSBIN)\bcboffice2k210.bpl">Embarcadero C++Builder Office 2000 Servers Package</Excluded_Packages>
|
||||
<Excluded_Packages Name="$(BDSBIN)\bcbofficexp210.bpl">Embarcadero C++Builder Office XP Servers Package</Excluded_Packages>
|
||||
<Excluded_Packages Name="$(BDSBIN)\dcloffice2k210.bpl">Microsoft Office 2000 Sample Automation Server Wrapper Components</Excluded_Packages>
|
||||
<Excluded_Packages Name="$(BDSBIN)\dclofficexp210.bpl">Microsoft Office XP Sample Automation Server Wrapper Components</Excluded_Packages>
|
||||
</Excluded_Packages>
|
||||
</Delphi.Personality>
|
||||
<Platforms>
|
||||
<Platform value="Android">False</Platform>
|
||||
<Platform value="iOSDevice">False</Platform>
|
||||
<Platform value="iOSSimulator">False</Platform>
|
||||
<Platform value="OSX32">False</Platform>
|
||||
<Platform value="Win32">True</Platform>
|
||||
<Platform value="Win64">True</Platform>
|
||||
</Platforms>
|
||||
</BorlandProject>
|
||||
<ProjectFileVersion>12</ProjectFileVersion>
|
||||
</ProjectExtensions>
|
||||
<Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')"/>
|
||||
<Import Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj" Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')"/>
|
||||
</Project>
|
BIN
ZEOSDBO/packages/DelphiXE7/ZDbc_Icon.ico
Normal file
BIN
ZEOSDBO/packages/DelphiXE7/ZDbc_Icon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.2 KiB |
13
ZEOSDBO/packages/DelphiXE7/ZPackages.inc
Normal file
13
ZEOSDBO/packages/DelphiXE7/ZPackages.inc
Normal file
@@ -0,0 +1,13 @@
|
||||
{$IFDEF FREEBSD}
|
||||
{$DEFINE UNIX}
|
||||
{$ENDIF}
|
||||
|
||||
{$IFDEF LINUX}
|
||||
{$DEFINE UNIX}
|
||||
{$ENDIF}
|
||||
|
||||
{$IFNDEF UNIX}
|
||||
{$I ..\..\src\Zeos.inc}
|
||||
{$ELSE}
|
||||
{$I ../../src/Zeos.inc}
|
||||
{$ENDIF}
|
76
ZEOSDBO/packages/DelphiXE7/ZParseSql.dpk
Normal file
76
ZEOSDBO/packages/DelphiXE7/ZParseSql.dpk
Normal file
@@ -0,0 +1,76 @@
|
||||
package ZParseSql;
|
||||
{$R *.res}
|
||||
{$IFDEF IMPLICITBUILDING This IFDEF should not be used by users}
|
||||
{$ALIGN 8}
|
||||
{$ASSERTIONS ON}
|
||||
{$BOOLEVAL OFF}
|
||||
{$DEBUGINFO OFF}
|
||||
{$EXTENDEDSYNTAX ON}
|
||||
{$IMPORTEDDATA ON}
|
||||
{$IOCHECKS ON}
|
||||
{$LOCALSYMBOLS ON}
|
||||
{$LONGSTRINGS ON}
|
||||
{$OPENSTRINGS ON}
|
||||
{$OPTIMIZATION OFF}
|
||||
{$OVERFLOWCHECKS OFF}
|
||||
{$RANGECHECKS OFF}
|
||||
{$REFERENCEINFO ON}
|
||||
{$SAFEDIVIDE OFF}
|
||||
{$STACKFRAMES ON}
|
||||
{$TYPEDADDRESS OFF}
|
||||
{$VARSTRINGCHECKS ON}
|
||||
{$WRITEABLECONST OFF}
|
||||
{$MINENUMSIZE 1}
|
||||
{$IMAGEBASE $400000}
|
||||
{$DEFINE DEBUG}
|
||||
{$ENDIF IMPLICITBUILDING}
|
||||
{$DESCRIPTION 'Zeos SQL Parsing Classes and Interfaces'}
|
||||
{$LIBSUFFIX '210'}
|
||||
{$RUNONLY}
|
||||
{$IMPLICITBUILD OFF}
|
||||
{$I ZPackages.inc}
|
||||
|
||||
requires
|
||||
ZCore;
|
||||
|
||||
contains
|
||||
{$IFDEF ENABLE_ADO}
|
||||
ZAdoToken in '..\..\src\parsesql\ZAdoToken.pas',
|
||||
{$ENDIF}
|
||||
|
||||
{$IFDEF ENABLE_INTERBASE}
|
||||
ZInterbaseAnalyser in '..\..\src\parsesql\ZInterbaseAnalyser.pas',
|
||||
ZInterbaseToken in '..\..\src\parsesql\ZInterbaseToken.pas',
|
||||
{$ENDIF}
|
||||
|
||||
{$IFDEF ENABLE_MYSQL}
|
||||
ZMySqlAnalyser in '..\..\src\parsesql\ZMySqlAnalyser.pas',
|
||||
ZMySqlToken in '..\..\src\parsesql\ZMySqlToken.pas',
|
||||
{$ENDIF}
|
||||
|
||||
{$IFDEF ENABLE_POSTGRESQL}
|
||||
ZPostgreSqlAnalyser in '..\..\src\parsesql\ZPostgreSqlAnalyser.pas',
|
||||
ZPostgreSqlToken in '..\..\src\parsesql\ZPostgreSqlToken.pas',
|
||||
{$ENDIF}
|
||||
|
||||
{$IFDEF ENABLE_DBLIB}
|
||||
ZSybaseAnalyser in '..\..\src\parsesql\ZSybaseAnalyser.pas',
|
||||
ZSybaseToken in '..\..\src\parsesql\ZSybaseToken.pas',
|
||||
{$ENDIF}
|
||||
|
||||
{$IFDEF ENABLE_ORACLE}
|
||||
ZOracleToken in '..\..\src\parsesql\ZOracleToken.pas',
|
||||
ZOracleAnalyser in '..\..\src\parsesql\ZOracleAnalyser.pas',
|
||||
{$ENDIF}
|
||||
|
||||
{$IFDEF ENABLE_SQLITE}
|
||||
ZSqLiteToken in '..\..\src\parsesql\ZSqLiteToken.pas',
|
||||
ZSqLiteAnalyser in '..\..\src\parsesql\ZSqLiteAnalyser.pas',
|
||||
{$ENDIF}
|
||||
|
||||
ZGenericSqlToken in '..\..\src\parsesql\ZGenericSqlToken.pas',
|
||||
ZGenericSqlAnalyser in '..\..\src\parsesql\ZGenericSqlAnalyser.pas',
|
||||
ZScriptParser in '..\..\src\parsesql\ZScriptParser.pas',
|
||||
ZSelectSchema in '..\..\src\parsesql\ZSelectSchema.pas';
|
||||
|
||||
end.
|
147
ZEOSDBO/packages/DelphiXE7/ZParseSql.dproj
Normal file
147
ZEOSDBO/packages/DelphiXE7/ZParseSql.dproj
Normal file
@@ -0,0 +1,147 @@
|
||||
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup>
|
||||
<ProjectGuid>{314C347D-A914-4E6C-AAD6-1EDDD95AC405}</ProjectGuid>
|
||||
<MainSource>ZParseSql.dpk</MainSource>
|
||||
<Base>True</Base>
|
||||
<Config Condition="'$(Config)'==''">Debug</Config>
|
||||
<TargetedPlatforms>3</TargetedPlatforms>
|
||||
<AppType>Package</AppType>
|
||||
<FrameworkType>None</FrameworkType>
|
||||
<ProjectVersion>16.0</ProjectVersion>
|
||||
<Platform Condition="'$(Platform)'==''">Win32</Platform>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">
|
||||
<Base>true</Base>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="('$(Platform)'=='Android' and '$(Base)'=='true') or '$(Base_Android)'!=''">
|
||||
<Base_Android>true</Base_Android>
|
||||
<CfgParent>Base</CfgParent>
|
||||
<Base>true</Base>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Base)'=='true') or '$(Base_Win32)'!=''">
|
||||
<Base_Win32>true</Base_Win32>
|
||||
<CfgParent>Base</CfgParent>
|
||||
<Base>true</Base>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="('$(Platform)'=='Win64' and '$(Base)'=='true') or '$(Base_Win64)'!=''">
|
||||
<Base_Win64>true</Base_Win64>
|
||||
<CfgParent>Base</CfgParent>
|
||||
<Base>true</Base>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Config)'=='Release' or '$(Cfg_1)'!=''">
|
||||
<Cfg_1>true</Cfg_1>
|
||||
<CfgParent>Base</CfgParent>
|
||||
<Base>true</Base>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Config)'=='Debug' or '$(Cfg_2)'!=''">
|
||||
<Cfg_2>true</Cfg_2>
|
||||
<CfgParent>Base</CfgParent>
|
||||
<Base>true</Base>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="('$(Platform)'=='Win64' and '$(Cfg_2)'=='true') or '$(Cfg_2_Win64)'!=''">
|
||||
<Cfg_2_Win64>true</Cfg_2_Win64>
|
||||
<CfgParent>Cfg_2</CfgParent>
|
||||
<Cfg_2>true</Cfg_2>
|
||||
<Base>true</Base>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Base)'!=''">
|
||||
<DCC_S>false</DCC_S>
|
||||
<DCC_Description>Zeos SQL Parsing Classes and Interfaces</DCC_Description>
|
||||
<DCC_ImageBase>00400000</DCC_ImageBase>
|
||||
<RuntimeOnlyPackage>true</RuntimeOnlyPackage>
|
||||
<SanitizedProjectName>ZParseSql</SanitizedProjectName>
|
||||
<DllSuffix>210</DllSuffix>
|
||||
<GenDll>true</GenDll>
|
||||
<DCC_F>false</DCC_F>
|
||||
<DCC_Namespace>System;Xml;Data;Datasnap;Web;Soap;$(DCC_Namespace)</DCC_Namespace>
|
||||
<GenPackage>true</GenPackage>
|
||||
<VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=;CFBundleName=</VerInfo_Keys>
|
||||
<DCC_N>false</DCC_N>
|
||||
<DCC_E>false</DCC_E>
|
||||
<DCC_DcuOutput>.\$(Platform)\$(Config)</DCC_DcuOutput>
|
||||
<DCC_K>false</DCC_K>
|
||||
<VerInfo_Locale>1045</VerInfo_Locale>
|
||||
<DCC_OutputNeverBuildDcps>true</DCC_OutputNeverBuildDcps>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Base_Android)'!=''">
|
||||
<BT_BuildType>Debug</BT_BuildType>
|
||||
<VerInfo_Keys>package=com.embarcadero.$(MSBuildProjectName);label=$(MSBuildProjectName);versionCode=1;versionName=1.0.0;persistent=False;restoreAnyVersion=False;installLocation=preferExternal;largeHeap=False;theme=TitleBar;hardwareAccelerated=true</VerInfo_Keys>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Base_Win32)'!=''">
|
||||
<VerInfo_Locale>1033</VerInfo_Locale>
|
||||
<DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
|
||||
<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
|
||||
<VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Base_Win64)'!=''">
|
||||
<VerInfo_Locale>1033</VerInfo_Locale>
|
||||
<DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;$(DCC_Namespace)</DCC_Namespace>
|
||||
<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
|
||||
<VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Cfg_1)'!=''">
|
||||
<DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
|
||||
<DCC_DebugInformation>0</DCC_DebugInformation>
|
||||
<DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
|
||||
<DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Cfg_2)'!=''">
|
||||
<DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
|
||||
<DCC_Optimize>false</DCC_Optimize>
|
||||
<DCC_GenerateStackFrames>true</DCC_GenerateStackFrames>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Cfg_2_Win64)'!=''">
|
||||
<VerInfo_Locale>1033</VerInfo_Locale>
|
||||
<VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
|
||||
<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<DelphiCompile Include="$(MainSource)">
|
||||
<MainSource>MainSource</MainSource>
|
||||
</DelphiCompile>
|
||||
<DCCReference Include="ZCore.dcp"/>
|
||||
<DCCReference Include="..\..\src\parsesql\ZGenericSqlToken.pas"/>
|
||||
<DCCReference Include="..\..\src\parsesql\ZGenericSqlAnalyser.pas"/>
|
||||
<DCCReference Include="..\..\src\parsesql\ZScriptParser.pas"/>
|
||||
<DCCReference Include="..\..\src\parsesql\ZSelectSchema.pas"/>
|
||||
<BuildConfiguration Include="Debug">
|
||||
<Key>Cfg_2</Key>
|
||||
<CfgParent>Base</CfgParent>
|
||||
</BuildConfiguration>
|
||||
<BuildConfiguration Include="Base">
|
||||
<Key>Base</Key>
|
||||
</BuildConfiguration>
|
||||
<BuildConfiguration Include="Release">
|
||||
<Key>Cfg_1</Key>
|
||||
<CfgParent>Base</CfgParent>
|
||||
</BuildConfiguration>
|
||||
</ItemGroup>
|
||||
<ProjectExtensions>
|
||||
<Borland.Personality>Delphi.Personality.12</Borland.Personality>
|
||||
<Borland.ProjectType>Package</Borland.ProjectType>
|
||||
<BorlandProject>
|
||||
<Delphi.Personality>
|
||||
<Source>
|
||||
<Source Name="MainSource">ZParseSql.dpk</Source>
|
||||
</Source>
|
||||
<Excluded_Packages>
|
||||
<Excluded_Packages Name="$(BDSBIN)\bcboffice2k210.bpl">Embarcadero C++Builder Office 2000 Servers Package</Excluded_Packages>
|
||||
<Excluded_Packages Name="$(BDSBIN)\bcbofficexp210.bpl">Embarcadero C++Builder Office XP Servers Package</Excluded_Packages>
|
||||
<Excluded_Packages Name="$(BDSBIN)\dcloffice2k210.bpl">Microsoft Office 2000 Sample Automation Server Wrapper Components</Excluded_Packages>
|
||||
<Excluded_Packages Name="$(BDSBIN)\dclofficexp210.bpl">Microsoft Office XP Sample Automation Server Wrapper Components</Excluded_Packages>
|
||||
</Excluded_Packages>
|
||||
</Delphi.Personality>
|
||||
<Platforms>
|
||||
<Platform value="Android">False</Platform>
|
||||
<Platform value="iOSDevice">False</Platform>
|
||||
<Platform value="iOSSimulator">False</Platform>
|
||||
<Platform value="OSX32">False</Platform>
|
||||
<Platform value="Win32">True</Platform>
|
||||
<Platform value="Win64">True</Platform>
|
||||
</Platforms>
|
||||
</BorlandProject>
|
||||
<ProjectFileVersion>12</ProjectFileVersion>
|
||||
</ProjectExtensions>
|
||||
<Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')"/>
|
||||
<Import Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj" Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')"/>
|
||||
</Project>
|
80
ZEOSDBO/packages/DelphiXE7/ZPlain.dpk
Normal file
80
ZEOSDBO/packages/DelphiXE7/ZPlain.dpk
Normal file
@@ -0,0 +1,80 @@
|
||||
package ZPlain;
|
||||
{$R *.res}
|
||||
{$IFDEF IMPLICITBUILDING This IFDEF should not be used by users}
|
||||
{$ALIGN 8}
|
||||
{$ASSERTIONS ON}
|
||||
{$BOOLEVAL OFF}
|
||||
{$DEBUGINFO OFF}
|
||||
{$EXTENDEDSYNTAX ON}
|
||||
{$IMPORTEDDATA ON}
|
||||
{$IOCHECKS ON}
|
||||
{$LOCALSYMBOLS ON}
|
||||
{$LONGSTRINGS ON}
|
||||
{$OPENSTRINGS ON}
|
||||
{$OPTIMIZATION OFF}
|
||||
{$OVERFLOWCHECKS OFF}
|
||||
{$RANGECHECKS OFF}
|
||||
{$REFERENCEINFO ON}
|
||||
{$SAFEDIVIDE OFF}
|
||||
{$STACKFRAMES ON}
|
||||
{$TYPEDADDRESS OFF}
|
||||
{$VARSTRINGCHECKS ON}
|
||||
{$WRITEABLECONST OFF}
|
||||
{$MINENUMSIZE 1}
|
||||
{$IMAGEBASE $400000}
|
||||
{$DEFINE DEBUG}
|
||||
{$ENDIF IMPLICITBUILDING}
|
||||
{$DESCRIPTION 'Zeos Plain Database API'}
|
||||
{$LIBSUFFIX '210'}
|
||||
{$RUNONLY}
|
||||
{$IMPLICITBUILD OFF}
|
||||
{$I ZPackages.inc}
|
||||
|
||||
requires
|
||||
ZCore,
|
||||
rtl,
|
||||
vcl;
|
||||
|
||||
contains
|
||||
{$IFDEF ENABLE_DBLIB}
|
||||
ZPlainDbLibDriver in '..\..\src\plain\ZPlainDbLibDriver.pas',
|
||||
ZPlainDbLibConstants in '..\..\src\plain\ZPlainDbLibConstants.pas',
|
||||
{$ENDIF}
|
||||
|
||||
{$IFDEF ENABLE_INTERBASE}
|
||||
ZPlainFirebirdDriver in '..\..\src\plain\ZPlainFirebirdDriver.pas',
|
||||
ZPlainFirebirdInterbaseConstants in '..\..\src\plain\ZPlainFirebirdInterbaseConstants.pas',
|
||||
{$ENDIF}
|
||||
|
||||
{$IFDEF ENABLE_MYSQL}
|
||||
ZPlainMySqlDriver in '..\..\src\plain\ZPlainMySqlDriver.pas',
|
||||
ZPlainMySqlConstants in '..\..\src\plain\ZPlainMySqlConstants.pas',
|
||||
{$ENDIF}
|
||||
|
||||
{$IFDEF ENABLE_POSTGRESQL}
|
||||
ZPlainPostgreSqlDriver in '..\..\src\plain\ZPlainPostgreSqlDriver.pas',
|
||||
{$ENDIF}
|
||||
|
||||
{$IFDEF ENABLE_ADO}
|
||||
ZPlainAdoDriver in '..\..\src\plain\ZPlainAdoDriver.pas',
|
||||
ZPlainAdo in '..\..\src\plain\ZPlainAdo.pas',
|
||||
{$ENDIF}
|
||||
|
||||
{$IFDEF ENABLE_ORACLE}
|
||||
ZPlainOracleDriver in '..\..\src\plain\ZPlainOracleDriver.pas',
|
||||
ZPlainOracleConstants in '..\..\src\plain\ZPlainOracleConstants.pas',
|
||||
{$ENDIF}
|
||||
|
||||
{$IFDEF ENABLE_SQLITE}
|
||||
ZPlainSqLiteDriver in '..\..\src\plain\ZPlainSqLiteDriver.pas',
|
||||
{$ENDIF}
|
||||
|
||||
{$IFDEF ENABLE_ASA}
|
||||
ZPlainASADriver in '..\..\src\plain\ZPlainASADriver.pas',
|
||||
ZPlainASAConstants in '..\..\src\plain\ZPlainASAConstants.pas',
|
||||
{$ENDIF}
|
||||
|
||||
ZPlainDriver in '..\..\src\plain\ZPlainDriver.pas',
|
||||
ZPlainLoader in '..\..\src\plain\ZPlainLoader.pas';
|
||||
|
||||
end.
|
146
ZEOSDBO/packages/DelphiXE7/ZPlain.dproj
Normal file
146
ZEOSDBO/packages/DelphiXE7/ZPlain.dproj
Normal file
@@ -0,0 +1,146 @@
|
||||
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup>
|
||||
<ProjectGuid>{EC881E5D-F760-4C41-8EB5-BC2CC8695165}</ProjectGuid>
|
||||
<MainSource>ZPlain.dpk</MainSource>
|
||||
<Base>True</Base>
|
||||
<Config Condition="'$(Config)'==''">Debug</Config>
|
||||
<TargetedPlatforms>3</TargetedPlatforms>
|
||||
<AppType>Package</AppType>
|
||||
<FrameworkType>VCL</FrameworkType>
|
||||
<ProjectVersion>16.0</ProjectVersion>
|
||||
<Platform Condition="'$(Platform)'==''">Win32</Platform>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">
|
||||
<Base>true</Base>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="('$(Platform)'=='Android' and '$(Base)'=='true') or '$(Base_Android)'!=''">
|
||||
<Base_Android>true</Base_Android>
|
||||
<CfgParent>Base</CfgParent>
|
||||
<Base>true</Base>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Base)'=='true') or '$(Base_Win32)'!=''">
|
||||
<Base_Win32>true</Base_Win32>
|
||||
<CfgParent>Base</CfgParent>
|
||||
<Base>true</Base>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="('$(Platform)'=='Win64' and '$(Base)'=='true') or '$(Base_Win64)'!=''">
|
||||
<Base_Win64>true</Base_Win64>
|
||||
<CfgParent>Base</CfgParent>
|
||||
<Base>true</Base>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Config)'=='Release' or '$(Cfg_1)'!=''">
|
||||
<Cfg_1>true</Cfg_1>
|
||||
<CfgParent>Base</CfgParent>
|
||||
<Base>true</Base>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Config)'=='Debug' or '$(Cfg_2)'!=''">
|
||||
<Cfg_2>true</Cfg_2>
|
||||
<CfgParent>Base</CfgParent>
|
||||
<Base>true</Base>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="('$(Platform)'=='Win64' and '$(Cfg_2)'=='true') or '$(Cfg_2_Win64)'!=''">
|
||||
<Cfg_2_Win64>true</Cfg_2_Win64>
|
||||
<CfgParent>Cfg_2</CfgParent>
|
||||
<Cfg_2>true</Cfg_2>
|
||||
<Base>true</Base>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Base)'!=''">
|
||||
<DCC_S>false</DCC_S>
|
||||
<DCC_Description>Zeos Plain Database API</DCC_Description>
|
||||
<DCC_ImageBase>00400000</DCC_ImageBase>
|
||||
<RuntimeOnlyPackage>true</RuntimeOnlyPackage>
|
||||
<SanitizedProjectName>ZPlain</SanitizedProjectName>
|
||||
<DllSuffix>210</DllSuffix>
|
||||
<GenDll>true</GenDll>
|
||||
<DCC_F>false</DCC_F>
|
||||
<DCC_Namespace>Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;System;Xml;Data;Datasnap;Web;Soap;Winapi;System.Win;$(DCC_Namespace)</DCC_Namespace>
|
||||
<GenPackage>true</GenPackage>
|
||||
<VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=;CFBundleName=</VerInfo_Keys>
|
||||
<DCC_N>false</DCC_N>
|
||||
<DCC_E>false</DCC_E>
|
||||
<DCC_DcuOutput>.\$(Platform)\$(Config)</DCC_DcuOutput>
|
||||
<DCC_K>false</DCC_K>
|
||||
<VerInfo_Locale>1045</VerInfo_Locale>
|
||||
<DCC_OutputNeverBuildDcps>true</DCC_OutputNeverBuildDcps>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Base_Android)'!=''">
|
||||
<BT_BuildType>Debug</BT_BuildType>
|
||||
<VerInfo_Keys>package=com.embarcadero.$(MSBuildProjectName);label=$(MSBuildProjectName);versionCode=1;versionName=1.0.0;persistent=False;restoreAnyVersion=False;installLocation=preferExternal;largeHeap=False;theme=TitleBar;hardwareAccelerated=true</VerInfo_Keys>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Base_Win32)'!=''">
|
||||
<VerInfo_Locale>1033</VerInfo_Locale>
|
||||
<DCC_Namespace>Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
|
||||
<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
|
||||
<VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Base_Win64)'!=''">
|
||||
<VerInfo_Locale>1033</VerInfo_Locale>
|
||||
<DCC_Namespace>Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;$(DCC_Namespace)</DCC_Namespace>
|
||||
<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
|
||||
<VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Cfg_1)'!=''">
|
||||
<DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
|
||||
<DCC_DebugInformation>0</DCC_DebugInformation>
|
||||
<DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
|
||||
<DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Cfg_2)'!=''">
|
||||
<DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
|
||||
<DCC_Optimize>false</DCC_Optimize>
|
||||
<DCC_GenerateStackFrames>true</DCC_GenerateStackFrames>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Cfg_2_Win64)'!=''">
|
||||
<VerInfo_Locale>1033</VerInfo_Locale>
|
||||
<VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
|
||||
<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<DelphiCompile Include="$(MainSource)">
|
||||
<MainSource>MainSource</MainSource>
|
||||
</DelphiCompile>
|
||||
<DCCReference Include="ZCore.dcp"/>
|
||||
<DCCReference Include="rtl.dcp"/>
|
||||
<DCCReference Include="vcl.dcp"/>
|
||||
<DCCReference Include="..\..\src\plain\ZPlainDriver.pas"/>
|
||||
<DCCReference Include="..\..\src\plain\ZPlainLoader.pas"/>
|
||||
<BuildConfiguration Include="Debug">
|
||||
<Key>Cfg_2</Key>
|
||||
<CfgParent>Base</CfgParent>
|
||||
</BuildConfiguration>
|
||||
<BuildConfiguration Include="Base">
|
||||
<Key>Base</Key>
|
||||
</BuildConfiguration>
|
||||
<BuildConfiguration Include="Release">
|
||||
<Key>Cfg_1</Key>
|
||||
<CfgParent>Base</CfgParent>
|
||||
</BuildConfiguration>
|
||||
</ItemGroup>
|
||||
<ProjectExtensions>
|
||||
<Borland.Personality>Delphi.Personality.12</Borland.Personality>
|
||||
<Borland.ProjectType>Package</Borland.ProjectType>
|
||||
<BorlandProject>
|
||||
<Delphi.Personality>
|
||||
<Source>
|
||||
<Source Name="MainSource">ZPlain.dpk</Source>
|
||||
</Source>
|
||||
<Excluded_Packages>
|
||||
<Excluded_Packages Name="$(BDSBIN)\bcboffice2k210.bpl">Embarcadero C++Builder Office 2000 Servers Package</Excluded_Packages>
|
||||
<Excluded_Packages Name="$(BDSBIN)\bcbofficexp210.bpl">Embarcadero C++Builder Office XP Servers Package</Excluded_Packages>
|
||||
<Excluded_Packages Name="$(BDSBIN)\dcloffice2k210.bpl">Microsoft Office 2000 Sample Automation Server Wrapper Components</Excluded_Packages>
|
||||
<Excluded_Packages Name="$(BDSBIN)\dclofficexp210.bpl">Microsoft Office XP Sample Automation Server Wrapper Components</Excluded_Packages>
|
||||
</Excluded_Packages>
|
||||
</Delphi.Personality>
|
||||
<Platforms>
|
||||
<Platform value="Android">False</Platform>
|
||||
<Platform value="iOSDevice">False</Platform>
|
||||
<Platform value="iOSSimulator">False</Platform>
|
||||
<Platform value="Win32">True</Platform>
|
||||
<Platform value="Win64">True</Platform>
|
||||
</Platforms>
|
||||
</BorlandProject>
|
||||
<ProjectFileVersion>12</ProjectFileVersion>
|
||||
</ProjectExtensions>
|
||||
<Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')"/>
|
||||
<Import Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj" Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')"/>
|
||||
</Project>
|
BIN
ZEOSDBO/packages/DelphiXE7/ZPlain_Icon.ico
Normal file
BIN
ZEOSDBO/packages/DelphiXE7/ZPlain_Icon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.2 KiB |
96
ZEOSDBO/packages/DelphiXE7/ZeosDbo.groupproj
Normal file
96
ZEOSDBO/packages/DelphiXE7/ZeosDbo.groupproj
Normal file
@@ -0,0 +1,96 @@
|
||||
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup>
|
||||
<ProjectGuid>{6c337a05-41a2-4a84-b176-c57f5e15e0c9}</ProjectGuid>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Projects Include="ZCore.dproj">
|
||||
<Dependencies/>
|
||||
</Projects>
|
||||
<Projects Include="ZPlain.dproj">
|
||||
<Dependencies>ZCore.dproj</Dependencies>
|
||||
</Projects>
|
||||
<Projects Include="ZParseSql.dproj">
|
||||
<Dependencies>ZCore.dproj;ZPlain.dproj</Dependencies>
|
||||
</Projects>
|
||||
<Projects Include="ZDbc.dproj">
|
||||
<Dependencies>ZCore.dproj;ZParseSql.dproj;ZPlain.dproj</Dependencies>
|
||||
</Projects>
|
||||
<Projects Include="ZComponent.dproj">
|
||||
<Dependencies>ZCore.dproj;ZParseSql.dproj;ZPlain.dproj;ZDbc.dproj</Dependencies>
|
||||
</Projects>
|
||||
<Projects Include="ZComponentDesign.dproj">
|
||||
<Dependencies>ZCore.dproj;ZPlain.dproj;ZParseSql.dproj;ZDbc.dproj;ZComponent.dproj</Dependencies>
|
||||
</Projects>
|
||||
</ItemGroup>
|
||||
<ProjectExtensions>
|
||||
<Borland.Personality>Default.Personality.12</Borland.Personality>
|
||||
<Borland.ProjectType/>
|
||||
<BorlandProject>
|
||||
<Default.Personality/>
|
||||
</BorlandProject>
|
||||
</ProjectExtensions>
|
||||
<Target Name="ZCore">
|
||||
<MSBuild Projects="ZCore.dproj"/>
|
||||
</Target>
|
||||
<Target Name="ZCore:Clean">
|
||||
<MSBuild Projects="ZCore.dproj" Targets="Clean"/>
|
||||
</Target>
|
||||
<Target Name="ZCore:Make">
|
||||
<MSBuild Projects="ZCore.dproj" Targets="Make"/>
|
||||
</Target>
|
||||
<Target Name="ZPlain" DependsOnTargets="ZCore">
|
||||
<MSBuild Projects="ZPlain.dproj"/>
|
||||
</Target>
|
||||
<Target Name="ZPlain:Clean" DependsOnTargets="ZCore:Clean">
|
||||
<MSBuild Projects="ZPlain.dproj" Targets="Clean"/>
|
||||
</Target>
|
||||
<Target Name="ZPlain:Make" DependsOnTargets="ZCore:Make">
|
||||
<MSBuild Projects="ZPlain.dproj" Targets="Make"/>
|
||||
</Target>
|
||||
<Target Name="ZParseSql" DependsOnTargets="ZCore;ZPlain">
|
||||
<MSBuild Projects="ZParseSql.dproj"/>
|
||||
</Target>
|
||||
<Target Name="ZParseSql:Clean" DependsOnTargets="ZCore:Clean;ZPlain:Clean">
|
||||
<MSBuild Projects="ZParseSql.dproj" Targets="Clean"/>
|
||||
</Target>
|
||||
<Target Name="ZParseSql:Make" DependsOnTargets="ZCore:Make;ZPlain:Make">
|
||||
<MSBuild Projects="ZParseSql.dproj" Targets="Make"/>
|
||||
</Target>
|
||||
<Target Name="ZDbc" DependsOnTargets="ZCore;ZParseSql;ZPlain">
|
||||
<MSBuild Projects="ZDbc.dproj"/>
|
||||
</Target>
|
||||
<Target Name="ZDbc:Clean" DependsOnTargets="ZCore:Clean;ZParseSql:Clean;ZPlain:Clean">
|
||||
<MSBuild Projects="ZDbc.dproj" Targets="Clean"/>
|
||||
</Target>
|
||||
<Target Name="ZDbc:Make" DependsOnTargets="ZCore:Make;ZParseSql:Make;ZPlain:Make">
|
||||
<MSBuild Projects="ZDbc.dproj" Targets="Make"/>
|
||||
</Target>
|
||||
<Target Name="ZComponent" DependsOnTargets="ZCore;ZParseSql;ZPlain;ZDbc">
|
||||
<MSBuild Projects="ZComponent.dproj"/>
|
||||
</Target>
|
||||
<Target Name="ZComponent:Clean" DependsOnTargets="ZCore:Clean;ZParseSql:Clean;ZPlain:Clean;ZDbc:Clean">
|
||||
<MSBuild Projects="ZComponent.dproj" Targets="Clean"/>
|
||||
</Target>
|
||||
<Target Name="ZComponent:Make" DependsOnTargets="ZCore:Make;ZParseSql:Make;ZPlain:Make;ZDbc:Make">
|
||||
<MSBuild Projects="ZComponent.dproj" Targets="Make"/>
|
||||
</Target>
|
||||
<Target Name="ZComponentDesign" DependsOnTargets="ZCore;ZPlain;ZParseSql;ZDbc;ZComponent">
|
||||
<MSBuild Projects="ZComponentDesign.dproj"/>
|
||||
</Target>
|
||||
<Target Name="ZComponentDesign:Clean" DependsOnTargets="ZCore:Clean;ZPlain:Clean;ZParseSql:Clean;ZDbc:Clean;ZComponent:Clean">
|
||||
<MSBuild Projects="ZComponentDesign.dproj" Targets="Clean"/>
|
||||
</Target>
|
||||
<Target Name="ZComponentDesign:Make" DependsOnTargets="ZCore:Make;ZPlain:Make;ZParseSql:Make;ZDbc:Make;ZComponent:Make">
|
||||
<MSBuild Projects="ZComponentDesign.dproj" Targets="Make"/>
|
||||
</Target>
|
||||
<Target Name="Build">
|
||||
<CallTarget Targets="ZCore;ZPlain;ZParseSql;ZDbc;ZComponent;ZComponentDesign"/>
|
||||
</Target>
|
||||
<Target Name="Clean">
|
||||
<CallTarget Targets="ZCore:Clean;ZPlain:Clean;ZParseSql:Clean;ZDbc:Clean;ZComponent:Clean;ZComponentDesign:Clean"/>
|
||||
</Target>
|
||||
<Target Name="Make">
|
||||
<CallTarget Targets="ZCore:Make;ZPlain:Make;ZParseSql:Make;ZDbc:Make;ZComponent:Make;ZComponentDesign:Make"/>
|
||||
</Target>
|
||||
<Import Project="$(BDS)\Bin\CodeGear.Group.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Group.Targets')"/>
|
||||
</Project>
|
Reference in New Issue
Block a user