Remove XLSTO Project Files

This commit is contained in:
Toby Allen 2019-12-21 17:12:35 +00:00
parent ee06a63892
commit e224eb2d76
6 changed files with 19 additions and 307 deletions

View File

@ -1,23 +0,0 @@
#------------------------------------------------------------------------------
VERSION = BWS.01
#------------------------------------------------------------------------------
!ifndef ROOT
ROOT = $(MAKEDIR)\..
!endif
#------------------------------------------------------------------------------
MAKE = $(ROOT)\bin\make.exe -$(MAKEFLAGS) -f$**
DCC = $(ROOT)\bin\dcc32.exe $**
BRCC = $(ROOT)\bin\brcc32.exe $**
#------------------------------------------------------------------------------
PROJECTS = docto.exe XlsTo.exe
#------------------------------------------------------------------------------
default: $(PROJECTS)
#------------------------------------------------------------------------------
docto.exe: docto.dpr
$(DCC)
XlsTo.exe: XlsTo.dpr
$(DCC)

View File

@ -1,64 +0,0 @@
program XlsTo;
(*************************************************************
Copyright © 2012 Toby Allen (https://github.com/tobya)
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction,
including without limitation the rights to use, copy, modify, merge, publish, distribute, sub-license, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:
The above copyright notice, and every other copyright notice found in this software, and all the attributions in every file, and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE
OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
****************************************************************)
{$APPTYPE CONSOLE}
{$R 'xlsFormats.res' 'xlsFormats.rc'}
{$R *.res}
uses
SysUtils,
Classes,
ActiveX,
ExcelUtils in 'ExcelUtils.pas',
MainUtils in 'MainUtils.pas',
ResourceUtils in 'ResourceUtils.pas',
PathUtils in 'PathUtils.pas';
var
i : integer;
paramlist : TStringlist;
XLSConv : TExcelXLSConverter;
LogResult : String;
begin
paramlist := TStringlist.create;
XLSConv := TExcelXLSConverter.Create;
try
try
for i := 1 to ParamCount do
begin
paramlist.Add(ParamStr(i));
end;
CoInitialize(nil);
XLSConv.LoadConfig(paramlist);
XLSConv.Execute;
CoUninitialize;
finally
XLSConv.Free;
paramlist.Free;
end;
except on E: Exception do
WriteLn('Error:' + E.Message);
end;
end.

View File

@ -1,172 +0,0 @@
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<ProjectGuid>{28BAD534-7394-45D5-A465-DDC534BD22AB}</ProjectGuid>
<MainSource>XlsTo.dpr</MainSource>
<ProjectVersion>14.6</ProjectVersion>
<Base>True</Base>
<Config Condition="'$(Config)'==''">Debug</Config>
<AppType>Console</AppType>
<FrameworkType>None</FrameworkType>
<DCC_DCCCompiler>DCC32</DCC_DCCCompiler>
<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)'=='Debug' 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="'$(Config)'=='Release' or '$(Cfg_2)'!=''">
<Cfg_2>true</Cfg_2>
<CfgParent>Base</CfgParent>
<Base>true</Base>
</PropertyGroup>
<PropertyGroup Condition="'$(Base)'!=''">
<DCC_Namespace>System;Xml;Data;Datasnap;Web;Soap;Winapi;System.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>6153</VerInfo_Locale>
<DCC_ImageBase>00400000</DCC_ImageBase>
<DCC_DcuOutput>.\$(Config)\$(Platform)</DCC_DcuOutput>
<DCC_ExeOutput>.\$(Config)\$(Platform)</DCC_ExeOutput>
<DCC_E>false</DCC_E>
<DCC_N>false</DCC_N>
<DCC_S>false</DCC_S>
<DCC_F>false</DCC_F>
<DCC_K>false</DCC_K>
</PropertyGroup>
<PropertyGroup Condition="'$(Base_Win32)'!=''">
<Icon_MainIcon>XlsTo_Icon.ico</Icon_MainIcon>
<DCC_Namespace>Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
<Debugger_CWD>C:\Users\Toby\Documents\GitHub\DocTo\exe</Debugger_CWD>
<VerInfo_Locale>1033</VerInfo_Locale>
<Debugger_HostApplication>cmd</Debugger_HostApplication>
<Debugger_RunParams>-f &quot;C:\Users\Toby\Documents\GitHub\DocTo\test\InputFiles\test2.xls&quot; -o &quot;c:\textxl.pdf&quot; -t xlPDF</Debugger_RunParams>
</PropertyGroup>
<PropertyGroup Condition="'$(Base_Win64)'!=''">
<Icon_MainIcon>XlsTo_Icon.ico</Icon_MainIcon>
</PropertyGroup>
<PropertyGroup Condition="'$(Cfg_1)'!=''">
<DCC_ExeOutput>../exe</DCC_ExeOutput>
<DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
<DCC_Optimize>false</DCC_Optimize>
<DCC_GenerateStackFrames>true</DCC_GenerateStackFrames>
</PropertyGroup>
<PropertyGroup Condition="'$(Cfg_1_Win32)'!=''">
<VerInfo_Build>9</VerInfo_Build>
<VerInfo_AutoIncVersion>true</VerInfo_AutoIncVersion>
<VerInfo_PreRelease>true</VerInfo_PreRelease>
<VerInfo_MajorVer>0</VerInfo_MajorVer>
<VerInfo_Locale>1033</VerInfo_Locale>
<VerInfo_Release>18</VerInfo_Release>
<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
<Manifest_File>None</Manifest_File>
<VerInfo_Keys>CompanyName=Toflidium Software;FileDescription=XLSTo XL to csv,pdf,etc;FileVersion=0.9.18.9;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=https://github.com/tobya/docto</VerInfo_Keys>
<VerInfo_MinorVer>9</VerInfo_MinorVer>
<Debugger_RunParams>-L 10 -f &quot;D:\Development\GitHub\DocTo\test\Inputfiles\Week 1 Test.xls&quot; -o &quot;D:\Development\GitHub\DocTo\test\GeneratedFiles\&quot; -T xlcsv -OX .csv</Debugger_RunParams>
</PropertyGroup>
<PropertyGroup Condition="'$(Cfg_2)'!=''">
<DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
<DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
<DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
<DCC_DebugInformation>false</DCC_DebugInformation>
</PropertyGroup>
<ItemGroup>
<DelphiCompile Include="$(MainSource)">
<MainSource>MainSource</MainSource>
</DelphiCompile>
<RcCompile Include="xlsFormats.rc">
<ContainerId>RC</ContainerId>
<Form>xlsFormats.res</Form>
</RcCompile>
<DCCReference Include="ExcelUtils.pas"/>
<DCCReference Include="MainUtils.pas"/>
<DCCReference Include="ResourceUtils.pas"/>
<DCCReference Include="PathUtils.pas"/>
<None Include="res\xlsFormats.txt"/>
<None Include="..\test\testxlsrun.bat"/>
<None Include="xlsFormatsExt.txt"/>
<None Include="res\xlsFormatsExt.txt"/>
<BuildConfiguration Include="Release">
<Key>Cfg_2</Key>
<CfgParent>Base</CfgParent>
</BuildConfiguration>
<BuildConfiguration Include="Base">
<Key>Base</Key>
</BuildConfiguration>
<BuildConfiguration Include="Debug">
<Key>Cfg_1</Key>
<CfgParent>Base</CfgParent>
</BuildConfiguration>
</ItemGroup>
<Import Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')" Project="$(BDS)\Bin\CodeGear.Delphi.Targets"/>
<Import Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')" Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj"/>
<ProjectExtensions>
<Borland.Personality>Delphi.Personality.12</Borland.Personality>
<Borland.ProjectType/>
<BorlandProject>
<Delphi.Personality>
<VersionInfo>
<VersionInfo Name="IncludeVerInfo">False</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">6153</VersionInfo>
<VersionInfo Name="CodePage">1252</VersionInfo>
</VersionInfo>
<VersionInfoKeys>
<VersionInfoKeys Name="CompanyName"/>
<VersionInfoKeys Name="FileDescription"/>
<VersionInfoKeys Name="FileVersion">1.0.0.0</VersionInfoKeys>
<VersionInfoKeys Name="InternalName"/>
<VersionInfoKeys Name="LegalCopyright"/>
<VersionInfoKeys Name="LegalTrademarks"/>
<VersionInfoKeys Name="OriginalFilename"/>
<VersionInfoKeys Name="ProductName"/>
<VersionInfoKeys Name="ProductVersion">1.0.0.0</VersionInfoKeys>
<VersionInfoKeys Name="Comments"/>
</VersionInfoKeys>
<Source>
<Source Name="MainSource">XlsTo.dpr</Source>
</Source>
<Parameters>
<Parameters Name="RunParams">-f &quot;C:\Users\Toby\Documents\GitHub\DocTo\test\InputFiles\test2.xls&quot; -o &quot;c:\textxl.pdf&quot; -t xlPDF</Parameters>
<Parameters Name="HostApplication">cmd</Parameters>
<Parameters Name="DebugCWD">C:\Users\Toby\Documents\GitHub\DocTo\exe</Parameters>
</Parameters>
<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>
</Project>

View File

@ -1,29 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<BorlandProject>
<Transactions>
<Transaction>1899/12/30 00:00:00.000.086,C:\Users\Toby\Documents\GitHub\DocTo\src\xlsFormats.rc=C:\Users\Toby\Documents\GitHub\DocTo\src\wdFormats.rc</Transaction>
<Transaction>1899/12/30 00:00:00.000.964,C:\Users\Toby\Documents\GitHub\DocTo\src\res\xlsFormats.txt=C:\Users\Toby\Documents\GitHub\DocTo\src\New1.txt</Transaction>
<Transaction>1899/12/30 00:00:00.000.558,C:\Users\Toby\Documents\GitHub\DocTo\test\testxlsrun.bat=C:\Users\Toby\Documents\GitHub\DocTo\src\New1.bat</Transaction>
<Transaction>1899/12/30 00:00:00.000.240,=D:\Development\GitHub\DocTo\src\New1.txt</Transaction>
<Transaction>1899/12/30 00:00:00.000.208,D:\Development\GitHub\DocTo\src\New1.txt=D:\Development\GitHub\DocTo\src\xlsFormatsExt.txt</Transaction>
<Transaction>1899/12/30 00:00:00.000.291,=C:\Users\Toby\Documents\GitHub\DocTo\src\New1.txt</Transaction>
<Transaction>1899/12/30 00:00:00.000.964,C:\Users\Toby\Documents\GitHub\DocTo\src\New1.txt=C:\Users\Toby\Documents\GitHub\DocTo\src\res\xlsFormats.txt</Transaction>
<Transaction>1899/12/30 00:00:00.000.451,=D:\Development\GitHub\DocTo\src\res\xlsFormatsExt.txt</Transaction>
<Transaction>1899/12/30 00:00:00.000.863,=C:\Users\Toby\Documents\GitHub\DocTo\src\New1.bat</Transaction>
<Transaction>1899/12/30 00:00:00.000.558,C:\Users\Toby\Documents\GitHub\DocTo\src\New1.bat=C:\Users\Toby\Documents\GitHub\DocTo\test\testxlsrun.bat</Transaction>
</Transactions>
<ProjectSortOrder AutoSort="0" SortType="0">
<File Path="..\..\DocTo"/>
<File Path="..\test"/>
<File Path="..\test\testxlsrun.bat"/>
<File Path="res"/>
<File Path="res\xlsFormats.txt"/>
<File Path="res\xlsFormatsExt.txt"/>
<File Path="ExcelUtils.pas"/>
<File Path="MainUtils.pas"/>
<File Path="PathUtils.pas"/>
<File Path="ResourceUtils.pas"/>
<File Path="xlsFormats.rc"/>
<File Path="xlsFormatsExt.txt"/>
</ProjectSortOrder>
</BorlandProject>

View File

@ -73,14 +73,14 @@
<PropertyGroup Condition="'$(Cfg_3_Win32)'!=''">
<VerInfo_MajorVer>1</VerInfo_MajorVer>
<Debugger_RunParams>-f &quot;D:\Development\GitHub\DocTo\test\Inputfiles\&quot; -o &quot;D:\Development\GitHub\DocTo\test\GeneratedFiles&quot; -T wdFormatPDF -OX pdf -NX -L 5</Debugger_RunParams>
<VerInfo_Build>43</VerInfo_Build>
<VerInfo_Build>44</VerInfo_Build>
<VerInfo_PreRelease>false</VerInfo_PreRelease>
<VerInfo_AutoIncVersion>true</VerInfo_AutoIncVersion>
<VerInfo_AutoGenVersion>false</VerInfo_AutoGenVersion>
<VerInfo_Release>19</VerInfo_Release>
<Icon_MainIcon>docto_Icon2.ico</Icon_MainIcon>
<VerInfo_MinorVer>0</VerInfo_MinorVer>
<VerInfo_Keys>CompanyName=Toflidium Software;FileDescription=DocTo - Convert doc files to any available format;FileVersion=1.0.19.43;InternalName=;LegalCopyright=Toby Allen;LegalTrademarks=;OriginalFilename=docto.exe;ProductName=DocTo;ProductVersion=1.0.19.40;Comments=https://github.com/tobya/DocTo</VerInfo_Keys>
<VerInfo_Keys>CompanyName=Toflidium Software;FileDescription=DocTo - Convert doc files to any available format;FileVersion=1.0.19.44;InternalName=;LegalCopyright=Toby Allen;LegalTrademarks=;OriginalFilename=docto.exe;ProductName=DocTo;ProductVersion=1.0.19.40;Comments=https://github.com/tobya/DocTo</VerInfo_Keys>
<DCC_ExeOutput>..\exe</DCC_ExeOutput>
<Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
</PropertyGroup>
@ -148,7 +148,7 @@
<VersionInfo Name="MajorVer">0</VersionInfo>
<VersionInfo Name="MinorVer">4</VersionInfo>
<VersionInfo Name="Release">4</VersionInfo>
<VersionInfo Name="Build">59</VersionInfo>
<VersionInfo Name="Build">60</VersionInfo>
<VersionInfo Name="Debug">True</VersionInfo>
<VersionInfo Name="PreRelease">True</VersionInfo>
<VersionInfo Name="Special">False</VersionInfo>
@ -160,7 +160,7 @@
<VersionInfoKeys>
<VersionInfoKeys Name="CompanyName">Toflidium Software</VersionInfoKeys>
<VersionInfoKeys Name="FileDescription"/>
<VersionInfoKeys Name="FileVersion">0.4.4.59</VersionInfoKeys>
<VersionInfoKeys Name="FileVersion">0.4.4.60</VersionInfoKeys>
<VersionInfoKeys Name="InternalName"/>
<VersionInfoKeys Name="LegalCopyright">Toflidium Software</VersionInfoKeys>
<VersionInfoKeys Name="LegalTrademarks"/>
@ -183,6 +183,9 @@
<Platform value="Win64">False</Platform>
</Platforms>
<Deployment>
<DeployFile LocalName="..\exe\docto.exe" Configuration="TobyBuild" Class="ProjectOutput">
<Platform Name="Win32"/>
</DeployFile>
<DeployFile LocalName="$(BDS)\Redist\osx32\libcgunwind.1.0.dylib" Class="DependencyModule">
<Platform Name="OSX32"/>
<Platform Name="iOSSimulator"/>
@ -192,9 +195,6 @@
<RemoteName>docto.rsm</RemoteName>
</Platform>
</DeployFile>
<DeployFile LocalName="..\exe\docto.exe" Configuration="TobyBuild" Class="ProjectOutput">
<Platform Name="Win32"/>
</DeployFile>
<DeployClass Required="true" Name="DependencyPackage">
<Platform Name="iOSDevice">
<Operation>1</Operation>

View File

@ -1,28 +1,28 @@
<?xml version="1.0" encoding="utf-8"?>
<BorlandProject>
<Transactions>
<Transaction>1899/12/30 00:00:00.000.547,D:\Development\GitHub\DocTo\src\New1.txt=D:\Development\GitHub\DocTo\src\res\HelpErrors.txt</Transaction>
<Transaction>1899/12/30 00:00:00.000.606,=D:\Development\GitHub\DocTo\src\New1.txt</Transaction>
<Transaction>1899/12/30 00:00:00.000.547,D:\Development\GitHub\DocTo\src\res\HelpErrors.txt=D:\Development\GitHub\DocTo\src\New1.txt</Transaction>
<Transaction>2016/05/07 18:18:35.000.138,=D:\Development\GitHub\DocTo\src\New1.txt</Transaction>
<Transaction>2016/05/07 18:18:48.000.672,D:\Development\GitHub\DocTo\src\res\wdEncoding.txt=D:\Development\GitHub\DocTo\src\New1.txt</Transaction>
<Transaction>2016/05/07 18:18:48.000.672,D:\Development\GitHub\DocTo\src\New1.txt=D:\Development\GitHub\DocTo\src\res\wdEncoding.txt</Transaction>
<Transaction>2018/07/30 15:26:37.000.443,=D:\Development\GitHub\DocTo\src\Unit1.pas</Transaction>
<Transaction>2018/07/30 15:28:03.000.644,D:\Development\GitHub\DocTo\src\Unit1.pas=D:\Development\GitHub\DocTo\src\datamodSSL.pas</Transaction>
<Transaction>2018/07/30 15:28:03.000.644,D:\Development\GitHub\DocTo\src\datamodSSL.pas=D:\Development\GitHub\DocTo\src\Unit1.pas</Transaction>
<Transaction>2019/12/04 21:44:44.000.850,=D:\Development\GitHub\DocTo\src\New1.txt</Transaction>
<Transaction>2019/12/04 21:45:32.000.832,D:\Development\GitHub\DocTo\changes.txt=D:\Development\GitHub\DocTo\src\New1.txt</Transaction>
<Transaction>2019/12/04 21:45:32.000.832,D:\Development\GitHub\DocTo\src\New1.txt=D:\Development\GitHub\DocTo\changes.txt</Transaction>
<Transaction>2019/12/04 21:46:37.000.447,=D:\Development\GitHub\DocTo\src\ExcelUtils.pas</Transaction>
<Transaction>2019/12/04 22:24:12.000.645,=D:\Development\GitHub\DocTo\src\res\xlsFormats.txt</Transaction>
<Transaction>2019/12/04 22:24:12.000.751,=D:\Development\GitHub\DocTo\src\res\xlsFormatsExt.txt</Transaction>
<Transaction>2019/12/04 22:24:12.000.645,=D:\Development\GitHub\DocTo\src\res\xlsFormats.txt</Transaction>
<Transaction>2019/12/04 22:26:42.000.891,=D:\Development\GitHub\DocTo\src\xlsFormats.rc</Transaction>
<Transaction>2019/12/08 15:01:54.000.284,C:\DEVELOPMENT\Delphi\github\DocTo\src\Docto.rc=C:\DEVELOPMENT\Delphi\github\DocTo\src\wdFormats.rc</Transaction>
<Transaction>2019/12/08 15:01:54.000.284,C:\DEVELOPMENT\Delphi\github\DocTo\src\wdFormats.rc=C:\DEVELOPMENT\Delphi\github\DocTo\src\Docto.rc</Transaction>
<Transaction>2019/12/08 15:18:29.000.644,C:\DEVELOPMENT\Delphi\github\DocTo\src\xlsFormats.rc=</Transaction>
<Transaction>2019/12/08 16:12:21.000.515,=C:\DEVELOPMENT\Delphi\github\DocTo\src\New1.md</Transaction>
<Transaction>2019/12/08 16:12:32.000.100,C:\DEVELOPMENT\Delphi\github\DocTo\src\New1.md=C:\DEVELOPMENT\Delphi\github\DocTo\changes.md</Transaction>
<Transaction>2019/12/08 16:13:40.000.332,C:\DEVELOPMENT\Delphi\github\DocTo\src\Docto.rc=C:\DEVELOPMENT\Delphi\github\DocTo\src\ExtraFiles.rc</Transaction>
<Transaction>2019/12/08 16:12:32.000.100,C:\DEVELOPMENT\Delphi\github\DocTo\changes.md=C:\DEVELOPMENT\Delphi\github\DocTo\src\New1.md</Transaction>
<Transaction>2019/12/08 16:13:40.000.332,C:\DEVELOPMENT\Delphi\github\DocTo\src\ExtraFiles.rc=C:\DEVELOPMENT\Delphi\github\DocTo\src\Docto.rc</Transaction>
<Transaction>2019/12/08 21:24:12.000.560,=C:\DEVELOPMENT\Delphi\github\DocTo\src\res\wdConstants.txt</Transaction>
<Transaction>2019/12/21 16:41:51.492,=D:\Development\GitHub\DocTo\src\Word_TLB.pas</Transaction>
<Transaction>2019/12/21 16:44:07.296,=D:\Development\GitHub\DocTo\src\Unit1.pas</Transaction>
<Transaction>2019/12/21 16:44:27.322,D:\Development\GitHub\DocTo\src\Word_TLB_Constants.pas=D:\Development\GitHub\DocTo\src\Unit1.pas</Transaction>
<Transaction>2019/12/21 16:44:45.218,D:\Development\GitHub\DocTo\src\Word_TLB.pas=</Transaction>
<Transaction>2019/12/21 16:41:51.000.492,=D:\Development\GitHub\DocTo\src\Word_TLB.pas</Transaction>
<Transaction>2019/12/21 16:44:07.000.296,=D:\Development\GitHub\DocTo\src\Unit1.pas</Transaction>
<Transaction>2019/12/21 16:44:27.000.322,D:\Development\GitHub\DocTo\src\Unit1.pas=D:\Development\GitHub\DocTo\src\Word_TLB_Constants.pas</Transaction>
<Transaction>2019/12/21 16:44:45.000.218,D:\Development\GitHub\DocTo\src\Word_TLB.pas=</Transaction>
</Transactions>
<ProjectSortOrder AutoSort="0" SortType="0">
<File Path="..\..\DocTo"/>