Стартовый пул
This commit is contained in:
96
ZEOSDBO/packages/DelphiXE6/ProjectGroup20.groupproj
Normal file
96
ZEOSDBO/packages/DelphiXE6/ProjectGroup20.groupproj
Normal file
@@ -0,0 +1,96 @@
|
||||
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup>
|
||||
<ProjectGuid>{CE786443-4384-4645-A949-5C34B94D3B8A}</ProjectGuid>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Projects Include="ZCore.dproj">
|
||||
<Dependencies/>
|
||||
</Projects>
|
||||
<Projects Include="ZParseSql.dproj">
|
||||
<Dependencies/>
|
||||
</Projects>
|
||||
<Projects Include="ZPlain.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="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="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="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;ZParseSql;ZPlain;ZDbc;ZComponent;ZComponentDesign"/>
|
||||
</Target>
|
||||
<Target Name="Clean">
|
||||
<CallTarget Targets="ZCore:Clean;ZParseSql:Clean;ZPlain:Clean;ZDbc:Clean;ZComponent:Clean;ZComponentDesign:Clean"/>
|
||||
</Target>
|
||||
<Target Name="Make">
|
||||
<CallTarget Targets="ZCore:Make;ZParseSql:Make;ZPlain: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/DelphiXE6/ZComponent.dpk
Normal file
63
ZEOSDBO/packages/DelphiXE6/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 ON}
|
||||
{$EXTENDEDSYNTAX ON}
|
||||
{$IMPORTEDDATA ON}
|
||||
{$IOCHECKS ON}
|
||||
{$LOCALSYMBOLS ON}
|
||||
{$LONGSTRINGS ON}
|
||||
{$OPENSTRINGS ON}
|
||||
{$OPTIMIZATION OFF}
|
||||
{$OVERFLOWCHECKS ON}
|
||||
{$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 '200'}
|
||||
{$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.
|
192
ZEOSDBO/packages/DelphiXE6/ZComponent.dproj
Normal file
192
ZEOSDBO/packages/DelphiXE6/ZComponent.dproj
Normal file
@@ -0,0 +1,192 @@
|
||||
<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\9.0\Bpl\ZComponent170.bpl</DCC_DependencyCheckOutputName>
|
||||
<ProjectVersion>15.1</ProjectVersion>
|
||||
<Config Condition="'$(Config)'==''">Debug</Config>
|
||||
<Base>True</Base>
|
||||
<AppType>Package</AppType>
|
||||
<FrameworkType>VCL</FrameworkType>
|
||||
<Platform Condition="'$(Platform)'==''">Win32</Platform>
|
||||
<TargetedPlatforms>3</TargetedPlatforms>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">
|
||||
<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="('$(Platform)'=='Win32' and '$(Cfg_1)'=='true') or '$(Cfg_1_Win32)'!=''">
|
||||
<Cfg_1_Win32>true</Cfg_1_Win32>
|
||||
<CfgParent>Cfg_1</CfgParent>
|
||||
<Cfg_1>true</Cfg_1>
|
||||
<Base>true</Base>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="('$(Platform)'=='Win64' and '$(Cfg_1)'=='true') or '$(Cfg_1_Win64)'!=''">
|
||||
<Cfg_1_Win64>true</Cfg_1_Win64>
|
||||
<CfgParent>Cfg_1</CfgParent>
|
||||
<Cfg_1>true</Cfg_1>
|
||||
<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="('$(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_Namespace>Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;System;Xml;Data;Datasnap;Web;Soap;Winapi;$(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>
|
||||
<VerInfo_Locale>1031</VerInfo_Locale>
|
||||
<DCC_DcuOutput>.\$(Platform)\$(Config)</DCC_DcuOutput>
|
||||
<DCC_ImageBase>00400000</DCC_ImageBase>
|
||||
<DllSuffix>170</DllSuffix>
|
||||
<DCC_Description>Zeos Database Components</DCC_Description>
|
||||
<RuntimeOnlyPackage>true</RuntimeOnlyPackage>
|
||||
<DCC_DependencyCheckOutputName>build\ZComponent170.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="'$(Base_Win32)'!=''">
|
||||
<Icon_MainIcon>ZComponent_Icon.ico</Icon_MainIcon>
|
||||
<DCC_Namespace>System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
|
||||
<VerInfo_Locale>1033</VerInfo_Locale>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Base_Win64)'!=''">
|
||||
<DCC_Namespace>System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;$(DCC_Namespace)</DCC_Namespace>
|
||||
<VerInfo_Locale>1033</VerInfo_Locale>
|
||||
<Icon_MainIcon>ZComponent_Icon.ico</Icon_MainIcon>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Cfg_1)'!=''">
|
||||
<Version>7.0</Version>
|
||||
<DCC_DebugInformation>0</DCC_DebugInformation>
|
||||
<DCC_LocalDebugSymbols>False</DCC_LocalDebugSymbols>
|
||||
<DCC_IntegerOverflowCheck>True</DCC_IntegerOverflowCheck>
|
||||
<DCC_GenerateStackFrames>True</DCC_GenerateStackFrames>
|
||||
<DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
|
||||
<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_1_Win32)'!=''">
|
||||
<VerInfo_Locale>1033</VerInfo_Locale>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Cfg_1_Win64)'!=''">
|
||||
<VerInfo_Locale>1033</VerInfo_Locale>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Cfg_2)'!=''">
|
||||
<DCC_Optimize>false</DCC_Optimize>
|
||||
<DCC_DebugInfoInExe>true</DCC_DebugInfoInExe>
|
||||
<DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
|
||||
<Version>7.0</Version>
|
||||
<DCC_IntegerOverflowCheck>True</DCC_IntegerOverflowCheck>
|
||||
<DCC_GenerateStackFrames>True</DCC_GenerateStackFrames>
|
||||
<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_Win32)'!=''">
|
||||
<DllSuffix>200</DllSuffix>
|
||||
<DCC_UnitSearchPath>..\src\plain;$(DCC_UnitSearchPath)</DCC_UnitSearchPath>
|
||||
<DCC_DebugDCUs>true</DCC_DebugDCUs>
|
||||
<VerInfo_Locale>1033</VerInfo_Locale>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Cfg_2_Win64)'!=''">
|
||||
<DCC_RemoteDebug>true</DCC_RemoteDebug>
|
||||
<VerInfo_Locale>1033</VerInfo_Locale>
|
||||
</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>
|
||||
<Import Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')" Project="$(BDS)\Bin\CodeGear.Delphi.Targets"/>
|
||||
<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)\dcloffice2k200.bpl">Microsoft Office 2000 Beispiele für gekapselte Komponenten für Automatisierungsserver</Excluded_Packages>
|
||||
<Excluded_Packages Name="$(BDSBIN)\dclofficexp200.bpl">Microsoft Office XP Beispiele für gekapselte Komponenten für Automation Server</Excluded_Packages>
|
||||
</Excluded_Packages>
|
||||
</Delphi.Personality>
|
||||
<Platforms>
|
||||
<Platform value="Win32">True</Platform>
|
||||
<Platform value="Win64">True</Platform>
|
||||
</Platforms>
|
||||
</BorlandProject>
|
||||
<ProjectFileVersion>12</ProjectFileVersion>
|
||||
</ProjectExtensions>
|
||||
<Import Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')" Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj"/>
|
||||
</Project>
|
49
ZEOSDBO/packages/DelphiXE6/ZComponentDesign.dpk
Normal file
49
ZEOSDBO/packages/DelphiXE6/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 ON}
|
||||
{$EXTENDEDSYNTAX ON}
|
||||
{$IMPORTEDDATA ON}
|
||||
{$IOCHECKS ON}
|
||||
{$LOCALSYMBOLS ON}
|
||||
{$LONGSTRINGS ON}
|
||||
{$OPENSTRINGS ON}
|
||||
{$OPTIMIZATION OFF}
|
||||
{$OVERFLOWCHECKS ON}
|
||||
{$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 '200'}
|
||||
{$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.
|
153
ZEOSDBO/packages/DelphiXE6/ZComponentDesign.dproj
Normal file
153
ZEOSDBO/packages/DelphiXE6/ZComponentDesign.dproj
Normal file
@@ -0,0 +1,153 @@
|
||||
<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\9.0\Bpl\ZComponentDesign170.bpl</DCC_DependencyCheckOutputName>
|
||||
<ProjectVersion>15.1</ProjectVersion>
|
||||
<Config Condition="'$(Config)'==''">Debug</Config>
|
||||
<Base>True</Base>
|
||||
<AppType>Package</AppType>
|
||||
<FrameworkType>None</FrameworkType>
|
||||
<Platform Condition="'$(Platform)'==''">Win32</Platform>
|
||||
<TargetedPlatforms>1</TargetedPlatforms>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">
|
||||
<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)'=='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_UsePackage>dbrtl;$(DCC_UsePackage)</DCC_UsePackage>
|
||||
<DCC_Namespace>System;Xml;Data;Datasnap;Web;Soap;Winapi;Vcl;$(DCC_Namespace)</DCC_Namespace>
|
||||
<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>
|
||||
<VerInfo_Locale>1033</VerInfo_Locale>
|
||||
<DCC_DcuOutput>.\$(Platform)\$(Config)</DCC_DcuOutput>
|
||||
<DesignOnlyPackage>true</DesignOnlyPackage>
|
||||
<DllSuffix>170</DllSuffix>
|
||||
<DCC_ImageBase>00400000</DCC_ImageBase>
|
||||
<DCC_Description>Zeos Database Components</DCC_Description>
|
||||
<DCC_DependencyCheckOutputName>build\ZComponentDesign200.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="'$(Base_Win32)'!=''">
|
||||
<DCC_UsePackage>ZComponent;ZParseSql;ZCore;ZDbc;ZPlain;$(DCC_UsePackage)</DCC_UsePackage>
|
||||
<Icon_MainIcon>ZComponentDesign_Icon.ico</Icon_MainIcon>
|
||||
<DCC_Namespace>System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Base_Win64)'!=''">
|
||||
<DCC_Namespace>System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;$(DCC_Namespace)</DCC_Namespace>
|
||||
<Icon_MainIcon>ZComponentDesign_Icon.ico</Icon_MainIcon>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Cfg_1)'!=''">
|
||||
<Version>7.0</Version>
|
||||
<DCC_DebugInformation>0</DCC_DebugInformation>
|
||||
<DCC_LocalDebugSymbols>False</DCC_LocalDebugSymbols>
|
||||
<DCC_IntegerOverflowCheck>True</DCC_IntegerOverflowCheck>
|
||||
<DCC_GenerateStackFrames>True</DCC_GenerateStackFrames>
|
||||
<DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
|
||||
<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)</DCC_Define>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Cfg_2)'!=''">
|
||||
<DCC_Optimize>false</DCC_Optimize>
|
||||
<DCC_DebugInfoInExe>true</DCC_DebugInfoInExe>
|
||||
<DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
|
||||
<Version>7.0</Version>
|
||||
<DCC_IntegerOverflowCheck>True</DCC_IntegerOverflowCheck>
|
||||
<DCC_GenerateStackFrames>True</DCC_GenerateStackFrames>
|
||||
<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_Win32)'!=''">
|
||||
<DllSuffix>200</DllSuffix>
|
||||
<DCC_DebugDCUs>true</DCC_DebugDCUs>
|
||||
<DCC_Optimize>false</DCC_Optimize>
|
||||
</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>
|
||||
<Import Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')" Project="$(BDS)\Bin\CodeGear.Delphi.Targets"/>
|
||||
<ProjectExtensions>
|
||||
<Borland.Personality>Delphi.Personality.12</Borland.Personality>
|
||||
<Borland.ProjectType>Package</Borland.ProjectType>
|
||||
<BorlandProject>
|
||||
<Delphi.Personality>
|
||||
<Parameters/>
|
||||
<Source>
|
||||
<Source Name="MainSource">ZComponentDesign.dpk</Source>
|
||||
</Source>
|
||||
<Excluded_Packages>
|
||||
<Excluded_Packages Name="$(BDSBIN)\dcloffice2k200.bpl">Microsoft Office 2000 Beispiele für gekapselte Komponenten für Automatisierungsserver</Excluded_Packages>
|
||||
<Excluded_Packages Name="$(BDSBIN)\dclofficexp200.bpl">Microsoft Office XP Beispiele für gekapselte Komponenten für Automation Server</Excluded_Packages>
|
||||
</Excluded_Packages>
|
||||
</Delphi.Personality>
|
||||
<Platforms>
|
||||
<Platform value="OSX32">False</Platform>
|
||||
<Platform value="Win32">True</Platform>
|
||||
<Platform value="Win64">False</Platform>
|
||||
</Platforms>
|
||||
</BorlandProject>
|
||||
<ProjectFileVersion>12</ProjectFileVersion>
|
||||
</ProjectExtensions>
|
||||
<Import Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')" Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj"/>
|
||||
</Project>
|
BIN
ZEOSDBO/packages/DelphiXE6/ZComponentDesign_Icon.ico
Normal file
BIN
ZEOSDBO/packages/DelphiXE6/ZComponentDesign_Icon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.2 KiB |
BIN
ZEOSDBO/packages/DelphiXE6/ZComponent_Icon.ico
Normal file
BIN
ZEOSDBO/packages/DelphiXE6/ZComponent_Icon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.2 KiB |
57
ZEOSDBO/packages/DelphiXE6/ZCore.dpk
Normal file
57
ZEOSDBO/packages/DelphiXE6/ZCore.dpk
Normal file
@@ -0,0 +1,57 @@
|
||||
package ZCore;
|
||||
{$R *.res}
|
||||
{$IFDEF IMPLICITBUILDING This IFDEF should not be used by users}
|
||||
{$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 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 '200'}
|
||||
{$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.
|
191
ZEOSDBO/packages/DelphiXE6/ZCore.dproj
Normal file
191
ZEOSDBO/packages/DelphiXE6/ZCore.dproj
Normal file
@@ -0,0 +1,191 @@
|
||||
<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>15.1</ProjectVersion>
|
||||
<Config Condition="'$(Config)'==''">Debug</Config>
|
||||
<Base>True</Base>
|
||||
<AppType>Package</AppType>
|
||||
<FrameworkType>None</FrameworkType>
|
||||
<Platform Condition="'$(Platform)'==''">Win32</Platform>
|
||||
<TargetedPlatforms>3</TargetedPlatforms>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">
|
||||
<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="('$(Platform)'=='Win32' and '$(Cfg_1)'=='true') or '$(Cfg_1_Win32)'!=''">
|
||||
<Cfg_1_Win32>true</Cfg_1_Win32>
|
||||
<CfgParent>Cfg_1</CfgParent>
|
||||
<Cfg_1>true</Cfg_1>
|
||||
<Base>true</Base>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="('$(Platform)'=='Win64' and '$(Cfg_1)'=='true') or '$(Cfg_1_Win64)'!=''">
|
||||
<Cfg_1_Win64>true</Cfg_1_Win64>
|
||||
<CfgParent>Cfg_1</CfgParent>
|
||||
<Cfg_1>true</Cfg_1>
|
||||
<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="('$(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_DcuOutput>.\$(Platform)\$(Config)</DCC_DcuOutput>
|
||||
<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
|
||||
<VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Last Compile=2011-09-14 10:46</VerInfo_Keys>
|
||||
<DCC_Namespace>System;Xml;Data;Datasnap;Web;Soap;Winapi;$(DCC_Namespace)</DCC_Namespace>
|
||||
<VerInfo_Locale>1031</VerInfo_Locale>
|
||||
<DCC_ImageBase>00400000</DCC_ImageBase>
|
||||
<DllSuffix>200</DllSuffix>
|
||||
<DCC_Description>Zeos Core Classes and Interfaces</DCC_Description>
|
||||
<RuntimeOnlyPackage>true</RuntimeOnlyPackage>
|
||||
<DCC_DependencyCheckOutputName>build\ZCore170.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="'$(Base_Win32)'!=''">
|
||||
<VerInfo_Locale>1033</VerInfo_Locale>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Base_Win64)'!=''">
|
||||
<DCC_Namespace>System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;$(DCC_Namespace)</DCC_Namespace>
|
||||
<VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
|
||||
<VerInfo_Locale>1033</VerInfo_Locale>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Cfg_1)'!=''">
|
||||
<DCC_DependencyCheckOutputName>build\ZCore170.bpl</DCC_DependencyCheckOutputName>
|
||||
<Version>7.0</Version>
|
||||
<DCC_DebugInformation>0</DCC_DebugInformation>
|
||||
<DCC_LocalDebugSymbols>False</DCC_LocalDebugSymbols>
|
||||
<DCC_IntegerOverflowCheck>True</DCC_IntegerOverflowCheck>
|
||||
<DCC_GenerateStackFrames>True</DCC_GenerateStackFrames>
|
||||
<DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
|
||||
<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_1_Win32)'!=''">
|
||||
<VerInfo_Locale>1033</VerInfo_Locale>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Cfg_1_Win64)'!=''">
|
||||
<VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
|
||||
<VerInfo_Locale>1033</VerInfo_Locale>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Cfg_2)'!=''">
|
||||
<DCC_Optimize>false</DCC_Optimize>
|
||||
<DCC_DebugInfoInExe>true</DCC_DebugInfoInExe>
|
||||
<DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
|
||||
<DCC_DependencyCheckOutputName>build\ZCore200.bpl</DCC_DependencyCheckOutputName>
|
||||
<Version>7.0</Version>
|
||||
<DCC_IntegerOverflowCheck>True</DCC_IntegerOverflowCheck>
|
||||
<DCC_GenerateStackFrames>True</DCC_GenerateStackFrames>
|
||||
<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_Win32)'!=''">
|
||||
<DllSuffix>200</DllSuffix>
|
||||
<DCC_DebugDCUs>true</DCC_DebugDCUs>
|
||||
<VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=;Last Compile=2011-09-14 10:46</VerInfo_Keys>
|
||||
<VerInfo_Locale>1033</VerInfo_Locale>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Cfg_2_Win64)'!=''">
|
||||
<DCC_RemoteDebug>true</DCC_RemoteDebug>
|
||||
<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>
|
||||
</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>
|
||||
<Import Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')" Project="$(BDS)\Bin\CodeGear.Delphi.Targets"/>
|
||||
<ProjectExtensions>
|
||||
<Borland.Personality>Delphi.Personality.12</Borland.Personality>
|
||||
<Borland.ProjectType>Package</Borland.ProjectType>
|
||||
<BorlandProject>
|
||||
<Delphi.Personality>
|
||||
<Parameters/>
|
||||
<Source>
|
||||
<Source Name="MainSource">ZCore.dpk</Source>
|
||||
</Source>
|
||||
<Excluded_Packages>
|
||||
<Excluded_Packages Name="$(BDSBIN)\dcloffice2k200.bpl">Microsoft Office 2000 Beispiele für gekapselte Komponenten für Automatisierungsserver</Excluded_Packages>
|
||||
<Excluded_Packages Name="$(BDSBIN)\dclofficexp200.bpl">Microsoft Office XP Beispiele für gekapselte Komponenten für Automation Server</Excluded_Packages>
|
||||
</Excluded_Packages>
|
||||
</Delphi.Personality>
|
||||
<Platforms>
|
||||
<Platform value="Win32">True</Platform>
|
||||
<Platform value="Win64">True</Platform>
|
||||
</Platforms>
|
||||
</BorlandProject>
|
||||
<ProjectFileVersion>12</ProjectFileVersion>
|
||||
</ProjectExtensions>
|
||||
<Import Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')" Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj"/>
|
||||
</Project>
|
120
ZEOSDBO/packages/DelphiXE6/ZDbc.dpk
Normal file
120
ZEOSDBO/packages/DelphiXE6/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 ON}
|
||||
{$EXTENDEDSYNTAX ON}
|
||||
{$IMPORTEDDATA ON}
|
||||
{$IOCHECKS ON}
|
||||
{$LOCALSYMBOLS ON}
|
||||
{$LONGSTRINGS ON}
|
||||
{$OPENSTRINGS ON}
|
||||
{$OPTIMIZATION OFF}
|
||||
{$OVERFLOWCHECKS ON}
|
||||
{$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 '200'}
|
||||
{$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.
|
183
ZEOSDBO/packages/DelphiXE6/ZDbc.dproj
Normal file
183
ZEOSDBO/packages/DelphiXE6/ZDbc.dproj
Normal file
@@ -0,0 +1,183 @@
|
||||
<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\9.0\Bpl\ZDbc170.bpl</DCC_DependencyCheckOutputName>
|
||||
<ProjectVersion>15.1</ProjectVersion>
|
||||
<Config Condition="'$(Config)'==''">Debug</Config>
|
||||
<Base>True</Base>
|
||||
<AppType>Package</AppType>
|
||||
<FrameworkType>None</FrameworkType>
|
||||
<Platform Condition="'$(Platform)'==''">Win32</Platform>
|
||||
<TargetedPlatforms>3</TargetedPlatforms>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">
|
||||
<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="('$(Platform)'=='Win32' and '$(Cfg_1)'=='true') or '$(Cfg_1_Win32)'!=''">
|
||||
<Cfg_1_Win32>true</Cfg_1_Win32>
|
||||
<CfgParent>Cfg_1</CfgParent>
|
||||
<Cfg_1>true</Cfg_1>
|
||||
<Base>true</Base>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="('$(Platform)'=='Win64' and '$(Cfg_1)'=='true') or '$(Cfg_1_Win64)'!=''">
|
||||
<Cfg_1_Win64>true</Cfg_1_Win64>
|
||||
<CfgParent>Cfg_1</CfgParent>
|
||||
<Cfg_1>true</Cfg_1>
|
||||
<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="('$(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_DcuOutput>.\$(Platform)\$(Config)</DCC_DcuOutput>
|
||||
<DCC_Namespace>System;Xml;Data;Datasnap;Web;Soap;Winapi;$(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>
|
||||
<VerInfo_Locale>1031</VerInfo_Locale>
|
||||
<DCC_ImageBase>00400000</DCC_ImageBase>
|
||||
<DllSuffix>170</DllSuffix>
|
||||
<DCC_Description>Zeos Low Level Database API</DCC_Description>
|
||||
<RuntimeOnlyPackage>true</RuntimeOnlyPackage>
|
||||
<DCC_DependencyCheckOutputName>build\ZDbc200.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="'$(Base_Win32)'!=''">
|
||||
<Icon_MainIcon>ZDbc_Icon.ico</Icon_MainIcon>
|
||||
<DCC_Namespace>System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
|
||||
<VerInfo_Locale>1033</VerInfo_Locale>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Base_Win64)'!=''">
|
||||
<DCC_Namespace>System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;$(DCC_Namespace)</DCC_Namespace>
|
||||
<VerInfo_Locale>1033</VerInfo_Locale>
|
||||
<Icon_MainIcon>ZDbc_Icon.ico</Icon_MainIcon>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Cfg_1)'!=''">
|
||||
<Version>7.0</Version>
|
||||
<DCC_DebugInformation>0</DCC_DebugInformation>
|
||||
<DCC_LocalDebugSymbols>False</DCC_LocalDebugSymbols>
|
||||
<DCC_IntegerOverflowCheck>True</DCC_IntegerOverflowCheck>
|
||||
<DCC_GenerateStackFrames>True</DCC_GenerateStackFrames>
|
||||
<DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
|
||||
<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_1_Win32)'!=''">
|
||||
<VerInfo_Locale>1033</VerInfo_Locale>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Cfg_1_Win64)'!=''">
|
||||
<VerInfo_Locale>1033</VerInfo_Locale>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Cfg_2)'!=''">
|
||||
<DCC_Optimize>false</DCC_Optimize>
|
||||
<DCC_DebugInfoInExe>true</DCC_DebugInfoInExe>
|
||||
<DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
|
||||
<Version>7.0</Version>
|
||||
<DCC_IntegerOverflowCheck>True</DCC_IntegerOverflowCheck>
|
||||
<DCC_GenerateStackFrames>True</DCC_GenerateStackFrames>
|
||||
<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_Win32)'!=''">
|
||||
<DllSuffix>200</DllSuffix>
|
||||
<DCC_DebugDCUs>true</DCC_DebugDCUs>
|
||||
<VerInfo_Locale>1033</VerInfo_Locale>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Cfg_2_Win64)'!=''">
|
||||
<DCC_RemoteDebug>true</DCC_RemoteDebug>
|
||||
<VerInfo_Locale>1033</VerInfo_Locale>
|
||||
</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>
|
||||
<Import Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')" Project="$(BDS)\Bin\CodeGear.Delphi.Targets"/>
|
||||
<ProjectExtensions>
|
||||
<Borland.Personality>Delphi.Personality.12</Borland.Personality>
|
||||
<Borland.ProjectType>Package</Borland.ProjectType>
|
||||
<BorlandProject>
|
||||
<Delphi.Personality>
|
||||
<Parameters/>
|
||||
<Source>
|
||||
<Source Name="MainSource">ZDbc.dpk</Source>
|
||||
</Source>
|
||||
<Excluded_Packages>
|
||||
<Excluded_Packages Name="$(BDSBIN)\dcloffice2k200.bpl">Microsoft Office 2000 Beispiele für gekapselte Komponenten für Automatisierungsserver</Excluded_Packages>
|
||||
<Excluded_Packages Name="$(BDSBIN)\dclofficexp200.bpl">Microsoft Office XP Beispiele für gekapselte Komponenten für Automation Server</Excluded_Packages>
|
||||
</Excluded_Packages>
|
||||
</Delphi.Personality>
|
||||
<Platforms>
|
||||
<Platform value="OSX32">False</Platform>
|
||||
<Platform value="Win32">True</Platform>
|
||||
<Platform value="Win64">True</Platform>
|
||||
</Platforms>
|
||||
</BorlandProject>
|
||||
<ProjectFileVersion>12</ProjectFileVersion>
|
||||
</ProjectExtensions>
|
||||
<Import Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')" Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj"/>
|
||||
</Project>
|
BIN
ZEOSDBO/packages/DelphiXE6/ZDbc_Icon.ico
Normal file
BIN
ZEOSDBO/packages/DelphiXE6/ZDbc_Icon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.2 KiB |
13
ZEOSDBO/packages/DelphiXE6/ZPackages.inc
Normal file
13
ZEOSDBO/packages/DelphiXE6/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/DelphiXE6/ZParseSql.dpk
Normal file
76
ZEOSDBO/packages/DelphiXE6/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 ON}
|
||||
{$EXTENDEDSYNTAX ON}
|
||||
{$IMPORTEDDATA ON}
|
||||
{$IOCHECKS ON}
|
||||
{$LOCALSYMBOLS ON}
|
||||
{$LONGSTRINGS ON}
|
||||
{$OPENSTRINGS ON}
|
||||
{$OPTIMIZATION OFF}
|
||||
{$OVERFLOWCHECKS ON}
|
||||
{$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 '200'}
|
||||
{$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.
|
176
ZEOSDBO/packages/DelphiXE6/ZParseSql.dproj
Normal file
176
ZEOSDBO/packages/DelphiXE6/ZParseSql.dproj
Normal file
@@ -0,0 +1,176 @@
|
||||
<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>15.1</ProjectVersion>
|
||||
<Config Condition="'$(Config)'==''">Debug</Config>
|
||||
<Base>True</Base>
|
||||
<AppType>Package</AppType>
|
||||
<FrameworkType>None</FrameworkType>
|
||||
<Platform Condition="'$(Platform)'==''">Win32</Platform>
|
||||
<TargetedPlatforms>3</TargetedPlatforms>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">
|
||||
<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="('$(Platform)'=='Win32' and '$(Cfg_1)'=='true') or '$(Cfg_1_Win32)'!=''">
|
||||
<Cfg_1_Win32>true</Cfg_1_Win32>
|
||||
<CfgParent>Cfg_1</CfgParent>
|
||||
<Cfg_1>true</Cfg_1>
|
||||
<Base>true</Base>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="('$(Platform)'=='Win64' and '$(Cfg_1)'=='true') or '$(Cfg_1_Win64)'!=''">
|
||||
<Cfg_1_Win64>true</Cfg_1_Win64>
|
||||
<CfgParent>Cfg_1</CfgParent>
|
||||
<Cfg_1>true</Cfg_1>
|
||||
<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="('$(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)'!=''">
|
||||
<VerInfo_Locale>1031</VerInfo_Locale>
|
||||
<DCC_Namespace>System;Xml;Data;Datasnap;Web;Soap;$(DCC_Namespace)</DCC_Namespace>
|
||||
<VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=;Last Compile=2011-09-14 10:51</VerInfo_Keys>
|
||||
<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
|
||||
<DCC_DcuOutput>.\$(Platform)\$(Config)</DCC_DcuOutput>
|
||||
<DCC_ImageBase>00400000</DCC_ImageBase>
|
||||
<DllSuffix>170</DllSuffix>
|
||||
<DCC_Description>Zeos SQL Parsing Classes and Interfaces</DCC_Description>
|
||||
<RuntimeOnlyPackage>true</RuntimeOnlyPackage>
|
||||
<DCC_DependencyCheckOutputName>build\ZParseSql200.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="'$(Base_Win32)'!=''">
|
||||
<DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
|
||||
<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>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Base_Win64)'!=''">
|
||||
<DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;$(DCC_Namespace)</DCC_Namespace>
|
||||
<VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
|
||||
<VerInfo_Locale>1033</VerInfo_Locale>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Cfg_1)'!=''">
|
||||
<Version>7.0</Version>
|
||||
<DCC_DebugInformation>0</DCC_DebugInformation>
|
||||
<DCC_LocalDebugSymbols>False</DCC_LocalDebugSymbols>
|
||||
<DCC_IntegerOverflowCheck>True</DCC_IntegerOverflowCheck>
|
||||
<DCC_GenerateStackFrames>True</DCC_GenerateStackFrames>
|
||||
<DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
|
||||
<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_1_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>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Cfg_1_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>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Cfg_2)'!=''">
|
||||
<DCC_Optimize>false</DCC_Optimize>
|
||||
<DCC_DebugInfoInExe>true</DCC_DebugInfoInExe>
|
||||
<DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
|
||||
<Version>7.0</Version>
|
||||
<DCC_IntegerOverflowCheck>True</DCC_IntegerOverflowCheck>
|
||||
<DCC_GenerateStackFrames>True</DCC_GenerateStackFrames>
|
||||
<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_Win32)'!=''">
|
||||
<DllSuffix>200</DllSuffix>
|
||||
<DCC_DebugDCUs>true</DCC_DebugDCUs>
|
||||
<VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
|
||||
<VerInfo_Locale>1033</VerInfo_Locale>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Cfg_2_Win64)'!=''">
|
||||
<DCC_RemoteDebug>true</DCC_RemoteDebug>
|
||||
<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>
|
||||
</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>
|
||||
<Import Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')" Project="$(BDS)\Bin\CodeGear.Delphi.Targets"/>
|
||||
<ProjectExtensions>
|
||||
<Borland.Personality>Delphi.Personality.12</Borland.Personality>
|
||||
<Borland.ProjectType>Package</Borland.ProjectType>
|
||||
<BorlandProject>
|
||||
<Delphi.Personality>
|
||||
<Parameters/>
|
||||
<Source>
|
||||
<Source Name="MainSource">ZParseSql.dpk</Source>
|
||||
</Source>
|
||||
<Excluded_Packages>
|
||||
<Excluded_Packages Name="$(BDSBIN)\dcloffice2k200.bpl">Microsoft Office 2000 Beispiele für gekapselte Komponenten für Automatisierungsserver</Excluded_Packages>
|
||||
<Excluded_Packages Name="$(BDSBIN)\dclofficexp200.bpl">Microsoft Office XP Beispiele für gekapselte Komponenten für Automation Server</Excluded_Packages>
|
||||
</Excluded_Packages>
|
||||
</Delphi.Personality>
|
||||
<Platforms>
|
||||
<Platform value="Win32">True</Platform>
|
||||
<Platform value="Win64">True</Platform>
|
||||
</Platforms>
|
||||
</BorlandProject>
|
||||
<ProjectFileVersion>12</ProjectFileVersion>
|
||||
</ProjectExtensions>
|
||||
<Import Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')" Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj"/>
|
||||
</Project>
|
80
ZEOSDBO/packages/DelphiXE6/ZPlain.dpk
Normal file
80
ZEOSDBO/packages/DelphiXE6/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 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}
|
||||
{$DEFINE DEBUG}
|
||||
{$ENDIF IMPLICITBUILDING}
|
||||
{$DESCRIPTION 'Zeos Plain Database API'}
|
||||
{$LIBSUFFIX '200'}
|
||||
{$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.
|
184
ZEOSDBO/packages/DelphiXE6/ZPlain.dproj
Normal file
184
ZEOSDBO/packages/DelphiXE6/ZPlain.dproj
Normal file
@@ -0,0 +1,184 @@
|
||||
<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\9.0\Bpl\ZPlain200.bpl</DCC_DependencyCheckOutputName>
|
||||
<ProjectVersion>15.1</ProjectVersion>
|
||||
<Config Condition="'$(Config)'==''">Debug</Config>
|
||||
<Base>True</Base>
|
||||
<AppType>Package</AppType>
|
||||
<FrameworkType>VCL</FrameworkType>
|
||||
<Platform Condition="'$(Platform)'==''">Win32</Platform>
|
||||
<TargetedPlatforms>3</TargetedPlatforms>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">
|
||||
<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="('$(Platform)'=='Win32' and '$(Cfg_1)'=='true') or '$(Cfg_1_Win32)'!=''">
|
||||
<Cfg_1_Win32>true</Cfg_1_Win32>
|
||||
<CfgParent>Cfg_1</CfgParent>
|
||||
<Cfg_1>true</Cfg_1>
|
||||
<Base>true</Base>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="('$(Platform)'=='Win64' and '$(Cfg_1)'=='true') or '$(Cfg_1_Win64)'!=''">
|
||||
<Cfg_1_Win64>true</Cfg_1_Win64>
|
||||
<CfgParent>Cfg_1</CfgParent>
|
||||
<Cfg_1>true</Cfg_1>
|
||||
<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="('$(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_Namespace>Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;System;Xml;Data;Datasnap;Web;Soap;Winapi;$(DCC_Namespace)</DCC_Namespace>
|
||||
<VerInfo_Keys>FileVersion=1.0.0.0;ProductVersion=1.0.0.0;CompanyName=;FileDescription=;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=</VerInfo_Keys>
|
||||
<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
|
||||
<VerInfo_Locale>1031</VerInfo_Locale>
|
||||
<DCC_DcuOutput>.\$(Platform)\$(Config)</DCC_DcuOutput>
|
||||
<DCC_DependencyCheckOutputName>build\ZPlain170.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>170</DllSuffix>
|
||||
<DCC_GenerateStackFrames>true</DCC_GenerateStackFrames>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Base_Win32)'!=''">
|
||||
<Icon_MainIcon>ZPlain_Icon.ico</Icon_MainIcon>
|
||||
<DCC_Namespace>System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
|
||||
<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>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Base_Win64)'!=''">
|
||||
<DCC_Namespace>System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;$(DCC_Namespace)</DCC_Namespace>
|
||||
<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>
|
||||
<Icon_MainIcon>ZPlain_Icon.ico</Icon_MainIcon>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Cfg_1)'!=''">
|
||||
<Version>7.0</Version>
|
||||
<DCC_DebugInformation>0</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_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_1_Win32)'!=''">
|
||||
<VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
|
||||
<VerInfo_Locale>1033</VerInfo_Locale>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Cfg_1_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>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Cfg_2)'!=''">
|
||||
<DCC_DebugInfoInExe>true</DCC_DebugInfoInExe>
|
||||
<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_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_Win32)'!=''">
|
||||
<DllSuffix>200</DllSuffix>
|
||||
<DCC_DebugDCUs>true</DCC_DebugDCUs>
|
||||
<DCC_MapFile>0</DCC_MapFile>
|
||||
<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>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Cfg_2_Win64)'!=''">
|
||||
<DCC_RemoteDebug>true</DCC_RemoteDebug>
|
||||
<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>
|
||||
</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>
|
||||
<Import Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')" Project="$(BDS)\Bin\CodeGear.Delphi.Targets"/>
|
||||
<ProjectExtensions>
|
||||
<Borland.Personality>Delphi.Personality.12</Borland.Personality>
|
||||
<Borland.ProjectType>Package</Borland.ProjectType>
|
||||
<BorlandProject>
|
||||
<Delphi.Personality>
|
||||
<Parameters/>
|
||||
<Source>
|
||||
<Source Name="MainSource">ZPlain.dpk</Source>
|
||||
</Source>
|
||||
<Excluded_Packages>
|
||||
<Excluded_Packages Name="$(BDSBIN)\dcloffice2k200.bpl">Microsoft Office 2000 Beispiele für gekapselte Komponenten für Automatisierungsserver</Excluded_Packages>
|
||||
<Excluded_Packages Name="$(BDSBIN)\dclofficexp200.bpl">Microsoft Office XP Beispiele für gekapselte Komponenten für Automation Server</Excluded_Packages>
|
||||
</Excluded_Packages>
|
||||
</Delphi.Personality>
|
||||
<Platforms>
|
||||
<Platform value="Win32">True</Platform>
|
||||
<Platform value="Win64">True</Platform>
|
||||
</Platforms>
|
||||
</BorlandProject>
|
||||
<ProjectFileVersion>12</ProjectFileVersion>
|
||||
</ProjectExtensions>
|
||||
<Import Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')" Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj"/>
|
||||
</Project>
|
BIN
ZEOSDBO/packages/DelphiXE6/ZPlain_Icon.ico
Normal file
BIN
ZEOSDBO/packages/DelphiXE6/ZPlain_Icon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.2 KiB |
96
ZEOSDBO/packages/DelphiXE6/ZeosDbo.groupproj
Normal file
96
ZEOSDBO/packages/DelphiXE6/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