Adaptación a Delphi 2009
git-svn-id: https://192.168.0.254/svn/Componentes.Internos.PluginSDK/trunk@8 e72b1707-40e4-cb4a-951e-f3997140195a
This commit is contained in:
parent
45e54f854f
commit
76bdafe19a
@ -1,13 +0,0 @@
|
|||||||
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003" DefaultTargets="BuildAll">
|
|
||||||
<ItemGroup>
|
|
||||||
<Projects Include="PluginSDK_R.proj;PluginSDK_D.proj"/>
|
|
||||||
</ItemGroup>
|
|
||||||
|
|
||||||
<Target Name="BuildAll">
|
|
||||||
<MSBuild Projects="@(Projects)" Targets="ReBuild"/>
|
|
||||||
</Target>
|
|
||||||
|
|
||||||
<Target Name="Clean">
|
|
||||||
<MSBuild Projects="@(Projects)" Targets="Clean"/>
|
|
||||||
</Target>
|
|
||||||
</Project>
|
|
||||||
@ -1,9 +0,0 @@
|
|||||||
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
||||||
<!-- Project Folders -->
|
|
||||||
<PropertyGroup>
|
|
||||||
<BaseFolder>$(MSBuildProjectDirectory)\..</BaseFolder>
|
|
||||||
<SourceFolder>$(BaseFolder)\Source</SourceFolder>
|
|
||||||
<PackageFolder>$(BaseFolder)\Packages</PackageFolder>
|
|
||||||
<OutputFolder>$(BaseFolder)\Lib\$(DelphiVersion)</OutputFolder>
|
|
||||||
</PropertyGroup>
|
|
||||||
</Project>
|
|
||||||
@ -1,41 +0,0 @@
|
|||||||
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
||||||
|
|
||||||
<Import Project="$(BUILDTOOLS)\RodaxSoftware.Delphi.Targets"/>
|
|
||||||
<Import Project="$(MSBuildProjectDirectory)\Build.properties"/>
|
|
||||||
|
|
||||||
<!-- Environment Settings -->
|
|
||||||
<PropertyGroup>
|
|
||||||
<Configuration Condition=" '$(Configuration)' == '' ">Release</Configuration>
|
|
||||||
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
||||||
<DCC_DependencyCheckOutputName>$(OutputFolder)\PluginSDK_$(DelphiVersion)D.bpl</DCC_DependencyCheckOutputName>
|
|
||||||
</PropertyGroup>
|
|
||||||
|
|
||||||
<!-- 3rd Party Library Settings -->
|
|
||||||
<PropertyGroup>
|
|
||||||
</PropertyGroup>
|
|
||||||
|
|
||||||
<!-- Project Settings -->
|
|
||||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
||||||
<DCC_DebugInformation>False</DCC_DebugInformation>
|
|
||||||
<DCC_LocalDebugSymbols>False</DCC_LocalDebugSymbols>
|
|
||||||
<DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
|
|
||||||
<DCC_MapFile>0</DCC_MapFile>
|
|
||||||
<DCC_BplOutput>$(OutputFolder)</DCC_BplOutput>
|
|
||||||
<DCC_DcpOutput>$(OutputFolder)</DCC_DcpOutput>
|
|
||||||
<DCC_DcuOutput>$(OutputFolder)</DCC_DcuOutput>
|
|
||||||
<DCC_ObjOutput>$(OutputFolder)</DCC_ObjOutput>
|
|
||||||
<DCC_UnitSearchPath>$(OutputFolder);$(SourceFolder)</DCC_UnitSearchPath>
|
|
||||||
<DCC_ResourcePath>$(OutputFolder)</DCC_ResourcePath>
|
|
||||||
<DCC_ObjPath>$(OutputFolder)</DCC_ObjPath>
|
|
||||||
<DCC_IncludePath>$(OutputFolder)</DCC_IncludePath>
|
|
||||||
<DCC_BuildAllUnits>False</DCC_BuildAllUnits>
|
|
||||||
<DCC_Define>RELEASE</DCC_Define>
|
|
||||||
</PropertyGroup>
|
|
||||||
|
|
||||||
<!-- Project's Packages -->
|
|
||||||
<ItemGroup>
|
|
||||||
<Packages Include="$(PackageFolder)\PluginSDK_$(DelphiVersion)D.dpk" />
|
|
||||||
<DelphiCompile Include="@(Packages)"/>
|
|
||||||
</ItemGroup>
|
|
||||||
|
|
||||||
</Project>
|
|
||||||
@ -1,41 +0,0 @@
|
|||||||
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
||||||
|
|
||||||
<Import Project="$(BUILDTOOLS)\RodaxSoftware.Delphi.Targets"/>
|
|
||||||
<Import Project="$(MSBuildProjectDirectory)\Build.properties"/>
|
|
||||||
|
|
||||||
<!-- Environment Settings -->
|
|
||||||
<PropertyGroup>
|
|
||||||
<Configuration Condition=" '$(Configuration)' == '' ">Release</Configuration>
|
|
||||||
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
||||||
<DCC_DependencyCheckOutputName>$(OutputFolder)\PluginSDK_$(DelphiVersion)R.bpl</DCC_DependencyCheckOutputName>
|
|
||||||
</PropertyGroup>
|
|
||||||
|
|
||||||
<!-- 3rd Party Library Settings -->
|
|
||||||
<PropertyGroup>
|
|
||||||
</PropertyGroup>
|
|
||||||
|
|
||||||
<!-- Project Settings -->
|
|
||||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
||||||
<DCC_DebugInformation>False</DCC_DebugInformation>
|
|
||||||
<DCC_LocalDebugSymbols>False</DCC_LocalDebugSymbols>
|
|
||||||
<DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
|
|
||||||
<DCC_MapFile>0</DCC_MapFile>
|
|
||||||
<DCC_BplOutput>$(OutputFolder)</DCC_BplOutput>
|
|
||||||
<DCC_DcpOutput>$(OutputFolder)</DCC_DcpOutput>
|
|
||||||
<DCC_DcuOutput>$(OutputFolder)</DCC_DcuOutput>
|
|
||||||
<DCC_ObjOutput>$(OutputFolder)</DCC_ObjOutput>
|
|
||||||
<DCC_UnitSearchPath>$(OutputFolder);$(SourceFolder)</DCC_UnitSearchPath>
|
|
||||||
<DCC_ResourcePath>$(OutputFolder)</DCC_ResourcePath>
|
|
||||||
<DCC_ObjPath>$(OutputFolder)</DCC_ObjPath>
|
|
||||||
<DCC_IncludePath>$(OutputFolder)</DCC_IncludePath>
|
|
||||||
<DCC_BuildAllUnits>False</DCC_BuildAllUnits>
|
|
||||||
<DCC_Define>RELEASE</DCC_Define>
|
|
||||||
</PropertyGroup>
|
|
||||||
|
|
||||||
<!-- Project's Packages -->
|
|
||||||
<ItemGroup>
|
|
||||||
<Packages Include="$(PackageFolder)\PluginSDK_$(DelphiVersion)R.dpk"/>
|
|
||||||
<DelphiCompile Include="@(Packages)"/>
|
|
||||||
</ItemGroup>
|
|
||||||
|
|
||||||
</Project>
|
|
||||||
BIN
Lib/D12/PluginSDK_D12D.bpl
Normal file
BIN
Lib/D12/PluginSDK_D12D.bpl
Normal file
Binary file not shown.
BIN
Lib/D12/PluginSDK_D12D.dcp
Normal file
BIN
Lib/D12/PluginSDK_D12D.dcp
Normal file
Binary file not shown.
BIN
Lib/D12/PluginSDK_D12D.dcu
Normal file
BIN
Lib/D12/PluginSDK_D12D.dcu
Normal file
Binary file not shown.
BIN
Lib/D12/PluginSDK_D12R.bpl
Normal file
BIN
Lib/D12/PluginSDK_D12R.bpl
Normal file
Binary file not shown.
BIN
Lib/D12/PluginSDK_D12R.dcp
Normal file
BIN
Lib/D12/PluginSDK_D12R.dcp
Normal file
Binary file not shown.
BIN
Lib/D12/PluginSDK_D12R.dcu
Normal file
BIN
Lib/D12/PluginSDK_D12R.dcu
Normal file
Binary file not shown.
BIN
Lib/D12/uHostManager.dcu
Normal file
BIN
Lib/D12/uHostManager.dcu
Normal file
Binary file not shown.
BIN
Lib/D12/uInterfaces.dcu
Normal file
BIN
Lib/D12/uInterfaces.dcu
Normal file
Binary file not shown.
BIN
Lib/D12/uModuleController.dcu
Normal file
BIN
Lib/D12/uModuleController.dcu
Normal file
Binary file not shown.
BIN
Lib/D12/uModuleMenu.dcu
Normal file
BIN
Lib/D12/uModuleMenu.dcu
Normal file
Binary file not shown.
BIN
Lib/D12/uReg.dcu
Normal file
BIN
Lib/D12/uReg.dcu
Normal file
Binary file not shown.
@ -112,3 +112,28 @@
|
|||||||
{$DEFINE BDS3UP}
|
{$DEFINE BDS3UP}
|
||||||
{$ENDIF}
|
{$ENDIF}
|
||||||
|
|
||||||
|
|
||||||
|
{ defines for Delphi 2009 }
|
||||||
|
{$IFDEF VER200}
|
||||||
|
{$DEFINE VER140UP}
|
||||||
|
{$DEFINE DELPHI}
|
||||||
|
{$DEFINE DELPHI9}
|
||||||
|
{$DEFINE DELPHI2005}
|
||||||
|
{$DEFINE DELPHI1UP}
|
||||||
|
{$DEFINE DELPHI2UP}
|
||||||
|
{$DEFINE DELPHI3UP}
|
||||||
|
{$DEFINE DELPHI4UP}
|
||||||
|
{$DEFINE DELPHI5UP}
|
||||||
|
{$DEFINE DELPHI6UP}
|
||||||
|
{$DEFINE DELPHI7UP}
|
||||||
|
{$DEFINE DELPHI9UP}
|
||||||
|
{$DEFINE DELPHI2005UP}
|
||||||
|
{$DEFINE DELPHI2006}
|
||||||
|
{$DEFINE DELPHI2009}
|
||||||
|
{$DEFINE BDS}
|
||||||
|
{$DEFINE BDS3}
|
||||||
|
{$DEFINE BDS4}
|
||||||
|
{$DEFINE BDS3UP}
|
||||||
|
{$ENDIF}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
41
Packages/PluginSDK_D12D.dpk
Normal file
41
Packages/PluginSDK_D12D.dpk
Normal file
@ -0,0 +1,41 @@
|
|||||||
|
package PluginSDK_D12D;
|
||||||
|
|
||||||
|
{$R *.res}
|
||||||
|
{$ALIGN 8}
|
||||||
|
{$ASSERTIONS ON}
|
||||||
|
{$BOOLEVAL OFF}
|
||||||
|
{$DEBUGINFO OFF}
|
||||||
|
{$EXTENDEDSYNTAX ON}
|
||||||
|
{$IMPORTEDDATA ON}
|
||||||
|
{$IOCHECKS ON}
|
||||||
|
{$LOCALSYMBOLS OFF}
|
||||||
|
{$LONGSTRINGS ON}
|
||||||
|
{$OPENSTRINGS ON}
|
||||||
|
{$OPTIMIZATION ON}
|
||||||
|
{$OVERFLOWCHECKS OFF}
|
||||||
|
{$RANGECHECKS OFF}
|
||||||
|
{$REFERENCEINFO OFF}
|
||||||
|
{$SAFEDIVIDE OFF}
|
||||||
|
{$STACKFRAMES OFF}
|
||||||
|
{$TYPEDADDRESS OFF}
|
||||||
|
{$VARSTRINGCHECKS ON}
|
||||||
|
{$WRITEABLECONST OFF}
|
||||||
|
{$MINENUMSIZE 1}
|
||||||
|
{$IMAGEBASE $400000}
|
||||||
|
{$DESCRIPTION 'PluginSDK for Delphi 2009 (Designtime)'}
|
||||||
|
{$DESIGNONLY}
|
||||||
|
{$IMPLICITBUILD OFF}
|
||||||
|
{$DEFINE RELEASE}
|
||||||
|
|
||||||
|
requires
|
||||||
|
rtl,
|
||||||
|
designide,
|
||||||
|
vclactnband,
|
||||||
|
vclx,
|
||||||
|
vcl,
|
||||||
|
PluginSDK_D12R;
|
||||||
|
|
||||||
|
contains
|
||||||
|
uReg in '..\Source\uReg.pas';
|
||||||
|
|
||||||
|
end.
|
||||||
146
Packages/PluginSDK_D12D.dproj
Normal file
146
Packages/PluginSDK_D12D.dproj
Normal file
@ -0,0 +1,146 @@
|
|||||||
|
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||||
|
<PropertyGroup>
|
||||||
|
<ProjectGuid>{477fbfd2-697b-4943-ab09-c5f86660bf74}</ProjectGuid>
|
||||||
|
<MainSource>PluginSDK_D12D.dpk</MainSource>
|
||||||
|
<Configuration Condition=" '$(Configuration)' == '' ">Release</Configuration>
|
||||||
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
||||||
|
<DCC_DCCCompiler>DCC32</DCC_DCCCompiler>
|
||||||
|
<DCC_DependencyCheckOutputName>..\Lib\D12\PluginSDK_D12D.bpl</DCC_DependencyCheckOutputName>
|
||||||
|
<ProjectVersion>12.0</ProjectVersion>
|
||||||
|
<Config Condition="'$(Config)'==''">Release</Config>
|
||||||
|
</PropertyGroup>
|
||||||
|
<PropertyGroup Condition="'$(Config)'=='Base' 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_UnitSearchPath>..\Lib\D12;$(DCC_UnitSearchPath)</DCC_UnitSearchPath>
|
||||||
|
<DCC_DependencyCheckOutputName>..\Lib\D12\PluginSDK_D12D.bpl</DCC_DependencyCheckOutputName>
|
||||||
|
<DCC_ImageBase>00400000</DCC_ImageBase>
|
||||||
|
<DCC_Description>PluginSDK for Delphi 2009 (Designtime)</DCC_Description>
|
||||||
|
<DCC_BplOutput>..\Lib\D12</DCC_BplOutput>
|
||||||
|
<DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
|
||||||
|
<DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
|
||||||
|
<DesignOnlyPackage>true</DesignOnlyPackage>
|
||||||
|
<DCC_OutputNeverBuildDcps>true</DCC_OutputNeverBuildDcps>
|
||||||
|
<DCC_DcpOutput>..\Lib\D12</DCC_DcpOutput>
|
||||||
|
<GenDll>true</GenDll>
|
||||||
|
<DCC_DcuOutput>..\Lib\D12</DCC_DcuOutput>
|
||||||
|
<DCC_DebugInformation>false</DCC_DebugInformation>
|
||||||
|
<DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
|
||||||
|
<GenPackage>true</GenPackage>
|
||||||
|
</PropertyGroup>
|
||||||
|
<PropertyGroup Condition="'$(Cfg_1)'!=''">
|
||||||
|
<Version>7.0</Version>
|
||||||
|
<DCC_DebugInformation>False</DCC_DebugInformation>
|
||||||
|
<DCC_LocalDebugSymbols>False</DCC_LocalDebugSymbols>
|
||||||
|
<DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
|
||||||
|
<DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
|
||||||
|
<DCC_DcuOutput>..\Lib\D12</DCC_DcuOutput>
|
||||||
|
<DCC_ObjOutput>..\Lib\D12</DCC_ObjOutput>
|
||||||
|
<DCC_HppOutput>..\Lib\D12</DCC_HppOutput>
|
||||||
|
<DCC_BplOutput>..\Lib\D12</DCC_BplOutput>
|
||||||
|
<DCC_DcpOutput>..\Lib\D12</DCC_DcpOutput>
|
||||||
|
<DCC_UnitSearchPath>..\Lib\D12;$(DCC_UnitSearchPath)</DCC_UnitSearchPath>
|
||||||
|
<DCC_ResourcePath>..\Lib\D12;$(DCC_ResourcePath)</DCC_ResourcePath>
|
||||||
|
<DCC_ObjPath>..\Lib\D12;$(DCC_ObjPath)</DCC_ObjPath>
|
||||||
|
<DCC_IncludePath>..\Lib\D12;$(DCC_IncludePath)</DCC_IncludePath>
|
||||||
|
</PropertyGroup>
|
||||||
|
<PropertyGroup Condition="'$(Cfg_2)'!=''">
|
||||||
|
<Version>7.0</Version>
|
||||||
|
<DCC_DcuOutput>..\Lib\D12</DCC_DcuOutput>
|
||||||
|
<DCC_ObjOutput>..\Lib\D12</DCC_ObjOutput>
|
||||||
|
<DCC_HppOutput>..\Lib\D12</DCC_HppOutput>
|
||||||
|
<DCC_BplOutput>..\Lib\D12</DCC_BplOutput>
|
||||||
|
<DCC_DcpOutput>..\Lib\D12</DCC_DcpOutput>
|
||||||
|
<DCC_UnitSearchPath>..\Lib\D12;$(DCC_UnitSearchPath)</DCC_UnitSearchPath>
|
||||||
|
<DCC_ResourcePath>..\Lib\D12;$(DCC_ResourcePath)</DCC_ResourcePath>
|
||||||
|
<DCC_ObjPath>..\Lib\D12;$(DCC_ObjPath)</DCC_ObjPath>
|
||||||
|
<DCC_IncludePath>..\Lib\D12;$(DCC_IncludePath)</DCC_IncludePath>
|
||||||
|
</PropertyGroup>
|
||||||
|
<ProjectExtensions>
|
||||||
|
<Borland.Personality>Delphi.Personality.12</Borland.Personality>
|
||||||
|
<Borland.ProjectType>Package</Borland.ProjectType>
|
||||||
|
<BorlandProject>
|
||||||
|
<Delphi.Personality>
|
||||||
|
<Parameters>
|
||||||
|
<Parameters Name="UseLauncher">False</Parameters>
|
||||||
|
<Parameters Name="LoadAllSymbols">True</Parameters>
|
||||||
|
<Parameters Name="LoadUnspecifiedSymbols">False</Parameters>
|
||||||
|
</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">3082</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>
|
||||||
|
<Excluded_Packages>
|
||||||
|
<Excluded_Packages Name="$(BDS)\bin\dclofficexp100.bpl">Microsoft Office XP Sample Automation Server Wrapper Components</Excluded_Packages>
|
||||||
|
<Excluded_Packages Name="$(BDS)\bin\dclwebsnap100.bpl">CodeGear WebSnap Components</Excluded_Packages>
|
||||||
|
<Excluded_Packages Name="$(BDS)\bin\dclsoap100.bpl">CodeGear SOAP Components</Excluded_Packages>
|
||||||
|
<Excluded_Packages Name="$(BDS)\bin\dcloffice2k100.bpl">Microsoft Office 2000 Sample Automation Server Wrapper Components</Excluded_Packages>
|
||||||
|
<Excluded_Packages Name="$(BDS)\bin\bcboffice2k100.bpl">CodeGear C++Builder Office 2000 Servers Package</Excluded_Packages>
|
||||||
|
<Excluded_Packages Name="$(BDS)\bin\bcbofficexp100.bpl">CodeGear C++Builder Office XP Servers Package</Excluded_Packages>
|
||||||
|
</Excluded_Packages>
|
||||||
|
<Source>
|
||||||
|
<Source Name="MainSource">PluginSDK_D12D.dpk</Source>
|
||||||
|
</Source>
|
||||||
|
</Delphi.Personality>
|
||||||
|
</BorlandProject>
|
||||||
|
<ProjectFileVersion>12</ProjectFileVersion>
|
||||||
|
</ProjectExtensions>
|
||||||
|
<ItemGroup>
|
||||||
|
<DelphiCompile Include="PluginSDK_D12D.dpk">
|
||||||
|
<MainSource>MainSource</MainSource>
|
||||||
|
</DelphiCompile>
|
||||||
|
<DCCReference Include="rtl.dcp"/>
|
||||||
|
<DCCReference Include="designide.dcp"/>
|
||||||
|
<DCCReference Include="vclactnband.dcp"/>
|
||||||
|
<DCCReference Include="vclx.dcp"/>
|
||||||
|
<DCCReference Include="vcl.dcp"/>
|
||||||
|
<DCCReference Include="PluginSDK_D12R.dcp"/>
|
||||||
|
<DCCReference Include="..\Source\uReg.pas"/>
|
||||||
|
<BuildConfiguration Include="Base">
|
||||||
|
<Key>Base</Key>
|
||||||
|
</BuildConfiguration>
|
||||||
|
<BuildConfiguration Include="Debug">
|
||||||
|
<Key>Cfg_2</Key>
|
||||||
|
<CfgParent>Base</CfgParent>
|
||||||
|
</BuildConfiguration>
|
||||||
|
<BuildConfiguration Include="Release">
|
||||||
|
<Key>Cfg_1</Key>
|
||||||
|
<CfgParent>Base</CfgParent>
|
||||||
|
</BuildConfiguration>
|
||||||
|
</ItemGroup>
|
||||||
|
<Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')"/>
|
||||||
|
</Project>
|
||||||
64
Packages/PluginSDK_D12D.dproj.2007
Normal file
64
Packages/PluginSDK_D12D.dproj.2007
Normal file
@ -0,0 +1,64 @@
|
|||||||
|
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||||
|
<PropertyGroup>
|
||||||
|
<ProjectGuid>{477fbfd2-697b-4943-ab09-c5f86660bf74}</ProjectGuid>
|
||||||
|
<MainSource>PluginSDK_D12D.dpk</MainSource>
|
||||||
|
<Configuration Condition=" '$(Configuration)' == '' ">Release</Configuration>
|
||||||
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
||||||
|
<DCC_DCCCompiler>DCC32</DCC_DCCCompiler>
|
||||||
|
<DCC_DependencyCheckOutputName>..\Lib\D12\PluginSDK_D12D.bpl</DCC_DependencyCheckOutputName>
|
||||||
|
</PropertyGroup>
|
||||||
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
||||||
|
<Version>7.0</Version>
|
||||||
|
<DCC_DebugInformation>False</DCC_DebugInformation>
|
||||||
|
<DCC_LocalDebugSymbols>False</DCC_LocalDebugSymbols>
|
||||||
|
<DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
|
||||||
|
<DCC_Define>RELEASE</DCC_Define>
|
||||||
|
<DCC_DcuOutput>..\Lib\D12</DCC_DcuOutput>
|
||||||
|
<DCC_ObjOutput>..\Lib\D12</DCC_ObjOutput>
|
||||||
|
<DCC_HppOutput>..\Lib\D12</DCC_HppOutput>
|
||||||
|
<DCC_BplOutput>..\Lib\D12</DCC_BplOutput>
|
||||||
|
<DCC_DcpOutput>..\Lib\D12</DCC_DcpOutput>
|
||||||
|
<DCC_UnitSearchPath>..\Lib\D12</DCC_UnitSearchPath>
|
||||||
|
<DCC_ResourcePath>..\Lib\D12</DCC_ResourcePath>
|
||||||
|
<DCC_ObjPath>..\Lib\D12</DCC_ObjPath>
|
||||||
|
<DCC_IncludePath>..\Lib\D12</DCC_IncludePath>
|
||||||
|
</PropertyGroup>
|
||||||
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||||||
|
<Version>7.0</Version>
|
||||||
|
<DCC_DcuOutput>..\Lib\D12</DCC_DcuOutput>
|
||||||
|
<DCC_ObjOutput>..\Lib\D12</DCC_ObjOutput>
|
||||||
|
<DCC_HppOutput>..\Lib\D12</DCC_HppOutput>
|
||||||
|
<DCC_BplOutput>..\Lib\D12</DCC_BplOutput>
|
||||||
|
<DCC_DcpOutput>..\Lib\D12</DCC_DcpOutput>
|
||||||
|
<DCC_UnitSearchPath>..\Lib\D12</DCC_UnitSearchPath>
|
||||||
|
<DCC_ResourcePath>..\Lib\D12</DCC_ResourcePath>
|
||||||
|
<DCC_ObjPath>..\Lib\D12</DCC_ObjPath>
|
||||||
|
<DCC_IncludePath>..\Lib\D12</DCC_IncludePath>
|
||||||
|
</PropertyGroup>
|
||||||
|
<ProjectExtensions>
|
||||||
|
<Borland.Personality>Delphi.Personality</Borland.Personality>
|
||||||
|
<Borland.ProjectType>Package</Borland.ProjectType>
|
||||||
|
<BorlandProject>
|
||||||
|
<BorlandProject><Delphi.Personality><Parameters><Parameters Name="UseLauncher">False</Parameters><Parameters Name="LoadAllSymbols">True</Parameters><Parameters Name="LoadUnspecifiedSymbols">False</Parameters></Parameters><Package_Options><Package_Options Name="PackageDescription">PluginSDK for Delphi 2007 (Designtime)</Package_Options><Package_Options Name="ImplicitBuild">False</Package_Options><Package_Options Name="DesigntimeOnly">True</Package_Options><Package_Options Name="RuntimeOnly">False</Package_Options></Package_Options><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">3082</VersionInfo><VersionInfo Name="CodePage">1252</VersionInfo></VersionInfo><VersionInfoKeys><VersionInfoKeys Name="CompanyName"></VersionInfoKeys><VersionInfoKeys Name="FileDescription"></VersionInfoKeys><VersionInfoKeys Name="FileVersion">1.0.0.0</VersionInfoKeys><VersionInfoKeys Name="InternalName"></VersionInfoKeys><VersionInfoKeys Name="LegalCopyright"></VersionInfoKeys><VersionInfoKeys Name="LegalTrademarks"></VersionInfoKeys><VersionInfoKeys Name="OriginalFilename"></VersionInfoKeys><VersionInfoKeys Name="ProductName"></VersionInfoKeys><VersionInfoKeys Name="ProductVersion">1.0.0.0</VersionInfoKeys><VersionInfoKeys Name="Comments"></VersionInfoKeys></VersionInfoKeys><Excluded_Packages>
|
||||||
|
<Excluded_Packages Name="$(BDS)\bin\dclofficexp100.bpl">Microsoft Office XP Sample Automation Server Wrapper Components</Excluded_Packages>
|
||||||
|
<Excluded_Packages Name="$(BDS)\bin\dclwebsnap100.bpl">CodeGear WebSnap Components</Excluded_Packages>
|
||||||
|
<Excluded_Packages Name="$(BDS)\bin\dclsoap100.bpl">CodeGear SOAP Components</Excluded_Packages>
|
||||||
|
<Excluded_Packages Name="$(BDS)\bin\dcloffice2k100.bpl">Microsoft Office 2000 Sample Automation Server Wrapper Components</Excluded_Packages>
|
||||||
|
<Excluded_Packages Name="$(BDS)\bin\bcboffice2k100.bpl">CodeGear C++Builder Office 2000 Servers Package</Excluded_Packages>
|
||||||
|
<Excluded_Packages Name="$(BDS)\bin\bcbofficexp100.bpl">CodeGear C++Builder Office XP Servers Package</Excluded_Packages>
|
||||||
|
</Excluded_Packages><Source><Source Name="MainSource">PluginSDK_D12D.dpk</Source></Source></Delphi.Personality></BorlandProject></BorlandProject>
|
||||||
|
</ProjectExtensions>
|
||||||
|
<Import Project="$(MSBuildBinPath)\Borland.Delphi.Targets" />
|
||||||
|
<ItemGroup>
|
||||||
|
<DelphiCompile Include="PluginSDK_D12D.dpk">
|
||||||
|
<MainSource>MainSource</MainSource>
|
||||||
|
</DelphiCompile>
|
||||||
|
<DCCReference Include="..\Source\uReg.pas" />
|
||||||
|
<DCCReference Include="designide.dcp" />
|
||||||
|
<DCCReference Include="PluginSDK_D12R.dcp" />
|
||||||
|
<DCCReference Include="rtl.dcp" />
|
||||||
|
<DCCReference Include="vcl.dcp" />
|
||||||
|
<DCCReference Include="vclactnband.dcp" />
|
||||||
|
<DCCReference Include="vclx.dcp" />
|
||||||
|
</ItemGroup>
|
||||||
|
</Project>
|
||||||
BIN
Packages/PluginSDK_D12D.identcache
Normal file
BIN
Packages/PluginSDK_D12D.identcache
Normal file
Binary file not shown.
BIN
Packages/PluginSDK_D12D.res
Normal file
BIN
Packages/PluginSDK_D12D.res
Normal file
Binary file not shown.
40
Packages/PluginSDK_D12R.dpk
Normal file
40
Packages/PluginSDK_D12R.dpk
Normal file
@ -0,0 +1,40 @@
|
|||||||
|
package PluginSDK_D12R;
|
||||||
|
|
||||||
|
{$R *.res}
|
||||||
|
{$ALIGN 8}
|
||||||
|
{$ASSERTIONS ON}
|
||||||
|
{$BOOLEVAL OFF}
|
||||||
|
{$DEBUGINFO OFF}
|
||||||
|
{$EXTENDEDSYNTAX ON}
|
||||||
|
{$IMPORTEDDATA ON}
|
||||||
|
{$IOCHECKS ON}
|
||||||
|
{$LOCALSYMBOLS OFF}
|
||||||
|
{$LONGSTRINGS ON}
|
||||||
|
{$OPENSTRINGS ON}
|
||||||
|
{$OPTIMIZATION ON}
|
||||||
|
{$OVERFLOWCHECKS OFF}
|
||||||
|
{$RANGECHECKS OFF}
|
||||||
|
{$REFERENCEINFO OFF}
|
||||||
|
{$SAFEDIVIDE OFF}
|
||||||
|
{$STACKFRAMES OFF}
|
||||||
|
{$TYPEDADDRESS OFF}
|
||||||
|
{$VARSTRINGCHECKS ON}
|
||||||
|
{$WRITEABLECONST OFF}
|
||||||
|
{$MINENUMSIZE 1}
|
||||||
|
{$IMAGEBASE $400000}
|
||||||
|
{$DESCRIPTION 'PluginSDK for Delphi 2009 (Runtime)'}
|
||||||
|
{$RUNONLY}
|
||||||
|
{$IMPLICITBUILD OFF}
|
||||||
|
{$DEFINE RELEASE}
|
||||||
|
|
||||||
|
requires
|
||||||
|
rtl,
|
||||||
|
vcl;
|
||||||
|
|
||||||
|
contains
|
||||||
|
uHostManager in '..\Source\uHostManager.pas',
|
||||||
|
uInterfaces in '..\Source\uInterfaces.pas',
|
||||||
|
uModuleMenu in '..\Source\uModuleMenu.pas',
|
||||||
|
uModuleController in '..\Source\uModuleController.pas' {ModuleController: TDataModule};
|
||||||
|
|
||||||
|
end.
|
||||||
141
Packages/PluginSDK_D12R.dproj
Normal file
141
Packages/PluginSDK_D12R.dproj
Normal file
@ -0,0 +1,141 @@
|
|||||||
|
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||||
|
<PropertyGroup>
|
||||||
|
<ProjectGuid>{5e943aaa-ab97-4ade-b8cd-3fe33f669f6d}</ProjectGuid>
|
||||||
|
<MainSource>PluginSDK_D12R.dpk</MainSource>
|
||||||
|
<Configuration Condition=" '$(Configuration)' == '' ">Release</Configuration>
|
||||||
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
||||||
|
<DCC_DCCCompiler>DCC32</DCC_DCCCompiler>
|
||||||
|
<DCC_DependencyCheckOutputName>..\Lib\D12\PluginSDK_D12R.bpl</DCC_DependencyCheckOutputName>
|
||||||
|
<ProjectVersion>12.0</ProjectVersion>
|
||||||
|
<Config Condition="'$(Config)'==''">Release</Config>
|
||||||
|
</PropertyGroup>
|
||||||
|
<PropertyGroup Condition="'$(Config)'=='Base' 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)'!=''">
|
||||||
|
<RuntimeOnlyPackage>true</RuntimeOnlyPackage>
|
||||||
|
<DCC_DependencyCheckOutputName>..\Lib\D12\PluginSDK_D12R.bpl</DCC_DependencyCheckOutputName>
|
||||||
|
<DCC_ImageBase>00400000</DCC_ImageBase>
|
||||||
|
<DCC_Description>PluginSDK for Delphi 2009 (Runtime)</DCC_Description>
|
||||||
|
<DCC_BplOutput>..\Lib\D12</DCC_BplOutput>
|
||||||
|
<DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
|
||||||
|
<DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
|
||||||
|
<DesignOnlyPackage>false</DesignOnlyPackage>
|
||||||
|
<DCC_OutputNeverBuildDcps>true</DCC_OutputNeverBuildDcps>
|
||||||
|
<DCC_DcpOutput>..\Lib\D12</DCC_DcpOutput>
|
||||||
|
<GenDll>true</GenDll>
|
||||||
|
<DCC_DcuOutput>..\Lib\D12</DCC_DcuOutput>
|
||||||
|
<DCC_DebugInformation>false</DCC_DebugInformation>
|
||||||
|
<DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
|
||||||
|
<GenPackage>true</GenPackage>
|
||||||
|
</PropertyGroup>
|
||||||
|
<PropertyGroup Condition="'$(Cfg_1)'!=''">
|
||||||
|
<Version>7.0</Version>
|
||||||
|
<DCC_DebugInformation>False</DCC_DebugInformation>
|
||||||
|
<DCC_LocalDebugSymbols>False</DCC_LocalDebugSymbols>
|
||||||
|
<DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
|
||||||
|
<DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
|
||||||
|
<DCC_DcuOutput>..\Lib\D12</DCC_DcuOutput>
|
||||||
|
<DCC_ObjOutput>..\Lib\D12</DCC_ObjOutput>
|
||||||
|
<DCC_HppOutput>..\Lib\D12</DCC_HppOutput>
|
||||||
|
<DCC_BplOutput>..\Lib\D12</DCC_BplOutput>
|
||||||
|
<DCC_DcpOutput>..\Lib\D12</DCC_DcpOutput>
|
||||||
|
</PropertyGroup>
|
||||||
|
<PropertyGroup Condition="'$(Cfg_2)'!=''">
|
||||||
|
<Version>7.0</Version>
|
||||||
|
<DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
|
||||||
|
<DCC_DcuOutput>..\Lib\D12</DCC_DcuOutput>
|
||||||
|
<DCC_ObjOutput>..\Lib\D12</DCC_ObjOutput>
|
||||||
|
<DCC_HppOutput>..\Lib\D12</DCC_HppOutput>
|
||||||
|
<DCC_BplOutput>..\Lib\D12</DCC_BplOutput>
|
||||||
|
<DCC_DcpOutput>..\Lib\D12</DCC_DcpOutput>
|
||||||
|
</PropertyGroup>
|
||||||
|
<ProjectExtensions>
|
||||||
|
<Borland.Personality>Delphi.Personality.12</Borland.Personality>
|
||||||
|
<Borland.ProjectType>Package</Borland.ProjectType>
|
||||||
|
<BorlandProject>
|
||||||
|
<Delphi.Personality>
|
||||||
|
<Parameters>
|
||||||
|
<Parameters Name="UseLauncher">False</Parameters>
|
||||||
|
<Parameters Name="LoadAllSymbols">True</Parameters>
|
||||||
|
<Parameters Name="LoadUnspecifiedSymbols">False</Parameters>
|
||||||
|
</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">3082</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>
|
||||||
|
<Excluded_Packages>
|
||||||
|
<Excluded_Packages Name="$(BDS)\bin\dclofficexp100.bpl">Microsoft Office XP Sample Automation Server Wrapper Components</Excluded_Packages>
|
||||||
|
<Excluded_Packages Name="$(BDS)\bin\dclwebsnap100.bpl">CodeGear WebSnap Components</Excluded_Packages>
|
||||||
|
<Excluded_Packages Name="$(BDS)\bin\dclsoap100.bpl">CodeGear SOAP Components</Excluded_Packages>
|
||||||
|
<Excluded_Packages Name="$(BDS)\bin\dcloffice2k100.bpl">Microsoft Office 2000 Sample Automation Server Wrapper Components</Excluded_Packages>
|
||||||
|
<Excluded_Packages Name="$(BDS)\bin\bcboffice2k100.bpl">CodeGear C++Builder Office 2000 Servers Package</Excluded_Packages>
|
||||||
|
<Excluded_Packages Name="$(BDS)\bin\bcbofficexp100.bpl">CodeGear C++Builder Office XP Servers Package</Excluded_Packages>
|
||||||
|
</Excluded_Packages>
|
||||||
|
<Source>
|
||||||
|
<Source Name="MainSource">PluginSDK_D12R.dpk</Source>
|
||||||
|
</Source>
|
||||||
|
</Delphi.Personality>
|
||||||
|
</BorlandProject>
|
||||||
|
<ProjectFileVersion>12</ProjectFileVersion>
|
||||||
|
</ProjectExtensions>
|
||||||
|
<ItemGroup>
|
||||||
|
<DelphiCompile Include="PluginSDK_D12R.dpk">
|
||||||
|
<MainSource>MainSource</MainSource>
|
||||||
|
</DelphiCompile>
|
||||||
|
<DCCReference Include="rtl.dcp"/>
|
||||||
|
<DCCReference Include="vcl.dcp"/>
|
||||||
|
<DCCReference Include="..\Source\uHostManager.pas"/>
|
||||||
|
<DCCReference Include="..\Source\uInterfaces.pas"/>
|
||||||
|
<DCCReference Include="..\Source\uModuleMenu.pas"/>
|
||||||
|
<DCCReference Include="..\Source\uModuleController.pas">
|
||||||
|
<Form>ModuleController</Form>
|
||||||
|
<DesignClass>TDataModule</DesignClass>
|
||||||
|
</DCCReference>
|
||||||
|
<BuildConfiguration Include="Base">
|
||||||
|
<Key>Base</Key>
|
||||||
|
</BuildConfiguration>
|
||||||
|
<BuildConfiguration Include="Debug">
|
||||||
|
<Key>Cfg_2</Key>
|
||||||
|
<CfgParent>Base</CfgParent>
|
||||||
|
</BuildConfiguration>
|
||||||
|
<BuildConfiguration Include="Release">
|
||||||
|
<Key>Cfg_1</Key>
|
||||||
|
<CfgParent>Base</CfgParent>
|
||||||
|
</BuildConfiguration>
|
||||||
|
</ItemGroup>
|
||||||
|
<Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')"/>
|
||||||
|
</Project>
|
||||||
59
Packages/PluginSDK_D12R.dproj.2007
Normal file
59
Packages/PluginSDK_D12R.dproj.2007
Normal file
@ -0,0 +1,59 @@
|
|||||||
|
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||||
|
<PropertyGroup>
|
||||||
|
<ProjectGuid>{5e943aaa-ab97-4ade-b8cd-3fe33f669f6d}</ProjectGuid>
|
||||||
|
<MainSource>PluginSDK_D12R.dpk</MainSource>
|
||||||
|
<Configuration Condition=" '$(Configuration)' == '' ">Release</Configuration>
|
||||||
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
||||||
|
<DCC_DCCCompiler>DCC32</DCC_DCCCompiler>
|
||||||
|
<DCC_DependencyCheckOutputName>..\Lib\D12\PluginSDK_D12R.bpl</DCC_DependencyCheckOutputName>
|
||||||
|
</PropertyGroup>
|
||||||
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
||||||
|
<Version>7.0</Version>
|
||||||
|
<DCC_DebugInformation>False</DCC_DebugInformation>
|
||||||
|
<DCC_LocalDebugSymbols>False</DCC_LocalDebugSymbols>
|
||||||
|
<DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
|
||||||
|
<DCC_Define>RELEASE</DCC_Define>
|
||||||
|
<DCC_DcuOutput>..\Lib\D12</DCC_DcuOutput>
|
||||||
|
<DCC_ObjOutput>..\Lib\D12</DCC_ObjOutput>
|
||||||
|
<DCC_HppOutput>..\Lib\D12</DCC_HppOutput>
|
||||||
|
<DCC_BplOutput>..\Lib\D12</DCC_BplOutput>
|
||||||
|
<DCC_DcpOutput>..\Lib\D12</DCC_DcpOutput>
|
||||||
|
</PropertyGroup>
|
||||||
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||||||
|
<Version>7.0</Version>
|
||||||
|
<DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
|
||||||
|
<DCC_DcuOutput>..\Lib\D12</DCC_DcuOutput>
|
||||||
|
<DCC_ObjOutput>..\Lib\D12</DCC_ObjOutput>
|
||||||
|
<DCC_HppOutput>..\Lib\D12</DCC_HppOutput>
|
||||||
|
<DCC_BplOutput>..\Lib\D12</DCC_BplOutput>
|
||||||
|
<DCC_DcpOutput>..\Lib\D12</DCC_DcpOutput>
|
||||||
|
</PropertyGroup>
|
||||||
|
<ProjectExtensions>
|
||||||
|
<Borland.Personality>Delphi.Personality</Borland.Personality>
|
||||||
|
<Borland.ProjectType>Package</Borland.ProjectType>
|
||||||
|
<BorlandProject>
|
||||||
|
<BorlandProject><Delphi.Personality><Parameters><Parameters Name="UseLauncher">False</Parameters><Parameters Name="LoadAllSymbols">True</Parameters><Parameters Name="LoadUnspecifiedSymbols">False</Parameters></Parameters><Package_Options><Package_Options Name="PackageDescription">PluginSDK for Delphi 2007 (Runtime)</Package_Options><Package_Options Name="ImplicitBuild">False</Package_Options><Package_Options Name="DesigntimeOnly">False</Package_Options><Package_Options Name="RuntimeOnly">True</Package_Options></Package_Options><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">3082</VersionInfo><VersionInfo Name="CodePage">1252</VersionInfo></VersionInfo><VersionInfoKeys><VersionInfoKeys Name="CompanyName"></VersionInfoKeys><VersionInfoKeys Name="FileDescription"></VersionInfoKeys><VersionInfoKeys Name="FileVersion">1.0.0.0</VersionInfoKeys><VersionInfoKeys Name="InternalName"></VersionInfoKeys><VersionInfoKeys Name="LegalCopyright"></VersionInfoKeys><VersionInfoKeys Name="LegalTrademarks"></VersionInfoKeys><VersionInfoKeys Name="OriginalFilename"></VersionInfoKeys><VersionInfoKeys Name="ProductName"></VersionInfoKeys><VersionInfoKeys Name="ProductVersion">1.0.0.0</VersionInfoKeys><VersionInfoKeys Name="Comments"></VersionInfoKeys></VersionInfoKeys><Excluded_Packages>
|
||||||
|
|
||||||
|
<Excluded_Packages Name="$(BDS)\bin\dclofficexp100.bpl">Microsoft Office XP Sample Automation Server Wrapper Components</Excluded_Packages>
|
||||||
|
<Excluded_Packages Name="$(BDS)\bin\dclwebsnap100.bpl">CodeGear WebSnap Components</Excluded_Packages>
|
||||||
|
<Excluded_Packages Name="$(BDS)\bin\dclsoap100.bpl">CodeGear SOAP Components</Excluded_Packages>
|
||||||
|
<Excluded_Packages Name="$(BDS)\bin\dcloffice2k100.bpl">Microsoft Office 2000 Sample Automation Server Wrapper Components</Excluded_Packages>
|
||||||
|
<Excluded_Packages Name="$(BDS)\bin\bcboffice2k100.bpl">CodeGear C++Builder Office 2000 Servers Package</Excluded_Packages>
|
||||||
|
<Excluded_Packages Name="$(BDS)\bin\bcbofficexp100.bpl">CodeGear C++Builder Office XP Servers Package</Excluded_Packages>
|
||||||
|
</Excluded_Packages><Source><Source Name="MainSource">PluginSDK_D12R.dpk</Source></Source></Delphi.Personality></BorlandProject></BorlandProject>
|
||||||
|
</ProjectExtensions>
|
||||||
|
<Import Project="$(MSBuildBinPath)\Borland.Delphi.Targets" />
|
||||||
|
<ItemGroup>
|
||||||
|
<DelphiCompile Include="PluginSDK_D12R.dpk">
|
||||||
|
<MainSource>MainSource</MainSource>
|
||||||
|
</DelphiCompile>
|
||||||
|
<DCCReference Include="..\Source\uHostManager.pas" />
|
||||||
|
<DCCReference Include="..\Source\uInterfaces.pas" />
|
||||||
|
<DCCReference Include="..\Source\uModuleController.pas">
|
||||||
|
<Form>ModuleController</Form>
|
||||||
|
</DCCReference>
|
||||||
|
<DCCReference Include="..\Source\uModuleMenu.pas" />
|
||||||
|
<DCCReference Include="rtl.dcp" />
|
||||||
|
<DCCReference Include="vcl.dcp" />
|
||||||
|
</ItemGroup>
|
||||||
|
</Project>
|
||||||
BIN
Packages/PluginSDK_D12R.res
Normal file
BIN
Packages/PluginSDK_D12R.res
Normal file
Binary file not shown.
50
Packages/PluginSDK_GroupD12.groupproj
Normal file
50
Packages/PluginSDK_GroupD12.groupproj
Normal file
@ -0,0 +1,50 @@
|
|||||||
|
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||||
|
<PropertyGroup>
|
||||||
|
<ProjectGuid>{5ab3c3c7-1637-4d7c-bd71-3f098e7d8a0e}</ProjectGuid>
|
||||||
|
</PropertyGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<Projects Include="PluginSDK_D12R.dproj">
|
||||||
|
<Dependencies/>
|
||||||
|
</Projects>
|
||||||
|
<Projects Include="PluginSDK_D12D.dproj">
|
||||||
|
<Dependencies/>
|
||||||
|
</Projects>
|
||||||
|
</ItemGroup>
|
||||||
|
<ProjectExtensions>
|
||||||
|
<Borland.Personality>Default.Personality.12</Borland.Personality>
|
||||||
|
<Borland.ProjectType/>
|
||||||
|
<BorlandProject>
|
||||||
|
<BorlandProject>
|
||||||
|
<Default.Personality/>
|
||||||
|
</BorlandProject>
|
||||||
|
</BorlandProject>
|
||||||
|
</ProjectExtensions>
|
||||||
|
<Target Name="PluginSDK_D12R">
|
||||||
|
<MSBuild Projects="PluginSDK_D12R.dproj"/>
|
||||||
|
</Target>
|
||||||
|
<Target Name="PluginSDK_D12R:Clean">
|
||||||
|
<MSBuild Targets="Clean" Projects="PluginSDK_D12R.dproj"/>
|
||||||
|
</Target>
|
||||||
|
<Target Name="PluginSDK_D12R:Make">
|
||||||
|
<MSBuild Targets="Make" Projects="PluginSDK_D12R.dproj"/>
|
||||||
|
</Target>
|
||||||
|
<Target Name="PluginSDK_D12D">
|
||||||
|
<MSBuild Projects="PluginSDK_D12D.dproj"/>
|
||||||
|
</Target>
|
||||||
|
<Target Name="PluginSDK_D12D:Clean">
|
||||||
|
<MSBuild Targets="Clean" Projects="PluginSDK_D12D.dproj"/>
|
||||||
|
</Target>
|
||||||
|
<Target Name="PluginSDK_D12D:Make">
|
||||||
|
<MSBuild Targets="Make" Projects="PluginSDK_D12D.dproj"/>
|
||||||
|
</Target>
|
||||||
|
<Target Name="Build">
|
||||||
|
<CallTarget Targets="PluginSDK_D12R;PluginSDK_D12D"/>
|
||||||
|
</Target>
|
||||||
|
<Target Name="Clean">
|
||||||
|
<CallTarget Targets="PluginSDK_D12R:Clean;PluginSDK_D12D:Clean"/>
|
||||||
|
</Target>
|
||||||
|
<Target Name="Make">
|
||||||
|
<CallTarget Targets="PluginSDK_D12R:Make;PluginSDK_D12D:Make"/>
|
||||||
|
</Target>
|
||||||
|
<Import Project="$(BDS)\Bin\CodeGear.Group.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Group.Targets')"/>
|
||||||
|
</Project>
|
||||||
@ -1,11 +0,0 @@
|
|||||||
object ModuleController1: TModuleController1
|
|
||||||
OldCreateOrder = True
|
|
||||||
Description = 'Ventas'
|
|
||||||
ModuleName = 'Ventas'
|
|
||||||
Author = 'David'
|
|
||||||
Version = '1.0.0'
|
|
||||||
Left = 605
|
|
||||||
Top = 361
|
|
||||||
Height = 258
|
|
||||||
Width = 407
|
|
||||||
end
|
|
||||||
@ -1,35 +0,0 @@
|
|||||||
unit uSamplePluginController;
|
|
||||||
|
|
||||||
interface
|
|
||||||
|
|
||||||
uses
|
|
||||||
uModuleController, uInterfaces, uHostManager;
|
|
||||||
|
|
||||||
type
|
|
||||||
TModuleController1 = class(TModuleController)
|
|
||||||
private
|
|
||||||
{ Private declarations }
|
|
||||||
public
|
|
||||||
{ Public declarations }
|
|
||||||
end;
|
|
||||||
|
|
||||||
implementation
|
|
||||||
|
|
||||||
{$R *.dfm}
|
|
||||||
|
|
||||||
function GetModule : TModuleController;
|
|
||||||
begin
|
|
||||||
Result := TModuleController1.Create(nil);
|
|
||||||
end;
|
|
||||||
|
|
||||||
exports
|
|
||||||
GetModule name GET_MODULE_FUNC;
|
|
||||||
|
|
||||||
initialization
|
|
||||||
RegisterModuleClass(TModuleController1);
|
|
||||||
|
|
||||||
finalization
|
|
||||||
UnRegisterModuleClass(TModuleController1);
|
|
||||||
|
|
||||||
|
|
||||||
end.
|
|
||||||
Loading…
Reference in New Issue
Block a user