Compilación para Delphi 2010

git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.TB2k-TBX@8 4e37a1f5-3b83-2843-91c9-eaf97b5a2236
This commit is contained in:
David Arranz 2023-12-05 18:03:12 +00:00
parent 8857172872
commit 2826a04763
38 changed files with 417 additions and 12 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1,48 @@
 <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<ProjectGuid>{4B021D01-38A2-4200-97E9-5BA67FCC2DA9}</ProjectGuid>
</PropertyGroup>
<ItemGroup>
<Projects Include="tbx_d14.dproj">
<Dependencies/>
</Projects>
<Projects Include="tbxdsgn_d14.dproj">
<Dependencies/>
</Projects>
</ItemGroup>
<ProjectExtensions>
<Borland.Personality>Default.Personality.12</Borland.Personality>
<Borland.ProjectType/>
<BorlandProject>
<Default.Personality/>
</BorlandProject>
</ProjectExtensions>
<Target Name="tbx_d14">
<MSBuild Projects="tbx_d14.dproj"/>
</Target>
<Target Name="tbx_d14:Clean">
<MSBuild Targets="Clean" Projects="tbx_d14.dproj"/>
</Target>
<Target Name="tbx_d14:Make">
<MSBuild Targets="Make" Projects="tbx_d14.dproj"/>
</Target>
<Target Name="tbxdsgn_d14">
<MSBuild Projects="tbxdsgn_d14.dproj"/>
</Target>
<Target Name="tbxdsgn_d14:Clean">
<MSBuild Targets="Clean" Projects="tbxdsgn_d14.dproj"/>
</Target>
<Target Name="tbxdsgn_d14:Make">
<MSBuild Targets="Make" Projects="tbxdsgn_d14.dproj"/>
</Target>
<Target Name="Build">
<CallTarget Targets="tbx_d14;tbxdsgn_d14"/>
</Target>
<Target Name="Clean">
<CallTarget Targets="tbx_d14:Clean;tbxdsgn_d14:Clean"/>
</Target>
<Target Name="Make">
<CallTarget Targets="tbx_d14:Make;tbxdsgn_d14:Make"/>
</Target>
<Import Project="$(BDS)\Bin\CodeGear.Group.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Group.Targets')"/>
</Project>

View File

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<BorlandProject>
<Transactions>
<Transaction>2023/12/05 19:14:12.303.groupproj,C:\Codigo\Lib\TB2k+TBX\TBX\Packages\tbx_GroupD12.groupproj=C:\Codigo\Lib\TB2k+TBX\TBX\Packages\tbx_GroupD14.groupproj</Transaction>
</Transactions>
<Default.Personality>
<Projects ActiveProject="tbxdsgn_d14.bpl"/>
</Default.Personality>
</BorlandProject>

View File

@ -23,7 +23,6 @@
<DCC_DependencyCheckOutputName>..\..\Lib\D12\tbx_d12.bpl</DCC_DependencyCheckOutputName>
<RuntimeOnlyPackage>true</RuntimeOnlyPackage>
<DCC_ImageBase>2FC00000</DCC_ImageBase>
<DCC_SymbolReferenceInfo>1</DCC_SymbolReferenceInfo>
<DesignOnlyPackage>false</DesignOnlyPackage>
<DCC_UnitAlias>WinTypes=Windows;WinProcs=Windows;DbiTypes=BDE;DbiProcs=BDE;DbiErrs=BDE;$(DCC_UnitAlias)</DCC_UnitAlias>
<DCC_BplOutput>..\..\Lib\D12</DCC_BplOutput>
@ -55,7 +54,7 @@
<MainSource>MainSource</MainSource>
</DelphiCompile>
<DCCReference Include="vcl.dcp"/>
<DCCReference Include="tb2k_d120.dcp"/>
<DCCReference Include="tb2k_d12.dcp"/>
<DCCReference Include="rtl.dcp"/>
<DCCReference Include="..\TBX.pas"/>
<DCCReference Include="..\TBXThemes.pas"/>
@ -73,8 +72,6 @@
<DCCReference Include="..\TBXWhidbeyTheme.pas"/>
<DCCReference Include="..\rmkThemes.pas"/>
<DCCReference Include="..\TBXOffice2003Theme.pas"/>
<DCCReference Include="tb2k_d10.dcp"/>
<DCCReference Include="tb2k_d110.dcp"/>
<BuildConfiguration Include="Base">
<Key>Base</Key>
</BuildConfiguration>

View File

@ -0,0 +1,2 @@
<?xml version="1.0" encoding="utf-8"?>
<BorlandProject/>

View File

@ -0,0 +1,52 @@
package tbx_d14;
{$R *.res}
{$ALIGN 8}
{$ASSERTIONS ON}
{$BOOLEVAL OFF}
{$DEBUGINFO ON}
{$EXTENDEDSYNTAX ON}
{$IMPORTEDDATA ON}
{$IOCHECKS ON}
{$LOCALSYMBOLS ON}
{$LONGSTRINGS ON}
{$OPENSTRINGS ON}
{$OPTIMIZATION ON}
{$OVERFLOWCHECKS OFF}
{$RANGECHECKS OFF}
{$REFERENCEINFO ON}
{$SAFEDIVIDE OFF}
{$STACKFRAMES OFF}
{$TYPEDADDRESS OFF}
{$VARSTRINGCHECKS ON}
{$WRITEABLECONST OFF}
{$MINENUMSIZE 1}
{$IMAGEBASE $2FC00000}
{$DESCRIPTION 'Toolbar2000 -- TBX Extensions (Alex Denisov)'}
{$RUNONLY}
{$IMPLICITBUILD OFF}
requires
vcl,
tb2k_d14,
rtl;
contains
TBX in '..\TBX.pas',
TBXThemes in '..\TBXThemes.pas',
TBXDefaultTheme in '..\TBXDefaultTheme.pas',
TBXOfficeXPTheme in '..\TBXOfficeXPTheme.pas',
TBXMDI in '..\TBXMDI.pas',
TBXSwitcher in '..\TBXSwitcher.pas',
TBXExtItems in '..\TBXExtItems.pas',
TBXLists in '..\TBXLists.pas',
TBXUtils in '..\TBXUtils.pas',
TBXUxThemes in '..\TBXUxThemes.pas',
TBXDkPanels in '..\TBXDkPanels.pas',
TBXToolPals in '..\TBXToolPals.pas',
TBXStatusBars in '..\TBXStatusBars.pas',
TBXWhidbeyTheme in '..\TBXWhidbeyTheme.pas',
rmkThemes in '..\rmkThemes.pas',
TBXOffice2003Theme in '..\TBXOffice2003Theme.pas';
end.

View File

@ -0,0 +1,132 @@
 <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<ProjectGuid>{AA111C1C-8D53-4369-9C5C-A2BFD1577C3C}</ProjectGuid>
<MainSource>tbx_d14.dpk</MainSource>
<Config Condition="'$(Config)'==''">Debug</Config>
<DCC_DCCCompiler>DCC32</DCC_DCCCompiler>
<ProjectVersion>12.0</ProjectVersion>
</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_DependencyCheckOutputName>..\..\Lib\D14\tbx_d14.bpl</DCC_DependencyCheckOutputName>
<RuntimeOnlyPackage>true</RuntimeOnlyPackage>
<DCC_ImageBase>2FC00000</DCC_ImageBase>
<DesignOnlyPackage>false</DesignOnlyPackage>
<DCC_UnitAlias>WinTypes=Windows;WinProcs=Windows;DbiTypes=BDE;DbiProcs=BDE;DbiErrs=BDE;$(DCC_UnitAlias)</DCC_UnitAlias>
<DCC_BplOutput>..\..\Lib\D14</DCC_BplOutput>
<DCC_Platform>x86</DCC_Platform>
<DCC_UnitSearchPath>..\..\Lib\D14;$(DCC_UnitSearchPath)</DCC_UnitSearchPath>
<DCC_Description>Toolbar2000 -- TBX Extensions (Alex Denisov)</DCC_Description>
<DCC_S>false</DCC_S>
<DCC_N>true</DCC_N>
<DCC_DcpOutput>..\..\Lib\D14</DCC_DcpOutput>
<GenDll>true</GenDll>
<DCC_OutputNeverBuildDcps>true</DCC_OutputNeverBuildDcps>
<DCC_DcuOutput>..\..\Lib\D14</DCC_DcuOutput>
<GenPackage>true</GenPackage>
<DCC_E>false</DCC_E>
<DCC_K>false</DCC_K>
<DCC_F>false</DCC_F>
</PropertyGroup>
<PropertyGroup Condition="'$(Cfg_1)'!=''">
<DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
<DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
<DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
<DCC_DebugInformation>false</DCC_DebugInformation>
</PropertyGroup>
<PropertyGroup Condition="'$(Cfg_2)'!=''">
<DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
</PropertyGroup>
<ItemGroup>
<DelphiCompile Include="tbx_d14.dpk">
<MainSource>MainSource</MainSource>
</DelphiCompile>
<DCCReference Include="vcl.dcp"/>
<DCCReference Include="tb2k_d14.dcp"/>
<DCCReference Include="rtl.dcp"/>
<DCCReference Include="..\TBX.pas"/>
<DCCReference Include="..\TBXThemes.pas"/>
<DCCReference Include="..\TBXDefaultTheme.pas"/>
<DCCReference Include="..\TBXOfficeXPTheme.pas"/>
<DCCReference Include="..\TBXMDI.pas"/>
<DCCReference Include="..\TBXSwitcher.pas"/>
<DCCReference Include="..\TBXExtItems.pas"/>
<DCCReference Include="..\TBXLists.pas"/>
<DCCReference Include="..\TBXUtils.pas"/>
<DCCReference Include="..\TBXUxThemes.pas"/>
<DCCReference Include="..\TBXDkPanels.pas"/>
<DCCReference Include="..\TBXToolPals.pas"/>
<DCCReference Include="..\TBXStatusBars.pas"/>
<DCCReference Include="..\TBXWhidbeyTheme.pas"/>
<DCCReference Include="..\rmkThemes.pas"/>
<DCCReference Include="..\TBXOffice2003Theme.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')"/>
<ProjectExtensions>
<Borland.Personality>Delphi.Personality.12</Borland.Personality>
<Borland.ProjectType>Package</Borland.ProjectType>
<BorlandProject>
<Delphi.Personality>
<Source>
<Source Name="MainSource">tbx_d14.dpk</Source>
</Source>
<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>
</Delphi.Personality>
</BorlandProject>
<ProjectFileVersion>12</ProjectFileVersion>
</ProjectExtensions>
</Project>

View File

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<BorlandProject>
<Transactions>
<Transaction>2023/12/05 19:14:22.404.dproj,C:\Codigo\Lib\TB2k+TBX\TBX\Packages\tbx_d12.dproj=C:\Codigo\Lib\TB2k+TBX\TBX\Packages\tbx_d14.dproj</Transaction>
</Transactions>
</BorlandProject>

Binary file not shown.

View File

@ -22,7 +22,6 @@
<PropertyGroup Condition="'$(Base)'!=''">
<DCC_ImageBase>2F800000</DCC_ImageBase>
<DCC_DependencyCheckOutputName>..\..\Lib\D12\tbxdsgn_d12.bpl</DCC_DependencyCheckOutputName>
<DCC_SymbolReferenceInfo>1</DCC_SymbolReferenceInfo>
<DesignOnlyPackage>true</DesignOnlyPackage>
<DCC_UnitSearchPath>..\..\Lib\D12;$(DCC_UnitSearchPath)</DCC_UnitSearchPath>
<DCC_UnitAlias>WinTypes=Windows;WinProcs=Windows;DbiTypes=BDE;DbiProcs=BDE;DbiErrs=BDE;$(DCC_UnitAlias)</DCC_UnitAlias>
@ -55,16 +54,10 @@
<DCCReference Include="..\TBXReg.dcr"/>
<DCCReference Include="tb2k_d12.dcp"/>
<DCCReference Include="tb2kdsgn_d12.dcp"/>
<DCCReference Include="tbx_d120.dcp"/>
<DCCReference Include="tbx_d12.dcp"/>
<DCCReference Include="vcl.dcp"/>
<DCCReference Include="..\TBXStrEdit.pas"/>
<DCCReference Include="..\TBXReg.pas"/>
<DCCReference Include="..\TBXReg.dcr"/>
<DCCReference Include="tbx_d10.dcp"/>
<DCCReference Include="tb2kdsgn_d120.dcp"/>
<DCCReference Include="tb2kdsgn_d10.dcp"/>
<DCCReference Include="tb2k_d120.dcp"/>
<DCCReference Include="tb2k_d10.dcp"/>
<BuildConfiguration Include="Base">
<Key>Base</Key>
</BuildConfiguration>

View File

@ -0,0 +1,2 @@
<?xml version="1.0" encoding="utf-8"?>
<BorlandProject/>

View File

@ -0,0 +1,40 @@
package tbxdsgn_d14;
{$R *.res}
{$R '..\TBXReg.dcr'}
{$ALIGN 8}
{$ASSERTIONS ON}
{$BOOLEVAL OFF}
{$DEBUGINFO ON}
{$EXTENDEDSYNTAX ON}
{$IMPORTEDDATA ON}
{$IOCHECKS ON}
{$LOCALSYMBOLS ON}
{$LONGSTRINGS ON}
{$OPENSTRINGS ON}
{$OPTIMIZATION ON}
{$OVERFLOWCHECKS OFF}
{$RANGECHECKS OFF}
{$REFERENCEINFO ON}
{$SAFEDIVIDE OFF}
{$STACKFRAMES OFF}
{$TYPEDADDRESS OFF}
{$VARSTRINGCHECKS ON}
{$WRITEABLECONST OFF}
{$MINENUMSIZE 1}
{$IMAGEBASE $2F800000}
{$DESCRIPTION 'Toolbar2000 -- TBX Extensions Design Package (Alex Denisov)'}
{$DESIGNONLY}
{$IMPLICITBUILD ON}
requires
tb2k_d14,
tb2kdsgn_d14,
tbx_d14,
vcl;
contains
TBXStrEdit in '..\TBXStrEdit.pas',
TBXReg in '..\TBXReg.pas';
end.

View File

@ -0,0 +1,118 @@
 <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<ProjectGuid>{6749727E-786E-4046-B4EB-728FDF6AD62E}</ProjectGuid>
<MainSource>tbxdsgn_d14.dpk</MainSource>
<Config Condition="'$(Config)'==''">Release</Config>
<DCC_DCCCompiler>DCC32</DCC_DCCCompiler>
<ProjectVersion>12.0</ProjectVersion>
</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_ImageBase>2F800000</DCC_ImageBase>
<DCC_DependencyCheckOutputName>..\..\Lib\D14\tbxdsgn_d14.bpl</DCC_DependencyCheckOutputName>
<DesignOnlyPackage>true</DesignOnlyPackage>
<DCC_UnitSearchPath>..\..\Lib\D14;$(DCC_UnitSearchPath)</DCC_UnitSearchPath>
<DCC_UnitAlias>WinTypes=Windows;WinProcs=Windows;DbiTypes=BDE;DbiProcs=BDE;DbiErrs=BDE;$(DCC_UnitAlias)</DCC_UnitAlias>
<DCC_BplOutput>..\..\Lib\D14</DCC_BplOutput>
<DCC_Description>Toolbar2000 -- TBX Extensions Design Package (Alex Denisov)</DCC_Description>
<DCC_Platform>x86</DCC_Platform>
<DCC_S>false</DCC_S>
<DCC_N>true</DCC_N>
<GenDll>true</GenDll>
<DCC_DcpOutput>..\..\Lib\D14</DCC_DcpOutput>
<DCC_K>false</DCC_K>
<DCC_DcuOutput>..\..\Lib\D14</DCC_DcuOutput>
<GenPackage>true</GenPackage>
<DCC_F>false</DCC_F>
<DCC_E>false</DCC_E>
</PropertyGroup>
<PropertyGroup Condition="'$(Cfg_1)'!=''">
<DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
<DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
<DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
<DCC_DebugInformation>false</DCC_DebugInformation>
</PropertyGroup>
<PropertyGroup Condition="'$(Cfg_2)'!=''">
<DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
</PropertyGroup>
<ItemGroup>
<DelphiCompile Include="tbxdsgn_d14.dpk">
<MainSource>MainSource</MainSource>
</DelphiCompile>
<DCCReference Include="..\TBXReg.dcr"/>
<DCCReference Include="tb2k_d14.dcp"/>
<DCCReference Include="tb2kdsgn_d14.dcp"/>
<DCCReference Include="tbx_d14.dcp"/>
<DCCReference Include="vcl.dcp"/>
<DCCReference Include="..\TBXStrEdit.pas"/>
<DCCReference Include="..\TBXReg.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')"/>
<ProjectExtensions>
<Borland.Personality>Delphi.Personality.12</Borland.Personality>
<Borland.ProjectType>Package</Borland.ProjectType>
<BorlandProject>
<Delphi.Personality>
<Source>
<Source Name="MainSource">tbxdsgn_d14.dpk</Source>
</Source>
<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>
</Delphi.Personality>
</BorlandProject>
<ProjectFileVersion>12</ProjectFileVersion>
</ProjectExtensions>
</Project>

View File

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<BorlandProject>
<Transactions>
<Transaction>2023/12/05 19:14:29.708.dproj,C:\Codigo\Lib\TB2k+TBX\TBX\Packages\tbxdsgn_d12.dproj=C:\Codigo\Lib\TB2k+TBX\TBX\Packages\tbxdsgn_d14.dproj</Transaction>
</Transactions>
</BorlandProject>

Binary file not shown.