Стартовый пул

This commit is contained in:
2024-04-02 08:46:59 +03:00
parent fd57fffd3a
commit 3bb34d000b
5591 changed files with 3291734 additions and 0 deletions

View File

@@ -0,0 +1,61 @@
package ZComponent;
{$R *.res}
{$ALIGN 8}
{$ASSERTIONS ON}
{$BOOLEVAL OFF}
{$DEBUGINFO ON}
{$EXTENDEDSYNTAX ON}
{$IMPORTEDDATA ON}
{$IOCHECKS ON}
{$LOCALSYMBOLS ON}
{$LONGSTRINGS ON}
{$OPENSTRINGS ON}
{$OPTIMIZATION ON}
{$OVERFLOWCHECKS ON}
{$RANGECHECKS OFF}
{$REFERENCEINFO ON}
{$SAFEDIVIDE OFF}
{$STACKFRAMES ON}
{$TYPEDADDRESS OFF}
{$VARSTRINGCHECKS ON}
{$WRITEABLECONST OFF}
{$MINENUMSIZE 1}
{$IMAGEBASE $400000}
{$DESCRIPTION 'Zeos Database Components'}
{$LIBSUFFIX '150'}
{$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.

View File

@@ -0,0 +1,156 @@
 <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<ProjectGuid>{242b1e2c-c412-44f0-8a86-cf22da726ef0}</ProjectGuid>
<MainSource>ZComponent.dpk</MainSource>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<DCC_DCCCompiler>DCC32</DCC_DCCCompiler>
<DCC_DependencyCheckOutputName>C:\Documents and Settings\All Users\Documentos\RAD Studio\5.0\Bpl\ZComponent110.bpl</DCC_DependencyCheckOutputName>
<ProjectVersion>12.2</ProjectVersion>
<Config Condition="'$(Config)'==''">Debug</Config>
<Base>True</Base>
<Platform>Win32</Platform>
<AppType>Package</AppType>
<FrameworkType>VCL</FrameworkType>
</PropertyGroup>
<PropertyGroup Condition="'$(Config)'=='Basis' or '$(Base)'!=''">
<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="'$(Base)'!=''">
<DCC_UnitAlias>WinTypes=Windows;WinProcs=Windows;DbiTypes=BDE;DbiProcs=BDE;DbiErrs=BDE;$(DCC_UnitAlias)</DCC_UnitAlias>
<DCC_UnitSearchPath>build;$(DCC_UnitSearchPath)</DCC_UnitSearchPath>
<DCC_DcuOutput>build</DCC_DcuOutput>
<DCC_BplOutput>$(BDSCOMMONDIR)\Bpl</DCC_BplOutput>
<DCC_DcpOutput>$(BDSCOMMONDIR)\Dcp</DCC_DcpOutput>
<DCC_ImageBase>00400000</DCC_ImageBase>
<DllSuffix>150</DllSuffix>
<DCC_Description>Zeos Database Components</DCC_Description>
<RuntimeOnlyPackage>true</RuntimeOnlyPackage>
<DCC_DependencyCheckOutputName>build\ZComponent150.bpl</DCC_DependencyCheckOutputName>
<DCC_IntegerOverflowCheck>true</DCC_IntegerOverflowCheck>
<DCC_OutputNeverBuildDcps>true</DCC_OutputNeverBuildDcps>
<GenDll>true</GenDll>
<DCC_GenerateStackFrames>true</DCC_GenerateStackFrames>
<GenPackage>true</GenPackage>
</PropertyGroup>
<PropertyGroup Condition="'$(Cfg_1)'!=''">
<Version>7.0</Version>
<DCC_DebugInformation>False</DCC_DebugInformation>
<DCC_LocalDebugSymbols>False</DCC_LocalDebugSymbols>
<DCC_IntegerOverflowCheck>True</DCC_IntegerOverflowCheck>
<DCC_GenerateStackFrames>True</DCC_GenerateStackFrames>
<DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
<DCC_ObjOutput>build</DCC_ObjOutput>
<DCC_HppOutput>build</DCC_HppOutput>
<DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
<DCC_ResourcePath>$(BDSCOMMONDIR)\Bpl;$(DCC_ResourcePath)</DCC_ResourcePath>
<DCC_ObjPath>$(BDSCOMMONDIR)\Bpl;$(DCC_ObjPath)</DCC_ObjPath>
<DCC_IncludePath>$(BDSCOMMONDIR)\Bpl;$(DCC_IncludePath)</DCC_IncludePath>
</PropertyGroup>
<PropertyGroup Condition="'$(Cfg_2)'!=''">
<DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
<Version>7.0</Version>
<DCC_IntegerOverflowCheck>True</DCC_IntegerOverflowCheck>
<DCC_GenerateStackFrames>True</DCC_GenerateStackFrames>
<DCC_ObjOutput>build</DCC_ObjOutput>
<DCC_HppOutput>build</DCC_HppOutput>
<DCC_ResourcePath>$(BDSCOMMONDIR)\Bpl;$(DCC_ResourcePath)</DCC_ResourcePath>
<DCC_ObjPath>$(BDSCOMMONDIR)\Bpl;$(DCC_ObjPath)</DCC_ObjPath>
<DCC_IncludePath>$(BDSCOMMONDIR)\Bpl;$(DCC_IncludePath)</DCC_IncludePath>
</PropertyGroup>
<ItemGroup>
<DelphiCompile Include="ZComponent.dpk">
<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="Basis">
<Key>Base</Key>
</BuildConfiguration>
<BuildConfiguration Include="Release">
<Key>Cfg_1</Key>
<CfgParent>Base</CfgParent>
</BuildConfiguration>
</ItemGroup>
<Import Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')" Project="$(BDS)\Bin\CodeGear.Delphi.Targets"/>
<Import Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\8.0\UserTools.proj')" Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\8.0\UserTools.proj"/>
<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">1031</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">ZComponent.dpk</Source>
</Source>
</Delphi.Personality>
<Platforms>
<Platform value="Win32">True</Platform>
</Platforms>
</BorlandProject>
<ProjectFileVersion>12</ProjectFileVersion>
</ProjectExtensions>
</Project>

View File

@@ -0,0 +1,45 @@
package ZComponentDesign;
{$R *.res}
{$R '..\..\src\component\ZComponent.dcr'}
{$ALIGN 8}
{$ASSERTIONS ON}
{$BOOLEVAL OFF}
{$DEBUGINFO ON}
{$EXTENDEDSYNTAX ON}
{$IMPORTEDDATA ON}
{$IOCHECKS ON}
{$LOCALSYMBOLS ON}
{$LONGSTRINGS ON}
{$OPENSTRINGS ON}
{$OPTIMIZATION ON}
{$OVERFLOWCHECKS ON}
{$RANGECHECKS OFF}
{$REFERENCEINFO ON}
{$SAFEDIVIDE OFF}
{$STACKFRAMES ON}
{$TYPEDADDRESS OFF}
{$VARSTRINGCHECKS ON}
{$WRITEABLECONST OFF}
{$MINENUMSIZE 1}
{$IMAGEBASE $400000}
{$DESCRIPTION 'Zeos Database Components'}
{$LIBSUFFIX '150'}
{$DESIGNONLY}
{$IMPLICITBUILD OFF}
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.

View File

@@ -0,0 +1,144 @@
 <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<ProjectGuid>{1c20799f-272f-4399-9075-20c658d0214d}</ProjectGuid>
<MainSource>ZComponentDesign.dpk</MainSource>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<DCC_DCCCompiler>DCC32</DCC_DCCCompiler>
<DCC_DependencyCheckOutputName>C:\Documents and Settings\All Users\Documentos\RAD Studio\5.0\Bpl\ZComponentDesign110.bpl</DCC_DependencyCheckOutputName>
<ProjectVersion>12.2</ProjectVersion>
<Config Condition="'$(Config)'==''">Debug</Config>
<Base>True</Base>
<Platform>Win32</Platform>
<AppType>Package</AppType>
<FrameworkType>None</FrameworkType>
</PropertyGroup>
<PropertyGroup Condition="'$(Config)'=='Basis' or '$(Base)'!=''">
<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="'$(Base)'!=''">
<DCC_UnitAlias>WinTypes=Windows;WinProcs=Windows;DbiTypes=BDE;DbiProcs=BDE;DbiErrs=BDE;$(DCC_UnitAlias)</DCC_UnitAlias>
<DCC_DcuOutput>build</DCC_DcuOutput>
<DCC_UnitSearchPath>build;$(DCC_UnitSearchPath)</DCC_UnitSearchPath>
<DCC_BplOutput>$(BDSCOMMONDIR)\Bpl</DCC_BplOutput>
<DCC_DcpOutput>$(BDSCOMMONDIR)\Dcp</DCC_DcpOutput>
<DesignOnlyPackage>true</DesignOnlyPackage>
<DllSuffix>150</DllSuffix>
<DCC_ImageBase>00400000</DCC_ImageBase>
<DCC_Description>Zeos Database Components</DCC_Description>
<DCC_DependencyCheckOutputName>build\ZComponentDesign150.bpl</DCC_DependencyCheckOutputName>
<DCC_GenerateStackFrames>true</DCC_GenerateStackFrames>
<DCC_OutputNeverBuildDcps>true</DCC_OutputNeverBuildDcps>
<GenDll>true</GenDll>
<DCC_IntegerOverflowCheck>true</DCC_IntegerOverflowCheck>
<GenPackage>true</GenPackage>
</PropertyGroup>
<PropertyGroup Condition="'$(Cfg_1)'!=''">
<Version>7.0</Version>
<DCC_DebugInformation>False</DCC_DebugInformation>
<DCC_LocalDebugSymbols>False</DCC_LocalDebugSymbols>
<DCC_IntegerOverflowCheck>True</DCC_IntegerOverflowCheck>
<DCC_GenerateStackFrames>True</DCC_GenerateStackFrames>
<DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
<DCC_ObjOutput>build</DCC_ObjOutput>
<DCC_HppOutput>build</DCC_HppOutput>
<DCC_ResourcePath>$(BDSCOMMONDIR)\Bpl;$(DCC_ResourcePath)</DCC_ResourcePath>
<DCC_ObjPath>$(BDSCOMMONDIR)\Bpl;$(DCC_ObjPath)</DCC_ObjPath>
<DCC_IncludePath>$(BDSCOMMONDIR)\Bpl;$(DCC_IncludePath)</DCC_IncludePath>
<DCC_Define>RELEASE</DCC_Define>
</PropertyGroup>
<PropertyGroup Condition="'$(Cfg_2)'!=''">
<DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
<Version>7.0</Version>
<DCC_IntegerOverflowCheck>True</DCC_IntegerOverflowCheck>
<DCC_GenerateStackFrames>True</DCC_GenerateStackFrames>
<DCC_ObjOutput>build</DCC_ObjOutput>
<DCC_HppOutput>build</DCC_HppOutput>
<DCC_ResourcePath>$(BDSCOMMONDIR)\Bpl;$(DCC_ResourcePath)</DCC_ResourcePath>
<DCC_ObjPath>$(BDSCOMMONDIR)\Bpl;$(DCC_ObjPath)</DCC_ObjPath>
<DCC_IncludePath>$(BDSCOMMONDIR)\Bpl;$(DCC_IncludePath)</DCC_IncludePath>
</PropertyGroup>
<ItemGroup>
<DelphiCompile Include="ZComponentDesign.dpk">
<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="Basis">
<Key>Base</Key>
</BuildConfiguration>
<BuildConfiguration Include="Release">
<Key>Cfg_1</Key>
<CfgParent>Base</CfgParent>
</BuildConfiguration>
</ItemGroup>
<Import Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')" Project="$(BDS)\Bin\CodeGear.Delphi.Targets"/>
<Import Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\8.0\UserTools.proj')" Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\8.0\UserTools.proj"/>
<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>
</Delphi.Personality>
<Platforms>
<Platform value="Win32">True</Platform>
</Platforms>
</BorlandProject>
<ProjectFileVersion>12</ProjectFileVersion>
</ProjectExtensions>
</Project>

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

View File

@@ -0,0 +1,54 @@
package ZCore;
{$R *.res}
{$ALIGN 8}
{$ASSERTIONS ON}
{$BOOLEVAL OFF}
{$DEBUGINFO ON}
{$EXTENDEDSYNTAX ON}
{$IMPORTEDDATA ON}
{$IOCHECKS ON}
{$LOCALSYMBOLS ON}
{$LONGSTRINGS ON}
{$OPENSTRINGS ON}
{$OPTIMIZATION ON}
{$OVERFLOWCHECKS ON}
{$RANGECHECKS OFF}
{$REFERENCEINFO ON}
{$SAFEDIVIDE OFF}
{$STACKFRAMES ON}
{$TYPEDADDRESS OFF}
{$VARSTRINGCHECKS ON}
{$WRITEABLECONST OFF}
{$MINENUMSIZE 1}
{$IMAGEBASE $400000}
{$DESCRIPTION 'Zeos Core Classes and Interfaces'}
{$LIBSUFFIX '150'}
{$RUNONLY}
{$IMPLICITBUILD OFF}
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.

View File

@@ -0,0 +1,151 @@
 <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<ProjectGuid>{1a98c0b7-eb38-4725-9569-1c0bf5beb099}</ProjectGuid>
<MainSource>ZCore.dpk</MainSource>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<DCC_DCCCompiler>DCC32</DCC_DCCCompiler>
<DCC_DependencyCheckOutputName>C:\Documents and Settings\All Users\Documentos\RAD Studio\5.0\Bpl\ZCore110.bpl</DCC_DependencyCheckOutputName>
<ProjectVersion>12.2</ProjectVersion>
<Config Condition="'$(Config)'==''">Debug</Config>
<Base>True</Base>
<Platform>Win32</Platform>
<AppType>Package</AppType>
<FrameworkType>None</FrameworkType>
</PropertyGroup>
<PropertyGroup Condition="'$(Config)'=='Basis' or '$(Base)'!=''">
<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="'$(Base)'!=''">
<DCC_UnitAlias>WinTypes=Windows;WinProcs=Windows;DbiTypes=BDE;DbiProcs=BDE;DbiErrs=BDE;$(DCC_UnitAlias)</DCC_UnitAlias>
<DCC_UnitSearchPath>build;$(DCC_UnitSearchPath)</DCC_UnitSearchPath>
<DCC_DcuOutput>build</DCC_DcuOutput>
<DCC_BplOutput>$(BDSCOMMONDIR)\Bpl</DCC_BplOutput>
<DCC_DcpOutput>$(BDSCOMMONDIR)\Dcp</DCC_DcpOutput>
<DCC_ImageBase>00400000</DCC_ImageBase>
<DllSuffix>150</DllSuffix>
<DCC_Description>Zeos Core Classes and Interfaces</DCC_Description>
<RuntimeOnlyPackage>true</RuntimeOnlyPackage>
<DCC_DependencyCheckOutputName>build\ZCore150.bpl</DCC_DependencyCheckOutputName>
<DCC_IntegerOverflowCheck>true</DCC_IntegerOverflowCheck>
<DCC_OutputNeverBuildDcps>true</DCC_OutputNeverBuildDcps>
<GenDll>true</GenDll>
<DCC_GenerateStackFrames>true</DCC_GenerateStackFrames>
<GenPackage>true</GenPackage>
</PropertyGroup>
<PropertyGroup Condition="'$(Cfg_1)'!=''">
<Version>7.0</Version>
<DCC_DebugInformation>False</DCC_DebugInformation>
<DCC_LocalDebugSymbols>False</DCC_LocalDebugSymbols>
<DCC_IntegerOverflowCheck>True</DCC_IntegerOverflowCheck>
<DCC_GenerateStackFrames>True</DCC_GenerateStackFrames>
<DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
<DCC_ObjOutput>build</DCC_ObjOutput>
<DCC_HppOutput>build</DCC_HppOutput>
<DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
<DCC_ResourcePath>$(BDSCOMMONDIR)\Bpl;$(DCC_ResourcePath)</DCC_ResourcePath>
<DCC_ObjPath>$(BDSCOMMONDIR)\Bpl;$(DCC_ObjPath)</DCC_ObjPath>
<DCC_IncludePath>$(BDSCOMMONDIR)\Bpl;$(DCC_IncludePath)</DCC_IncludePath>
</PropertyGroup>
<PropertyGroup Condition="'$(Cfg_2)'!=''">
<DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
<Version>7.0</Version>
<DCC_IntegerOverflowCheck>True</DCC_IntegerOverflowCheck>
<DCC_GenerateStackFrames>True</DCC_GenerateStackFrames>
<DCC_ObjOutput>build</DCC_ObjOutput>
<DCC_HppOutput>build</DCC_HppOutput>
<DCC_ResourcePath>$(BDSCOMMONDIR)\Bpl;$(DCC_ResourcePath)</DCC_ResourcePath>
<DCC_ObjPath>$(BDSCOMMONDIR)\Bpl;$(DCC_ObjPath)</DCC_ObjPath>
<DCC_IncludePath>$(BDSCOMMONDIR)\Bpl;$(DCC_IncludePath)</DCC_IncludePath>
</PropertyGroup>
<ItemGroup>
<DelphiCompile Include="ZCore.dpk">
<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="Basis">
<Key>Base</Key>
</BuildConfiguration>
<BuildConfiguration Include="Release">
<Key>Cfg_1</Key>
<CfgParent>Base</CfgParent>
</BuildConfiguration>
</ItemGroup>
<Import Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')" Project="$(BDS)\Bin\CodeGear.Delphi.Targets"/>
<Import Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\8.0\UserTools.proj')" Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\8.0\UserTools.proj"/>
<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">1031</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>
<Source>
<Source Name="MainSource">ZCore.dpk</Source>
</Source>
</Delphi.Personality>
<Platforms>
<Platform value="Win32">True</Platform>
</Platforms>
</BorlandProject>
<ProjectFileVersion>12</ProjectFileVersion>
</ProjectExtensions>
</Project>

View File

@@ -0,0 +1,117 @@
package ZDbc;
{$R *.res}
{$ALIGN 8}
{$ASSERTIONS ON}
{$BOOLEVAL OFF}
{$DEBUGINFO ON}
{$EXTENDEDSYNTAX ON}
{$IMPORTEDDATA ON}
{$IOCHECKS ON}
{$LOCALSYMBOLS ON}
{$LONGSTRINGS ON}
{$OPENSTRINGS ON}
{$OPTIMIZATION ON}
{$OVERFLOWCHECKS ON}
{$RANGECHECKS OFF}
{$REFERENCEINFO ON}
{$SAFEDIVIDE OFF}
{$STACKFRAMES ON}
{$TYPEDADDRESS OFF}
{$VARSTRINGCHECKS ON}
{$WRITEABLECONST OFF}
{$MINENUMSIZE 1}
{$IMAGEBASE $400000}
{$DESCRIPTION 'Zeos Low Level Database API'}
{$LIBSUFFIX '150'}
{$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.

View File

@@ -0,0 +1,154 @@
 <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<ProjectGuid>{47d8573c-edfe-4827-93f9-d1e3ee5f6f1f}</ProjectGuid>
<MainSource>ZDbc.dpk</MainSource>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<DCC_DCCCompiler>DCC32</DCC_DCCCompiler>
<DCC_DependencyCheckOutputName>C:\Documents and Settings\All Users\Documentos\RAD Studio\5.0\Bpl\ZDbc110.bpl</DCC_DependencyCheckOutputName>
<ProjectVersion>12.2</ProjectVersion>
<Config Condition="'$(Config)'==''">Debug</Config>
<Base>True</Base>
<Platform>Win32</Platform>
<AppType>Package</AppType>
<FrameworkType>None</FrameworkType>
</PropertyGroup>
<PropertyGroup Condition="'$(Config)'=='Basis' or '$(Base)'!=''">
<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="'$(Base)'!=''">
<DCC_UnitAlias>WinTypes=Windows;WinProcs=Windows;DbiTypes=BDE;DbiProcs=BDE;DbiErrs=BDE;$(DCC_UnitAlias)</DCC_UnitAlias>
<DCC_UnitSearchPath>build;$(DCC_UnitSearchPath)</DCC_UnitSearchPath>
<DCC_DcuOutput>build</DCC_DcuOutput>
<DCC_BplOutput>$(BDSCOMMONDIR)\Bpl</DCC_BplOutput>
<DCC_DcpOutput>$(BDSCOMMONDIR)\Dcp</DCC_DcpOutput>
<DCC_ImageBase>00400000</DCC_ImageBase>
<DllSuffix>150</DllSuffix>
<DCC_Description>Zeos Low Level Database API</DCC_Description>
<RuntimeOnlyPackage>true</RuntimeOnlyPackage>
<DCC_DependencyCheckOutputName>build\ZDbc150.bpl</DCC_DependencyCheckOutputName>
<DCC_IntegerOverflowCheck>true</DCC_IntegerOverflowCheck>
<DCC_OutputNeverBuildDcps>true</DCC_OutputNeverBuildDcps>
<GenDll>true</GenDll>
<DCC_GenerateStackFrames>true</DCC_GenerateStackFrames>
<GenPackage>true</GenPackage>
</PropertyGroup>
<PropertyGroup Condition="'$(Cfg_1)'!=''">
<Version>7.0</Version>
<DCC_DebugInformation>False</DCC_DebugInformation>
<DCC_LocalDebugSymbols>False</DCC_LocalDebugSymbols>
<DCC_IntegerOverflowCheck>True</DCC_IntegerOverflowCheck>
<DCC_GenerateStackFrames>True</DCC_GenerateStackFrames>
<DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
<DCC_ObjOutput>build</DCC_ObjOutput>
<DCC_HppOutput>build</DCC_HppOutput>
<DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
<DCC_ResourcePath>$(BDSCOMMONDIR)\Bpl;$(DCC_ResourcePath)</DCC_ResourcePath>
<DCC_ObjPath>$(BDSCOMMONDIR)\Bpl;$(DCC_ObjPath)</DCC_ObjPath>
<DCC_IncludePath>$(BDSCOMMONDIR)\Bpl;$(DCC_IncludePath)</DCC_IncludePath>
</PropertyGroup>
<PropertyGroup Condition="'$(Cfg_2)'!=''">
<DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
<Version>7.0</Version>
<DCC_IntegerOverflowCheck>True</DCC_IntegerOverflowCheck>
<DCC_GenerateStackFrames>True</DCC_GenerateStackFrames>
<DCC_ObjOutput>build</DCC_ObjOutput>
<DCC_HppOutput>build</DCC_HppOutput>
<DCC_ResourcePath>$(BDSCOMMONDIR)\Bpl;$(DCC_ResourcePath)</DCC_ResourcePath>
<DCC_ObjPath>$(BDSCOMMONDIR)\Bpl;$(DCC_ObjPath)</DCC_ObjPath>
<DCC_IncludePath>$(BDSCOMMONDIR)\Bpl;$(DCC_IncludePath)</DCC_IncludePath>
</PropertyGroup>
<ItemGroup>
<DelphiCompile Include="ZDbc.dpk">
<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="Basis">
<Key>Base</Key>
</BuildConfiguration>
<BuildConfiguration Include="Release">
<Key>Cfg_1</Key>
<CfgParent>Base</CfgParent>
</BuildConfiguration>
</ItemGroup>
<Import Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')" Project="$(BDS)\Bin\CodeGear.Delphi.Targets"/>
<Import Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\8.0\UserTools.proj')" Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\8.0\UserTools.proj"/>
<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">1031</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">ZDbc.dpk</Source>
</Source>
<Excluded_Packages>
<Excluded_Packages Name="$(BDSBIN)\dclnet120.bpl">CodeGear Internet Components</Excluded_Packages>
<Excluded_Packages Name="$(BDSBIN)\dclwebsnap120.bpl">CodeGear WebSnap Components</Excluded_Packages>
<Excluded_Packages Name="$(BDSBIN)\bcboffice2k120.bpl">CodeGear C++Builder Office 2000 Servers Package</Excluded_Packages>
<Excluded_Packages Name="$(BDSBIN)\bcbofficexp120.bpl">CodeGear C++Builder Office XP Servers Package</Excluded_Packages>
<Excluded_Packages Name="$(BDSBIN)\dcloffice2k120.bpl">Microsoft Office 2000 Sample Automation Server Wrapper Components</Excluded_Packages>
<Excluded_Packages Name="$(BDSBIN)\dclofficexp120.bpl">Microsoft Office XP Sample Automation Server Wrapper Components</Excluded_Packages>
</Excluded_Packages>
</Delphi.Personality>
<Platforms>
<Platform value="Win32">True</Platform>
</Platforms>
</BorlandProject>
<ProjectFileVersion>12</ProjectFileVersion>
</ProjectExtensions>
</Project>

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

View 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}

View File

@@ -0,0 +1,74 @@
package ZParseSql;
{$R *.res}
{$ALIGN 8}
{$ASSERTIONS ON}
{$BOOLEVAL OFF}
{$DEBUGINFO ON}
{$EXTENDEDSYNTAX ON}
{$IMPORTEDDATA ON}
{$IOCHECKS ON}
{$LOCALSYMBOLS ON}
{$LONGSTRINGS ON}
{$OPENSTRINGS ON}
{$OPTIMIZATION ON}
{$OVERFLOWCHECKS ON}
{$RANGECHECKS OFF}
{$REFERENCEINFO ON}
{$SAFEDIVIDE OFF}
{$STACKFRAMES ON}
{$TYPEDADDRESS OFF}
{$VARSTRINGCHECKS ON}
{$WRITEABLECONST OFF}
{$MINENUMSIZE 1}
{$IMAGEBASE $400000}
{$DESCRIPTION 'Zeos SQL Parsing Classes and Interfaces'}
{$LIBSUFFIX '150'}
{$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.

View File

@@ -0,0 +1,136 @@
 <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<ProjectGuid>{39c78988-998b-49f3-8023-aaa95d43cffd}</ProjectGuid>
<MainSource>ZParseSql.dpk</MainSource>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<DCC_DCCCompiler>DCC32</DCC_DCCCompiler>
<DCC_DependencyCheckOutputName>C:\Documents and Settings\All Users\Documentos\RAD Studio\5.0\Bpl\ZParseSql110.bpl</DCC_DependencyCheckOutputName>
<ProjectVersion>12.2</ProjectVersion>
<Config Condition="'$(Config)'==''">Debug</Config>
<Base>True</Base>
<Platform>Win32</Platform>
<AppType>Package</AppType>
<FrameworkType>None</FrameworkType>
</PropertyGroup>
<PropertyGroup Condition="'$(Config)'=='Basis' or '$(Base)'!=''">
<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="'$(Base)'!=''">
<DCC_UnitAlias>WinTypes=Windows;WinProcs=Windows;DbiTypes=BDE;DbiProcs=BDE;DbiErrs=BDE;$(DCC_UnitAlias)</DCC_UnitAlias>
<DCC_UnitSearchPath>build;$(DCC_UnitSearchPath)</DCC_UnitSearchPath>
<DCC_DcuOutput>build</DCC_DcuOutput>
<DCC_BplOutput>$(BDSCOMMONDIR)\Bpl</DCC_BplOutput>
<DCC_DcpOutput>$(BDSCOMMONDIR)\Dcp</DCC_DcpOutput>
<DCC_ImageBase>00400000</DCC_ImageBase>
<DllSuffix>150</DllSuffix>
<DCC_Description>Zeos SQL Parsing Classes and Interfaces</DCC_Description>
<RuntimeOnlyPackage>true</RuntimeOnlyPackage>
<DCC_DependencyCheckOutputName>build\ZParseSql150.bpl</DCC_DependencyCheckOutputName>
<DCC_IntegerOverflowCheck>true</DCC_IntegerOverflowCheck>
<DCC_OutputNeverBuildDcps>true</DCC_OutputNeverBuildDcps>
<GenDll>true</GenDll>
<DCC_GenerateStackFrames>true</DCC_GenerateStackFrames>
<GenPackage>true</GenPackage>
</PropertyGroup>
<PropertyGroup Condition="'$(Cfg_1)'!=''">
<Version>7.0</Version>
<DCC_DebugInformation>False</DCC_DebugInformation>
<DCC_LocalDebugSymbols>False</DCC_LocalDebugSymbols>
<DCC_IntegerOverflowCheck>True</DCC_IntegerOverflowCheck>
<DCC_GenerateStackFrames>True</DCC_GenerateStackFrames>
<DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
<DCC_ObjOutput>build</DCC_ObjOutput>
<DCC_HppOutput>build</DCC_HppOutput>
<DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
<DCC_ResourcePath>$(BDSCOMMONDIR)\Bpl;$(DCC_ResourcePath)</DCC_ResourcePath>
<DCC_ObjPath>$(BDSCOMMONDIR)\Bpl;$(DCC_ObjPath)</DCC_ObjPath>
<DCC_IncludePath>$(BDSCOMMONDIR)\Bpl;$(DCC_IncludePath)</DCC_IncludePath>
</PropertyGroup>
<PropertyGroup Condition="'$(Cfg_2)'!=''">
<DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
<Version>7.0</Version>
<DCC_IntegerOverflowCheck>True</DCC_IntegerOverflowCheck>
<DCC_GenerateStackFrames>True</DCC_GenerateStackFrames>
<DCC_ObjOutput>build</DCC_ObjOutput>
<DCC_HppOutput>build</DCC_HppOutput>
<DCC_ResourcePath>$(BDSCOMMONDIR)\Bpl;$(DCC_ResourcePath)</DCC_ResourcePath>
<DCC_ObjPath>$(BDSCOMMONDIR)\Bpl;$(DCC_ObjPath)</DCC_ObjPath>
<DCC_IncludePath>$(BDSCOMMONDIR)\Bpl;$(DCC_IncludePath)</DCC_IncludePath>
</PropertyGroup>
<ItemGroup>
<DelphiCompile Include="ZParseSql.dpk">
<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="Basis">
<Key>Base</Key>
</BuildConfiguration>
<BuildConfiguration Include="Release">
<Key>Cfg_1</Key>
<CfgParent>Base</CfgParent>
</BuildConfiguration>
</ItemGroup>
<Import Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')" Project="$(BDS)\Bin\CodeGear.Delphi.Targets"/>
<Import Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\8.0\UserTools.proj')" Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\8.0\UserTools.proj"/>
<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">1031</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">ZParseSql.dpk</Source>
</Source>
</Delphi.Personality>
<Platforms>
<Platform value="Win32">True</Platform>
</Platforms>
</BorlandProject>
<ProjectFileVersion>12</ProjectFileVersion>
</ProjectExtensions>
</Project>

View File

@@ -0,0 +1,76 @@
package ZPlain;
{$R *.res}
{$ALIGN 8}
{$ASSERTIONS ON}
{$BOOLEVAL OFF}
{$DEBUGINFO ON}
{$EXTENDEDSYNTAX ON}
{$IMPORTEDDATA ON}
{$IOCHECKS ON}
{$LOCALSYMBOLS ON}
{$LONGSTRINGS ON}
{$OPENSTRINGS ON}
{$OPTIMIZATION OFF}
{$OVERFLOWCHECKS ON}
{$RANGECHECKS ON}
{$REFERENCEINFO ON}
{$SAFEDIVIDE OFF}
{$STACKFRAMES ON}
{$TYPEDADDRESS OFF}
{$VARSTRINGCHECKS ON}
{$WRITEABLECONST OFF}
{$MINENUMSIZE 1}
{$IMAGEBASE $400000}
{$DESCRIPTION 'Zeos Plain Database API'}
{$LIBSUFFIX '150'}
{$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.

View File

@@ -0,0 +1,143 @@
 <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<ProjectGuid>{839de593-a9a2-4848-98f6-2cab1973ee45}</ProjectGuid>
<MainSource>ZPlain.dpk</MainSource>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<DCC_DCCCompiler>DCC32</DCC_DCCCompiler>
<DCC_DependencyCheckOutputName>C:\Documents and Settings\All Users\Documentos\RAD Studio\5.0\Bpl\ZPlain110.bpl</DCC_DependencyCheckOutputName>
<ProjectVersion>12.2</ProjectVersion>
<Config Condition="'$(Config)'==''">Debug</Config>
<Base>True</Base>
<Platform>Win32</Platform>
<AppType>Package</AppType>
<FrameworkType>VCL</FrameworkType>
</PropertyGroup>
<PropertyGroup Condition="'$(Config)'=='Basis' or '$(Base)'!=''">
<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="'$(Base)'!=''">
<DCC_UnitAlias>WinTypes=Windows;WinProcs=Windows;DbiTypes=BDE;DbiProcs=BDE;DbiErrs=BDE;$(DCC_UnitAlias)</DCC_UnitAlias>
<DCC_BplOutput>$(BDSCOMMONDIR)\Bpl</DCC_BplOutput>
<DCC_DcuOutput>build</DCC_DcuOutput>
<DCC_UnitSearchPath>build;$(DCC_UnitSearchPath)</DCC_UnitSearchPath>
<DCC_DcpOutput>$(BDSCOMMONDIR)\Dcp</DCC_DcpOutput>
<DCC_DependencyCheckOutputName>build\ZPlain150.bpl</DCC_DependencyCheckOutputName>
<DCC_ImageBase>00400000</DCC_ImageBase>
<RuntimeOnlyPackage>true</RuntimeOnlyPackage>
<DCC_RangeChecking>true</DCC_RangeChecking>
<DCC_Optimize>false</DCC_Optimize>
<DCC_Description>Zeos Plain Database API</DCC_Description>
<DCC_IntegerOverflowCheck>true</DCC_IntegerOverflowCheck>
<DCC_OutputNeverBuildDcps>true</DCC_OutputNeverBuildDcps>
<GenDll>true</GenDll>
<GenPackage>true</GenPackage>
<DllSuffix>150</DllSuffix>
<DCC_GenerateStackFrames>true</DCC_GenerateStackFrames>
</PropertyGroup>
<PropertyGroup Condition="'$(Cfg_1)'!=''">
<Version>7.0</Version>
<DCC_DebugInformation>False</DCC_DebugInformation>
<DCC_LocalDebugSymbols>False</DCC_LocalDebugSymbols>
<DCC_Optimize>False</DCC_Optimize>
<DCC_IntegerOverflowCheck>True</DCC_IntegerOverflowCheck>
<DCC_RangeChecking>True</DCC_RangeChecking>
<DCC_GenerateStackFrames>True</DCC_GenerateStackFrames>
<DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
<DCC_MapFile>3</DCC_MapFile>
<DCC_ObjOutput>build</DCC_ObjOutput>
<DCC_HppOutput>build</DCC_HppOutput>
<DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
<DCC_ResourcePath>$(BDSCOMMONDIR)\Bpl;$(DCC_ResourcePath)</DCC_ResourcePath>
<DCC_ObjPath>$(BDSCOMMONDIR)\Bpl;$(DCC_ObjPath)</DCC_ObjPath>
<DCC_IncludePath>$(BDSCOMMONDIR)\Bpl;$(DCC_IncludePath)</DCC_IncludePath>
</PropertyGroup>
<PropertyGroup Condition="'$(Cfg_2)'!=''">
<DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
<Version>7.0</Version>
<DCC_Optimize>False</DCC_Optimize>
<DCC_IntegerOverflowCheck>True</DCC_IntegerOverflowCheck>
<DCC_RangeChecking>True</DCC_RangeChecking>
<DCC_GenerateStackFrames>True</DCC_GenerateStackFrames>
<DCC_MapFile>3</DCC_MapFile>
<DCC_ObjOutput>build</DCC_ObjOutput>
<DCC_HppOutput>build</DCC_HppOutput>
<DCC_ResourcePath>$(BDSCOMMONDIR)\Bpl;$(DCC_ResourcePath)</DCC_ResourcePath>
<DCC_ObjPath>$(BDSCOMMONDIR)\Bpl;$(DCC_ObjPath)</DCC_ObjPath>
<DCC_IncludePath>$(BDSCOMMONDIR)\Bpl;$(DCC_IncludePath)</DCC_IncludePath>
</PropertyGroup>
<ItemGroup>
<DelphiCompile Include="ZPlain.dpk">
<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="Basis">
<Key>Base</Key>
</BuildConfiguration>
<BuildConfiguration Include="Release">
<Key>Cfg_1</Key>
<CfgParent>Base</CfgParent>
</BuildConfiguration>
</ItemGroup>
<Import Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')" Project="$(BDS)\Bin\CodeGear.Delphi.Targets"/>
<Import Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\8.0\UserTools.proj')" Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\8.0\UserTools.proj"/>
<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">1031</VersionInfo>
<VersionInfo Name="CodePage">1252</VersionInfo>
</VersionInfo>
<VersionInfoKeys>
<VersionInfoKeys Name="FileVersion">1.0.0.0</VersionInfoKeys>
<VersionInfoKeys Name="ProductVersion">1.0.0.0</VersionInfoKeys>
<VersionInfoKeys Name="CompanyName"/>
<VersionInfoKeys Name="FileDescription"/>
<VersionInfoKeys Name="InternalName"/>
<VersionInfoKeys Name="LegalCopyright"/>
<VersionInfoKeys Name="LegalTrademarks"/>
<VersionInfoKeys Name="OriginalFilename"/>
<VersionInfoKeys Name="ProductName"/>
</VersionInfoKeys>
<Source>
<Source Name="MainSource">ZPlain.dpk</Source>
</Source>
</Delphi.Personality>
<Platforms>
<Platform value="Win32">True</Platform>
</Platforms>
</BorlandProject>
<ProjectFileVersion>12</ProjectFileVersion>
</ProjectExtensions>
</Project>

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

View File

@@ -0,0 +1,98 @@
<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/>
</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>
<BorlandProject>
<Default.Personality/>
</BorlandProject>
</BorlandProject>
</ProjectExtensions>
<Target Name="ZCore">
<MSBuild Projects="ZCore.dproj"/>
</Target>
<Target Name="ZCore:Clean">
<MSBuild Targets="Clean" Projects="ZCore.dproj"/>
</Target>
<Target Name="ZCore:Make">
<MSBuild Targets="Make" Projects="ZCore.dproj"/>
</Target>
<Target Name="ZPlain">
<MSBuild Projects="ZPlain.dproj"/>
</Target>
<Target Name="ZPlain:Clean">
<MSBuild Targets="Clean" Projects="ZPlain.dproj"/>
</Target>
<Target Name="ZPlain:Make">
<MSBuild Targets="Make" Projects="ZPlain.dproj"/>
</Target>
<Target Name="ZParseSql">
<MSBuild Projects="ZParseSql.dproj"/>
</Target>
<Target Name="ZParseSql:Clean">
<MSBuild Targets="Clean" Projects="ZParseSql.dproj"/>
</Target>
<Target Name="ZParseSql:Make">
<MSBuild Targets="Make" Projects="ZParseSql.dproj"/>
</Target>
<Target Name="ZDbc">
<MSBuild Projects="ZDbc.dproj"/>
</Target>
<Target Name="ZDbc:Clean">
<MSBuild Targets="Clean" Projects="ZDbc.dproj"/>
</Target>
<Target Name="ZDbc:Make">
<MSBuild Targets="Make" Projects="ZDbc.dproj"/>
</Target>
<Target Name="ZComponent">
<MSBuild Projects="ZComponent.dproj"/>
</Target>
<Target Name="ZComponent:Clean">
<MSBuild Targets="Clean" Projects="ZComponent.dproj"/>
</Target>
<Target Name="ZComponent:Make">
<MSBuild Targets="Make" Projects="ZComponent.dproj"/>
</Target>
<Target Name="ZComponentDesign">
<MSBuild Projects="ZComponentDesign.dproj"/>
</Target>
<Target Name="ZComponentDesign:Clean">
<MSBuild Targets="Clean" Projects="ZComponentDesign.dproj"/>
</Target>
<Target Name="ZComponentDesign:Make">
<MSBuild Targets="Make" Projects="ZComponentDesign.dproj"/>
</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>