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

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

View File

@@ -0,0 +1,60 @@
 <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<ProjectGuid>{4FBB3CA0-F846-45F2-941F-FBAF2589C62E}</ProjectGuid>
</PropertyGroup>
<ItemGroup>
<Projects Include="C++Builder 2009\Abbrevia.cbproj">
<Dependencies/>
</Projects>
<Projects Include="C++Builder 2009\AbbreviaVCL.cbproj">
<Dependencies/>
</Projects>
<Projects Include="C++Builder 2009\AbbreviaVCLDesign.cbproj">
<Dependencies/>
</Projects>
</ItemGroup>
<ProjectExtensions>
<Borland.Personality>Default.Personality.12</Borland.Personality>
<Borland.ProjectType/>
<BorlandProject>
<Default.Personality/>
</BorlandProject>
</ProjectExtensions>
<Target Name="Abbrevia">
<MSBuild Projects="C++Builder 2009\Abbrevia.cbproj"/>
</Target>
<Target Name="Abbrevia:Clean">
<MSBuild Targets="Clean" Projects="C++Builder 2009\Abbrevia.cbproj"/>
</Target>
<Target Name="Abbrevia:Make">
<MSBuild Targets="Make" Projects="C++Builder 2009\Abbrevia.cbproj"/>
</Target>
<Target Name="AbbreviaVCL">
<MSBuild Projects="C++Builder 2009\AbbreviaVCL.cbproj"/>
</Target>
<Target Name="AbbreviaVCL:Clean">
<MSBuild Targets="Clean" Projects="C++Builder 2009\AbbreviaVCL.cbproj"/>
</Target>
<Target Name="AbbreviaVCL:Make">
<MSBuild Targets="Make" Projects="C++Builder 2009\AbbreviaVCL.cbproj"/>
</Target>
<Target Name="AbbreviaVCLDesign">
<MSBuild Projects="C++Builder 2009\AbbreviaVCLDesign.cbproj"/>
</Target>
<Target Name="AbbreviaVCLDesign:Clean">
<MSBuild Targets="Clean" Projects="C++Builder 2009\AbbreviaVCLDesign.cbproj"/>
</Target>
<Target Name="AbbreviaVCLDesign:Make">
<MSBuild Targets="Make" Projects="C++Builder 2009\AbbreviaVCLDesign.cbproj"/>
</Target>
<Target Name="Build">
<CallTarget Targets="Abbrevia;AbbreviaVCL;AbbreviaVCLDesign"/>
</Target>
<Target Name="Clean">
<CallTarget Targets="Abbrevia:Clean;AbbreviaVCL:Clean;AbbreviaVCLDesign:Clean"/>
</Target>
<Target Name="Make">
<CallTarget Targets="Abbrevia:Make;AbbreviaVCL:Make;AbbreviaVCLDesign:Make"/>
</Target>
<Import Project="$(BDS)\Bin\CodeGear.Group.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Group.Targets')"/>
</Project>

View File

@@ -0,0 +1,288 @@
 <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<ProjectGuid>{B76816FE-94A0-42B9-A97C-DEA886F7E83E}</ProjectGuid>
<MainSource>Abbrevia.cpp</MainSource>
<ProjectVersion>12.0</ProjectVersion>
<Config Condition="'$(Config)'==''">Debug</Config>
</PropertyGroup>
<PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">
<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="'$(Config)'=='Release' or '$(Cfg_2)'!=''">
<Cfg_2>true</Cfg_2>
<CfgParent>Base</CfgParent>
<Base>true</Base>
</PropertyGroup>
<PropertyGroup Condition="'$(Base)'!=''">
<ILINK_Description>Abbrevia non-visual components</ILINK_Description>
<Multithreaded>true</Multithreaded>
<ILINK_GenerateLibFile>true</ILINK_GenerateLibFile>
<ILINK_GenerateImportLibrary>true</ILINK_GenerateImportLibrary>
<ProjectType>CppPackage</ProjectType>
<OutputExt>bpl</OutputExt>
<DllSuffix>120</DllSuffix>
<DesignOnlyPackage>false</DesignOnlyPackage>
<DCC_CBuilderOutput>JPHNE</DCC_CBuilderOutput>
<Defines>NO_STRICT;$(Defines)</Defines>
<DynamicRTL>true</DynamicRTL>
<IncludePath>..\..\source;..\..\Projects\Abbrevia SVN\packages\C++Builder 2009;$(CG_BOOST_ROOT)\boost\tr1\tr1;$(BDS)\include;$(BDS)\include\dinkumware;$(BDS)\include\vcl;$(CG_BOOST_ROOT);$(IncludePath)</IncludePath>
<ILINK_LibraryPath>..\..\source;..\..\Projects\Abbrevia SVN\packages\C++Builder 2009;$(BDS)\lib;$(BDS)\lib\obj;$(BDS)\lib\psdk;$(ILINK_LibraryPath)</ILINK_LibraryPath>
<BCC_wpar>false</BCC_wpar>
<BCC_OptimizeForSpeed>true</BCC_OptimizeForSpeed>
</PropertyGroup>
<PropertyGroup Condition="'$(Cfg_1)'!=''">
<BCC_OptimizeForSpeed>false</BCC_OptimizeForSpeed>
<BCC_DisableOptimizations>true</BCC_DisableOptimizations>
<DCC_Optimize>false</DCC_Optimize>
<DCC_DebugInfoInExe>true</DCC_DebugInfoInExe>
<Defines>_DEBUG;$(Defines)</Defines>
<BCC_InlineFunctionExpansion>false</BCC_InlineFunctionExpansion>
<IntermediateOutputDir>Debug</IntermediateOutputDir>
<ILINK_DisableIncrementalLinking>true</ILINK_DisableIncrementalLinking>
<BCC_UseRegisterVariables>None</BCC_UseRegisterVariables>
<DCC_Define>DEBUG</DCC_Define>
<BCC_DebugLineNumbers>true</BCC_DebugLineNumbers>
<TASM_DisplaySourceLines>true</TASM_DisplaySourceLines>
<BCC_StackFrames>true</BCC_StackFrames>
<ILINK_LibraryPath>$(BDS)\lib\debug;$(ILINK_LibraryPath)</ILINK_LibraryPath>
<ILINK_FullDebugInfo>true</ILINK_FullDebugInfo>
<TASM_Debugging>Full</TASM_Debugging>
<BCC_SourceDebuggingOn>true</BCC_SourceDebuggingOn>
</PropertyGroup>
<PropertyGroup Condition="'$(Cfg_2)'!=''">
<Defines>NDEBUG;$(Defines)</Defines>
<IntermediateOutputDir>Release</IntermediateOutputDir>
<ILINK_LibraryPath>$(BDS)\lib\release;$(ILINK_LibraryPath)</ILINK_LibraryPath>
<TASM_Debugging>None</TASM_Debugging>
</PropertyGroup>
<ItemGroup>
<DelphiCompile Include="..\..\source\AbExcept.pas">
<BuildOrder>24</BuildOrder>
</DelphiCompile>
<ResFiles Include="Abbrevia.res">
<BuildOrder>2</BuildOrder>
</ResFiles>
<CppCompile Include="Abbrevia.cpp">
<BuildOrder>0</BuildOrder>
</CppCompile>
<DelphiCompile Include="..\..\source\AbDfEnc.pas">
<BuildOrder>19</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbBzip2.pas">
<BuildOrder>11</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbConst.pas">
<BuildOrder>13</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbBrowse.pas">
<BuildOrder>10</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbBase.pas">
<BuildOrder>8</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbUtils.pas">
<BuildOrder>35</BuildOrder>
</DelphiCompile>
<PackageImport Include="rtl.bpi">
<BuildOrder>1</BuildOrder>
</PackageImport>
<DelphiCompile Include="..\..\source\AbResString.pas">
<BuildOrder>27</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbBitBkt.pas">
<BuildOrder>9</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbCabExt.pas">
<BuildOrder>16</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbCabMak.pas">
<BuildOrder>14</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbBzip2Typ.pas">
<BuildOrder>12</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbWavPack.pas">
<BuildOrder>47</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbCharset.pas">
<BuildOrder>16</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbCabTyp.pas">
<BuildOrder>15</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbDfOutW.pas">
<BuildOrder>22</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbDfHufD.pas">
<BuildOrder>20</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbDfDec.pas">
<BuildOrder>18</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbCabKit.pas">
<BuildOrder>13</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbCBrows.pas">
<BuildOrder>17</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbDfInW.pas">
<BuildOrder>21</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbDfXlat.pas">
<BuildOrder>25</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbDfPkMg.pas">
<BuildOrder>23</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbDfStrm.pas">
<BuildOrder>24</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbUnzper.pas">
<BuildOrder>34</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbDfBase.pas">
<BuildOrder>26</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbDfCryS.pas">
<BuildOrder>27</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbSWStm.pas">
<BuildOrder>31</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbGzTyp.pas">
<BuildOrder>29</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbSpanSt.pas">
<BuildOrder>30</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbFciFdi.pas">
<BuildOrder>28</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbTarTyp.pas">
<BuildOrder>32</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbUnzOutStm.pas">
<BuildOrder>33</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbVMStrm.pas">
<BuildOrder>37</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbUnzPrc.pas">
<BuildOrder>35</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbSelfEx.pas">
<BuildOrder>36</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbArcTyp.pas">
<BuildOrder>7</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbZBrows.pas">
<BuildOrder>38</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbZipExt.pas">
<BuildOrder>39</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbZipTyp.pas">
<BuildOrder>43</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbZipper.pas">
<BuildOrder>41</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbZipPrc.pas">
<BuildOrder>42</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbZipKit.pas">
<BuildOrder>40</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbZLTyp.pas">
<BuildOrder>44</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbCrtl.pas">
<BuildOrder>45</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbLzma.pas">
<BuildOrder>47</BuildOrder>
</DelphiCompile>
<BuildConfiguration Include="Base">
<Key>Base</Key>
</BuildConfiguration>
<BuildConfiguration Include="Release">
<Key>Cfg_2</Key>
<CfgParent>Base</CfgParent>
</BuildConfiguration>
<BuildConfiguration Include="Debug">
<Key>Cfg_1</Key>
<CfgParent>Base</CfgParent>
</BuildConfiguration>
</ItemGroup>
<Import Project="$(BDS)\Bin\CodeGear.Cpp.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Cpp.Targets')"/>
<ProjectExtensions>
<Borland.Personality>CPlusPlusBuilder.Personality.12</Borland.Personality>
<Borland.ProjectType>CppPackage</Borland.ProjectType>
<BorlandProject>
<CPlusPlusBuilder.Personality>
<Source>
<Source Name="MainSource">Abbrevia.cpp</Source>
</Source>
<VersionInfo>
<VersionInfo Name="IncludeVerInfo">True</VersionInfo>
<VersionInfo Name="AutoIncBuild">False</VersionInfo>
<VersionInfo Name="MajorVer">4</VersionInfo>
<VersionInfo Name="MinorVer">0</VersionInfo>
<VersionInfo Name="Release">0</VersionInfo>
<VersionInfo Name="Build">0</VersionInfo>
<VersionInfo Name="Debug">False</VersionInfo>
<VersionInfo Name="PreRelease">False</VersionInfo>
<VersionInfo Name="Special">False</VersionInfo>
<VersionInfo Name="Private">False</VersionInfo>
<VersionInfo Name="DLL">False</VersionInfo>
<VersionInfo Name="Locale">1033</VersionInfo>
<VersionInfo Name="CodePage">1252</VersionInfo>
</VersionInfo>
<VersionInfoKeys>
<VersionInfoKeys Name="CompanyName"/>
<VersionInfoKeys Name="FileDescription">Abbrevia Non-visual Components</VersionInfoKeys>
<VersionInfoKeys Name="FileVersion">5.0.0.0</VersionInfoKeys>
<VersionInfoKeys Name="InternalName"/>
<VersionInfoKeys Name="LegalCopyright">Copyright (c) Abbrevia Group 2011</VersionInfoKeys>
<VersionInfoKeys Name="LegalTrademarks"/>
<VersionInfoKeys Name="OriginalFilename"/>
<VersionInfoKeys Name="ProductName">Abbrevia</VersionInfoKeys>
<VersionInfoKeys Name="ProductVersion">5.0</VersionInfoKeys>
<VersionInfoKeys Name="Comments"/>
</VersionInfoKeys>
<Debugging>
<Debugging Name="DebugSourceDirs"/>
</Debugging>
<Parameters>
<Parameters Name="RunParams"/>
<Parameters Name="Launcher"/>
<Parameters Name="UseLauncher">False</Parameters>
<Parameters Name="DebugCWD"/>
<Parameters Name="HostApplication"/>
<Parameters Name="RemoteHost"/>
<Parameters Name="RemotePath"/>
<Parameters Name="RemoteParams"/>
<Parameters Name="RemoteLauncher"/>
<Parameters Name="UseRemoteLauncher">False</Parameters>
<Parameters Name="RemoteCWD"/>
<Parameters Name="RemoteDebug">False</Parameters>
<Parameters Name="Debug Symbols Search Path"/>
<Parameters Name="LoadAllSymbols">True</Parameters>
<Parameters Name="LoadUnspecifiedSymbols">False</Parameters>
</Parameters>
<ProjectProperties>
<ProjectProperties Name="AutoShowDeps">False</ProjectProperties>
<ProjectProperties Name="ManagePaths">True</ProjectProperties>
<ProjectProperties Name="VerifyPackages">True</ProjectProperties>
</ProjectProperties>
</CPlusPlusBuilder.Personality>
</BorlandProject>
<ProjectFileVersion>12</ProjectFileVersion>
</ProjectExtensions>
</Project>

View File

@@ -0,0 +1,17 @@
//---------------------------------------------------------------------------
#include <basepch.h>
#pragma hdrstop
#pragma package(smart_init)
//---------------------------------------------------------------------------
// Package source.
//---------------------------------------------------------------------------
#pragma argsused
int WINAPI DllEntryPoint(HINSTANCE hinst, unsigned long reason, void*)
{
return 1;
}
//---------------------------------------------------------------------------

View File

@@ -0,0 +1,180 @@
 <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<ProjectGuid>{453EB596-5EDE-489E-8D9D-90A919F93FAA}</ProjectGuid>
<MainSource>AbbreviaVCL.cpp</MainSource>
<ProjectVersion>12.0</ProjectVersion>
<Config Condition="'$(Config)'==''">Debug</Config>
</PropertyGroup>
<PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">
<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="'$(Config)'=='Release' or '$(Cfg_2)'!=''">
<Cfg_2>true</Cfg_2>
<CfgParent>Base</CfgParent>
<Base>true</Base>
</PropertyGroup>
<PropertyGroup Condition="'$(Base)'!=''">
<Multithreaded>true</Multithreaded>
<ILINK_GenerateLibFile>true</ILINK_GenerateLibFile>
<ILINK_GenerateImportLibrary>true</ILINK_GenerateImportLibrary>
<ProjectType>CppPackage</ProjectType>
<DesignOnlyPackage>false</DesignOnlyPackage>
<OutputExt>bpl</OutputExt>
<ILINK_Description>Abbrevia VCL runtime components</ILINK_Description>
<DllSuffix>120</DllSuffix>
<DCC_CBuilderOutput>JPHNE</DCC_CBuilderOutput>
<Defines>NO_STRICT;$(Defines)</Defines>
<DynamicRTL>true</DynamicRTL>
<IncludePath>..\..\source;..\..\Projects\Abbrevia SVN\packages\C++Builder 2009;$(CG_BOOST_ROOT)\boost\tr1\tr1;$(BDS)\include;$(BDS)\include\dinkumware;$(BDS)\include\vcl;$(CG_BOOST_ROOT);$(IncludePath)</IncludePath>
<ILINK_LibraryPath>..\..\source;..\..\Projects\Abbrevia SVN\packages\C++Builder 2009;$(BDS)\lib;$(BDS)\lib\obj;$(BDS)\lib\psdk;$(ILINK_LibraryPath)</ILINK_LibraryPath>
<BCC_wpar>false</BCC_wpar>
<BCC_OptimizeForSpeed>true</BCC_OptimizeForSpeed>
</PropertyGroup>
<PropertyGroup Condition="'$(Cfg_1)'!=''">
<BCC_OptimizeForSpeed>false</BCC_OptimizeForSpeed>
<BCC_DisableOptimizations>true</BCC_DisableOptimizations>
<DCC_Optimize>false</DCC_Optimize>
<DCC_DebugInfoInExe>true</DCC_DebugInfoInExe>
<Defines>_DEBUG;$(Defines)</Defines>
<BCC_InlineFunctionExpansion>false</BCC_InlineFunctionExpansion>
<IntermediateOutputDir>Debug</IntermediateOutputDir>
<ILINK_DisableIncrementalLinking>true</ILINK_DisableIncrementalLinking>
<BCC_UseRegisterVariables>None</BCC_UseRegisterVariables>
<DCC_Define>DEBUG</DCC_Define>
<BCC_DebugLineNumbers>true</BCC_DebugLineNumbers>
<TASM_DisplaySourceLines>true</TASM_DisplaySourceLines>
<BCC_StackFrames>true</BCC_StackFrames>
<ILINK_LibraryPath>$(BDS)\lib\debug;$(ILINK_LibraryPath)</ILINK_LibraryPath>
<ILINK_FullDebugInfo>true</ILINK_FullDebugInfo>
<TASM_Debugging>Full</TASM_Debugging>
<BCC_SourceDebuggingOn>true</BCC_SourceDebuggingOn>
</PropertyGroup>
<PropertyGroup Condition="'$(Cfg_2)'!=''">
<Defines>NDEBUG;$(Defines)</Defines>
<IntermediateOutputDir>Release</IntermediateOutputDir>
<ILINK_LibraryPath>$(BDS)\lib\release;$(ILINK_LibraryPath)</ILINK_LibraryPath>
<TASM_Debugging>None</TASM_Debugging>
</PropertyGroup>
<ItemGroup>
<CppCompile Include="AbbreviaVCL.cpp">
<BuildOrder>0</BuildOrder>
</CppCompile>
<ResFiles Include="AbbreviaVCL.res">
<BuildOrder>2</BuildOrder>
</ResFiles>
<PackageImport Include="Abbrevia.bpi">
<BuildOrder>3</BuildOrder>
</PackageImport>
<PackageImport Include="vcl.bpi">
<BuildOrder>4</BuildOrder>
</PackageImport>
<DelphiCompile Include="..\..\source\AbMeter.pas">
<BuildOrder>5</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbView.pas">
<BuildOrder>6</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbZView.pas">
<BuildOrder>7</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbBseVCL.pas">
<BuildOrder>8</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbComCtrls.pas">
<BuildOrder>9</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbCompnd.pas">
<BuildOrder>9</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbCView.pas">
<BuildOrder>10</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbHexVw.pas">
<BuildOrder>11</BuildOrder>
</DelphiCompile>
<PackageImport Include="rtl.bpi">
<BuildOrder>11</BuildOrder>
</PackageImport>
<BuildConfiguration Include="Base">
<Key>Base</Key>
</BuildConfiguration>
<BuildConfiguration Include="Release">
<Key>Cfg_2</Key>
<CfgParent>Base</CfgParent>
</BuildConfiguration>
<BuildConfiguration Include="Debug">
<Key>Cfg_1</Key>
<CfgParent>Base</CfgParent>
</BuildConfiguration>
</ItemGroup>
<Import Project="$(BDS)\Bin\CodeGear.Cpp.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Cpp.Targets')"/>
<ProjectExtensions>
<Borland.Personality>CPlusPlusBuilder.Personality.12</Borland.Personality>
<Borland.ProjectType>CppPackage</Borland.ProjectType>
<BorlandProject>
<CPlusPlusBuilder.Personality>
<Source>
<Source Name="MainSource">AbbreviaVCL.cpp</Source>
</Source>
<VersionInfo>
<VersionInfo Name="IncludeVerInfo">True</VersionInfo>
<VersionInfo Name="AutoIncBuild">False</VersionInfo>
<VersionInfo Name="MajorVer">4</VersionInfo>
<VersionInfo Name="MinorVer">0</VersionInfo>
<VersionInfo Name="Release">0</VersionInfo>
<VersionInfo Name="Build">0</VersionInfo>
<VersionInfo Name="Debug">False</VersionInfo>
<VersionInfo Name="PreRelease">False</VersionInfo>
<VersionInfo Name="Special">False</VersionInfo>
<VersionInfo Name="Private">False</VersionInfo>
<VersionInfo Name="DLL">False</VersionInfo>
<VersionInfo Name="Locale">1033</VersionInfo>
<VersionInfo Name="CodePage">1252</VersionInfo>
</VersionInfo>
<VersionInfoKeys>
<VersionInfoKeys Name="CompanyName"/>
<VersionInfoKeys Name="FileDescription">Abbrevia VCL runtime components</VersionInfoKeys>
<VersionInfoKeys Name="FileVersion">5.0.0.0</VersionInfoKeys>
<VersionInfoKeys Name="InternalName"/>
<VersionInfoKeys Name="LegalCopyright">Copyright (c) Abbrevia Group 2011</VersionInfoKeys>
<VersionInfoKeys Name="LegalTrademarks"/>
<VersionInfoKeys Name="OriginalFilename"/>
<VersionInfoKeys Name="ProductName">Abbrevia</VersionInfoKeys>
<VersionInfoKeys Name="ProductVersion">5.0</VersionInfoKeys>
<VersionInfoKeys Name="Comments"/>
</VersionInfoKeys>
<Debugging>
<Debugging Name="DebugSourceDirs"/>
</Debugging>
<Parameters>
<Parameters Name="RunParams"/>
<Parameters Name="Launcher"/>
<Parameters Name="UseLauncher">False</Parameters>
<Parameters Name="DebugCWD"/>
<Parameters Name="HostApplication"/>
<Parameters Name="RemoteHost"/>
<Parameters Name="RemotePath"/>
<Parameters Name="RemoteParams"/>
<Parameters Name="RemoteLauncher"/>
<Parameters Name="UseRemoteLauncher">False</Parameters>
<Parameters Name="RemoteCWD"/>
<Parameters Name="RemoteDebug">False</Parameters>
<Parameters Name="Debug Symbols Search Path"/>
<Parameters Name="LoadAllSymbols">True</Parameters>
<Parameters Name="LoadUnspecifiedSymbols">False</Parameters>
</Parameters>
<ProjectProperties>
<ProjectProperties Name="AutoShowDeps">False</ProjectProperties>
<ProjectProperties Name="ManagePaths">True</ProjectProperties>
<ProjectProperties Name="VerifyPackages">True</ProjectProperties>
</ProjectProperties>
</CPlusPlusBuilder.Personality>
</BorlandProject>
<ProjectFileVersion>12</ProjectFileVersion>
</ProjectExtensions>
</Project>

View File

@@ -0,0 +1,17 @@
//---------------------------------------------------------------------------
#include <basepch.h>
#pragma hdrstop
#pragma package(smart_init)
//---------------------------------------------------------------------------
// Package source.
//---------------------------------------------------------------------------
#pragma argsused
int WINAPI DllEntryPoint(HINSTANCE hinst, unsigned long reason, void*)
{
return 1;
}
//---------------------------------------------------------------------------

View File

@@ -0,0 +1,187 @@
 <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<ProjectGuid>{7E473AA9-02F8-498A-B77B-1F70BEA9B14B}</ProjectGuid>
<MainSource>AbbreviaVCLDesign.cpp</MainSource>
<ProjectVersion>12.0</ProjectVersion>
<Config Condition="'$(Config)'==''">Debug</Config>
</PropertyGroup>
<PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">
<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="'$(Config)'=='Release' or '$(Cfg_2)'!=''">
<Cfg_2>true</Cfg_2>
<CfgParent>Base</CfgParent>
<Base>true</Base>
</PropertyGroup>
<PropertyGroup Condition="'$(Base)'!=''">
<ILINK_Description>Abbrevia VCL designtime components</ILINK_Description>
<Multithreaded>true</Multithreaded>
<ILINK_GenerateLibFile>true</ILINK_GenerateLibFile>
<ILINK_GenerateImportLibrary>true</ILINK_GenerateImportLibrary>
<ProjectType>CppPackage</ProjectType>
<DesignOnlyPackage>false</DesignOnlyPackage>
<OutputExt>bpl</OutputExt>
<DCC_AdditionalSwitches>-LUDesignIDE</DCC_AdditionalSwitches>
<DllSuffix>120</DllSuffix>
<DCC_CBuilderOutput>JPHNE</DCC_CBuilderOutput>
<Defines>NO_STRICT;$(Defines)</Defines>
<DynamicRTL>true</DynamicRTL>
<IncludePath>..\..\source;..\..\Projects\Abbrevia SVN\packages\C++Builder 2009;$(CG_BOOST_ROOT)\boost\tr1\tr1;$(BDS)\include;$(BDS)\include\dinkumware;$(BDS)\include\vcl;$(CG_BOOST_ROOT);$(IncludePath)</IncludePath>
<ILINK_LibraryPath>..\..\source;..\..\Projects\Abbrevia SVN\packages\C++Builder 2009;$(BDS)\lib;$(BDS)\lib\obj;$(BDS)\lib\psdk;$(ILINK_LibraryPath)</ILINK_LibraryPath>
<BCC_wpar>false</BCC_wpar>
<BCC_OptimizeForSpeed>true</BCC_OptimizeForSpeed>
</PropertyGroup>
<PropertyGroup Condition="'$(Cfg_1)'!=''">
<BCC_OptimizeForSpeed>false</BCC_OptimizeForSpeed>
<BCC_DisableOptimizations>true</BCC_DisableOptimizations>
<DCC_Optimize>false</DCC_Optimize>
<DCC_DebugInfoInExe>true</DCC_DebugInfoInExe>
<Defines>_DEBUG;$(Defines)</Defines>
<BCC_InlineFunctionExpansion>false</BCC_InlineFunctionExpansion>
<IntermediateOutputDir>Debug</IntermediateOutputDir>
<ILINK_DisableIncrementalLinking>true</ILINK_DisableIncrementalLinking>
<BCC_UseRegisterVariables>None</BCC_UseRegisterVariables>
<DCC_Define>DEBUG</DCC_Define>
<BCC_DebugLineNumbers>true</BCC_DebugLineNumbers>
<TASM_DisplaySourceLines>true</TASM_DisplaySourceLines>
<BCC_StackFrames>true</BCC_StackFrames>
<ILINK_LibraryPath>$(BDS)\lib\debug;$(ILINK_LibraryPath)</ILINK_LibraryPath>
<ILINK_FullDebugInfo>true</ILINK_FullDebugInfo>
<TASM_Debugging>Full</TASM_Debugging>
<BCC_SourceDebuggingOn>true</BCC_SourceDebuggingOn>
</PropertyGroup>
<PropertyGroup Condition="'$(Cfg_2)'!=''">
<Defines>NDEBUG;$(Defines)</Defines>
<IntermediateOutputDir>Release</IntermediateOutputDir>
<ILINK_LibraryPath>$(BDS)\lib\release;$(ILINK_LibraryPath)</ILINK_LibraryPath>
<TASM_Debugging>None</TASM_Debugging>
</PropertyGroup>
<ItemGroup>
<DelphiCompile Include="..\..\source\AbDlgPwd.pas">
<BuildOrder>10</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbDlgDir.pas">
<BuildOrder>9</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbRegVcl.pas">
<BuildOrder>8</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbPeCol.pas">
<BuildOrder>11</BuildOrder>
</DelphiCompile>
<PackageImport Include="vclx.bpi">
<BuildOrder>14</BuildOrder>
</PackageImport>
<PackageImport Include="vcl.bpi">
<BuildOrder>13</BuildOrder>
</PackageImport>
<PackageImport Include="rtl.bpi">
<BuildOrder>12</BuildOrder>
</PackageImport>
<DelphiCompile Include="..\..\source\AbPeVer.pas">
<BuildOrder>7</BuildOrder>
</DelphiCompile>
<PackageImport Include="AbbreviaVCL.bpi">
<BuildOrder>3</BuildOrder>
</PackageImport>
<ResFiles Include="AbbreviaVCLDesign.res">
<BuildOrder>2</BuildOrder>
</ResFiles>
<CppCompile Include="AbbreviaVCLDesign.cpp">
<BuildOrder>0</BuildOrder>
</CppCompile>
<PackageImport Include="designide.bpi">
<BuildOrder>3</BuildOrder>
</PackageImport>
<DelphiCompile Include="..\..\source\AbPePass.pas">
<BuildOrder>6</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbPeFn.pas">
<BuildOrder>5</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbPeDir.pas">
<BuildOrder>4</BuildOrder>
</DelphiCompile>
<BuildConfiguration Include="Base">
<Key>Base</Key>
</BuildConfiguration>
<BuildConfiguration Include="Release">
<Key>Cfg_2</Key>
<CfgParent>Base</CfgParent>
</BuildConfiguration>
<BuildConfiguration Include="Debug">
<Key>Cfg_1</Key>
<CfgParent>Base</CfgParent>
</BuildConfiguration>
</ItemGroup>
<Import Project="$(BDS)\Bin\CodeGear.Cpp.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Cpp.Targets')"/>
<ProjectExtensions>
<Borland.Personality>CPlusPlusBuilder.Personality.12</Borland.Personality>
<Borland.ProjectType>CppPackage</Borland.ProjectType>
<BorlandProject>
<CPlusPlusBuilder.Personality>
<Source>
<Source Name="MainSource">AbbreviaVCLDesign.cpp</Source>
</Source>
<VersionInfo>
<VersionInfo Name="IncludeVerInfo">True</VersionInfo>
<VersionInfo Name="AutoIncBuild">False</VersionInfo>
<VersionInfo Name="MajorVer">4</VersionInfo>
<VersionInfo Name="MinorVer">0</VersionInfo>
<VersionInfo Name="Release">0</VersionInfo>
<VersionInfo Name="Build">0</VersionInfo>
<VersionInfo Name="Debug">False</VersionInfo>
<VersionInfo Name="PreRelease">False</VersionInfo>
<VersionInfo Name="Special">False</VersionInfo>
<VersionInfo Name="Private">False</VersionInfo>
<VersionInfo Name="DLL">False</VersionInfo>
<VersionInfo Name="Locale">1033</VersionInfo>
<VersionInfo Name="CodePage">1252</VersionInfo>
</VersionInfo>
<VersionInfoKeys>
<VersionInfoKeys Name="CompanyName"/>
<VersionInfoKeys Name="FileDescription">Abbrevia VCL designtime components</VersionInfoKeys>
<VersionInfoKeys Name="FileVersion">5.0.0.0</VersionInfoKeys>
<VersionInfoKeys Name="InternalName"/>
<VersionInfoKeys Name="LegalCopyright">Copyright (c) Abbrevia Group 2011</VersionInfoKeys>
<VersionInfoKeys Name="LegalTrademarks"/>
<VersionInfoKeys Name="OriginalFilename"/>
<VersionInfoKeys Name="ProductName">Abbrevia</VersionInfoKeys>
<VersionInfoKeys Name="ProductVersion">5.0</VersionInfoKeys>
<VersionInfoKeys Name="Comments"/>
</VersionInfoKeys>
<Debugging>
<Debugging Name="DebugSourceDirs"/>
</Debugging>
<Parameters>
<Parameters Name="RunParams"/>
<Parameters Name="Launcher"/>
<Parameters Name="UseLauncher">False</Parameters>
<Parameters Name="DebugCWD"/>
<Parameters Name="HostApplication"/>
<Parameters Name="RemoteHost"/>
<Parameters Name="RemotePath"/>
<Parameters Name="RemoteParams"/>
<Parameters Name="RemoteLauncher"/>
<Parameters Name="UseRemoteLauncher">False</Parameters>
<Parameters Name="RemoteCWD"/>
<Parameters Name="RemoteDebug">False</Parameters>
<Parameters Name="Debug Symbols Search Path"/>
<Parameters Name="LoadAllSymbols">True</Parameters>
<Parameters Name="LoadUnspecifiedSymbols">False</Parameters>
</Parameters>
<ProjectProperties>
<ProjectProperties Name="AutoShowDeps">False</ProjectProperties>
<ProjectProperties Name="ManagePaths">True</ProjectProperties>
<ProjectProperties Name="VerifyPackages">True</ProjectProperties>
</ProjectProperties>
</CPlusPlusBuilder.Personality>
</BorlandProject>
<ProjectFileVersion>12</ProjectFileVersion>
</ProjectExtensions>
</Project>

View File

@@ -0,0 +1,17 @@
//---------------------------------------------------------------------------
#include <basepch.h>
#pragma hdrstop
#pragma package(smart_init)
//---------------------------------------------------------------------------
// Package source.
//---------------------------------------------------------------------------
#pragma argsused
int WINAPI DllEntryPoint(HINSTANCE hinst, unsigned long reason, void*)
{
return 1;
}
//---------------------------------------------------------------------------

View File

@@ -0,0 +1,60 @@
 <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<ProjectGuid>{4FBB3CA0-F846-45F2-941F-FBAF2589C62E}</ProjectGuid>
</PropertyGroup>
<ItemGroup>
<Projects Include="C++Builder 2010\Abbrevia.cbproj">
<Dependencies/>
</Projects>
<Projects Include="C++Builder 2010\AbbreviaVCL.cbproj">
<Dependencies/>
</Projects>
<Projects Include="C++Builder 2010\AbbreviaVCLDesign.cbproj">
<Dependencies/>
</Projects>
</ItemGroup>
<ProjectExtensions>
<Borland.Personality>Default.Personality.12</Borland.Personality>
<Borland.ProjectType/>
<BorlandProject>
<Default.Personality/>
</BorlandProject>
</ProjectExtensions>
<Target Name="Abbrevia">
<MSBuild Projects="C++Builder 2010\Abbrevia.cbproj"/>
</Target>
<Target Name="Abbrevia:Clean">
<MSBuild Projects="C++Builder 2010\Abbrevia.cbproj" Targets="Clean"/>
</Target>
<Target Name="Abbrevia:Make">
<MSBuild Projects="C++Builder 2010\Abbrevia.cbproj" Targets="Make"/>
</Target>
<Target Name="AbbreviaVCL">
<MSBuild Projects="C++Builder 2010\AbbreviaVCL.cbproj"/>
</Target>
<Target Name="AbbreviaVCL:Clean">
<MSBuild Projects="C++Builder 2010\AbbreviaVCL.cbproj" Targets="Clean"/>
</Target>
<Target Name="AbbreviaVCL:Make">
<MSBuild Projects="C++Builder 2010\AbbreviaVCL.cbproj" Targets="Make"/>
</Target>
<Target Name="AbbreviaVCLDesign">
<MSBuild Projects="C++Builder 2010\AbbreviaVCLDesign.cbproj"/>
</Target>
<Target Name="AbbreviaVCLDesign:Clean">
<MSBuild Projects="C++Builder 2010\AbbreviaVCLDesign.cbproj" Targets="Clean"/>
</Target>
<Target Name="AbbreviaVCLDesign:Make">
<MSBuild Projects="C++Builder 2010\AbbreviaVCLDesign.cbproj" Targets="Make"/>
</Target>
<Target Name="Build">
<CallTarget Targets="Abbrevia;AbbreviaVCL;AbbreviaVCLDesign"/>
</Target>
<Target Name="Clean">
<CallTarget Targets="Abbrevia:Clean;AbbreviaVCL:Clean;AbbreviaVCLDesign:Clean"/>
</Target>
<Target Name="Make">
<CallTarget Targets="Abbrevia:Make;AbbreviaVCL:Make;AbbreviaVCLDesign:Make"/>
</Target>
<Import Condition="Exists('$(BDS)\Bin\CodeGear.Group.Targets')" Project="$(BDS)\Bin\CodeGear.Group.Targets"/>
</Project>

View File

@@ -0,0 +1,282 @@
 <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<ProjectGuid>{B76816FE-94A0-42B9-A97C-DEA886F7E83E}</ProjectGuid>
<MainSource>Abbrevia.cpp</MainSource>
<ProjectVersion>12.2</ProjectVersion>
<Config Condition="'$(Config)'==''">Debug</Config>
<Base>True</Base>
<Platform>Win32</Platform>
<AppType>Library</AppType>
<FrameworkType>None</FrameworkType>
</PropertyGroup>
<PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">
<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="'$(Config)'=='Release' or '$(Cfg_2)'!=''">
<Cfg_2>true</Cfg_2>
<CfgParent>Base</CfgParent>
<Base>true</Base>
</PropertyGroup>
<PropertyGroup Condition="'$(Base)'!=''">
<ILINK_Description>Abbrevia non-visual components</ILINK_Description>
<DCC_UnitAlias>WinTypes=Windows;WinProcs=Windows;DbiTypes=BDE;DbiProcs=BDE;DbiErrs=BDE;$(DCC_UnitAlias)</DCC_UnitAlias>
<Multithreaded>true</Multithreaded>
<ILINK_GenerateLibFile>true</ILINK_GenerateLibFile>
<ILINK_GenerateImportLibrary>true</ILINK_GenerateImportLibrary>
<ProjectType>CppPackage</ProjectType>
<OutputExt>bpl</OutputExt>
<DllSuffix>140</DllSuffix>
<DCC_CBuilderOutput>JPHNE</DCC_CBuilderOutput>
<Defines>NO_STRICT;$(Defines)</Defines>
<DynamicRTL>true</DynamicRTL>
<IncludePath>..\..\source\;..\..\source;..\..\Projects\Abbrevia SVN\packages\C++Builder 2010;$(CG_BOOST_ROOT)\boost\tr1\tr1;$(BDS)\include;$(BDS)\include\dinkumware;$(BDS)\include\vcl;$(CG_BOOST_ROOT);$(IncludePath)</IncludePath>
<ILINK_LibraryPath>..\..\source\;..\..\source;..\..\Projects\Abbrevia SVN\packages\C++Builder 2010;$(BDS)\lib;$(BDS)\lib\obj;$(BDS)\lib\psdk;$(ILINK_LibraryPath)</ILINK_LibraryPath>
<BCC_wpar>false</BCC_wpar>
<BCC_OptimizeForSpeed>true</BCC_OptimizeForSpeed>
</PropertyGroup>
<PropertyGroup Condition="'$(Cfg_1)'!=''">
<BCC_OptimizeForSpeed>false</BCC_OptimizeForSpeed>
<BCC_DisableOptimizations>true</BCC_DisableOptimizations>
<DCC_Optimize>false</DCC_Optimize>
<DCC_DebugInfoInExe>true</DCC_DebugInfoInExe>
<Defines>_DEBUG;$(Defines)</Defines>
<BCC_InlineFunctionExpansion>false</BCC_InlineFunctionExpansion>
<IntermediateOutputDir>Debug</IntermediateOutputDir>
<ILINK_DisableIncrementalLinking>true</ILINK_DisableIncrementalLinking>
<BCC_UseRegisterVariables>None</BCC_UseRegisterVariables>
<DCC_Define>DEBUG</DCC_Define>
<BCC_DebugLineNumbers>true</BCC_DebugLineNumbers>
<TASM_DisplaySourceLines>true</TASM_DisplaySourceLines>
<BCC_StackFrames>true</BCC_StackFrames>
<ILINK_LibraryPath>$(BDS)\lib\debug;$(ILINK_LibraryPath)</ILINK_LibraryPath>
<ILINK_FullDebugInfo>true</ILINK_FullDebugInfo>
<TASM_Debugging>Full</TASM_Debugging>
<BCC_SourceDebuggingOn>true</BCC_SourceDebuggingOn>
</PropertyGroup>
<PropertyGroup Condition="'$(Cfg_2)'!=''">
<Defines>NDEBUG;$(Defines)</Defines>
<IntermediateOutputDir>Release</IntermediateOutputDir>
<ILINK_LibraryPath>$(BDS)\lib\release;$(ILINK_LibraryPath)</ILINK_LibraryPath>
<TASM_Debugging>None</TASM_Debugging>
</PropertyGroup>
<ItemGroup>
<CppCompile Include="Abbrevia.cpp">
<BuildOrder>0</BuildOrder>
</CppCompile>
<ResFiles Include="Abbrevia.res">
<BuildOrder>2</BuildOrder>
</ResFiles>
<PackageImport Include="rtl.bpi">
<BuildOrder>1</BuildOrder>
</PackageImport>
<DelphiCompile Include="..\..\source\AbArcTyp.pas">
<BuildOrder>7</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbBase.pas">
<BuildOrder>8</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbBitBkt.pas">
<BuildOrder>9</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbBrowse.pas">
<BuildOrder>10</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbBzip2.pas">
<BuildOrder>11</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbBzip2Typ.pas">
<BuildOrder>12</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbCabExt.pas">
<BuildOrder>16</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbCabKit.pas">
<BuildOrder>13</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbCabMak.pas">
<BuildOrder>14</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbCabTyp.pas">
<BuildOrder>15</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbCBrows.pas">
<BuildOrder>17</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbCharset.pas">
<BuildOrder>16</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbConst.pas">
<BuildOrder>13</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbCrtl.pas">
<BuildOrder>45</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbDfBase.pas">
<BuildOrder>26</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbDfCryS.pas">
<BuildOrder>27</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbDfDec.pas">
<BuildOrder>18</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbDfEnc.pas">
<BuildOrder>19</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbDfHufD.pas">
<BuildOrder>20</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbDfInW.pas">
<BuildOrder>21</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbDfOutW.pas">
<BuildOrder>22</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbDfPkMg.pas">
<BuildOrder>23</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbDfStrm.pas">
<BuildOrder>24</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbDfXlat.pas">
<BuildOrder>25</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbExcept.pas">
<BuildOrder>24</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbFciFdi.pas">
<BuildOrder>28</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbGzTyp.pas">
<BuildOrder>29</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbResString.pas">
<BuildOrder>27</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbSelfEx.pas">
<BuildOrder>36</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbSpanSt.pas">
<BuildOrder>30</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbSWStm.pas">
<BuildOrder>31</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbTarTyp.pas">
<BuildOrder>32</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbUnzOutStm.pas">
<BuildOrder>33</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbUnzper.pas">
<BuildOrder>34</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbUnzPrc.pas">
<BuildOrder>35</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbUtils.pas">
<BuildOrder>35</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbVMStrm.pas">
<BuildOrder>37</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbZBrows.pas">
<BuildOrder>38</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbZipExt.pas">
<BuildOrder>39</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbZipKit.pas">
<BuildOrder>40</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbZipper.pas">
<BuildOrder>41</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbZipPrc.pas">
<BuildOrder>42</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbZipTyp.pas">
<BuildOrder>43</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbZLTyp.pas">
<BuildOrder>44</BuildOrder>
</DelphiCompile>
<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.Cpp.Targets')" Project="$(BDS)\Bin\CodeGear.Cpp.Targets"/>
<Import Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\8.0\UserTools.proj')" Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\8.0\UserTools.proj"/>
<ProjectExtensions>
<Borland.Personality>CPlusPlusBuilder.Personality.12</Borland.Personality>
<Borland.ProjectType>CppPackage</Borland.ProjectType>
<BorlandProject>
<CPlusPlusBuilder.Personality>
<Source>
<Source Name="MainSource">Abbrevia.cpp</Source>
</Source>
<VersionInfo>
<VersionInfo Name="IncludeVerInfo">True</VersionInfo>
<VersionInfo Name="AutoIncBuild">False</VersionInfo>
<VersionInfo Name="MajorVer">4</VersionInfo>
<VersionInfo Name="MinorVer">0</VersionInfo>
<VersionInfo Name="Release">0</VersionInfo>
<VersionInfo Name="Build">0</VersionInfo>
<VersionInfo Name="Debug">False</VersionInfo>
<VersionInfo Name="PreRelease">False</VersionInfo>
<VersionInfo Name="Special">False</VersionInfo>
<VersionInfo Name="Private">False</VersionInfo>
<VersionInfo Name="DLL">False</VersionInfo>
<VersionInfo Name="Locale">1033</VersionInfo>
<VersionInfo Name="CodePage">1252</VersionInfo>
</VersionInfo>
<VersionInfoKeys>
<VersionInfoKeys Name="CompanyName"/>
<VersionInfoKeys Name="FileDescription">Abbrevia Non-visual Components</VersionInfoKeys>
<VersionInfoKeys Name="FileVersion">5.0.0.0</VersionInfoKeys>
<VersionInfoKeys Name="InternalName"/>
<VersionInfoKeys Name="LegalCopyright">Copyright (c) Abbrevia Group 2011</VersionInfoKeys>
<VersionInfoKeys Name="LegalTrademarks"/>
<VersionInfoKeys Name="OriginalFilename"/>
<VersionInfoKeys Name="ProductName">Abbrevia</VersionInfoKeys>
<VersionInfoKeys Name="ProductVersion">5.0</VersionInfoKeys>
<VersionInfoKeys Name="Comments"/>
</VersionInfoKeys>
<Debugging>
<Debugging Name="DebugSourceDirs"/>
</Debugging>
<Parameters>
<Parameters Name="RemoteHost"/>
<Parameters Name="RemotePath"/>
<Parameters Name="RemoteParams"/>
<Parameters Name="RemoteLauncher"/>
<Parameters Name="UseRemoteLauncher">False</Parameters>
<Parameters Name="RemoteCWD"/>
<Parameters Name="RemoteDebug">False</Parameters>
</Parameters>
<ProjectProperties>
<ProjectProperties Name="AutoShowDeps">False</ProjectProperties>
<ProjectProperties Name="ManagePaths">True</ProjectProperties>
<ProjectProperties Name="VerifyPackages">True</ProjectProperties>
</ProjectProperties>
</CPlusPlusBuilder.Personality>
<Platforms>
<Platform value="Win32">True</Platform>
</Platforms>
</BorlandProject>
<ProjectFileVersion>12</ProjectFileVersion>
</ProjectExtensions>
</Project>

View File

@@ -0,0 +1,17 @@
//---------------------------------------------------------------------------
#include <basepch.h>
#pragma hdrstop
#pragma package(smart_init)
//---------------------------------------------------------------------------
// Package source.
//---------------------------------------------------------------------------
#pragma argsused
int WINAPI DllEntryPoint(HINSTANCE hinst, unsigned long reason, void*)
{
return 1;
}
//---------------------------------------------------------------------------

View File

@@ -0,0 +1,181 @@
 <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<ProjectGuid>{453EB596-5EDE-489E-8D9D-90A919F93FAA}</ProjectGuid>
<MainSource>AbbreviaVCL.cpp</MainSource>
<ProjectVersion>12.2</ProjectVersion>
<Config Condition="'$(Config)'==''">Debug</Config>
<Base>True</Base>
<Platform>Win32</Platform>
<AppType>Library</AppType>
<FrameworkType>None</FrameworkType>
</PropertyGroup>
<PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">
<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="'$(Config)'=='Release' or '$(Cfg_2)'!=''">
<Cfg_2>true</Cfg_2>
<CfgParent>Base</CfgParent>
<Base>true</Base>
</PropertyGroup>
<PropertyGroup Condition="'$(Base)'!=''">
<DCC_UnitAlias>WinTypes=Windows;WinProcs=Windows;DbiTypes=BDE;DbiProcs=BDE;DbiErrs=BDE;$(DCC_UnitAlias)</DCC_UnitAlias>
<Multithreaded>true</Multithreaded>
<ILINK_GenerateLibFile>true</ILINK_GenerateLibFile>
<ILINK_GenerateImportLibrary>true</ILINK_GenerateImportLibrary>
<ProjectType>CppPackage</ProjectType>
<DesignOnlyPackage>false</DesignOnlyPackage>
<OutputExt>bpl</OutputExt>
<ILINK_Description>Abbrevia VCL runtime components</ILINK_Description>
<DllSuffix>140</DllSuffix>
<DCC_CBuilderOutput>JPHNE</DCC_CBuilderOutput>
<Defines>NO_STRICT;$(Defines)</Defines>
<DynamicRTL>true</DynamicRTL>
<IncludePath>..\..\source\;..\..\source;..\..\Projects\Abbrevia SVN\packages\C++Builder 2010;$(CG_BOOST_ROOT)\boost\tr1\tr1;$(BDS)\include;$(BDS)\include\dinkumware;$(BDS)\include\vcl;$(CG_BOOST_ROOT);$(IncludePath)</IncludePath>
<ILINK_LibraryPath>..\..\source\;..\..\source;..\..\Projects\Abbrevia SVN\packages\C++Builder 2010;$(BDS)\lib;$(BDS)\lib\obj;$(BDS)\lib\psdk;$(ILINK_LibraryPath)</ILINK_LibraryPath>
<BCC_wpar>false</BCC_wpar>
<BCC_OptimizeForSpeed>true</BCC_OptimizeForSpeed>
</PropertyGroup>
<PropertyGroup Condition="'$(Cfg_1)'!=''">
<BCC_OptimizeForSpeed>false</BCC_OptimizeForSpeed>
<BCC_DisableOptimizations>true</BCC_DisableOptimizations>
<DCC_Optimize>false</DCC_Optimize>
<DCC_DebugInfoInExe>true</DCC_DebugInfoInExe>
<Defines>_DEBUG;$(Defines)</Defines>
<BCC_InlineFunctionExpansion>false</BCC_InlineFunctionExpansion>
<IntermediateOutputDir>Debug</IntermediateOutputDir>
<ILINK_DisableIncrementalLinking>true</ILINK_DisableIncrementalLinking>
<BCC_UseRegisterVariables>None</BCC_UseRegisterVariables>
<DCC_Define>DEBUG</DCC_Define>
<BCC_DebugLineNumbers>true</BCC_DebugLineNumbers>
<TASM_DisplaySourceLines>true</TASM_DisplaySourceLines>
<BCC_StackFrames>true</BCC_StackFrames>
<ILINK_LibraryPath>$(BDS)\lib\debug;$(ILINK_LibraryPath)</ILINK_LibraryPath>
<ILINK_FullDebugInfo>true</ILINK_FullDebugInfo>
<TASM_Debugging>Full</TASM_Debugging>
<BCC_SourceDebuggingOn>true</BCC_SourceDebuggingOn>
</PropertyGroup>
<PropertyGroup Condition="'$(Cfg_2)'!=''">
<Defines>NDEBUG;$(Defines)</Defines>
<IntermediateOutputDir>Release</IntermediateOutputDir>
<ILINK_LibraryPath>$(BDS)\lib\release;$(ILINK_LibraryPath)</ILINK_LibraryPath>
<TASM_Debugging>None</TASM_Debugging>
</PropertyGroup>
<ItemGroup>
<PackageImport Include="Abbrevia.bpi">
<BuildOrder>3</BuildOrder>
</PackageImport>
<CppCompile Include="AbbreviaVCL.cpp">
<BuildOrder>0</BuildOrder>
</CppCompile>
<ResFiles Include="AbbreviaVCL.res">
<BuildOrder>2</BuildOrder>
</ResFiles>
<PackageImport Include="rtl.bpi">
<BuildOrder>11</BuildOrder>
</PackageImport>
<PackageImport Include="vcl.bpi">
<BuildOrder>4</BuildOrder>
</PackageImport>
<DelphiCompile Include="..\..\source\AbBseVCL.pas">
<BuildOrder>8</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbComCtrls.pas">
<BuildOrder>9</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbCompnd.pas">
<BuildOrder>9</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbCView.pas">
<BuildOrder>10</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbHexVw.pas">
<BuildOrder>11</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbMeter.pas">
<BuildOrder>5</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbView.pas">
<BuildOrder>6</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbZView.pas">
<BuildOrder>7</BuildOrder>
</DelphiCompile>
<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.Cpp.Targets')" Project="$(BDS)\Bin\CodeGear.Cpp.Targets"/>
<Import Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\8.0\UserTools.proj')" Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\8.0\UserTools.proj"/>
<ProjectExtensions>
<Borland.Personality>CPlusPlusBuilder.Personality.12</Borland.Personality>
<Borland.ProjectType>CppPackage</Borland.ProjectType>
<BorlandProject>
<CPlusPlusBuilder.Personality>
<Source>
<Source Name="MainSource">AbbreviaVCL.cpp</Source>
</Source>
<VersionInfo>
<VersionInfo Name="IncludeVerInfo">True</VersionInfo>
<VersionInfo Name="AutoIncBuild">False</VersionInfo>
<VersionInfo Name="MajorVer">4</VersionInfo>
<VersionInfo Name="MinorVer">0</VersionInfo>
<VersionInfo Name="Release">0</VersionInfo>
<VersionInfo Name="Build">0</VersionInfo>
<VersionInfo Name="Debug">False</VersionInfo>
<VersionInfo Name="PreRelease">False</VersionInfo>
<VersionInfo Name="Special">False</VersionInfo>
<VersionInfo Name="Private">False</VersionInfo>
<VersionInfo Name="DLL">False</VersionInfo>
<VersionInfo Name="Locale">1033</VersionInfo>
<VersionInfo Name="CodePage">1252</VersionInfo>
</VersionInfo>
<VersionInfoKeys>
<VersionInfoKeys Name="CompanyName"/>
<VersionInfoKeys Name="FileDescription">Abbrevia VCL runtime components</VersionInfoKeys>
<VersionInfoKeys Name="FileVersion">5.0.0.0</VersionInfoKeys>
<VersionInfoKeys Name="InternalName"/>
<VersionInfoKeys Name="LegalCopyright">Copyright (c) Abbrevia Group 2011</VersionInfoKeys>
<VersionInfoKeys Name="LegalTrademarks"/>
<VersionInfoKeys Name="OriginalFilename"/>
<VersionInfoKeys Name="ProductName">Abbrevia</VersionInfoKeys>
<VersionInfoKeys Name="ProductVersion">5.0</VersionInfoKeys>
<VersionInfoKeys Name="Comments"/>
</VersionInfoKeys>
<Debugging>
<Debugging Name="DebugSourceDirs"/>
</Debugging>
<Parameters>
<Parameters Name="RemoteHost"/>
<Parameters Name="RemotePath"/>
<Parameters Name="RemoteParams"/>
<Parameters Name="RemoteLauncher"/>
<Parameters Name="UseRemoteLauncher">False</Parameters>
<Parameters Name="RemoteCWD"/>
<Parameters Name="RemoteDebug">False</Parameters>
</Parameters>
<ProjectProperties>
<ProjectProperties Name="AutoShowDeps">False</ProjectProperties>
<ProjectProperties Name="ManagePaths">True</ProjectProperties>
<ProjectProperties Name="VerifyPackages">True</ProjectProperties>
</ProjectProperties>
</CPlusPlusBuilder.Personality>
<Platforms>
<Platform value="Win32">True</Platform>
</Platforms>
</BorlandProject>
<ProjectFileVersion>12</ProjectFileVersion>
</ProjectExtensions>
</Project>

View File

@@ -0,0 +1,17 @@
//---------------------------------------------------------------------------
#include <basepch.h>
#pragma hdrstop
#pragma package(smart_init)
//---------------------------------------------------------------------------
// Package source.
//---------------------------------------------------------------------------
#pragma argsused
int WINAPI DllEntryPoint(HINSTANCE hinst, unsigned long reason, void*)
{
return 1;
}
//---------------------------------------------------------------------------

View File

@@ -0,0 +1,187 @@
 <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<ProjectGuid>{7E473AA9-02F8-498A-B77B-1F70BEA9B14B}</ProjectGuid>
<MainSource>AbbreviaVCLDesign.cpp</MainSource>
<ProjectVersion>12.2</ProjectVersion>
<Config Condition="'$(Config)'==''">Debug</Config>
<Base>True</Base>
<Platform>Win32</Platform>
<AppType>Library</AppType>
<FrameworkType>None</FrameworkType>
</PropertyGroup>
<PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">
<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="'$(Config)'=='Release' or '$(Cfg_2)'!=''">
<Cfg_2>true</Cfg_2>
<CfgParent>Base</CfgParent>
<Base>true</Base>
</PropertyGroup>
<PropertyGroup Condition="'$(Base)'!=''">
<ILINK_Description>Abbrevia VCL designtime components</ILINK_Description>
<DCC_UnitAlias>WinTypes=Windows;WinProcs=Windows;DbiTypes=BDE;DbiProcs=BDE;DbiErrs=BDE;$(DCC_UnitAlias)</DCC_UnitAlias>
<Multithreaded>true</Multithreaded>
<ILINK_GenerateLibFile>true</ILINK_GenerateLibFile>
<ILINK_GenerateImportLibrary>true</ILINK_GenerateImportLibrary>
<ProjectType>CppPackage</ProjectType>
<OutputExt>bpl</OutputExt>
<DCC_AdditionalSwitches>-LUDesignIDE</DCC_AdditionalSwitches>
<DllSuffix>140</DllSuffix>
<DCC_CBuilderOutput>JPHNE</DCC_CBuilderOutput>
<Defines>NO_STRICT;$(Defines)</Defines>
<DynamicRTL>true</DynamicRTL>
<IncludePath>..\..\source\;..\..\source;..\..\Projects\Abbrevia SVN\packages\C++Builder 2010;$(CG_BOOST_ROOT)\boost\tr1\tr1;$(BDS)\include;$(BDS)\include\dinkumware;$(BDS)\include\vcl;$(CG_BOOST_ROOT);$(IncludePath)</IncludePath>
<ILINK_LibraryPath>..\..\source\;..\..\source;..\..\Projects\Abbrevia SVN\packages\C++Builder 2010;$(BDS)\lib;$(BDS)\lib\obj;$(BDS)\lib\psdk;$(ILINK_LibraryPath)</ILINK_LibraryPath>
<BCC_wpar>false</BCC_wpar>
<BCC_OptimizeForSpeed>true</BCC_OptimizeForSpeed>
</PropertyGroup>
<PropertyGroup Condition="'$(Cfg_1)'!=''">
<BCC_OptimizeForSpeed>false</BCC_OptimizeForSpeed>
<BCC_DisableOptimizations>true</BCC_DisableOptimizations>
<DCC_Optimize>false</DCC_Optimize>
<DCC_DebugInfoInExe>true</DCC_DebugInfoInExe>
<Defines>_DEBUG;$(Defines)</Defines>
<BCC_InlineFunctionExpansion>false</BCC_InlineFunctionExpansion>
<IntermediateOutputDir>Debug</IntermediateOutputDir>
<ILINK_DisableIncrementalLinking>true</ILINK_DisableIncrementalLinking>
<BCC_UseRegisterVariables>None</BCC_UseRegisterVariables>
<DCC_Define>DEBUG</DCC_Define>
<BCC_DebugLineNumbers>true</BCC_DebugLineNumbers>
<TASM_DisplaySourceLines>true</TASM_DisplaySourceLines>
<BCC_StackFrames>true</BCC_StackFrames>
<ILINK_LibraryPath>$(BDS)\lib\debug;$(ILINK_LibraryPath)</ILINK_LibraryPath>
<ILINK_FullDebugInfo>true</ILINK_FullDebugInfo>
<TASM_Debugging>Full</TASM_Debugging>
<BCC_SourceDebuggingOn>true</BCC_SourceDebuggingOn>
</PropertyGroup>
<PropertyGroup Condition="'$(Cfg_2)'!=''">
<Defines>NDEBUG;$(Defines)</Defines>
<IntermediateOutputDir>Release</IntermediateOutputDir>
<ILINK_LibraryPath>$(BDS)\lib\release;$(ILINK_LibraryPath)</ILINK_LibraryPath>
<TASM_Debugging>None</TASM_Debugging>
</PropertyGroup>
<ItemGroup>
<PackageImport Include="AbbreviaVCL.bpi">
<BuildOrder>3</BuildOrder>
</PackageImport>
<CppCompile Include="AbbreviaVCLDesign.cpp">
<BuildOrder>0</BuildOrder>
</CppCompile>
<ResFiles Include="AbbreviaVCLDesign.res">
<BuildOrder>2</BuildOrder>
</ResFiles>
<PackageImport Include="designide.bpi">
<BuildOrder>3</BuildOrder>
</PackageImport>
<PackageImport Include="rtl.bpi">
<BuildOrder>12</BuildOrder>
</PackageImport>
<PackageImport Include="vcl.bpi">
<BuildOrder>13</BuildOrder>
</PackageImport>
<PackageImport Include="vclx.bpi">
<BuildOrder>14</BuildOrder>
</PackageImport>
<DelphiCompile Include="..\..\source\AbDlgDir.pas">
<BuildOrder>9</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbDlgPwd.pas">
<BuildOrder>10</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbPeCol.pas">
<BuildOrder>11</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbPeDir.pas">
<BuildOrder>4</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbPeFn.pas">
<BuildOrder>5</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbPePass.pas">
<BuildOrder>6</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbPeVer.pas">
<BuildOrder>7</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbRegVcl.pas">
<BuildOrder>8</BuildOrder>
</DelphiCompile>
<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.Cpp.Targets')" Project="$(BDS)\Bin\CodeGear.Cpp.Targets"/>
<Import Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\8.0\UserTools.proj')" Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\8.0\UserTools.proj"/>
<ProjectExtensions>
<Borland.Personality>CPlusPlusBuilder.Personality.12</Borland.Personality>
<Borland.ProjectType>CppPackage</Borland.ProjectType>
<BorlandProject>
<CPlusPlusBuilder.Personality>
<Source>
<Source Name="MainSource">AbbreviaVCLDesign.cpp</Source>
</Source>
<VersionInfo>
<VersionInfo Name="IncludeVerInfo">True</VersionInfo>
<VersionInfo Name="AutoIncBuild">False</VersionInfo>
<VersionInfo Name="MajorVer">4</VersionInfo>
<VersionInfo Name="MinorVer">0</VersionInfo>
<VersionInfo Name="Release">0</VersionInfo>
<VersionInfo Name="Build">0</VersionInfo>
<VersionInfo Name="Debug">False</VersionInfo>
<VersionInfo Name="PreRelease">False</VersionInfo>
<VersionInfo Name="Special">False</VersionInfo>
<VersionInfo Name="Private">False</VersionInfo>
<VersionInfo Name="DLL">False</VersionInfo>
<VersionInfo Name="Locale">1033</VersionInfo>
<VersionInfo Name="CodePage">1252</VersionInfo>
</VersionInfo>
<VersionInfoKeys>
<VersionInfoKeys Name="CompanyName"/>
<VersionInfoKeys Name="FileDescription">Abbrevia VCL designtime components</VersionInfoKeys>
<VersionInfoKeys Name="FileVersion">5.0.0.0</VersionInfoKeys>
<VersionInfoKeys Name="InternalName"/>
<VersionInfoKeys Name="LegalCopyright">Copyright (c) Abbrevia Group 2011</VersionInfoKeys>
<VersionInfoKeys Name="LegalTrademarks"/>
<VersionInfoKeys Name="OriginalFilename"/>
<VersionInfoKeys Name="ProductName">Abbrevia</VersionInfoKeys>
<VersionInfoKeys Name="ProductVersion">5.0</VersionInfoKeys>
<VersionInfoKeys Name="Comments"/>
</VersionInfoKeys>
<Debugging>
<Debugging Name="DebugSourceDirs"/>
</Debugging>
<Parameters>
<Parameters Name="RemoteHost"/>
<Parameters Name="RemotePath"/>
<Parameters Name="RemoteParams"/>
<Parameters Name="RemoteLauncher"/>
<Parameters Name="UseRemoteLauncher">False</Parameters>
<Parameters Name="RemoteCWD"/>
<Parameters Name="RemoteDebug">False</Parameters>
</Parameters>
<ProjectProperties>
<ProjectProperties Name="AutoShowDeps">False</ProjectProperties>
<ProjectProperties Name="ManagePaths">True</ProjectProperties>
<ProjectProperties Name="VerifyPackages">True</ProjectProperties>
</ProjectProperties>
</CPlusPlusBuilder.Personality>
<Platforms>
<Platform value="Win32">True</Platform>
</Platforms>
</BorlandProject>
<ProjectFileVersion>12</ProjectFileVersion>
</ProjectExtensions>
</Project>

View File

@@ -0,0 +1,17 @@
//---------------------------------------------------------------------------
#include <basepch.h>
#pragma hdrstop
#pragma package(smart_init)
//---------------------------------------------------------------------------
// Package source.
//---------------------------------------------------------------------------
#pragma argsused
int WINAPI DllEntryPoint(HINSTANCE hinst, unsigned long reason, void*)
{
return 1;
}
//---------------------------------------------------------------------------

View File

@@ -0,0 +1,60 @@
 <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<ProjectGuid>{4FBB3CA0-F846-45F2-941F-FBAF2589C62E}</ProjectGuid>
</PropertyGroup>
<ItemGroup>
<Projects Include="C++Builder XE\Abbrevia.cbproj">
<Dependencies/>
</Projects>
<Projects Include="C++Builder XE\AbbreviaVCL.cbproj">
<Dependencies/>
</Projects>
<Projects Include="C++Builder XE\AbbreviaVCLDesign.cbproj">
<Dependencies/>
</Projects>
</ItemGroup>
<ProjectExtensions>
<Borland.Personality>Default.Personality.12</Borland.Personality>
<Borland.ProjectType/>
<BorlandProject>
<Default.Personality/>
</BorlandProject>
</ProjectExtensions>
<Target Name="Abbrevia">
<MSBuild Projects="C++Builder XE\Abbrevia.cbproj"/>
</Target>
<Target Name="Abbrevia:Clean">
<MSBuild Projects="C++Builder XE\Abbrevia.cbproj" Targets="Clean"/>
</Target>
<Target Name="Abbrevia:Make">
<MSBuild Projects="C++Builder XE\Abbrevia.cbproj" Targets="Make"/>
</Target>
<Target Name="AbbreviaVCL">
<MSBuild Projects="C++Builder XE\AbbreviaVCL.cbproj"/>
</Target>
<Target Name="AbbreviaVCL:Clean">
<MSBuild Projects="C++Builder XE\AbbreviaVCL.cbproj" Targets="Clean"/>
</Target>
<Target Name="AbbreviaVCL:Make">
<MSBuild Projects="C++Builder XE\AbbreviaVCL.cbproj" Targets="Make"/>
</Target>
<Target Name="AbbreviaVCLDesign">
<MSBuild Projects="C++Builder XE\AbbreviaVCLDesign.cbproj"/>
</Target>
<Target Name="AbbreviaVCLDesign:Clean">
<MSBuild Projects="C++Builder XE\AbbreviaVCLDesign.cbproj" Targets="Clean"/>
</Target>
<Target Name="AbbreviaVCLDesign:Make">
<MSBuild Projects="C++Builder XE\AbbreviaVCLDesign.cbproj" Targets="Make"/>
</Target>
<Target Name="Build">
<CallTarget Targets="Abbrevia;AbbreviaVCL;AbbreviaVCLDesign"/>
</Target>
<Target Name="Clean">
<CallTarget Targets="Abbrevia:Clean;AbbreviaVCL:Clean;AbbreviaVCLDesign:Clean"/>
</Target>
<Target Name="Make">
<CallTarget Targets="Abbrevia:Make;AbbreviaVCL:Make;AbbreviaVCLDesign:Make"/>
</Target>
<Import Condition="Exists('$(BDS)\Bin\CodeGear.Group.Targets')" Project="$(BDS)\Bin\CodeGear.Group.Targets"/>
</Project>

View File

@@ -0,0 +1,282 @@
 <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<ProjectGuid>{B76816FE-94A0-42B9-A97C-DEA886F7E83E}</ProjectGuid>
<MainSource>Abbrevia.cpp</MainSource>
<ProjectVersion>12.2</ProjectVersion>
<Config Condition="'$(Config)'==''">Debug</Config>
<Base>True</Base>
<Platform>Win32</Platform>
<AppType>Library</AppType>
<FrameworkType>None</FrameworkType>
</PropertyGroup>
<PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">
<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="'$(Config)'=='Release' or '$(Cfg_2)'!=''">
<Cfg_2>true</Cfg_2>
<CfgParent>Base</CfgParent>
<Base>true</Base>
</PropertyGroup>
<PropertyGroup Condition="'$(Base)'!=''">
<ILINK_Description>Abbrevia non-visual components</ILINK_Description>
<DCC_UnitAlias>WinTypes=Windows;WinProcs=Windows;DbiTypes=BDE;DbiProcs=BDE;DbiErrs=BDE;$(DCC_UnitAlias)</DCC_UnitAlias>
<Multithreaded>true</Multithreaded>
<ILINK_GenerateLibFile>true</ILINK_GenerateLibFile>
<ILINK_GenerateImportLibrary>true</ILINK_GenerateImportLibrary>
<ProjectType>CppPackage</ProjectType>
<OutputExt>bpl</OutputExt>
<DllSuffix>150</DllSuffix>
<DCC_CBuilderOutput>JPHNE</DCC_CBuilderOutput>
<Defines>NO_STRICT;$(Defines)</Defines>
<DynamicRTL>true</DynamicRTL>
<IncludePath>..\..\source\;..\..\source;..\..\Projects\Abbrevia SVN\packages\C++Builder XE;$(CG_BOOST_ROOT)\boost\tr1\tr1;$(BDS)\include;$(BDS)\include\dinkumware;$(BDS)\include\vcl;$(CG_BOOST_ROOT);$(IncludePath)</IncludePath>
<ILINK_LibraryPath>..\..\source\;..\..\source;..\..\Projects\Abbrevia SVN\packages\C++Builder XE;$(BDS)\lib;$(BDS)\lib\obj;$(BDS)\lib\psdk;$(ILINK_LibraryPath)</ILINK_LibraryPath>
<BCC_wpar>false</BCC_wpar>
<BCC_OptimizeForSpeed>true</BCC_OptimizeForSpeed>
</PropertyGroup>
<PropertyGroup Condition="'$(Cfg_1)'!=''">
<BCC_OptimizeForSpeed>false</BCC_OptimizeForSpeed>
<BCC_DisableOptimizations>true</BCC_DisableOptimizations>
<DCC_Optimize>false</DCC_Optimize>
<DCC_DebugInfoInExe>true</DCC_DebugInfoInExe>
<Defines>_DEBUG;$(Defines)</Defines>
<BCC_InlineFunctionExpansion>false</BCC_InlineFunctionExpansion>
<IntermediateOutputDir>Debug</IntermediateOutputDir>
<ILINK_DisableIncrementalLinking>true</ILINK_DisableIncrementalLinking>
<BCC_UseRegisterVariables>None</BCC_UseRegisterVariables>
<DCC_Define>DEBUG</DCC_Define>
<BCC_DebugLineNumbers>true</BCC_DebugLineNumbers>
<TASM_DisplaySourceLines>true</TASM_DisplaySourceLines>
<BCC_StackFrames>true</BCC_StackFrames>
<ILINK_LibraryPath>$(BDS)\lib\debug;$(ILINK_LibraryPath)</ILINK_LibraryPath>
<ILINK_FullDebugInfo>true</ILINK_FullDebugInfo>
<TASM_Debugging>Full</TASM_Debugging>
<BCC_SourceDebuggingOn>true</BCC_SourceDebuggingOn>
</PropertyGroup>
<PropertyGroup Condition="'$(Cfg_2)'!=''">
<Defines>NDEBUG;$(Defines)</Defines>
<IntermediateOutputDir>Release</IntermediateOutputDir>
<ILINK_LibraryPath>$(BDS)\lib\release;$(ILINK_LibraryPath)</ILINK_LibraryPath>
<TASM_Debugging>None</TASM_Debugging>
</PropertyGroup>
<ItemGroup>
<CppCompile Include="Abbrevia.cpp">
<BuildOrder>0</BuildOrder>
</CppCompile>
<ResFiles Include="Abbrevia.res">
<BuildOrder>2</BuildOrder>
</ResFiles>
<PackageImport Include="rtl.bpi">
<BuildOrder>1</BuildOrder>
</PackageImport>
<DelphiCompile Include="..\..\source\AbArcTyp.pas">
<BuildOrder>7</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbBase.pas">
<BuildOrder>8</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbBitBkt.pas">
<BuildOrder>9</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbBrowse.pas">
<BuildOrder>10</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbBzip2.pas">
<BuildOrder>11</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbBzip2Typ.pas">
<BuildOrder>12</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbCabExt.pas">
<BuildOrder>16</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbCabKit.pas">
<BuildOrder>13</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbCabMak.pas">
<BuildOrder>14</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbCabTyp.pas">
<BuildOrder>15</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbCBrows.pas">
<BuildOrder>17</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbCharset.pas">
<BuildOrder>16</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbConst.pas">
<BuildOrder>13</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbCrtl.pas">
<BuildOrder>45</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbDfBase.pas">
<BuildOrder>26</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbDfCryS.pas">
<BuildOrder>27</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbDfDec.pas">
<BuildOrder>18</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbDfEnc.pas">
<BuildOrder>19</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbDfHufD.pas">
<BuildOrder>20</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbDfInW.pas">
<BuildOrder>21</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbDfOutW.pas">
<BuildOrder>22</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbDfPkMg.pas">
<BuildOrder>23</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbDfStrm.pas">
<BuildOrder>24</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbDfXlat.pas">
<BuildOrder>25</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbExcept.pas">
<BuildOrder>24</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbFciFdi.pas">
<BuildOrder>28</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbGzTyp.pas">
<BuildOrder>29</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbResString.pas">
<BuildOrder>27</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbSelfEx.pas">
<BuildOrder>36</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbSpanSt.pas">
<BuildOrder>30</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbSWStm.pas">
<BuildOrder>31</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbTarTyp.pas">
<BuildOrder>32</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbUnzOutStm.pas">
<BuildOrder>33</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbUnzper.pas">
<BuildOrder>34</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbUnzPrc.pas">
<BuildOrder>35</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbUtils.pas">
<BuildOrder>35</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbVMStrm.pas">
<BuildOrder>37</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbZBrows.pas">
<BuildOrder>38</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbZipExt.pas">
<BuildOrder>39</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbZipKit.pas">
<BuildOrder>40</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbZipper.pas">
<BuildOrder>41</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbZipPrc.pas">
<BuildOrder>42</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbZipTyp.pas">
<BuildOrder>43</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbZLTyp.pas">
<BuildOrder>44</BuildOrder>
</DelphiCompile>
<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.Cpp.Targets')" Project="$(BDS)\Bin\CodeGear.Cpp.Targets"/>
<Import Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\8.0\UserTools.proj')" Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\8.0\UserTools.proj"/>
<ProjectExtensions>
<Borland.Personality>CPlusPlusBuilder.Personality.12</Borland.Personality>
<Borland.ProjectType>CppPackage</Borland.ProjectType>
<BorlandProject>
<CPlusPlusBuilder.Personality>
<Source>
<Source Name="MainSource">Abbrevia.cpp</Source>
</Source>
<VersionInfo>
<VersionInfo Name="IncludeVerInfo">True</VersionInfo>
<VersionInfo Name="AutoIncBuild">False</VersionInfo>
<VersionInfo Name="MajorVer">4</VersionInfo>
<VersionInfo Name="MinorVer">0</VersionInfo>
<VersionInfo Name="Release">0</VersionInfo>
<VersionInfo Name="Build">0</VersionInfo>
<VersionInfo Name="Debug">False</VersionInfo>
<VersionInfo Name="PreRelease">False</VersionInfo>
<VersionInfo Name="Special">False</VersionInfo>
<VersionInfo Name="Private">False</VersionInfo>
<VersionInfo Name="DLL">False</VersionInfo>
<VersionInfo Name="Locale">1033</VersionInfo>
<VersionInfo Name="CodePage">1252</VersionInfo>
</VersionInfo>
<VersionInfoKeys>
<VersionInfoKeys Name="CompanyName"/>
<VersionInfoKeys Name="FileDescription">Abbrevia Non-visual Components</VersionInfoKeys>
<VersionInfoKeys Name="FileVersion">5.0.0.0</VersionInfoKeys>
<VersionInfoKeys Name="InternalName"/>
<VersionInfoKeys Name="LegalCopyright">Copyright (c) Abbrevia Group 2011</VersionInfoKeys>
<VersionInfoKeys Name="LegalTrademarks"/>
<VersionInfoKeys Name="OriginalFilename"/>
<VersionInfoKeys Name="ProductName">Abbrevia</VersionInfoKeys>
<VersionInfoKeys Name="ProductVersion">5.0</VersionInfoKeys>
<VersionInfoKeys Name="Comments"/>
</VersionInfoKeys>
<Debugging>
<Debugging Name="DebugSourceDirs"/>
</Debugging>
<Parameters>
<Parameters Name="RemoteHost"/>
<Parameters Name="RemotePath"/>
<Parameters Name="RemoteParams"/>
<Parameters Name="RemoteLauncher"/>
<Parameters Name="UseRemoteLauncher">False</Parameters>
<Parameters Name="RemoteCWD"/>
<Parameters Name="RemoteDebug">False</Parameters>
</Parameters>
<ProjectProperties>
<ProjectProperties Name="AutoShowDeps">False</ProjectProperties>
<ProjectProperties Name="ManagePaths">True</ProjectProperties>
<ProjectProperties Name="VerifyPackages">True</ProjectProperties>
</ProjectProperties>
</CPlusPlusBuilder.Personality>
<Platforms>
<Platform value="Win32">True</Platform>
</Platforms>
</BorlandProject>
<ProjectFileVersion>12</ProjectFileVersion>
</ProjectExtensions>
</Project>

View File

@@ -0,0 +1,17 @@
//---------------------------------------------------------------------------
#include <basepch.h>
#pragma hdrstop
#pragma package(smart_init)
//---------------------------------------------------------------------------
// Package source.
//---------------------------------------------------------------------------
#pragma argsused
int WINAPI DllEntryPoint(HINSTANCE hinst, unsigned long reason, void*)
{
return 1;
}
//---------------------------------------------------------------------------

View File

@@ -0,0 +1,181 @@
 <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<ProjectGuid>{453EB596-5EDE-489E-8D9D-90A919F93FAA}</ProjectGuid>
<MainSource>AbbreviaVCL.cpp</MainSource>
<ProjectVersion>12.2</ProjectVersion>
<Config Condition="'$(Config)'==''">Debug</Config>
<Base>True</Base>
<Platform>Win32</Platform>
<AppType>Library</AppType>
<FrameworkType>None</FrameworkType>
</PropertyGroup>
<PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">
<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="'$(Config)'=='Release' or '$(Cfg_2)'!=''">
<Cfg_2>true</Cfg_2>
<CfgParent>Base</CfgParent>
<Base>true</Base>
</PropertyGroup>
<PropertyGroup Condition="'$(Base)'!=''">
<DCC_UnitAlias>WinTypes=Windows;WinProcs=Windows;DbiTypes=BDE;DbiProcs=BDE;DbiErrs=BDE;$(DCC_UnitAlias)</DCC_UnitAlias>
<Multithreaded>true</Multithreaded>
<ILINK_GenerateLibFile>true</ILINK_GenerateLibFile>
<ILINK_GenerateImportLibrary>true</ILINK_GenerateImportLibrary>
<ProjectType>CppPackage</ProjectType>
<DesignOnlyPackage>false</DesignOnlyPackage>
<OutputExt>bpl</OutputExt>
<ILINK_Description>Abbrevia VCL runtime components</ILINK_Description>
<DllSuffix>150</DllSuffix>
<DCC_CBuilderOutput>JPHNE</DCC_CBuilderOutput>
<Defines>NO_STRICT;$(Defines)</Defines>
<DynamicRTL>true</DynamicRTL>
<IncludePath>..\..\source\;..\..\source;..\..\Projects\Abbrevia SVN\packages\C++Builder XE;$(CG_BOOST_ROOT)\boost\tr1\tr1;$(BDS)\include;$(BDS)\include\dinkumware;$(BDS)\include\vcl;$(CG_BOOST_ROOT);$(IncludePath)</IncludePath>
<ILINK_LibraryPath>..\..\source\;..\..\source;..\..\Projects\Abbrevia SVN\packages\C++Builder XE;$(BDS)\lib;$(BDS)\lib\obj;$(BDS)\lib\psdk;$(ILINK_LibraryPath)</ILINK_LibraryPath>
<BCC_wpar>false</BCC_wpar>
<BCC_OptimizeForSpeed>true</BCC_OptimizeForSpeed>
</PropertyGroup>
<PropertyGroup Condition="'$(Cfg_1)'!=''">
<BCC_OptimizeForSpeed>false</BCC_OptimizeForSpeed>
<BCC_DisableOptimizations>true</BCC_DisableOptimizations>
<DCC_Optimize>false</DCC_Optimize>
<DCC_DebugInfoInExe>true</DCC_DebugInfoInExe>
<Defines>_DEBUG;$(Defines)</Defines>
<BCC_InlineFunctionExpansion>false</BCC_InlineFunctionExpansion>
<IntermediateOutputDir>Debug</IntermediateOutputDir>
<ILINK_DisableIncrementalLinking>true</ILINK_DisableIncrementalLinking>
<BCC_UseRegisterVariables>None</BCC_UseRegisterVariables>
<DCC_Define>DEBUG</DCC_Define>
<BCC_DebugLineNumbers>true</BCC_DebugLineNumbers>
<TASM_DisplaySourceLines>true</TASM_DisplaySourceLines>
<BCC_StackFrames>true</BCC_StackFrames>
<ILINK_LibraryPath>$(BDS)\lib\debug;$(ILINK_LibraryPath)</ILINK_LibraryPath>
<ILINK_FullDebugInfo>true</ILINK_FullDebugInfo>
<TASM_Debugging>Full</TASM_Debugging>
<BCC_SourceDebuggingOn>true</BCC_SourceDebuggingOn>
</PropertyGroup>
<PropertyGroup Condition="'$(Cfg_2)'!=''">
<Defines>NDEBUG;$(Defines)</Defines>
<IntermediateOutputDir>Release</IntermediateOutputDir>
<ILINK_LibraryPath>$(BDS)\lib\release;$(ILINK_LibraryPath)</ILINK_LibraryPath>
<TASM_Debugging>None</TASM_Debugging>
</PropertyGroup>
<ItemGroup>
<PackageImport Include="Abbrevia.bpi">
<BuildOrder>3</BuildOrder>
</PackageImport>
<CppCompile Include="AbbreviaVCL.cpp">
<BuildOrder>0</BuildOrder>
</CppCompile>
<ResFiles Include="AbbreviaVCL.res">
<BuildOrder>2</BuildOrder>
</ResFiles>
<PackageImport Include="rtl.bpi">
<BuildOrder>11</BuildOrder>
</PackageImport>
<PackageImport Include="vcl.bpi">
<BuildOrder>4</BuildOrder>
</PackageImport>
<DelphiCompile Include="..\..\source\AbBseVCL.pas">
<BuildOrder>8</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbComCtrls.pas">
<BuildOrder>9</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbCompnd.pas">
<BuildOrder>9</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbCView.pas">
<BuildOrder>10</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbHexVw.pas">
<BuildOrder>11</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbMeter.pas">
<BuildOrder>5</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbView.pas">
<BuildOrder>6</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbZView.pas">
<BuildOrder>7</BuildOrder>
</DelphiCompile>
<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.Cpp.Targets')" Project="$(BDS)\Bin\CodeGear.Cpp.Targets"/>
<Import Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\8.0\UserTools.proj')" Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\8.0\UserTools.proj"/>
<ProjectExtensions>
<Borland.Personality>CPlusPlusBuilder.Personality.12</Borland.Personality>
<Borland.ProjectType>CppPackage</Borland.ProjectType>
<BorlandProject>
<CPlusPlusBuilder.Personality>
<Source>
<Source Name="MainSource">AbbreviaVCL.cpp</Source>
</Source>
<VersionInfo>
<VersionInfo Name="IncludeVerInfo">True</VersionInfo>
<VersionInfo Name="AutoIncBuild">False</VersionInfo>
<VersionInfo Name="MajorVer">4</VersionInfo>
<VersionInfo Name="MinorVer">0</VersionInfo>
<VersionInfo Name="Release">0</VersionInfo>
<VersionInfo Name="Build">0</VersionInfo>
<VersionInfo Name="Debug">False</VersionInfo>
<VersionInfo Name="PreRelease">False</VersionInfo>
<VersionInfo Name="Special">False</VersionInfo>
<VersionInfo Name="Private">False</VersionInfo>
<VersionInfo Name="DLL">False</VersionInfo>
<VersionInfo Name="Locale">1033</VersionInfo>
<VersionInfo Name="CodePage">1252</VersionInfo>
</VersionInfo>
<VersionInfoKeys>
<VersionInfoKeys Name="CompanyName"/>
<VersionInfoKeys Name="FileDescription">Abbrevia VCL runtime components</VersionInfoKeys>
<VersionInfoKeys Name="FileVersion">5.0.0.0</VersionInfoKeys>
<VersionInfoKeys Name="InternalName"/>
<VersionInfoKeys Name="LegalCopyright">Copyright (c) Abbrevia Group 2011</VersionInfoKeys>
<VersionInfoKeys Name="LegalTrademarks"/>
<VersionInfoKeys Name="OriginalFilename"/>
<VersionInfoKeys Name="ProductName">Abbrevia</VersionInfoKeys>
<VersionInfoKeys Name="ProductVersion">5.0</VersionInfoKeys>
<VersionInfoKeys Name="Comments"/>
</VersionInfoKeys>
<Debugging>
<Debugging Name="DebugSourceDirs"/>
</Debugging>
<Parameters>
<Parameters Name="RemoteHost"/>
<Parameters Name="RemotePath"/>
<Parameters Name="RemoteParams"/>
<Parameters Name="RemoteLauncher"/>
<Parameters Name="UseRemoteLauncher">False</Parameters>
<Parameters Name="RemoteCWD"/>
<Parameters Name="RemoteDebug">False</Parameters>
</Parameters>
<ProjectProperties>
<ProjectProperties Name="AutoShowDeps">False</ProjectProperties>
<ProjectProperties Name="ManagePaths">True</ProjectProperties>
<ProjectProperties Name="VerifyPackages">True</ProjectProperties>
</ProjectProperties>
</CPlusPlusBuilder.Personality>
<Platforms>
<Platform value="Win32">True</Platform>
</Platforms>
</BorlandProject>
<ProjectFileVersion>12</ProjectFileVersion>
</ProjectExtensions>
</Project>

View File

@@ -0,0 +1,17 @@
//---------------------------------------------------------------------------
#include <basepch.h>
#pragma hdrstop
#pragma package(smart_init)
//---------------------------------------------------------------------------
// Package source.
//---------------------------------------------------------------------------
#pragma argsused
int WINAPI DllEntryPoint(HINSTANCE hinst, unsigned long reason, void*)
{
return 1;
}
//---------------------------------------------------------------------------

View File

@@ -0,0 +1,187 @@
 <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<ProjectGuid>{7E473AA9-02F8-498A-B77B-1F70BEA9B14B}</ProjectGuid>
<MainSource>AbbreviaVCLDesign.cpp</MainSource>
<ProjectVersion>12.2</ProjectVersion>
<Config Condition="'$(Config)'==''">Debug</Config>
<Base>True</Base>
<Platform>Win32</Platform>
<AppType>Library</AppType>
<FrameworkType>None</FrameworkType>
</PropertyGroup>
<PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">
<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="'$(Config)'=='Release' or '$(Cfg_2)'!=''">
<Cfg_2>true</Cfg_2>
<CfgParent>Base</CfgParent>
<Base>true</Base>
</PropertyGroup>
<PropertyGroup Condition="'$(Base)'!=''">
<ILINK_Description>Abbrevia VCL designtime components</ILINK_Description>
<DCC_UnitAlias>WinTypes=Windows;WinProcs=Windows;DbiTypes=BDE;DbiProcs=BDE;DbiErrs=BDE;$(DCC_UnitAlias)</DCC_UnitAlias>
<Multithreaded>true</Multithreaded>
<ILINK_GenerateLibFile>true</ILINK_GenerateLibFile>
<ILINK_GenerateImportLibrary>true</ILINK_GenerateImportLibrary>
<ProjectType>CppPackage</ProjectType>
<OutputExt>bpl</OutputExt>
<DCC_AdditionalSwitches>-LUDesignIDE</DCC_AdditionalSwitches>
<DllSuffix>150</DllSuffix>
<DCC_CBuilderOutput>JPHNE</DCC_CBuilderOutput>
<Defines>NO_STRICT;$(Defines)</Defines>
<DynamicRTL>true</DynamicRTL>
<IncludePath>..\..\source\;..\..\source;..\..\Projects\Abbrevia SVN\packages\C++Builder XE;$(CG_BOOST_ROOT)\boost\tr1\tr1;$(BDS)\include;$(BDS)\include\dinkumware;$(BDS)\include\vcl;$(CG_BOOST_ROOT);$(IncludePath)</IncludePath>
<ILINK_LibraryPath>..\..\source\;..\..\source;..\..\Projects\Abbrevia SVN\packages\C++Builder XE;$(BDS)\lib;$(BDS)\lib\obj;$(BDS)\lib\psdk;$(ILINK_LibraryPath)</ILINK_LibraryPath>
<BCC_wpar>false</BCC_wpar>
<BCC_OptimizeForSpeed>true</BCC_OptimizeForSpeed>
</PropertyGroup>
<PropertyGroup Condition="'$(Cfg_1)'!=''">
<BCC_OptimizeForSpeed>false</BCC_OptimizeForSpeed>
<BCC_DisableOptimizations>true</BCC_DisableOptimizations>
<DCC_Optimize>false</DCC_Optimize>
<DCC_DebugInfoInExe>true</DCC_DebugInfoInExe>
<Defines>_DEBUG;$(Defines)</Defines>
<BCC_InlineFunctionExpansion>false</BCC_InlineFunctionExpansion>
<IntermediateOutputDir>Debug</IntermediateOutputDir>
<ILINK_DisableIncrementalLinking>true</ILINK_DisableIncrementalLinking>
<BCC_UseRegisterVariables>None</BCC_UseRegisterVariables>
<DCC_Define>DEBUG</DCC_Define>
<BCC_DebugLineNumbers>true</BCC_DebugLineNumbers>
<TASM_DisplaySourceLines>true</TASM_DisplaySourceLines>
<BCC_StackFrames>true</BCC_StackFrames>
<ILINK_LibraryPath>$(BDS)\lib\debug;$(ILINK_LibraryPath)</ILINK_LibraryPath>
<ILINK_FullDebugInfo>true</ILINK_FullDebugInfo>
<TASM_Debugging>Full</TASM_Debugging>
<BCC_SourceDebuggingOn>true</BCC_SourceDebuggingOn>
</PropertyGroup>
<PropertyGroup Condition="'$(Cfg_2)'!=''">
<Defines>NDEBUG;$(Defines)</Defines>
<IntermediateOutputDir>Release</IntermediateOutputDir>
<ILINK_LibraryPath>$(BDS)\lib\release;$(ILINK_LibraryPath)</ILINK_LibraryPath>
<TASM_Debugging>None</TASM_Debugging>
</PropertyGroup>
<ItemGroup>
<PackageImport Include="AbbreviaVCL.bpi">
<BuildOrder>3</BuildOrder>
</PackageImport>
<CppCompile Include="AbbreviaVCLDesign.cpp">
<BuildOrder>0</BuildOrder>
</CppCompile>
<ResFiles Include="AbbreviaVCLDesign.res">
<BuildOrder>2</BuildOrder>
</ResFiles>
<PackageImport Include="designide.bpi">
<BuildOrder>3</BuildOrder>
</PackageImport>
<PackageImport Include="rtl.bpi">
<BuildOrder>12</BuildOrder>
</PackageImport>
<PackageImport Include="vcl.bpi">
<BuildOrder>13</BuildOrder>
</PackageImport>
<PackageImport Include="vclx.bpi">
<BuildOrder>14</BuildOrder>
</PackageImport>
<DelphiCompile Include="..\..\source\AbDlgDir.pas">
<BuildOrder>9</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbDlgPwd.pas">
<BuildOrder>10</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbPeCol.pas">
<BuildOrder>11</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbPeDir.pas">
<BuildOrder>4</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbPeFn.pas">
<BuildOrder>5</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbPePass.pas">
<BuildOrder>6</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbPeVer.pas">
<BuildOrder>7</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbRegVcl.pas">
<BuildOrder>8</BuildOrder>
</DelphiCompile>
<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.Cpp.Targets')" Project="$(BDS)\Bin\CodeGear.Cpp.Targets"/>
<Import Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\8.0\UserTools.proj')" Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\8.0\UserTools.proj"/>
<ProjectExtensions>
<Borland.Personality>CPlusPlusBuilder.Personality.12</Borland.Personality>
<Borland.ProjectType>CppPackage</Borland.ProjectType>
<BorlandProject>
<CPlusPlusBuilder.Personality>
<Source>
<Source Name="MainSource">AbbreviaVCLDesign.cpp</Source>
</Source>
<VersionInfo>
<VersionInfo Name="IncludeVerInfo">True</VersionInfo>
<VersionInfo Name="AutoIncBuild">False</VersionInfo>
<VersionInfo Name="MajorVer">4</VersionInfo>
<VersionInfo Name="MinorVer">0</VersionInfo>
<VersionInfo Name="Release">0</VersionInfo>
<VersionInfo Name="Build">0</VersionInfo>
<VersionInfo Name="Debug">False</VersionInfo>
<VersionInfo Name="PreRelease">False</VersionInfo>
<VersionInfo Name="Special">False</VersionInfo>
<VersionInfo Name="Private">False</VersionInfo>
<VersionInfo Name="DLL">False</VersionInfo>
<VersionInfo Name="Locale">1033</VersionInfo>
<VersionInfo Name="CodePage">1252</VersionInfo>
</VersionInfo>
<VersionInfoKeys>
<VersionInfoKeys Name="CompanyName"/>
<VersionInfoKeys Name="FileDescription">Abbrevia VCL designtime components</VersionInfoKeys>
<VersionInfoKeys Name="FileVersion">5.0.0.0</VersionInfoKeys>
<VersionInfoKeys Name="InternalName"/>
<VersionInfoKeys Name="LegalCopyright">Copyright (c) Abbrevia Group 2011</VersionInfoKeys>
<VersionInfoKeys Name="LegalTrademarks"/>
<VersionInfoKeys Name="OriginalFilename"/>
<VersionInfoKeys Name="ProductName">Abbrevia</VersionInfoKeys>
<VersionInfoKeys Name="ProductVersion">5.0</VersionInfoKeys>
<VersionInfoKeys Name="Comments"/>
</VersionInfoKeys>
<Debugging>
<Debugging Name="DebugSourceDirs"/>
</Debugging>
<Parameters>
<Parameters Name="RemoteHost"/>
<Parameters Name="RemotePath"/>
<Parameters Name="RemoteParams"/>
<Parameters Name="RemoteLauncher"/>
<Parameters Name="UseRemoteLauncher">False</Parameters>
<Parameters Name="RemoteCWD"/>
<Parameters Name="RemoteDebug">False</Parameters>
</Parameters>
<ProjectProperties>
<ProjectProperties Name="AutoShowDeps">False</ProjectProperties>
<ProjectProperties Name="ManagePaths">True</ProjectProperties>
<ProjectProperties Name="VerifyPackages">True</ProjectProperties>
</ProjectProperties>
</CPlusPlusBuilder.Personality>
<Platforms>
<Platform value="Win32">True</Platform>
</Platforms>
</BorlandProject>
<ProjectFileVersion>12</ProjectFileVersion>
</ProjectExtensions>
</Project>

View File

@@ -0,0 +1,17 @@
//---------------------------------------------------------------------------
#include <basepch.h>
#pragma hdrstop
#pragma package(smart_init)
//---------------------------------------------------------------------------
// Package source.
//---------------------------------------------------------------------------
#pragma argsused
int WINAPI DllEntryPoint(HINSTANCE hinst, unsigned long reason, void*)
{
return 1;
}
//---------------------------------------------------------------------------

View File

@@ -0,0 +1,60 @@
 <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<ProjectGuid>{4FBB3CA0-F846-45F2-941F-FBAF2589C62E}</ProjectGuid>
</PropertyGroup>
<ItemGroup>
<Projects Include="C++Builder XE2\Abbrevia.cbproj">
<Dependencies/>
</Projects>
<Projects Include="C++Builder XE2\AbbreviaVCL.cbproj">
<Dependencies/>
</Projects>
<Projects Include="C++Builder XE2\AbbreviaVCLDesign.cbproj">
<Dependencies/>
</Projects>
</ItemGroup>
<ProjectExtensions>
<Borland.Personality>Default.Personality.12</Borland.Personality>
<Borland.ProjectType/>
<BorlandProject>
<Default.Personality/>
</BorlandProject>
</ProjectExtensions>
<Target Name="Abbrevia">
<MSBuild Projects="C++Builder XE2\Abbrevia.cbproj"/>
</Target>
<Target Name="Abbrevia:Clean">
<MSBuild Projects="C++Builder XE2\Abbrevia.cbproj" Targets="Clean"/>
</Target>
<Target Name="Abbrevia:Make">
<MSBuild Projects="C++Builder XE2\Abbrevia.cbproj" Targets="Make"/>
</Target>
<Target Name="AbbreviaVCL">
<MSBuild Projects="C++Builder XE2\AbbreviaVCL.cbproj"/>
</Target>
<Target Name="AbbreviaVCL:Clean">
<MSBuild Projects="C++Builder XE2\AbbreviaVCL.cbproj" Targets="Clean"/>
</Target>
<Target Name="AbbreviaVCL:Make">
<MSBuild Projects="C++Builder XE2\AbbreviaVCL.cbproj" Targets="Make"/>
</Target>
<Target Name="AbbreviaVCLDesign">
<MSBuild Projects="C++Builder XE2\AbbreviaVCLDesign.cbproj"/>
</Target>
<Target Name="AbbreviaVCLDesign:Clean">
<MSBuild Projects="C++Builder XE2\AbbreviaVCLDesign.cbproj" Targets="Clean"/>
</Target>
<Target Name="AbbreviaVCLDesign:Make">
<MSBuild Projects="C++Builder XE2\AbbreviaVCLDesign.cbproj" Targets="Make"/>
</Target>
<Target Name="Build">
<CallTarget Targets="Abbrevia;AbbreviaVCL;AbbreviaVCLDesign"/>
</Target>
<Target Name="Clean">
<CallTarget Targets="Abbrevia:Clean;AbbreviaVCL:Clean;AbbreviaVCLDesign:Clean"/>
</Target>
<Target Name="Make">
<CallTarget Targets="Abbrevia:Make;AbbreviaVCL:Make;AbbreviaVCLDesign:Make"/>
</Target>
<Import Condition="Exists('$(BDS)\Bin\CodeGear.Group.Targets')" Project="$(BDS)\Bin\CodeGear.Group.Targets"/>
</Project>

View File

@@ -0,0 +1,312 @@
 <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<ProjectGuid>{B76816FE-94A0-42B9-A97C-DEA886F7E83E}</ProjectGuid>
<MainSource>Abbrevia.cpp</MainSource>
<ProjectVersion>13.4</ProjectVersion>
<Config Condition="'$(Config)'==''">Debug</Config>
<Base>True</Base>
<AppType>Library</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="'$(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)'!=''">
<VerInfo_Release>1</VerInfo_Release>
<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
<VerInfo_Keys>CompanyName=;FileDescription=Abbrevia Non-visual Components;FileVersion=5.01;InternalName=;LegalCopyright=Copyright (c) Abbrevia Group 2011;LegalTrademarks=;OriginalFilename=;ProductName=Abbrevia;ProductVersion=5.01;Comments=</VerInfo_Keys>
<DCC_Namespace>System;Xml;Data;Datasnap;Web;Soap;Winapi;System.Win;$(DCC_Namespace)</DCC_Namespace>
<VerInfo_Locale>1033</VerInfo_Locale>
<VerInfo_MajorVer>5</VerInfo_MajorVer>
<ILINK_Description>Abbrevia non-visual components</ILINK_Description>
<Multithreaded>true</Multithreaded>
<ILINK_GenerateLibFile>true</ILINK_GenerateLibFile>
<ILINK_GenerateImportLibrary>true</ILINK_GenerateImportLibrary>
<ProjectType>CppPackage</ProjectType>
<OutputExt>bpl</OutputExt>
<DllSuffix>160</DllSuffix>
<DCC_CBuilderOutput>JPHNE</DCC_CBuilderOutput>
<Defines>NO_STRICT;$(Defines)</Defines>
<DynamicRTL>true</DynamicRTL>
<IncludePath>..\..\source\;$(BDS)\include;$(BDS)\include\dinkumware;..\..\source;$(IncludePath)</IncludePath>
<ILINK_LibraryPath>..\..\source\;$(BDS)\lib;..\..\source;$(ILINK_LibraryPath)</ILINK_LibraryPath>
<BCC_wpar>false</BCC_wpar>
<BCC_OptimizeForSpeed>true</BCC_OptimizeForSpeed>
<TLIB_PageSize>32</TLIB_PageSize>
</PropertyGroup>
<PropertyGroup Condition="'$(Base_Win32)'!=''">
<DCC_Namespace>Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
<Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
<VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
</PropertyGroup>
<PropertyGroup Condition="'$(Cfg_1)'!=''">
<BCC_OptimizeForSpeed>false</BCC_OptimizeForSpeed>
<BCC_DisableOptimizations>true</BCC_DisableOptimizations>
<DCC_Optimize>false</DCC_Optimize>
<DCC_DebugInfoInExe>true</DCC_DebugInfoInExe>
<Defines>_DEBUG;$(Defines)</Defines>
<BCC_InlineFunctionExpansion>false</BCC_InlineFunctionExpansion>
<IntermediateOutputDir>Debug</IntermediateOutputDir>
<ILINK_DisableIncrementalLinking>true</ILINK_DisableIncrementalLinking>
<BCC_UseRegisterVariables>None</BCC_UseRegisterVariables>
<DCC_Define>DEBUG</DCC_Define>
<BCC_DebugLineNumbers>true</BCC_DebugLineNumbers>
<TASM_DisplaySourceLines>true</TASM_DisplaySourceLines>
<BCC_StackFrames>true</BCC_StackFrames>
<ILINK_LibraryPath>$(BDS)\lib\debug;$(ILINK_LibraryPath)</ILINK_LibraryPath>
<ILINK_FullDebugInfo>true</ILINK_FullDebugInfo>
<TASM_Debugging>Full</TASM_Debugging>
<BCC_SourceDebuggingOn>true</BCC_SourceDebuggingOn>
</PropertyGroup>
<PropertyGroup Condition="'$(Cfg_1_Win32)'!=''">
<VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=5.01;InternalName=;LegalCopyright=Copyright (c) Abbrevia Group 2011;LegalTrademarks=;OriginalFilename=;ProductName=Abbrevia;ProductVersion=5.01;Comments=</VerInfo_Keys>
</PropertyGroup>
<PropertyGroup Condition="'$(Cfg_2)'!=''">
<Defines>NDEBUG;$(Defines)</Defines>
<IntermediateOutputDir>Release</IntermediateOutputDir>
<ILINK_LibraryPath>$(BDS)\lib\release;$(ILINK_LibraryPath)</ILINK_LibraryPath>
<TASM_Debugging>None</TASM_Debugging>
</PropertyGroup>
<ItemGroup>
<CppCompile Include="Abbrevia.cpp">
<BuildOrder>0</BuildOrder>
</CppCompile>
<ResFiles Include="Abbrevia.res">
<BuildOrder>2</BuildOrder>
</ResFiles>
<PackageImport Include="rtl.bpi">
<BuildOrder>1</BuildOrder>
</PackageImport>
<DelphiCompile Include="..\..\source\AbArcTyp.pas">
<BuildOrder>7</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbBase.pas">
<BuildOrder>8</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbBitBkt.pas">
<BuildOrder>9</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbBrowse.pas">
<BuildOrder>10</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbBzip2.pas">
<BuildOrder>11</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbBzip2Typ.pas">
<BuildOrder>12</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbCabExt.pas">
<BuildOrder>16</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbCabKit.pas">
<BuildOrder>13</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbCabMak.pas">
<BuildOrder>14</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbCabTyp.pas">
<BuildOrder>15</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbCBrows.pas">
<BuildOrder>17</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbCharset.pas">
<BuildOrder>16</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbConst.pas">
<BuildOrder>13</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbCrtl.pas">
<BuildOrder>45</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbDfBase.pas">
<BuildOrder>26</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbDfCryS.pas">
<BuildOrder>27</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbDfDec.pas">
<BuildOrder>18</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbDfEnc.pas">
<BuildOrder>19</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbDfHufD.pas">
<BuildOrder>20</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbDfInW.pas">
<BuildOrder>21</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbDfOutW.pas">
<BuildOrder>22</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbDfPkMg.pas">
<BuildOrder>23</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbDfStrm.pas">
<BuildOrder>24</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbDfXlat.pas">
<BuildOrder>25</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbExcept.pas">
<BuildOrder>24</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbFciFdi.pas">
<BuildOrder>28</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbGzTyp.pas">
<BuildOrder>29</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbResString.pas">
<BuildOrder>27</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbSelfEx.pas">
<BuildOrder>36</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbSpanSt.pas">
<BuildOrder>30</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbSWStm.pas">
<BuildOrder>31</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbTarTyp.pas">
<BuildOrder>32</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbUnzOutStm.pas">
<BuildOrder>33</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbUnzper.pas">
<BuildOrder>34</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbUnzPrc.pas">
<BuildOrder>35</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbUtils.pas">
<BuildOrder>35</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbVMStrm.pas">
<BuildOrder>37</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbZBrows.pas">
<BuildOrder>38</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbZipExt.pas">
<BuildOrder>39</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbZipKit.pas">
<BuildOrder>40</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbZipper.pas">
<BuildOrder>41</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbZipPrc.pas">
<BuildOrder>42</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbZipTyp.pas">
<BuildOrder>43</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbZLTyp.pas">
<BuildOrder>44</BuildOrder>
</DelphiCompile>
<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.Cpp.Targets')" Project="$(BDS)\Bin\CodeGear.Cpp.Targets"/>
<ProjectExtensions>
<Borland.Personality>CPlusPlusBuilder.Personality.12</Borland.Personality>
<Borland.ProjectType>CppPackage</Borland.ProjectType>
<BorlandProject>
<CPlusPlusBuilder.Personality>
<Source>
<Source Name="MainSource">Abbrevia.cpp</Source>
</Source>
<VersionInfo>
<VersionInfo Name="IncludeVerInfo">True</VersionInfo>
<VersionInfo Name="AutoIncBuild">False</VersionInfo>
<VersionInfo Name="MajorVer">4</VersionInfo>
<VersionInfo Name="MinorVer">0</VersionInfo>
<VersionInfo Name="Release">0</VersionInfo>
<VersionInfo Name="Build">0</VersionInfo>
<VersionInfo Name="Debug">False</VersionInfo>
<VersionInfo Name="PreRelease">False</VersionInfo>
<VersionInfo Name="Special">False</VersionInfo>
<VersionInfo Name="Private">False</VersionInfo>
<VersionInfo Name="DLL">False</VersionInfo>
<VersionInfo Name="Locale">1033</VersionInfo>
<VersionInfo Name="CodePage">1252</VersionInfo>
</VersionInfo>
<VersionInfoKeys>
<VersionInfoKeys Name="CompanyName"/>
<VersionInfoKeys Name="FileDescription">Abbrevia Non-visual Components</VersionInfoKeys>
<VersionInfoKeys Name="FileVersion">5.0.0.0</VersionInfoKeys>
<VersionInfoKeys Name="InternalName"/>
<VersionInfoKeys Name="LegalCopyright">Copyright (c) Abbrevia Group 2011</VersionInfoKeys>
<VersionInfoKeys Name="LegalTrademarks"/>
<VersionInfoKeys Name="OriginalFilename"/>
<VersionInfoKeys Name="ProductName">Abbrevia</VersionInfoKeys>
<VersionInfoKeys Name="ProductVersion">5.0</VersionInfoKeys>
<VersionInfoKeys Name="Comments"/>
</VersionInfoKeys>
<Debugging>
<Debugging Name="DebugSourceDirs"/>
</Debugging>
<Parameters>
<Parameters Name="RemoteHost"/>
<Parameters Name="RemotePath"/>
<Parameters Name="RemoteParams"/>
<Parameters Name="RemoteLauncher"/>
<Parameters Name="UseRemoteLauncher">False</Parameters>
<Parameters Name="RemoteCWD"/>
<Parameters Name="RemoteDebug">False</Parameters>
</Parameters>
<ProjectProperties>
<ProjectProperties Name="AutoShowDeps">False</ProjectProperties>
<ProjectProperties Name="ManagePaths">True</ProjectProperties>
<ProjectProperties Name="VerifyPackages">True</ProjectProperties>
</ProjectProperties>
<Excluded_Packages>
<Excluded_Packages Name="$(BDSBIN)\fmidesigner160.bpl">FMI Form designer and property and component editors</Excluded_Packages>
</Excluded_Packages>
</CPlusPlusBuilder.Personality>
<Platforms>
<Platform value="OSX32">False</Platform>
<Platform value="Win32">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>

View File

@@ -0,0 +1,17 @@
//---------------------------------------------------------------------------
#include <basepch.h>
#pragma hdrstop
#pragma package(smart_init)
//---------------------------------------------------------------------------
// Package source.
//---------------------------------------------------------------------------
#pragma argsused
int WINAPI DllEntryPoint(HINSTANCE hinst, unsigned long reason, void*)
{
return 1;
}
//---------------------------------------------------------------------------

View File

@@ -0,0 +1,210 @@
 <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<ProjectGuid>{453EB596-5EDE-489E-8D9D-90A919F93FAA}</ProjectGuid>
<MainSource>AbbreviaVCL.cpp</MainSource>
<ProjectVersion>13.4</ProjectVersion>
<Config Condition="'$(Config)'==''">Debug</Config>
<Base>True</Base>
<AppType>Library</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="'$(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)'!=''">
<VerInfo_MajorVer>4</VerInfo_MajorVer>
<VerInfo_Keys>CompanyName=;FileDescription=Abbrevia VCL runtime components;FileVersion=5.0.0.0;InternalName=;LegalCopyright=Copyright (c) Abbrevia Group 2011;LegalTrademarks=;OriginalFilename=;ProductName=Abbrevia;ProductVersion=5.0;Comments=</VerInfo_Keys>
<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
<DCC_Namespace>System;Xml;Data;Datasnap;Web;Soap;Vcl;Winapi;$(DCC_Namespace)</DCC_Namespace>
<VerInfo_Locale>1033</VerInfo_Locale>
<Multithreaded>true</Multithreaded>
<ILINK_GenerateLibFile>true</ILINK_GenerateLibFile>
<ILINK_GenerateImportLibrary>true</ILINK_GenerateImportLibrary>
<ProjectType>CppPackage</ProjectType>
<OutputExt>bpl</OutputExt>
<ILINK_Description>Abbrevia VCL runtime components</ILINK_Description>
<DllSuffix>160</DllSuffix>
<DCC_CBuilderOutput>JPHNE</DCC_CBuilderOutput>
<Defines>NO_STRICT;$(Defines)</Defines>
<DynamicRTL>true</DynamicRTL>
<IncludePath>..\..\source\;$(BDS)\include;$(BDS)\include\dinkumware;..\..\source;$(IncludePath)</IncludePath>
<ILINK_LibraryPath>..\..\source\;$(BDS)\lib;..\..\source;$(ILINK_LibraryPath)</ILINK_LibraryPath>
<BCC_wpar>false</BCC_wpar>
<BCC_OptimizeForSpeed>true</BCC_OptimizeForSpeed>
</PropertyGroup>
<PropertyGroup Condition="'$(Base_Win32)'!=''">
<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
<DCC_Namespace>System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
<VerInfo_Locale>1033</VerInfo_Locale>
<Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
<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)'!=''">
<BCC_OptimizeForSpeed>false</BCC_OptimizeForSpeed>
<BCC_DisableOptimizations>true</BCC_DisableOptimizations>
<DCC_Optimize>false</DCC_Optimize>
<DCC_DebugInfoInExe>true</DCC_DebugInfoInExe>
<Defines>_DEBUG;$(Defines)</Defines>
<BCC_InlineFunctionExpansion>false</BCC_InlineFunctionExpansion>
<IntermediateOutputDir>Debug</IntermediateOutputDir>
<ILINK_DisableIncrementalLinking>true</ILINK_DisableIncrementalLinking>
<BCC_UseRegisterVariables>None</BCC_UseRegisterVariables>
<DCC_Define>DEBUG</DCC_Define>
<BCC_DebugLineNumbers>true</BCC_DebugLineNumbers>
<TASM_DisplaySourceLines>true</TASM_DisplaySourceLines>
<BCC_StackFrames>true</BCC_StackFrames>
<ILINK_LibraryPath>$(BDS)\lib\debug;$(ILINK_LibraryPath)</ILINK_LibraryPath>
<ILINK_FullDebugInfo>true</ILINK_FullDebugInfo>
<TASM_Debugging>Full</TASM_Debugging>
<BCC_SourceDebuggingOn>true</BCC_SourceDebuggingOn>
</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>
</PropertyGroup>
<PropertyGroup Condition="'$(Cfg_2)'!=''">
<Defines>NDEBUG;$(Defines)</Defines>
<IntermediateOutputDir>Release</IntermediateOutputDir>
<ILINK_LibraryPath>$(BDS)\lib\release;$(ILINK_LibraryPath)</ILINK_LibraryPath>
<TASM_Debugging>None</TASM_Debugging>
</PropertyGroup>
<ItemGroup>
<PackageImport Include="Abbrevia.bpi">
<BuildOrder>3</BuildOrder>
</PackageImport>
<CppCompile Include="AbbreviaVCL.cpp">
<BuildOrder>0</BuildOrder>
</CppCompile>
<ResFiles Include="AbbreviaVCL.res">
<BuildOrder>2</BuildOrder>
</ResFiles>
<PackageImport Include="rtl.bpi">
<BuildOrder>11</BuildOrder>
</PackageImport>
<PackageImport Include="vcl.bpi">
<BuildOrder>4</BuildOrder>
</PackageImport>
<DelphiCompile Include="..\..\source\AbBseVCL.pas">
<BuildOrder>8</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbComCtrls.pas">
<BuildOrder>9</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbCompnd.pas">
<BuildOrder>9</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbCView.pas">
<BuildOrder>10</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbHexVw.pas">
<BuildOrder>11</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbMeter.pas">
<BuildOrder>5</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbView.pas">
<BuildOrder>6</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbZView.pas">
<BuildOrder>7</BuildOrder>
</DelphiCompile>
<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.Cpp.Targets')" Project="$(BDS)\Bin\CodeGear.Cpp.Targets"/>
<ProjectExtensions>
<Borland.Personality>CPlusPlusBuilder.Personality.12</Borland.Personality>
<Borland.ProjectType>CppPackage</Borland.ProjectType>
<BorlandProject>
<CPlusPlusBuilder.Personality>
<Source>
<Source Name="MainSource">AbbreviaVCL.cpp</Source>
</Source>
<VersionInfo>
<VersionInfo Name="IncludeVerInfo">True</VersionInfo>
<VersionInfo Name="AutoIncBuild">False</VersionInfo>
<VersionInfo Name="MajorVer">4</VersionInfo>
<VersionInfo Name="MinorVer">0</VersionInfo>
<VersionInfo Name="Release">0</VersionInfo>
<VersionInfo Name="Build">0</VersionInfo>
<VersionInfo Name="Debug">False</VersionInfo>
<VersionInfo Name="PreRelease">False</VersionInfo>
<VersionInfo Name="Special">False</VersionInfo>
<VersionInfo Name="Private">False</VersionInfo>
<VersionInfo Name="DLL">False</VersionInfo>
<VersionInfo Name="Locale">1033</VersionInfo>
<VersionInfo Name="CodePage">1252</VersionInfo>
</VersionInfo>
<VersionInfoKeys>
<VersionInfoKeys Name="CompanyName"/>
<VersionInfoKeys Name="FileDescription">Abbrevia VCL runtime components</VersionInfoKeys>
<VersionInfoKeys Name="FileVersion">5.0.0.0</VersionInfoKeys>
<VersionInfoKeys Name="InternalName"/>
<VersionInfoKeys Name="LegalCopyright">Copyright (c) Abbrevia Group 2011</VersionInfoKeys>
<VersionInfoKeys Name="LegalTrademarks"/>
<VersionInfoKeys Name="OriginalFilename"/>
<VersionInfoKeys Name="ProductName">Abbrevia</VersionInfoKeys>
<VersionInfoKeys Name="ProductVersion">5.0</VersionInfoKeys>
<VersionInfoKeys Name="Comments"/>
</VersionInfoKeys>
<Debugging>
<Debugging Name="DebugSourceDirs"/>
</Debugging>
<Parameters>
<Parameters Name="RemoteHost"/>
<Parameters Name="RemotePath"/>
<Parameters Name="RemoteParams"/>
<Parameters Name="RemoteLauncher"/>
<Parameters Name="UseRemoteLauncher">False</Parameters>
<Parameters Name="RemoteCWD"/>
<Parameters Name="RemoteDebug">False</Parameters>
</Parameters>
<ProjectProperties>
<ProjectProperties Name="AutoShowDeps">False</ProjectProperties>
<ProjectProperties Name="ManagePaths">True</ProjectProperties>
<ProjectProperties Name="VerifyPackages">True</ProjectProperties>
</ProjectProperties>
<Excluded_Packages>
<Excluded_Packages Name="$(BDSBIN)\fmidesigner160.bpl">FMI Form designer and property and component editors</Excluded_Packages>
</Excluded_Packages>
</CPlusPlusBuilder.Personality>
<Platforms>
<Platform value="OSX32">False</Platform>
<Platform value="Win32">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>

View File

@@ -0,0 +1,17 @@
//---------------------------------------------------------------------------
#include <basepch.h>
#pragma hdrstop
#pragma package(smart_init)
//---------------------------------------------------------------------------
// Package source.
//---------------------------------------------------------------------------
#pragma argsused
int WINAPI DllEntryPoint(HINSTANCE hinst, unsigned long reason, void*)
{
return 1;
}
//---------------------------------------------------------------------------

View File

@@ -0,0 +1,217 @@
 <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<ProjectGuid>{7E473AA9-02F8-498A-B77B-1F70BEA9B14B}</ProjectGuid>
<MainSource>AbbreviaVCLDesign.cpp</MainSource>
<ProjectVersion>13.4</ProjectVersion>
<Config Condition="'$(Config)'==''">Debug</Config>
<Base>True</Base>
<AppType>Library</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="'$(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)'!=''">
<VerInfo_MajorVer>4</VerInfo_MajorVer>
<VerInfo_Keys>CompanyName=;FileDescription=Abbrevia VCL designtime components;FileVersion=5.0.0.0;InternalName=;LegalCopyright=Copyright (c) Abbrevia Group 2011;LegalTrademarks=;OriginalFilename=;ProductName=Abbrevia;ProductVersion=5.0;Comments=</VerInfo_Keys>
<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
<DCC_Namespace>System;Xml;Data;Datasnap;Web;Soap;Winapi;Vcl;$(DCC_Namespace)</DCC_Namespace>
<VerInfo_Locale>1033</VerInfo_Locale>
<ILINK_Description>Abbrevia VCL designtime components</ILINK_Description>
<Multithreaded>true</Multithreaded>
<ILINK_GenerateLibFile>true</ILINK_GenerateLibFile>
<ILINK_GenerateImportLibrary>true</ILINK_GenerateImportLibrary>
<ProjectType>CppPackage</ProjectType>
<OutputExt>bpl</OutputExt>
<DCC_AdditionalSwitches>-LUDesignIDE</DCC_AdditionalSwitches>
<DllSuffix>160</DllSuffix>
<DCC_CBuilderOutput>JPHNE</DCC_CBuilderOutput>
<Defines>NO_STRICT;$(Defines)</Defines>
<DynamicRTL>true</DynamicRTL>
<IncludePath>..\..\source\;$(BDS)\include;$(BDS)\include\dinkumware;..\..\source;$(IncludePath)</IncludePath>
<ILINK_LibraryPath>..\..\source\;$(BDS)\lib;..\..\source;$(ILINK_LibraryPath)</ILINK_LibraryPath>
<BCC_wpar>false</BCC_wpar>
<BCC_OptimizeForSpeed>true</BCC_OptimizeForSpeed>
</PropertyGroup>
<PropertyGroup Condition="'$(Base_Win32)'!=''">
<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
<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>
<Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
<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)'!=''">
<BCC_OptimizeForSpeed>false</BCC_OptimizeForSpeed>
<BCC_DisableOptimizations>true</BCC_DisableOptimizations>
<DCC_Optimize>false</DCC_Optimize>
<DCC_DebugInfoInExe>true</DCC_DebugInfoInExe>
<Defines>_DEBUG;$(Defines)</Defines>
<BCC_InlineFunctionExpansion>false</BCC_InlineFunctionExpansion>
<IntermediateOutputDir>Debug</IntermediateOutputDir>
<ILINK_DisableIncrementalLinking>true</ILINK_DisableIncrementalLinking>
<BCC_UseRegisterVariables>None</BCC_UseRegisterVariables>
<DCC_Define>DEBUG</DCC_Define>
<BCC_DebugLineNumbers>true</BCC_DebugLineNumbers>
<TASM_DisplaySourceLines>true</TASM_DisplaySourceLines>
<BCC_StackFrames>true</BCC_StackFrames>
<ILINK_LibraryPath>$(BDS)\lib\debug;$(ILINK_LibraryPath)</ILINK_LibraryPath>
<ILINK_FullDebugInfo>true</ILINK_FullDebugInfo>
<TASM_Debugging>Full</TASM_Debugging>
<BCC_SourceDebuggingOn>true</BCC_SourceDebuggingOn>
</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>
</PropertyGroup>
<PropertyGroup Condition="'$(Cfg_2)'!=''">
<Defines>NDEBUG;$(Defines)</Defines>
<IntermediateOutputDir>Release</IntermediateOutputDir>
<ILINK_LibraryPath>$(BDS)\lib\release;$(ILINK_LibraryPath)</ILINK_LibraryPath>
<TASM_Debugging>None</TASM_Debugging>
</PropertyGroup>
<ItemGroup>
<PackageImport Include="AbbreviaVCL.bpi">
<BuildOrder>3</BuildOrder>
</PackageImport>
<CppCompile Include="AbbreviaVCLDesign.cpp">
<BuildOrder>0</BuildOrder>
</CppCompile>
<ResFiles Include="AbbreviaVCLDesign.res">
<BuildOrder>2</BuildOrder>
</ResFiles>
<PackageImport Include="designide.bpi">
<BuildOrder>3</BuildOrder>
</PackageImport>
<PackageImport Include="rtl.bpi">
<BuildOrder>12</BuildOrder>
</PackageImport>
<PackageImport Include="vcl.bpi">
<BuildOrder>13</BuildOrder>
</PackageImport>
<PackageImport Include="vclx.bpi">
<BuildOrder>14</BuildOrder>
</PackageImport>
<DelphiCompile Include="..\..\source\AbDlgDir.pas">
<BuildOrder>9</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbDlgPwd.pas">
<BuildOrder>10</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbPeCol.pas">
<BuildOrder>11</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbPeDir.pas">
<BuildOrder>4</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbPeFn.pas">
<BuildOrder>5</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbPePass.pas">
<BuildOrder>6</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbPeVer.pas">
<BuildOrder>7</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbRegVcl.pas">
<BuildOrder>8</BuildOrder>
</DelphiCompile>
<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.Cpp.Targets')" Project="$(BDS)\Bin\CodeGear.Cpp.Targets"/>
<ProjectExtensions>
<Borland.Personality>CPlusPlusBuilder.Personality.12</Borland.Personality>
<Borland.ProjectType>CppPackage</Borland.ProjectType>
<BorlandProject>
<CPlusPlusBuilder.Personality>
<Source>
<Source Name="MainSource">AbbreviaVCLDesign.cpp</Source>
</Source>
<VersionInfo>
<VersionInfo Name="IncludeVerInfo">True</VersionInfo>
<VersionInfo Name="AutoIncBuild">False</VersionInfo>
<VersionInfo Name="MajorVer">4</VersionInfo>
<VersionInfo Name="MinorVer">0</VersionInfo>
<VersionInfo Name="Release">0</VersionInfo>
<VersionInfo Name="Build">0</VersionInfo>
<VersionInfo Name="Debug">False</VersionInfo>
<VersionInfo Name="PreRelease">False</VersionInfo>
<VersionInfo Name="Special">False</VersionInfo>
<VersionInfo Name="Private">False</VersionInfo>
<VersionInfo Name="DLL">False</VersionInfo>
<VersionInfo Name="Locale">1033</VersionInfo>
<VersionInfo Name="CodePage">1252</VersionInfo>
</VersionInfo>
<VersionInfoKeys>
<VersionInfoKeys Name="CompanyName"/>
<VersionInfoKeys Name="FileDescription">Abbrevia VCL designtime components</VersionInfoKeys>
<VersionInfoKeys Name="FileVersion">5.0.0.0</VersionInfoKeys>
<VersionInfoKeys Name="InternalName"/>
<VersionInfoKeys Name="LegalCopyright">Copyright (c) Abbrevia Group 2011</VersionInfoKeys>
<VersionInfoKeys Name="LegalTrademarks"/>
<VersionInfoKeys Name="OriginalFilename"/>
<VersionInfoKeys Name="ProductName">Abbrevia</VersionInfoKeys>
<VersionInfoKeys Name="ProductVersion">5.0</VersionInfoKeys>
<VersionInfoKeys Name="Comments"/>
</VersionInfoKeys>
<Debugging>
<Debugging Name="DebugSourceDirs"/>
</Debugging>
<Parameters>
<Parameters Name="RemoteHost"/>
<Parameters Name="RemotePath"/>
<Parameters Name="RemoteParams"/>
<Parameters Name="RemoteLauncher"/>
<Parameters Name="UseRemoteLauncher">False</Parameters>
<Parameters Name="RemoteCWD"/>
<Parameters Name="RemoteDebug">False</Parameters>
</Parameters>
<ProjectProperties>
<ProjectProperties Name="AutoShowDeps">False</ProjectProperties>
<ProjectProperties Name="ManagePaths">True</ProjectProperties>
<ProjectProperties Name="VerifyPackages">True</ProjectProperties>
</ProjectProperties>
<Excluded_Packages>
<Excluded_Packages Name="$(BDSBIN)\fmidesigner160.bpl">FMI Form designer and property and component editors</Excluded_Packages>
</Excluded_Packages>
</CPlusPlusBuilder.Personality>
<Platforms>
<Platform value="OSX32">False</Platform>
<Platform value="Win32">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>

View File

@@ -0,0 +1,17 @@
//---------------------------------------------------------------------------
#include <basepch.h>
#pragma hdrstop
#pragma package(smart_init)
//---------------------------------------------------------------------------
// Package source.
//---------------------------------------------------------------------------
#pragma argsused
int WINAPI DllEntryPoint(HINSTANCE hinst, unsigned long reason, void*)
{
return 1;
}
//---------------------------------------------------------------------------

View File

@@ -0,0 +1,60 @@
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<ProjectGuid>{4FBB3CA0-F846-45F2-941F-FBAF2589C62E}</ProjectGuid>
</PropertyGroup>
<ItemGroup>
<Projects Include="C++Builder XE3\Abbrevia.cbproj">
<Dependencies/>
</Projects>
<Projects Include="C++Builder XE3\AbbreviaVCL.cbproj">
<Dependencies/>
</Projects>
<Projects Include="C++Builder XE3\AbbreviaVCLDesign.cbproj">
<Dependencies/>
</Projects>
</ItemGroup>
<ProjectExtensions>
<Borland.Personality>Default.Personality.12</Borland.Personality>
<Borland.ProjectType/>
<BorlandProject>
<Default.Personality/>
</BorlandProject>
</ProjectExtensions>
<Target Name="Abbrevia">
<MSBuild Projects="C++Builder XE3\Abbrevia.cbproj"/>
</Target>
<Target Name="Abbrevia:Clean">
<MSBuild Projects="C++Builder XE3\Abbrevia.cbproj" Targets="Clean"/>
</Target>
<Target Name="Abbrevia:Make">
<MSBuild Projects="C++Builder XE3\Abbrevia.cbproj" Targets="Make"/>
</Target>
<Target Name="AbbreviaVCL">
<MSBuild Projects="C++Builder XE3\AbbreviaVCL.cbproj"/>
</Target>
<Target Name="AbbreviaVCL:Clean">
<MSBuild Projects="C++Builder XE3\AbbreviaVCL.cbproj" Targets="Clean"/>
</Target>
<Target Name="AbbreviaVCL:Make">
<MSBuild Projects="C++Builder XE3\AbbreviaVCL.cbproj" Targets="Make"/>
</Target>
<Target Name="AbbreviaVCLDesign">
<MSBuild Projects="C++Builder XE3\AbbreviaVCLDesign.cbproj"/>
</Target>
<Target Name="AbbreviaVCLDesign:Clean">
<MSBuild Projects="C++Builder XE3\AbbreviaVCLDesign.cbproj" Targets="Clean"/>
</Target>
<Target Name="AbbreviaVCLDesign:Make">
<MSBuild Projects="C++Builder XE3\AbbreviaVCLDesign.cbproj" Targets="Make"/>
</Target>
<Target Name="Build">
<CallTarget Targets="Abbrevia;AbbreviaVCL;AbbreviaVCLDesign"/>
</Target>
<Target Name="Clean">
<CallTarget Targets="Abbrevia:Clean;AbbreviaVCL:Clean;AbbreviaVCLDesign:Clean"/>
</Target>
<Target Name="Make">
<CallTarget Targets="Abbrevia:Make;AbbreviaVCL:Make;AbbreviaVCLDesign:Make"/>
</Target>
<Import Project="$(BDS)\Bin\CodeGear.Group.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Group.Targets')"/>
</Project>

View File

@@ -0,0 +1,319 @@
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<ProjectGuid>{B76816FE-94A0-42B9-A97C-DEA886F7E83E}</ProjectGuid>
<MainSource>Abbrevia.cpp</MainSource>
<ProjectVersion>14.3</ProjectVersion>
<Config Condition="'$(Config)'==''">Debug</Config>
<Base>True</Base>
<AppType>Library</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="'$(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)'!=''">
<VerInfo_Release>1</VerInfo_Release>
<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
<VerInfo_Keys>CompanyName=;FileDescription=Abbrevia Non-visual Components;FileVersion=5.01;InternalName=;LegalCopyright=Copyright (c) Abbrevia Group 2011;LegalTrademarks=;OriginalFilename=;ProductName=Abbrevia;ProductVersion=5.01;Comments=</VerInfo_Keys>
<DCC_Namespace>System;Xml;Data;Datasnap;Web;Soap;Winapi;System.Win;$(DCC_Namespace)</DCC_Namespace>
<VerInfo_Locale>1033</VerInfo_Locale>
<VerInfo_MajorVer>5</VerInfo_MajorVer>
<ILINK_Description>Abbrevia non-visual components</ILINK_Description>
<Multithreaded>true</Multithreaded>
<ILINK_GenerateLibFile>true</ILINK_GenerateLibFile>
<ILINK_GenerateImportLibrary>true</ILINK_GenerateImportLibrary>
<ProjectType>CppPackage</ProjectType>
<OutputExt>bpl</OutputExt>
<DllSuffix>160</DllSuffix>
<DCC_CBuilderOutput>JPHNE</DCC_CBuilderOutput>
<Defines>NO_STRICT;$(Defines)</Defines>
<DynamicRTL>true</DynamicRTL>
<IncludePath>..\..\source\;$(BDS)\include;$(BDS)\include\dinkumware;..\..\source;$(IncludePath)</IncludePath>
<ILINK_LibraryPath>..\..\source\;$(BDS)\lib;..\..\source;$(ILINK_LibraryPath)</ILINK_LibraryPath>
<BCC_wpar>false</BCC_wpar>
<BCC_OptimizeForSpeed>true</BCC_OptimizeForSpeed>
<TLIB_PageSize>32</TLIB_PageSize>
</PropertyGroup>
<PropertyGroup Condition="'$(Base_Win32)'!=''">
<DCC_Namespace>Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
<Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
<VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
</PropertyGroup>
<PropertyGroup Condition="'$(Cfg_1)'!=''">
<BCC_OptimizeForSpeed>false</BCC_OptimizeForSpeed>
<BCC_DisableOptimizations>true</BCC_DisableOptimizations>
<DCC_Optimize>false</DCC_Optimize>
<DCC_DebugInfoInExe>true</DCC_DebugInfoInExe>
<Defines>_DEBUG;$(Defines)</Defines>
<BCC_InlineFunctionExpansion>false</BCC_InlineFunctionExpansion>
<IntermediateOutputDir>Debug</IntermediateOutputDir>
<ILINK_DisableIncrementalLinking>true</ILINK_DisableIncrementalLinking>
<BCC_UseRegisterVariables>None</BCC_UseRegisterVariables>
<DCC_Define>DEBUG</DCC_Define>
<BCC_DebugLineNumbers>true</BCC_DebugLineNumbers>
<TASM_DisplaySourceLines>true</TASM_DisplaySourceLines>
<BCC_StackFrames>true</BCC_StackFrames>
<ILINK_LibraryPath>$(BDS)\lib\debug;$(ILINK_LibraryPath)</ILINK_LibraryPath>
<ILINK_FullDebugInfo>true</ILINK_FullDebugInfo>
<TASM_Debugging>Full</TASM_Debugging>
<BCC_SourceDebuggingOn>true</BCC_SourceDebuggingOn>
</PropertyGroup>
<PropertyGroup Condition="'$(Cfg_1_Win32)'!=''">
<DllSuffix>170</DllSuffix>
<VerInfo_Release>0</VerInfo_Release>
<VerInfo_MinorVer>1</VerInfo_MinorVer>
<VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=5.1.0.0;InternalName=;LegalCopyright=Copyright (c) Abbrevia Group 2012;LegalTrademarks=;OriginalFilename=;ProductName=Abbrevia;ProductVersion=5.1;Comments=</VerInfo_Keys>
</PropertyGroup>
<PropertyGroup Condition="'$(Cfg_2)'!=''">
<Defines>NDEBUG;$(Defines)</Defines>
<IntermediateOutputDir>Release</IntermediateOutputDir>
<ILINK_LibraryPath>$(BDS)\lib\release;$(ILINK_LibraryPath)</ILINK_LibraryPath>
<TASM_Debugging>None</TASM_Debugging>
</PropertyGroup>
<ItemGroup>
<CppCompile Include="Abbrevia.cpp">
<BuildOrder>0</BuildOrder>
</CppCompile>
<ResFiles Include="Abbrevia.res">
<BuildOrder>2</BuildOrder>
</ResFiles>
<PackageImport Include="rtl.bpi">
<BuildOrder>1</BuildOrder>
</PackageImport>
<DelphiCompile Include="..\..\source\AbArcTyp.pas">
<BuildOrder>7</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbBase.pas">
<BuildOrder>8</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbBitBkt.pas">
<BuildOrder>9</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbBrowse.pas">
<BuildOrder>10</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbBzip2.pas">
<BuildOrder>11</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbBzip2Typ.pas">
<BuildOrder>12</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbCabExt.pas">
<BuildOrder>16</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbCabKit.pas">
<BuildOrder>13</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbCabMak.pas">
<BuildOrder>14</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbCabTyp.pas">
<BuildOrder>15</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbCBrows.pas">
<BuildOrder>17</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbCharset.pas">
<BuildOrder>16</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbConst.pas">
<BuildOrder>13</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbCrtl.pas">
<BuildOrder>45</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbDfBase.pas">
<BuildOrder>26</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbDfCryS.pas">
<BuildOrder>27</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbDfDec.pas">
<BuildOrder>18</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbDfEnc.pas">
<BuildOrder>19</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbDfHufD.pas">
<BuildOrder>20</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbDfInW.pas">
<BuildOrder>21</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbDfOutW.pas">
<BuildOrder>22</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbDfPkMg.pas">
<BuildOrder>23</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbDfStrm.pas">
<BuildOrder>24</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbDfXlat.pas">
<BuildOrder>25</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbExcept.pas">
<BuildOrder>24</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbFciFdi.pas">
<BuildOrder>28</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbGzTyp.pas">
<BuildOrder>29</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbResString.pas">
<BuildOrder>27</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbSelfEx.pas">
<BuildOrder>36</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbSpanSt.pas">
<BuildOrder>30</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbSWStm.pas">
<BuildOrder>31</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbTarTyp.pas">
<BuildOrder>32</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbUnzOutStm.pas">
<BuildOrder>33</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbUnzper.pas">
<BuildOrder>34</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbUnzPrc.pas">
<BuildOrder>35</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbUtils.pas">
<BuildOrder>35</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbVMStrm.pas">
<BuildOrder>37</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbZBrows.pas">
<BuildOrder>38</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbZipExt.pas">
<BuildOrder>39</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbZipKit.pas">
<BuildOrder>40</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbZipper.pas">
<BuildOrder>41</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbZipPrc.pas">
<BuildOrder>42</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbZipTyp.pas">
<BuildOrder>43</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbZLTyp.pas">
<BuildOrder>44</BuildOrder>
</DelphiCompile>
<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.Cpp.Targets')" Project="$(BDS)\Bin\CodeGear.Cpp.Targets"/>
<ProjectExtensions>
<Borland.Personality>CPlusPlusBuilder.Personality.12</Borland.Personality>
<Borland.ProjectType>CppPackage</Borland.ProjectType>
<BorlandProject>
<CPlusPlusBuilder.Personality>
<Source>
<Source Name="MainSource">Abbrevia.cpp</Source>
</Source>
<VersionInfo>
<VersionInfo Name="IncludeVerInfo">True</VersionInfo>
<VersionInfo Name="AutoIncBuild">False</VersionInfo>
<VersionInfo Name="MajorVer">4</VersionInfo>
<VersionInfo Name="MinorVer">0</VersionInfo>
<VersionInfo Name="Release">0</VersionInfo>
<VersionInfo Name="Build">0</VersionInfo>
<VersionInfo Name="Debug">False</VersionInfo>
<VersionInfo Name="PreRelease">False</VersionInfo>
<VersionInfo Name="Special">False</VersionInfo>
<VersionInfo Name="Private">False</VersionInfo>
<VersionInfo Name="DLL">False</VersionInfo>
<VersionInfo Name="Locale">1033</VersionInfo>
<VersionInfo Name="CodePage">1252</VersionInfo>
</VersionInfo>
<VersionInfoKeys>
<VersionInfoKeys Name="CompanyName"/>
<VersionInfoKeys Name="FileDescription">Abbrevia Non-visual Components</VersionInfoKeys>
<VersionInfoKeys Name="FileVersion">5.0.0.0</VersionInfoKeys>
<VersionInfoKeys Name="InternalName"/>
<VersionInfoKeys Name="LegalCopyright">Copyright (c) Abbrevia Group 2011</VersionInfoKeys>
<VersionInfoKeys Name="LegalTrademarks"/>
<VersionInfoKeys Name="OriginalFilename"/>
<VersionInfoKeys Name="ProductName">Abbrevia</VersionInfoKeys>
<VersionInfoKeys Name="ProductVersion">5.0</VersionInfoKeys>
<VersionInfoKeys Name="Comments"/>
</VersionInfoKeys>
<Debugging>
<Debugging Name="DebugSourceDirs"/>
</Debugging>
<Parameters>
<Parameters Name="RemoteHost"/>
<Parameters Name="RemotePath"/>
<Parameters Name="RemoteParams"/>
<Parameters Name="RemoteLauncher"/>
<Parameters Name="UseRemoteLauncher">False</Parameters>
<Parameters Name="RemoteCWD"/>
<Parameters Name="RemoteDebug">False</Parameters>
</Parameters>
<ProjectProperties>
<ProjectProperties Name="AutoShowDeps">False</ProjectProperties>
<ProjectProperties Name="ManagePaths">True</ProjectProperties>
<ProjectProperties Name="VerifyPackages">True</ProjectProperties>
</ProjectProperties>
<Excluded_Packages>
<Excluded_Packages Name="$(BDSBIN)\bcboffice2k170.bpl">Embarcadero C++Builder Office 2000 Servers Package</Excluded_Packages>
<Excluded_Packages Name="$(BDSBIN)\bcbofficexp170.bpl">Embarcadero C++Builder Office XP Servers Package</Excluded_Packages>
<Excluded_Packages Name="$(BDSBIN)\dcloffice2k170.bpl">Microsoft Office 2000 Sample Automation Server Wrapper Components</Excluded_Packages>
<Excluded_Packages Name="$(BDSBIN)\dclofficexp170.bpl">Microsoft Office XP Sample Automation Server Wrapper Components</Excluded_Packages>
</Excluded_Packages>
</CPlusPlusBuilder.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>

View File

@@ -0,0 +1,17 @@
//---------------------------------------------------------------------------
#include <basepch.h>
#pragma hdrstop
#pragma package(smart_init)
//---------------------------------------------------------------------------
// Package source.
//---------------------------------------------------------------------------
#pragma argsused
int WINAPI DllEntryPoint(HINSTANCE hinst, unsigned long reason, void*)
{
return 1;
}
//---------------------------------------------------------------------------

View File

@@ -0,0 +1,217 @@
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<ProjectGuid>{453EB596-5EDE-489E-8D9D-90A919F93FAA}</ProjectGuid>
<MainSource>AbbreviaVCL.cpp</MainSource>
<ProjectVersion>14.3</ProjectVersion>
<Config Condition="'$(Config)'==''">Debug</Config>
<Base>True</Base>
<AppType>Library</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="'$(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)'!=''">
<VerInfo_MajorVer>4</VerInfo_MajorVer>
<VerInfo_Keys>CompanyName=;FileDescription=Abbrevia VCL runtime components;FileVersion=5.0.0.0;InternalName=;LegalCopyright=Copyright (c) Abbrevia Group 2011;LegalTrademarks=;OriginalFilename=;ProductName=Abbrevia;ProductVersion=5.0;Comments=</VerInfo_Keys>
<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
<DCC_Namespace>System;Xml;Data;Datasnap;Web;Soap;Vcl;Winapi;$(DCC_Namespace)</DCC_Namespace>
<VerInfo_Locale>1033</VerInfo_Locale>
<Multithreaded>true</Multithreaded>
<ILINK_GenerateLibFile>true</ILINK_GenerateLibFile>
<ILINK_GenerateImportLibrary>true</ILINK_GenerateImportLibrary>
<ProjectType>CppPackage</ProjectType>
<OutputExt>bpl</OutputExt>
<ILINK_Description>Abbrevia VCL runtime components</ILINK_Description>
<DllSuffix>160</DllSuffix>
<DCC_CBuilderOutput>JPHNE</DCC_CBuilderOutput>
<Defines>NO_STRICT;$(Defines)</Defines>
<DynamicRTL>true</DynamicRTL>
<IncludePath>..\..\source\;$(BDS)\include;$(BDS)\include\dinkumware;..\..\source;$(IncludePath)</IncludePath>
<ILINK_LibraryPath>..\..\source\;$(BDS)\lib;..\..\source;$(ILINK_LibraryPath)</ILINK_LibraryPath>
<BCC_wpar>false</BCC_wpar>
<BCC_OptimizeForSpeed>true</BCC_OptimizeForSpeed>
</PropertyGroup>
<PropertyGroup Condition="'$(Base_Win32)'!=''">
<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
<DCC_Namespace>System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
<VerInfo_Locale>1033</VerInfo_Locale>
<Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
<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)'!=''">
<BCC_OptimizeForSpeed>false</BCC_OptimizeForSpeed>
<BCC_DisableOptimizations>true</BCC_DisableOptimizations>
<DCC_Optimize>false</DCC_Optimize>
<DCC_DebugInfoInExe>true</DCC_DebugInfoInExe>
<Defines>_DEBUG;$(Defines)</Defines>
<BCC_InlineFunctionExpansion>false</BCC_InlineFunctionExpansion>
<IntermediateOutputDir>Debug</IntermediateOutputDir>
<ILINK_DisableIncrementalLinking>true</ILINK_DisableIncrementalLinking>
<BCC_UseRegisterVariables>None</BCC_UseRegisterVariables>
<DCC_Define>DEBUG</DCC_Define>
<BCC_DebugLineNumbers>true</BCC_DebugLineNumbers>
<TASM_DisplaySourceLines>true</TASM_DisplaySourceLines>
<BCC_StackFrames>true</BCC_StackFrames>
<ILINK_LibraryPath>$(BDS)\lib\debug;$(ILINK_LibraryPath)</ILINK_LibraryPath>
<ILINK_FullDebugInfo>true</ILINK_FullDebugInfo>
<TASM_Debugging>Full</TASM_Debugging>
<BCC_SourceDebuggingOn>true</BCC_SourceDebuggingOn>
</PropertyGroup>
<PropertyGroup Condition="'$(Cfg_1_Win32)'!=''">
<VerInfo_MajorVer>5</VerInfo_MajorVer>
<DllSuffix>170</DllSuffix>
<VerInfo_MinorVer>1</VerInfo_MinorVer>
<VerInfo_Keys>CompanyName=;FileDescription=Abbrevia VCL runtime components;FileVersion=5.1.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=Abbrevia;ProductVersion=5.1;Comments=</VerInfo_Keys>
</PropertyGroup>
<PropertyGroup Condition="'$(Cfg_2)'!=''">
<Defines>NDEBUG;$(Defines)</Defines>
<IntermediateOutputDir>Release</IntermediateOutputDir>
<ILINK_LibraryPath>$(BDS)\lib\release;$(ILINK_LibraryPath)</ILINK_LibraryPath>
<TASM_Debugging>None</TASM_Debugging>
</PropertyGroup>
<ItemGroup>
<PackageImport Include="Abbrevia.bpi">
<BuildOrder>3</BuildOrder>
</PackageImport>
<CppCompile Include="AbbreviaVCL.cpp">
<BuildOrder>0</BuildOrder>
</CppCompile>
<ResFiles Include="AbbreviaVCL.res">
<BuildOrder>2</BuildOrder>
</ResFiles>
<PackageImport Include="rtl.bpi">
<BuildOrder>11</BuildOrder>
</PackageImport>
<PackageImport Include="vcl.bpi">
<BuildOrder>4</BuildOrder>
</PackageImport>
<DelphiCompile Include="..\..\source\AbBseVCL.pas">
<BuildOrder>8</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbComCtrls.pas">
<BuildOrder>9</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbCompnd.pas">
<BuildOrder>9</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbCView.pas">
<BuildOrder>10</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbHexVw.pas">
<BuildOrder>11</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbMeter.pas">
<BuildOrder>5</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbView.pas">
<BuildOrder>6</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbZView.pas">
<BuildOrder>7</BuildOrder>
</DelphiCompile>
<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.Cpp.Targets')" Project="$(BDS)\Bin\CodeGear.Cpp.Targets"/>
<ProjectExtensions>
<Borland.Personality>CPlusPlusBuilder.Personality.12</Borland.Personality>
<Borland.ProjectType>CppPackage</Borland.ProjectType>
<BorlandProject>
<CPlusPlusBuilder.Personality>
<Source>
<Source Name="MainSource">AbbreviaVCL.cpp</Source>
</Source>
<VersionInfo>
<VersionInfo Name="IncludeVerInfo">True</VersionInfo>
<VersionInfo Name="AutoIncBuild">False</VersionInfo>
<VersionInfo Name="MajorVer">4</VersionInfo>
<VersionInfo Name="MinorVer">0</VersionInfo>
<VersionInfo Name="Release">0</VersionInfo>
<VersionInfo Name="Build">0</VersionInfo>
<VersionInfo Name="Debug">False</VersionInfo>
<VersionInfo Name="PreRelease">False</VersionInfo>
<VersionInfo Name="Special">False</VersionInfo>
<VersionInfo Name="Private">False</VersionInfo>
<VersionInfo Name="DLL">False</VersionInfo>
<VersionInfo Name="Locale">1033</VersionInfo>
<VersionInfo Name="CodePage">1252</VersionInfo>
</VersionInfo>
<VersionInfoKeys>
<VersionInfoKeys Name="CompanyName"/>
<VersionInfoKeys Name="FileDescription">Abbrevia VCL runtime components</VersionInfoKeys>
<VersionInfoKeys Name="FileVersion">5.0.0.0</VersionInfoKeys>
<VersionInfoKeys Name="InternalName"/>
<VersionInfoKeys Name="LegalCopyright">Copyright (c) Abbrevia Group 2011</VersionInfoKeys>
<VersionInfoKeys Name="LegalTrademarks"/>
<VersionInfoKeys Name="OriginalFilename"/>
<VersionInfoKeys Name="ProductName">Abbrevia</VersionInfoKeys>
<VersionInfoKeys Name="ProductVersion">5.0</VersionInfoKeys>
<VersionInfoKeys Name="Comments"/>
</VersionInfoKeys>
<Debugging>
<Debugging Name="DebugSourceDirs"/>
</Debugging>
<Parameters>
<Parameters Name="RemoteHost"/>
<Parameters Name="RemotePath"/>
<Parameters Name="RemoteParams"/>
<Parameters Name="RemoteLauncher"/>
<Parameters Name="UseRemoteLauncher">False</Parameters>
<Parameters Name="RemoteCWD"/>
<Parameters Name="RemoteDebug">False</Parameters>
</Parameters>
<ProjectProperties>
<ProjectProperties Name="AutoShowDeps">False</ProjectProperties>
<ProjectProperties Name="ManagePaths">True</ProjectProperties>
<ProjectProperties Name="VerifyPackages">True</ProjectProperties>
</ProjectProperties>
<Excluded_Packages>
<Excluded_Packages Name="$(BDSBIN)\bcboffice2k170.bpl">Embarcadero C++Builder Office 2000 Servers Package</Excluded_Packages>
<Excluded_Packages Name="$(BDSBIN)\bcbofficexp170.bpl">Embarcadero C++Builder Office XP Servers Package</Excluded_Packages>
<Excluded_Packages Name="$(BDSBIN)\dcloffice2k170.bpl">Microsoft Office 2000 Sample Automation Server Wrapper Components</Excluded_Packages>
<Excluded_Packages Name="$(BDSBIN)\dclofficexp170.bpl">Microsoft Office XP Sample Automation Server Wrapper Components</Excluded_Packages>
</Excluded_Packages>
</CPlusPlusBuilder.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>

View File

@@ -0,0 +1,17 @@
//---------------------------------------------------------------------------
#include <basepch.h>
#pragma hdrstop
#pragma package(smart_init)
//---------------------------------------------------------------------------
// Package source.
//---------------------------------------------------------------------------
#pragma argsused
int WINAPI DllEntryPoint(HINSTANCE hinst, unsigned long reason, void*)
{
return 1;
}
//---------------------------------------------------------------------------

View File

@@ -0,0 +1,224 @@
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<ProjectGuid>{7E473AA9-02F8-498A-B77B-1F70BEA9B14B}</ProjectGuid>
<MainSource>AbbreviaVCLDesign.cpp</MainSource>
<ProjectVersion>14.3</ProjectVersion>
<Config Condition="'$(Config)'==''">Debug</Config>
<Base>True</Base>
<AppType>Library</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="'$(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)'!=''">
<VerInfo_MajorVer>4</VerInfo_MajorVer>
<VerInfo_Keys>CompanyName=;FileDescription=Abbrevia VCL designtime components;FileVersion=5.0.0.0;InternalName=;LegalCopyright=Copyright (c) Abbrevia Group 2011;LegalTrademarks=;OriginalFilename=;ProductName=Abbrevia;ProductVersion=5.0;Comments=</VerInfo_Keys>
<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
<DCC_Namespace>System;Xml;Data;Datasnap;Web;Soap;Winapi;Vcl;$(DCC_Namespace)</DCC_Namespace>
<VerInfo_Locale>1033</VerInfo_Locale>
<ILINK_Description>Abbrevia VCL designtime components</ILINK_Description>
<Multithreaded>true</Multithreaded>
<ILINK_GenerateLibFile>true</ILINK_GenerateLibFile>
<ILINK_GenerateImportLibrary>true</ILINK_GenerateImportLibrary>
<ProjectType>CppPackage</ProjectType>
<OutputExt>bpl</OutputExt>
<DCC_AdditionalSwitches>-LUDesignIDE</DCC_AdditionalSwitches>
<DllSuffix>160</DllSuffix>
<DCC_CBuilderOutput>JPHNE</DCC_CBuilderOutput>
<Defines>NO_STRICT;$(Defines)</Defines>
<DynamicRTL>true</DynamicRTL>
<IncludePath>..\..\source\;$(BDS)\include;$(BDS)\include\dinkumware;..\..\source;$(IncludePath)</IncludePath>
<ILINK_LibraryPath>..\..\source\;$(BDS)\lib;..\..\source;$(ILINK_LibraryPath)</ILINK_LibraryPath>
<BCC_wpar>false</BCC_wpar>
<BCC_OptimizeForSpeed>true</BCC_OptimizeForSpeed>
</PropertyGroup>
<PropertyGroup Condition="'$(Base_Win32)'!=''">
<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
<DCC_Namespace>System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
<VerInfo_Locale>1033</VerInfo_Locale>
<Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
<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)'!=''">
<BCC_OptimizeForSpeed>false</BCC_OptimizeForSpeed>
<BCC_DisableOptimizations>true</BCC_DisableOptimizations>
<DCC_Optimize>false</DCC_Optimize>
<DCC_DebugInfoInExe>true</DCC_DebugInfoInExe>
<Defines>_DEBUG;$(Defines)</Defines>
<BCC_InlineFunctionExpansion>false</BCC_InlineFunctionExpansion>
<IntermediateOutputDir>Debug</IntermediateOutputDir>
<ILINK_DisableIncrementalLinking>true</ILINK_DisableIncrementalLinking>
<BCC_UseRegisterVariables>None</BCC_UseRegisterVariables>
<DCC_Define>DEBUG</DCC_Define>
<BCC_DebugLineNumbers>true</BCC_DebugLineNumbers>
<TASM_DisplaySourceLines>true</TASM_DisplaySourceLines>
<BCC_StackFrames>true</BCC_StackFrames>
<ILINK_LibraryPath>$(BDS)\lib\debug;$(ILINK_LibraryPath)</ILINK_LibraryPath>
<ILINK_FullDebugInfo>true</ILINK_FullDebugInfo>
<TASM_Debugging>Full</TASM_Debugging>
<BCC_SourceDebuggingOn>true</BCC_SourceDebuggingOn>
</PropertyGroup>
<PropertyGroup Condition="'$(Cfg_1_Win32)'!=''">
<VerInfo_MajorVer>5</VerInfo_MajorVer>
<DllSuffix>170</DllSuffix>
<VerInfo_MinorVer>1</VerInfo_MinorVer>
<VerInfo_Keys>CompanyName=;FileDescription=Abbrevia VCL designtime components;FileVersion=5.1.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=Abbrevia;ProductVersion=5.1;Comments=</VerInfo_Keys>
</PropertyGroup>
<PropertyGroup Condition="'$(Cfg_2)'!=''">
<Defines>NDEBUG;$(Defines)</Defines>
<IntermediateOutputDir>Release</IntermediateOutputDir>
<ILINK_LibraryPath>$(BDS)\lib\release;$(ILINK_LibraryPath)</ILINK_LibraryPath>
<TASM_Debugging>None</TASM_Debugging>
</PropertyGroup>
<ItemGroup>
<PackageImport Include="AbbreviaVCL.bpi">
<BuildOrder>3</BuildOrder>
</PackageImport>
<CppCompile Include="AbbreviaVCLDesign.cpp">
<BuildOrder>0</BuildOrder>
</CppCompile>
<ResFiles Include="AbbreviaVCLDesign.res">
<BuildOrder>2</BuildOrder>
</ResFiles>
<PackageImport Include="designide.bpi">
<BuildOrder>3</BuildOrder>
</PackageImport>
<PackageImport Include="rtl.bpi">
<BuildOrder>12</BuildOrder>
</PackageImport>
<PackageImport Include="vcl.bpi">
<BuildOrder>13</BuildOrder>
</PackageImport>
<PackageImport Include="vclx.bpi">
<BuildOrder>14</BuildOrder>
</PackageImport>
<DelphiCompile Include="..\..\source\AbDlgDir.pas">
<BuildOrder>9</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbDlgPwd.pas">
<BuildOrder>10</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbPeCol.pas">
<BuildOrder>11</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbPeDir.pas">
<BuildOrder>4</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbPeFn.pas">
<BuildOrder>5</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbPePass.pas">
<BuildOrder>6</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbPeVer.pas">
<BuildOrder>7</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbRegVcl.pas">
<BuildOrder>8</BuildOrder>
</DelphiCompile>
<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.Cpp.Targets')" Project="$(BDS)\Bin\CodeGear.Cpp.Targets"/>
<ProjectExtensions>
<Borland.Personality>CPlusPlusBuilder.Personality.12</Borland.Personality>
<Borland.ProjectType>CppPackage</Borland.ProjectType>
<BorlandProject>
<CPlusPlusBuilder.Personality>
<Source>
<Source Name="MainSource">AbbreviaVCLDesign.cpp</Source>
</Source>
<VersionInfo>
<VersionInfo Name="IncludeVerInfo">True</VersionInfo>
<VersionInfo Name="AutoIncBuild">False</VersionInfo>
<VersionInfo Name="MajorVer">4</VersionInfo>
<VersionInfo Name="MinorVer">0</VersionInfo>
<VersionInfo Name="Release">0</VersionInfo>
<VersionInfo Name="Build">0</VersionInfo>
<VersionInfo Name="Debug">False</VersionInfo>
<VersionInfo Name="PreRelease">False</VersionInfo>
<VersionInfo Name="Special">False</VersionInfo>
<VersionInfo Name="Private">False</VersionInfo>
<VersionInfo Name="DLL">False</VersionInfo>
<VersionInfo Name="Locale">1033</VersionInfo>
<VersionInfo Name="CodePage">1252</VersionInfo>
</VersionInfo>
<VersionInfoKeys>
<VersionInfoKeys Name="CompanyName"/>
<VersionInfoKeys Name="FileDescription">Abbrevia VCL designtime components</VersionInfoKeys>
<VersionInfoKeys Name="FileVersion">5.0.0.0</VersionInfoKeys>
<VersionInfoKeys Name="InternalName"/>
<VersionInfoKeys Name="LegalCopyright">Copyright (c) Abbrevia Group 2011</VersionInfoKeys>
<VersionInfoKeys Name="LegalTrademarks"/>
<VersionInfoKeys Name="OriginalFilename"/>
<VersionInfoKeys Name="ProductName">Abbrevia</VersionInfoKeys>
<VersionInfoKeys Name="ProductVersion">5.0</VersionInfoKeys>
<VersionInfoKeys Name="Comments"/>
</VersionInfoKeys>
<Debugging>
<Debugging Name="DebugSourceDirs"/>
</Debugging>
<Parameters>
<Parameters Name="RemoteHost"/>
<Parameters Name="RemotePath"/>
<Parameters Name="RemoteParams"/>
<Parameters Name="RemoteLauncher"/>
<Parameters Name="UseRemoteLauncher">False</Parameters>
<Parameters Name="RemoteCWD"/>
<Parameters Name="RemoteDebug">False</Parameters>
</Parameters>
<ProjectProperties>
<ProjectProperties Name="AutoShowDeps">False</ProjectProperties>
<ProjectProperties Name="ManagePaths">True</ProjectProperties>
<ProjectProperties Name="VerifyPackages">True</ProjectProperties>
</ProjectProperties>
<Excluded_Packages>
<Excluded_Packages Name="$(BDSBIN)\bcboffice2k170.bpl">Embarcadero C++Builder Office 2000 Servers Package</Excluded_Packages>
<Excluded_Packages Name="$(BDSBIN)\bcbofficexp170.bpl">Embarcadero C++Builder Office XP Servers Package</Excluded_Packages>
<Excluded_Packages Name="$(BDSBIN)\dcloffice2k170.bpl">Microsoft Office 2000 Sample Automation Server Wrapper Components</Excluded_Packages>
<Excluded_Packages Name="$(BDSBIN)\dclofficexp170.bpl">Microsoft Office XP Sample Automation Server Wrapper Components</Excluded_Packages>
</Excluded_Packages>
</CPlusPlusBuilder.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>

View File

@@ -0,0 +1,17 @@
//---------------------------------------------------------------------------
#include <basepch.h>
#pragma hdrstop
#pragma package(smart_init)
//---------------------------------------------------------------------------
// Package source.
//---------------------------------------------------------------------------
#pragma argsused
int WINAPI DllEntryPoint(HINSTANCE hinst, unsigned long reason, void*)
{
return 1;
}
//---------------------------------------------------------------------------

View File

@@ -0,0 +1,60 @@
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<ProjectGuid>{4FBB3CA0-F846-45F2-941F-FBAF2589C62E}</ProjectGuid>
</PropertyGroup>
<ItemGroup>
<Projects Include="C++Builder XE6\Abbrevia.cbproj">
<Dependencies/>
</Projects>
<Projects Include="C++Builder XE6\AbbreviaVCL.cbproj">
<Dependencies/>
</Projects>
<Projects Include="C++Builder XE6\AbbreviaVCLDesign.cbproj">
<Dependencies/>
</Projects>
</ItemGroup>
<ProjectExtensions>
<Borland.Personality>Default.Personality.12</Borland.Personality>
<Borland.ProjectType/>
<BorlandProject>
<Default.Personality/>
</BorlandProject>
</ProjectExtensions>
<Target Name="Abbrevia">
<MSBuild Projects="C++Builder XE6\Abbrevia.cbproj"/>
</Target>
<Target Name="Abbrevia:Clean">
<MSBuild Projects="C++Builder XE6\Abbrevia.cbproj" Targets="Clean"/>
</Target>
<Target Name="Abbrevia:Make">
<MSBuild Projects="C++Builder XE6\Abbrevia.cbproj" Targets="Make"/>
</Target>
<Target Name="AbbreviaVCL">
<MSBuild Projects="C++Builder XE6\AbbreviaVCL.cbproj"/>
</Target>
<Target Name="AbbreviaVCL:Clean">
<MSBuild Projects="C++Builder XE6\AbbreviaVCL.cbproj" Targets="Clean"/>
</Target>
<Target Name="AbbreviaVCL:Make">
<MSBuild Projects="C++Builder XE6\AbbreviaVCL.cbproj" Targets="Make"/>
</Target>
<Target Name="AbbreviaVCLDesign">
<MSBuild Projects="C++Builder XE6\AbbreviaVCLDesign.cbproj"/>
</Target>
<Target Name="AbbreviaVCLDesign:Clean">
<MSBuild Projects="C++Builder XE6\AbbreviaVCLDesign.cbproj" Targets="Clean"/>
</Target>
<Target Name="AbbreviaVCLDesign:Make">
<MSBuild Projects="C++Builder XE6\AbbreviaVCLDesign.cbproj" Targets="Make"/>
</Target>
<Target Name="Build">
<CallTarget Targets="Abbrevia;AbbreviaVCL;AbbreviaVCLDesign"/>
</Target>
<Target Name="Clean">
<CallTarget Targets="Abbrevia:Clean;AbbreviaVCL:Clean;AbbreviaVCLDesign:Clean"/>
</Target>
<Target Name="Make">
<CallTarget Targets="Abbrevia:Make;AbbreviaVCL:Make;AbbreviaVCLDesign:Make"/>
</Target>
<Import Project="$(BDS)\Bin\CodeGear.Group.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Group.Targets')"/>
</Project>

View File

@@ -0,0 +1,359 @@
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<ProjectGuid>{B76816FE-94A0-42B9-A97C-DEA886F7E83E}</ProjectGuid>
<MainSource>Abbrevia.cpp</MainSource>
<ProjectVersion>15.4</ProjectVersion>
<Config Condition="'$(Config)'==''">Debug</Config>
<Base>True</Base>
<AppType>Library</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="'$(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="('$(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)'=='Release' 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)'!=''">
<BCC_UnderscoreSymbolNames>false</BCC_UnderscoreSymbolNames>
<IntermediateOutputDir>.\$(Platform)\$(Config)</IntermediateOutputDir>
<BPILibOutputDir>.\$(Platform)\$(Config)</BPILibOutputDir>
<SanitizedProjectName>Abbrevia</SanitizedProjectName>
<DCC_OutputNeverBuildDcps>true</DCC_OutputNeverBuildDcps>
<RuntimeOnlyPackage>true</RuntimeOnlyPackage>
<VerInfo_Release>1</VerInfo_Release>
<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
<VerInfo_Keys>CompanyName=;FileDescription=Abbrevia Non-visual Components;FileVersion=5.0.1.0;InternalName=;LegalCopyright=Copyright (c) Abbrevia Group 2011;LegalTrademarks=;OriginalFilename=;ProductName=Abbrevia;ProductVersion=5.0.1.0;Comments=</VerInfo_Keys>
<DCC_Namespace>System;Xml;Data;Datasnap;Web;Soap;Winapi;System.Win;$(DCC_Namespace)</DCC_Namespace>
<VerInfo_Locale>1033</VerInfo_Locale>
<VerInfo_MajorVer>5</VerInfo_MajorVer>
<ILINK_Description>Abbrevia non-visual components C++ XE6</ILINK_Description>
<Multithreaded>true</Multithreaded>
<ILINK_GenerateLibFile>true</ILINK_GenerateLibFile>
<ILINK_GenerateImportLibrary>true</ILINK_GenerateImportLibrary>
<ProjectType>CppPackage</ProjectType>
<OutputExt>bpl</OutputExt>
<DllSuffix>200</DllSuffix>
<DCC_CBuilderOutput>JPHNE</DCC_CBuilderOutput>
<DynamicRTL>true</DynamicRTL>
<IncludePath>..\..\source\;$(BDS)\include;..\..\source;$(IncludePath)</IncludePath>
<ILINK_LibraryPath>..\..\source\;$(BDS)\lib;..\..\source;$(ILINK_LibraryPath)</ILINK_LibraryPath>
<BCC_wpar>false</BCC_wpar>
<BCC_OptimizeForSpeed>true</BCC_OptimizeForSpeed>
<TLIB_PageSize>32</TLIB_PageSize>
</PropertyGroup>
<PropertyGroup Condition="'$(Base_Win32)'!=''">
<DCC_Namespace>Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
<Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
<VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=5.0.1.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=5.0.1.0;Comments=</VerInfo_Keys>
</PropertyGroup>
<PropertyGroup Condition="'$(Cfg_1)'!=''">
<BCC_OptimizeForSpeed>false</BCC_OptimizeForSpeed>
<BCC_DisableOptimizations>true</BCC_DisableOptimizations>
<DCC_Optimize>false</DCC_Optimize>
<DCC_DebugInfoInExe>true</DCC_DebugInfoInExe>
<BCC_InlineFunctionExpansion>false</BCC_InlineFunctionExpansion>
<ILINK_DisableIncrementalLinking>true</ILINK_DisableIncrementalLinking>
<BCC_UseRegisterVariables>None</BCC_UseRegisterVariables>
<DCC_Define>DEBUG</DCC_Define>
<BCC_DebugLineNumbers>true</BCC_DebugLineNumbers>
<TASM_DisplaySourceLines>true</TASM_DisplaySourceLines>
<BCC_StackFrames>true</BCC_StackFrames>
<ILINK_LibraryPath>$(BDS)\lib\debug;$(ILINK_LibraryPath)</ILINK_LibraryPath>
<ILINK_FullDebugInfo>true</ILINK_FullDebugInfo>
<TASM_Debugging>Full</TASM_Debugging>
<BCC_SourceDebuggingOn>true</BCC_SourceDebuggingOn>
</PropertyGroup>
<PropertyGroup Condition="'$(Cfg_1_Win32)'!=''">
<Defines>_DEBUG;$(Defines)</Defines>
<VerInfo_Release>0</VerInfo_Release>
<VerInfo_MinorVer>1</VerInfo_MinorVer>
<VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=5.1.0.0;InternalName=;LegalCopyright=Copyright (c) Abbrevia Group 2012;LegalTrademarks=;OriginalFilename=;ProductName=Abbrevia;ProductVersion=5.0.1.0;Comments=</VerInfo_Keys>
</PropertyGroup>
<PropertyGroup Condition="'$(Cfg_1_Win64)'!=''">
<Defines>_DEBUG;$(Defines)</Defines>
</PropertyGroup>
<PropertyGroup Condition="'$(Cfg_2)'!=''">
<IntermediateOutputDir>Release</IntermediateOutputDir>
<ILINK_LibraryPath>$(BDS)\lib\release;$(ILINK_LibraryPath)</ILINK_LibraryPath>
<TASM_Debugging>None</TASM_Debugging>
</PropertyGroup>
<PropertyGroup Condition="'$(Cfg_2_Win32)'!=''">
<VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=5.0.1.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=5.0.1.0;Comments=</VerInfo_Keys>
<Defines>NDEBUG;$(Defines)</Defines>
</PropertyGroup>
<PropertyGroup Condition="'$(Cfg_2_Win64)'!=''">
<Defines>NDEBUG;$(Defines)</Defines>
</PropertyGroup>
<ItemGroup>
<CppCompile Include="Abbrevia.cpp">
<BuildOrder>0</BuildOrder>
</CppCompile>
<ResFiles Include="Abbrevia.res">
<BuildOrder>2</BuildOrder>
</ResFiles>
<PackageImport Include="rtl.bpi">
<BuildOrder>1</BuildOrder>
</PackageImport>
<DelphiCompile Include="..\..\source\AbArcTyp.pas">
<BuildOrder>7</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbBase.pas">
<BuildOrder>49</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbBitBkt.pas">
<BuildOrder>9</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbBrowse.pas">
<BuildOrder>49</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbBzip2.pas">
<BuildOrder>11</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbBzip2Typ.pas">
<BuildOrder>12</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbCabExt.pas">
<BuildOrder>16</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbCabKit.pas">
<BuildOrder>13</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbCabMak.pas">
<BuildOrder>14</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbCabTyp.pas">
<BuildOrder>15</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbCBrows.pas">
<BuildOrder>17</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbCharset.pas">
<BuildOrder>16</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbConst.pas">
<BuildOrder>13</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbCrtl.pas">
<BuildOrder>45</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbDfBase.pas">
<BuildOrder>26</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbDfCryS.pas">
<BuildOrder>27</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbDfDec.pas">
<BuildOrder>18</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbDfEnc.pas">
<BuildOrder>19</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbDfHufD.pas">
<BuildOrder>20</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbDfInW.pas">
<BuildOrder>21</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbDfOutW.pas">
<BuildOrder>22</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbDfPkMg.pas">
<BuildOrder>23</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbDfStrm.pas">
<BuildOrder>24</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbDfXlat.pas">
<BuildOrder>25</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbExcept.pas">
<BuildOrder>24</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbFciFdi.pas">
<BuildOrder>28</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbGzTyp.pas">
<BuildOrder>29</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbLZMA.pas">
<BuildOrder>47</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbPPMd.pas">
<BuildOrder>48</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbResString.pas">
<BuildOrder>27</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbSelfEx.pas">
<BuildOrder>36</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbSpanSt.pas">
<BuildOrder>30</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbSWStm.pas">
<BuildOrder>31</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbTarTyp.pas">
<BuildOrder>32</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbUnzOutStm.pas">
<BuildOrder>33</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbUnzper.pas">
<BuildOrder>34</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbUnzPrc.pas">
<BuildOrder>35</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbUtils.pas">
<BuildOrder>35</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbVMStrm.pas">
<BuildOrder>37</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbWavPack.pas">
<BuildOrder>49</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbZBrows.pas">
<BuildOrder>38</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbZipExt.pas">
<BuildOrder>39</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbZipKit.pas">
<BuildOrder>40</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbZipper.pas">
<BuildOrder>41</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbZipPrc.pas">
<BuildOrder>42</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbZipTyp.pas">
<BuildOrder>43</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbZLTyp.pas">
<BuildOrder>44</BuildOrder>
</DelphiCompile>
<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.Cpp.Targets')" Project="$(BDS)\Bin\CodeGear.Cpp.Targets"/>
<ProjectExtensions>
<Borland.Personality>CPlusPlusBuilder.Personality.12</Borland.Personality>
<Borland.ProjectType>CppPackage</Borland.ProjectType>
<BorlandProject>
<CPlusPlusBuilder.Personality>
<Source>
<Source Name="MainSource">Abbrevia.cpp</Source>
</Source>
<VersionInfo>
<VersionInfo Name="IncludeVerInfo">True</VersionInfo>
<VersionInfo Name="AutoIncBuild">False</VersionInfo>
<VersionInfo Name="MajorVer">4</VersionInfo>
<VersionInfo Name="MinorVer">0</VersionInfo>
<VersionInfo Name="Release">0</VersionInfo>
<VersionInfo Name="Build">0</VersionInfo>
<VersionInfo Name="Debug">False</VersionInfo>
<VersionInfo Name="PreRelease">False</VersionInfo>
<VersionInfo Name="Special">False</VersionInfo>
<VersionInfo Name="Private">False</VersionInfo>
<VersionInfo Name="DLL">False</VersionInfo>
<VersionInfo Name="Locale">1033</VersionInfo>
<VersionInfo Name="CodePage">1252</VersionInfo>
</VersionInfo>
<VersionInfoKeys>
<VersionInfoKeys Name="CompanyName"/>
<VersionInfoKeys Name="FileDescription">Abbrevia Non-visual Components</VersionInfoKeys>
<VersionInfoKeys Name="FileVersion">5.0.0.0</VersionInfoKeys>
<VersionInfoKeys Name="InternalName"/>
<VersionInfoKeys Name="LegalCopyright">Copyright (c) Abbrevia Group 2011</VersionInfoKeys>
<VersionInfoKeys Name="LegalTrademarks"/>
<VersionInfoKeys Name="OriginalFilename"/>
<VersionInfoKeys Name="ProductName">Abbrevia</VersionInfoKeys>
<VersionInfoKeys Name="ProductVersion">5.0</VersionInfoKeys>
<VersionInfoKeys Name="Comments"/>
</VersionInfoKeys>
<Debugging>
<Debugging Name="DebugSourceDirs"/>
</Debugging>
<Parameters>
<Parameters Name="RemoteHost"/>
<Parameters Name="RemotePath"/>
<Parameters Name="RemoteParams"/>
<Parameters Name="RemoteLauncher"/>
<Parameters Name="UseRemoteLauncher">False</Parameters>
<Parameters Name="RemoteCWD"/>
<Parameters Name="RemoteDebug">False</Parameters>
</Parameters>
<ProjectProperties>
<ProjectProperties Name="AutoShowDeps">False</ProjectProperties>
<ProjectProperties Name="ManagePaths">True</ProjectProperties>
<ProjectProperties Name="VerifyPackages">True</ProjectProperties>
<ProjectProperties Name="IndexFiles">False</ProjectProperties>
</ProjectProperties>
<Excluded_Packages>
<Excluded_Packages Name="$(BDSBIN)\bcboffice2k200.bpl">Embarcadero C++Builder-Package für Office 2000-Server</Excluded_Packages>
<Excluded_Packages Name="$(BDSBIN)\bcbofficexp200.bpl">Embarcadero C++Builder-Package für Office XP-Server</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>
</CPlusPlusBuilder.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>

View File

@@ -0,0 +1,17 @@
//---------------------------------------------------------------------------
#include <basepch.h>
#pragma hdrstop
#pragma package(smart_init)
//---------------------------------------------------------------------------
// Package source.
//---------------------------------------------------------------------------
#pragma argsused
int WINAPI DllEntryPoint(HINSTANCE hinst, unsigned long reason, void*)
{
return 1;
}
//---------------------------------------------------------------------------

View File

@@ -0,0 +1,250 @@
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<ProjectGuid>{453EB596-5EDE-489E-8D9D-90A919F93FAA}</ProjectGuid>
<MainSource>AbbreviaVCL.cpp</MainSource>
<ProjectVersion>15.4</ProjectVersion>
<Config Condition="'$(Config)'==''">Debug</Config>
<Base>True</Base>
<AppType>Library</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="'$(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="('$(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)'=='Release' 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_UnitSearchPath>$(BDS)\lib;.\$(Platform)\$(Config);..\..\source\;$(DCC_UnitSearchPath)</DCC_UnitSearchPath>
<IntermediateOutputDir>.\$(Platform)\$(Config)</IntermediateOutputDir>
<BPILibOutputDir>.\$(Platform)\$(Config)</BPILibOutputDir>
<SanitizedProjectName>AbbreviaVCL</SanitizedProjectName>
<DCC_OutputNeverBuildDcps>true</DCC_OutputNeverBuildDcps>
<RuntimeOnlyPackage>true</RuntimeOnlyPackage>
<VerInfo_MajorVer>5</VerInfo_MajorVer>
<VerInfo_Keys>CompanyName=;FileDescription=Abbrevia VCL runtime components;FileVersion=5.0.0.0;InternalName=;LegalCopyright=Copyright (c) Abbrevia Group 2011;LegalTrademarks=;OriginalFilename=;ProductName=Abbrevia;ProductVersion=5.0;Comments=</VerInfo_Keys>
<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
<DCC_Namespace>System;Xml;Data;Datasnap;Web;Soap;Vcl;Winapi;$(DCC_Namespace)</DCC_Namespace>
<VerInfo_Locale>1033</VerInfo_Locale>
<Multithreaded>true</Multithreaded>
<ILINK_GenerateLibFile>true</ILINK_GenerateLibFile>
<ILINK_GenerateImportLibrary>true</ILINK_GenerateImportLibrary>
<ProjectType>CppPackage</ProjectType>
<OutputExt>bpl</OutputExt>
<ILINK_Description>Abbrevia VCL runtime components C++ XE6</ILINK_Description>
<DllSuffix>200</DllSuffix>
<DCC_CBuilderOutput>JPHNE</DCC_CBuilderOutput>
<DynamicRTL>true</DynamicRTL>
<IncludePath>..\..\source\;$(BDS)\include;..\..\source;$(IncludePath)</IncludePath>
<ILINK_LibraryPath>$(BDS)\lib;..\..\source\;.\$(Platform)\$(Config);$(ILINK_LibraryPath)</ILINK_LibraryPath>
<BCC_wpar>false</BCC_wpar>
<BCC_OptimizeForSpeed>true</BCC_OptimizeForSpeed>
</PropertyGroup>
<PropertyGroup Condition="'$(Base_Win32)'!=''">
<VerInfo_MajorVer>1</VerInfo_MajorVer>
<DCC_Namespace>System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
<Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
<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)'!=''">
<BCC_OptimizeForSpeed>false</BCC_OptimizeForSpeed>
<BCC_DisableOptimizations>true</BCC_DisableOptimizations>
<DCC_Optimize>false</DCC_Optimize>
<DCC_DebugInfoInExe>true</DCC_DebugInfoInExe>
<BCC_InlineFunctionExpansion>false</BCC_InlineFunctionExpansion>
<ILINK_DisableIncrementalLinking>true</ILINK_DisableIncrementalLinking>
<BCC_UseRegisterVariables>None</BCC_UseRegisterVariables>
<DCC_Define>DEBUG</DCC_Define>
<BCC_DebugLineNumbers>true</BCC_DebugLineNumbers>
<TASM_DisplaySourceLines>true</TASM_DisplaySourceLines>
<BCC_StackFrames>true</BCC_StackFrames>
<ILINK_LibraryPath>$(BDS)\lib\debug;$(ILINK_LibraryPath)</ILINK_LibraryPath>
<ILINK_FullDebugInfo>true</ILINK_FullDebugInfo>
<TASM_Debugging>Full</TASM_Debugging>
<BCC_SourceDebuggingOn>true</BCC_SourceDebuggingOn>
</PropertyGroup>
<PropertyGroup Condition="'$(Cfg_1_Win32)'!=''">
<Defines>_DEBUG;$(Defines)</Defines>
<VerInfo_MinorVer>1</VerInfo_MinorVer>
<VerInfo_Keys>CompanyName=;FileDescription=Abbrevia VCL runtime components;FileVersion=5.1.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=Abbrevia;ProductVersion=5.1;Comments=</VerInfo_Keys>
</PropertyGroup>
<PropertyGroup Condition="'$(Cfg_1_Win64)'!=''">
<Defines>_DEBUG;$(Defines)</Defines>
</PropertyGroup>
<PropertyGroup Condition="'$(Cfg_2)'!=''">
<IntermediateOutputDir>Release</IntermediateOutputDir>
<ILINK_LibraryPath>$(BDS)\lib\release;$(ILINK_LibraryPath)</ILINK_LibraryPath>
<TASM_Debugging>None</TASM_Debugging>
</PropertyGroup>
<PropertyGroup Condition="'$(Cfg_2_Win32)'!=''">
<VerInfo_MajorVer>1</VerInfo_MajorVer>
<VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
<Defines>NDEBUG;$(Defines)</Defines>
</PropertyGroup>
<PropertyGroup Condition="'$(Cfg_2_Win64)'!=''">
<Defines>NDEBUG;$(Defines)</Defines>
</PropertyGroup>
<ItemGroup>
<PackageImport Include="Abbrevia.bpi">
<BuildOrder>7</BuildOrder>
</PackageImport>
<CppCompile Include="AbbreviaVCL.cpp">
<BuildOrder>0</BuildOrder>
</CppCompile>
<ResFiles Include="AbbreviaVCL.res">
<BuildOrder>2</BuildOrder>
</ResFiles>
<PackageImport Include="rtl.bpi">
<BuildOrder>11</BuildOrder>
</PackageImport>
<PackageImport Include="vcl.bpi">
<BuildOrder>4</BuildOrder>
</PackageImport>
<DelphiCompile Include="..\..\source\AbBseVCL.pas">
<BuildOrder>5</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbComCtrls.pas">
<BuildOrder>13</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbCompnd.pas">
<BuildOrder>11</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbCView.pas">
<BuildOrder>9</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbHexVw.pas">
<BuildOrder>12</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbMeter.pas">
<BuildOrder>6</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbView.pas">
<BuildOrder>7</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbZipOut.pas">
<BuildOrder>8</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbZView.pas">
<BuildOrder>10</BuildOrder>
</DelphiCompile>
<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.Cpp.Targets')" Project="$(BDS)\Bin\CodeGear.Cpp.Targets"/>
<ProjectExtensions>
<Borland.Personality>CPlusPlusBuilder.Personality.12</Borland.Personality>
<Borland.ProjectType>CppPackage</Borland.ProjectType>
<BorlandProject>
<CPlusPlusBuilder.Personality>
<Source>
<Source Name="MainSource">AbbreviaVCL.cpp</Source>
</Source>
<VersionInfo>
<VersionInfo Name="IncludeVerInfo">True</VersionInfo>
<VersionInfo Name="AutoIncBuild">False</VersionInfo>
<VersionInfo Name="MajorVer">4</VersionInfo>
<VersionInfo Name="MinorVer">0</VersionInfo>
<VersionInfo Name="Release">0</VersionInfo>
<VersionInfo Name="Build">0</VersionInfo>
<VersionInfo Name="Debug">False</VersionInfo>
<VersionInfo Name="PreRelease">False</VersionInfo>
<VersionInfo Name="Special">False</VersionInfo>
<VersionInfo Name="Private">False</VersionInfo>
<VersionInfo Name="DLL">False</VersionInfo>
<VersionInfo Name="Locale">1033</VersionInfo>
<VersionInfo Name="CodePage">1252</VersionInfo>
</VersionInfo>
<VersionInfoKeys>
<VersionInfoKeys Name="CompanyName"/>
<VersionInfoKeys Name="FileDescription">Abbrevia VCL runtime components</VersionInfoKeys>
<VersionInfoKeys Name="FileVersion">5.0.0.0</VersionInfoKeys>
<VersionInfoKeys Name="InternalName"/>
<VersionInfoKeys Name="LegalCopyright">Copyright (c) Abbrevia Group 2011</VersionInfoKeys>
<VersionInfoKeys Name="LegalTrademarks"/>
<VersionInfoKeys Name="OriginalFilename"/>
<VersionInfoKeys Name="ProductName">Abbrevia</VersionInfoKeys>
<VersionInfoKeys Name="ProductVersion">5.0</VersionInfoKeys>
<VersionInfoKeys Name="Comments"/>
</VersionInfoKeys>
<Debugging>
<Debugging Name="DebugSourceDirs"/>
</Debugging>
<Parameters>
<Parameters Name="RemoteHost"/>
<Parameters Name="RemotePath"/>
<Parameters Name="RemoteParams"/>
<Parameters Name="RemoteLauncher"/>
<Parameters Name="UseRemoteLauncher">False</Parameters>
<Parameters Name="RemoteCWD"/>
<Parameters Name="RemoteDebug">False</Parameters>
</Parameters>
<ProjectProperties>
<ProjectProperties Name="AutoShowDeps">False</ProjectProperties>
<ProjectProperties Name="ManagePaths">True</ProjectProperties>
<ProjectProperties Name="VerifyPackages">True</ProjectProperties>
<ProjectProperties Name="IndexFiles">False</ProjectProperties>
</ProjectProperties>
<Excluded_Packages>
<Excluded_Packages Name="$(BDSBIN)\bcboffice2k200.bpl">Embarcadero C++Builder-Package für Office 2000-Server</Excluded_Packages>
<Excluded_Packages Name="$(BDSBIN)\bcbofficexp200.bpl">Embarcadero C++Builder-Package für Office XP-Server</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>
</CPlusPlusBuilder.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>

View File

@@ -0,0 +1,17 @@
//---------------------------------------------------------------------------
#include <basepch.h>
#pragma hdrstop
#pragma package(smart_init)
//---------------------------------------------------------------------------
// Package source.
//---------------------------------------------------------------------------
#pragma argsused
int WINAPI DllEntryPoint(HINSTANCE hinst, unsigned long reason, void*)
{
return 1;
}
//---------------------------------------------------------------------------

View File

@@ -0,0 +1,254 @@
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<ProjectGuid>{7E473AA9-02F8-498A-B77B-1F70BEA9B14B}</ProjectGuid>
<MainSource>AbbreviaVCLDesign.cpp</MainSource>
<ProjectVersion>15.4</ProjectVersion>
<Config Condition="'$(Config)'==''">Debug</Config>
<Base>True</Base>
<AppType>Library</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="'$(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="('$(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)'=='Release' 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_UnitSearchPath>..\..\source;$(DCC_UnitSearchPath)</DCC_UnitSearchPath>
<IntermediateOutputDir>.\$(Platform)\$(Config)</IntermediateOutputDir>
<BPILibOutputDir>.\$(Platform)\$(Config)</BPILibOutputDir>
<DCC_OutputNeverBuildDcps>true</DCC_OutputNeverBuildDcps>
<SanitizedProjectName>AbbreviaVCLDesign</SanitizedProjectName>
<RuntimeOnlyPackage>true</RuntimeOnlyPackage>
<VerInfo_MajorVer>5</VerInfo_MajorVer>
<VerInfo_Keys>CompanyName=;FileDescription=Abbrevia VCL designtime components;FileVersion=5.0.0.0;InternalName=;LegalCopyright=Copyright (c) Abbrevia Group 2011;LegalTrademarks=;OriginalFilename=;ProductName=Abbrevia;ProductVersion=5.0;Comments=</VerInfo_Keys>
<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
<DCC_Namespace>System;Xml;Data;Datasnap;Web;Soap;Winapi;Vcl;$(DCC_Namespace)</DCC_Namespace>
<VerInfo_Locale>1033</VerInfo_Locale>
<ILINK_Description>Abbrevia VCL designtime components C++ XE6</ILINK_Description>
<Multithreaded>true</Multithreaded>
<ILINK_GenerateLibFile>true</ILINK_GenerateLibFile>
<ILINK_GenerateImportLibrary>true</ILINK_GenerateImportLibrary>
<ProjectType>CppPackage</ProjectType>
<OutputExt>bpl</OutputExt>
<DCC_AdditionalSwitches>-LUDesignIDE</DCC_AdditionalSwitches>
<DllSuffix>200</DllSuffix>
<DCC_CBuilderOutput>JPHNE</DCC_CBuilderOutput>
<DynamicRTL>true</DynamicRTL>
<IncludePath>..\..\source\;$(BDS)\include;..\..\source;$(IncludePath)</IncludePath>
<ILINK_LibraryPath>..\..\source\;$(BDS)\lib;..\..\source;$(ILINK_LibraryPath)</ILINK_LibraryPath>
<BCC_wpar>false</BCC_wpar>
<BCC_OptimizeForSpeed>true</BCC_OptimizeForSpeed>
</PropertyGroup>
<PropertyGroup Condition="'$(Base_Win32)'!=''">
<VerInfo_MajorVer>1</VerInfo_MajorVer>
<DCC_Namespace>System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
<Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
<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)'!=''">
<BCC_OptimizeForSpeed>false</BCC_OptimizeForSpeed>
<BCC_DisableOptimizations>true</BCC_DisableOptimizations>
<DCC_Optimize>false</DCC_Optimize>
<DCC_DebugInfoInExe>true</DCC_DebugInfoInExe>
<BCC_InlineFunctionExpansion>false</BCC_InlineFunctionExpansion>
<ILINK_DisableIncrementalLinking>true</ILINK_DisableIncrementalLinking>
<BCC_UseRegisterVariables>None</BCC_UseRegisterVariables>
<DCC_Define>DEBUG</DCC_Define>
<BCC_DebugLineNumbers>true</BCC_DebugLineNumbers>
<TASM_DisplaySourceLines>true</TASM_DisplaySourceLines>
<BCC_StackFrames>true</BCC_StackFrames>
<ILINK_LibraryPath>$(BDS)\lib\debug;$(ILINK_LibraryPath)</ILINK_LibraryPath>
<ILINK_FullDebugInfo>true</ILINK_FullDebugInfo>
<TASM_Debugging>Full</TASM_Debugging>
<BCC_SourceDebuggingOn>true</BCC_SourceDebuggingOn>
</PropertyGroup>
<PropertyGroup Condition="'$(Cfg_1_Win32)'!=''">
<Defines>_DEBUG;$(Defines)</Defines>
<VerInfo_MinorVer>1</VerInfo_MinorVer>
<VerInfo_Keys>CompanyName=;FileDescription=Abbrevia VCL designtime components;FileVersion=5.1.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=Abbrevia;ProductVersion=5.1;Comments=</VerInfo_Keys>
</PropertyGroup>
<PropertyGroup Condition="'$(Cfg_1_Win64)'!=''">
<Defines>_DEBUG;$(Defines)</Defines>
</PropertyGroup>
<PropertyGroup Condition="'$(Cfg_2)'!=''">
<IntermediateOutputDir>Release</IntermediateOutputDir>
<ILINK_LibraryPath>$(BDS)\lib\release;$(ILINK_LibraryPath)</ILINK_LibraryPath>
<TASM_Debugging>None</TASM_Debugging>
</PropertyGroup>
<PropertyGroup Condition="'$(Cfg_2_Win32)'!=''">
<VerInfo_MajorVer>1</VerInfo_MajorVer>
<VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
<Defines>NDEBUG;$(Defines)</Defines>
</PropertyGroup>
<PropertyGroup Condition="'$(Cfg_2_Win64)'!=''">
<Defines>NDEBUG;$(Defines)</Defines>
</PropertyGroup>
<ItemGroup>
<CppCompile Include="AbbreviaVCLDesign.cpp">
<BuildOrder>0</BuildOrder>
</CppCompile>
<ResFiles Include="AbbreviaVCLDesign.res">
<BuildOrder>2</BuildOrder>
</ResFiles>
<PackageImport Include="designide.bpi">
<BuildOrder>3</BuildOrder>
</PackageImport>
<PackageImport Include="rtl.bpi">
<BuildOrder>12</BuildOrder>
</PackageImport>
<PackageImport Include="vcl.bpi">
<BuildOrder>13</BuildOrder>
</PackageImport>
<PackageImport Include="vclx.bpi">
<BuildOrder>14</BuildOrder>
</PackageImport>
<PackageImport Include="AbbreviaVCL.bpi">
<BuildOrder>14</BuildOrder>
</PackageImport>
<DelphiCompile Include="..\..\source\AbDlgDir.pas">
<BuildOrder>9</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbDlgPwd.pas">
<BuildOrder>10</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbPeCol.pas">
<BuildOrder>11</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbPeDir.pas">
<BuildOrder>4</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbPeFn.pas">
<BuildOrder>5</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbPePass.pas">
<BuildOrder>6</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbPeVer.pas">
<BuildOrder>7</BuildOrder>
</DelphiCompile>
<DelphiCompile Include="..\..\source\AbRegVcl.pas">
<BuildOrder>8</BuildOrder>
</DelphiCompile>
<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.Cpp.Targets')" Project="$(BDS)\Bin\CodeGear.Cpp.Targets"/>
<ProjectExtensions>
<Borland.Personality>CPlusPlusBuilder.Personality.12</Borland.Personality>
<Borland.ProjectType>CppPackage</Borland.ProjectType>
<BorlandProject>
<CPlusPlusBuilder.Personality>
<Source>
<Source Name="MainSource">AbbreviaVCLDesign.cpp</Source>
</Source>
<VersionInfo>
<VersionInfo Name="IncludeVerInfo">True</VersionInfo>
<VersionInfo Name="AutoIncBuild">False</VersionInfo>
<VersionInfo Name="MajorVer">4</VersionInfo>
<VersionInfo Name="MinorVer">0</VersionInfo>
<VersionInfo Name="Release">0</VersionInfo>
<VersionInfo Name="Build">0</VersionInfo>
<VersionInfo Name="Debug">False</VersionInfo>
<VersionInfo Name="PreRelease">False</VersionInfo>
<VersionInfo Name="Special">False</VersionInfo>
<VersionInfo Name="Private">False</VersionInfo>
<VersionInfo Name="DLL">False</VersionInfo>
<VersionInfo Name="Locale">1033</VersionInfo>
<VersionInfo Name="CodePage">1252</VersionInfo>
</VersionInfo>
<VersionInfoKeys>
<VersionInfoKeys Name="CompanyName"/>
<VersionInfoKeys Name="FileDescription">Abbrevia VCL designtime components</VersionInfoKeys>
<VersionInfoKeys Name="FileVersion">5.0.0.0</VersionInfoKeys>
<VersionInfoKeys Name="InternalName"/>
<VersionInfoKeys Name="LegalCopyright">Copyright (c) Abbrevia Group 2011</VersionInfoKeys>
<VersionInfoKeys Name="LegalTrademarks"/>
<VersionInfoKeys Name="OriginalFilename"/>
<VersionInfoKeys Name="ProductName">Abbrevia</VersionInfoKeys>
<VersionInfoKeys Name="ProductVersion">5.0</VersionInfoKeys>
<VersionInfoKeys Name="Comments"/>
</VersionInfoKeys>
<Debugging>
<Debugging Name="DebugSourceDirs"/>
</Debugging>
<Parameters>
<Parameters Name="RemoteHost"/>
<Parameters Name="RemotePath"/>
<Parameters Name="RemoteParams"/>
<Parameters Name="RemoteLauncher"/>
<Parameters Name="UseRemoteLauncher">False</Parameters>
<Parameters Name="RemoteCWD"/>
<Parameters Name="RemoteDebug">False</Parameters>
</Parameters>
<ProjectProperties>
<ProjectProperties Name="AutoShowDeps">False</ProjectProperties>
<ProjectProperties Name="ManagePaths">True</ProjectProperties>
<ProjectProperties Name="VerifyPackages">True</ProjectProperties>
<ProjectProperties Name="IndexFiles">False</ProjectProperties>
</ProjectProperties>
<Excluded_Packages>
<Excluded_Packages Name="$(BDSBIN)\bcboffice2k200.bpl">Embarcadero C++Builder-Package für Office 2000-Server</Excluded_Packages>
<Excluded_Packages Name="$(BDSBIN)\bcbofficexp200.bpl">Embarcadero C++Builder-Package für Office XP-Server</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>
</CPlusPlusBuilder.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>

View File

@@ -0,0 +1,17 @@
//---------------------------------------------------------------------------
#include <basepch.h>
#pragma hdrstop
#pragma package(smart_init)
//---------------------------------------------------------------------------
// Package source.
//---------------------------------------------------------------------------
#pragma argsused
int WINAPI DllEntryPoint(HINSTANCE hinst, unsigned long reason, void*)
{
return 1;
}
//---------------------------------------------------------------------------

View File

@@ -0,0 +1,19 @@
<?xml version="1.0" encoding="utf-8"?>
<BorlandProject>
<PersonalityInfo>
<Option>
<Option Name="Personality">Default.Personality</Option>
<Option Name="ProjectType"></Option>
<Option Name="Version">1.0</Option>
<Option Name="GUID">{BCDF432C-DE82-40A7-9936-C48A373EFDF7}</Option>
</Option>
</PersonalityInfo>
<Default.Personality> <Projects>
<Projects Name="Abbrevia100.bpl">Delphi 2006\Abbrevia.bdsproj</Projects>
<Projects Name="AbbreviaVCL100.bpl">Delphi 2006\AbbreviaVCL.bdsproj</Projects>
<Projects Name="AbbreviaVCLDesign100.bpl">Delphi 2006\AbbreviaVCLDesign.bdsproj</Projects>
<Projects Name="Targets">Abbrevia100.bpl AbbreviaVCL100.bpl AbbreviaVCLDesign100.bpl</Projects>
</Projects>
<Dependencies/>
</Default.Personality>
</BorlandProject>

View File

@@ -0,0 +1,175 @@
<?xml version="1.0" encoding="utf-8"?>
<BorlandProject>
<PersonalityInfo>
<Option>
<Option Name="Personality">Delphi.Personality</Option>
<Option Name="ProjectType">VCLApplication</Option>
<Option Name="Version">1.0</Option>
<Option Name="GUID">{05A151B0-FDB0-4F1F-9333-42C6AB018637}</Option>
</Option>
</PersonalityInfo>
<Delphi.Personality>
<Source>
<Source Name="MainSource">Abbrevia.dpk</Source>
</Source>
<FileVersion>
<FileVersion Name="Version">7.0</FileVersion>
</FileVersion>
<Compiler>
<Compiler Name="A">8</Compiler>
<Compiler Name="B">0</Compiler>
<Compiler Name="C">1</Compiler>
<Compiler Name="D">0</Compiler>
<Compiler Name="E">0</Compiler>
<Compiler Name="F">0</Compiler>
<Compiler Name="G">1</Compiler>
<Compiler Name="H">1</Compiler>
<Compiler Name="I">1</Compiler>
<Compiler Name="J">1</Compiler>
<Compiler Name="K">0</Compiler>
<Compiler Name="L">0</Compiler>
<Compiler Name="M">0</Compiler>
<Compiler Name="N">1</Compiler>
<Compiler Name="O">1</Compiler>
<Compiler Name="P">1</Compiler>
<Compiler Name="Q">0</Compiler>
<Compiler Name="R">0</Compiler>
<Compiler Name="S">0</Compiler>
<Compiler Name="T">0</Compiler>
<Compiler Name="U">0</Compiler>
<Compiler Name="V">1</Compiler>
<Compiler Name="W">0</Compiler>
<Compiler Name="X">1</Compiler>
<Compiler Name="Y">0</Compiler>
<Compiler Name="Z">1</Compiler>
<Compiler Name="ShowHints">True</Compiler>
<Compiler Name="ShowWarnings">True</Compiler>
<Compiler Name="UnitAliases">WinTypes=Windows;WinProcs=Windows;DbiTypes=BDE;DbiProcs=BDE;DbiErrs=BDE;</Compiler>
<Compiler Name="NamespacePrefix"></Compiler>
<Compiler Name="GenerateDocumentation">False</Compiler>
<Compiler Name="DefaultNamespace"></Compiler>
<Compiler Name="SymbolDeprecated">True</Compiler>
<Compiler Name="SymbolLibrary">True</Compiler>
<Compiler Name="SymbolPlatform">True</Compiler>
<Compiler Name="SymbolExperimental">True</Compiler>
<Compiler Name="UnitLibrary">True</Compiler>
<Compiler Name="UnitPlatform">True</Compiler>
<Compiler Name="UnitDeprecated">True</Compiler>
<Compiler Name="UnitExperimental">True</Compiler>
<Compiler Name="HResultCompat">True</Compiler>
<Compiler Name="HidingMember">True</Compiler>
<Compiler Name="HiddenVirtual">True</Compiler>
<Compiler Name="Garbage">True</Compiler>
<Compiler Name="BoundsError">True</Compiler>
<Compiler Name="ZeroNilCompat">True</Compiler>
<Compiler Name="StringConstTruncated">True</Compiler>
<Compiler Name="ForLoopVarVarPar">True</Compiler>
<Compiler Name="TypedConstVarPar">True</Compiler>
<Compiler Name="AsgToTypedConst">True</Compiler>
<Compiler Name="CaseLabelRange">True</Compiler>
<Compiler Name="ForVariable">True</Compiler>
<Compiler Name="ConstructingAbstract">True</Compiler>
<Compiler Name="ComparisonFalse">True</Compiler>
<Compiler Name="ComparisonTrue">True</Compiler>
<Compiler Name="ComparingSignedUnsigned">True</Compiler>
<Compiler Name="CombiningSignedUnsigned">True</Compiler>
<Compiler Name="UnsupportedConstruct">True</Compiler>
<Compiler Name="FileOpen">True</Compiler>
<Compiler Name="FileOpenUnitSrc">True</Compiler>
<Compiler Name="BadGlobalSymbol">True</Compiler>
<Compiler Name="DuplicateConstructorDestructor">True</Compiler>
<Compiler Name="InvalidDirective">True</Compiler>
<Compiler Name="PackageNoLink">True</Compiler>
<Compiler Name="PackageThreadVar">True</Compiler>
<Compiler Name="ImplicitImport">True</Compiler>
<Compiler Name="HPPEMITIgnored">True</Compiler>
<Compiler Name="NoRetVal">True</Compiler>
<Compiler Name="UseBeforeDef">True</Compiler>
<Compiler Name="ForLoopVarUndef">True</Compiler>
<Compiler Name="UnitNameMismatch">True</Compiler>
<Compiler Name="NoCFGFileFound">True</Compiler>
<Compiler Name="ImplicitVariants">True</Compiler>
<Compiler Name="UnicodeToLocale">True</Compiler>
<Compiler Name="LocaleToUnicode">True</Compiler>
<Compiler Name="ImagebaseMultiple">True</Compiler>
<Compiler Name="SuspiciousTypecast">True</Compiler>
<Compiler Name="PrivatePropAccessor">True</Compiler>
<Compiler Name="UnsafeType">False</Compiler>
<Compiler Name="UnsafeCode">False</Compiler>
<Compiler Name="UnsafeCast">False</Compiler>
<Compiler Name="OptionTruncated">True</Compiler>
<Compiler Name="WideCharReduced">True</Compiler>
<Compiler Name="DuplicatesIgnored">True</Compiler>
<Compiler Name="UnitInitSeq">True</Compiler>
<Compiler Name="LocalPInvoke">True</Compiler>
<Compiler Name="MessageDirective">True</Compiler>
<Compiler Name="CodePage"></Compiler>
</Compiler>
<Linker>
<Linker Name="MapFile">3</Linker>
<Linker Name="OutputObjs">0</Linker>
<Linker Name="GenerateHpps">False</Linker>
<Linker Name="ConsoleApp">1</Linker>
<Linker Name="DebugInfo">False</Linker>
<Linker Name="RemoteSymbols">False</Linker>
<Linker Name="GenerateDRC">False</Linker>
<Linker Name="MinStackSize">16384</Linker>
<Linker Name="MaxStackSize">1048576</Linker>
<Linker Name="ImageBase">4194304</Linker>
<Linker Name="ExeDescription">Abbrevia Run-time package - RTL2006</Linker>
</Linker>
<Directories>
<Directories Name="OutputDir"></Directories>
<Directories Name="UnitOutputDir"></Directories>
<Directories Name="PackageDLLOutputDir"></Directories>
<Directories Name="PackageDCPOutputDir"></Directories>
<Directories Name="SearchPath"></Directories>
<Directories Name="Packages">Vcl50;Vclx50;VclSmp50;Qrpt50;Vcldb50;Vclbde50;ibevnt50;vcldbx50;TeeUI50;TeeDB50;Tee50;TeeQR50;VCLIB50;vclie50;Inetdb50;Inet50;NMFast50;dclocx50;dclaxserver50;O405_R50</Directories>
<Directories Name="Conditionals"></Directories>
<Directories Name="DebugSourceDirs"></Directories>
<Directories Name="UsePackages">False</Directories>
</Directories>
<Parameters>
<Parameters Name="RunParams">/debug</Parameters>
<Parameters Name="HostApplication"></Parameters>
<Parameters Name="Launcher"></Parameters>
<Parameters Name="UseLauncher">False</Parameters>
<Parameters Name="DebugCWD"></Parameters>
<Parameters Name="Debug Symbols Search Path"></Parameters>
<Parameters Name="LoadAllSymbols">True</Parameters>
<Parameters Name="LoadUnspecifiedSymbols">False</Parameters>
</Parameters>
<Language>
<Language Name="ActiveLang"></Language>
<Language Name="ProjectLang">$00000409</Language>
<Language Name="RootDir"></Language>
</Language>
<VersionInfo>
<VersionInfo Name="IncludeVerInfo">True</VersionInfo>
<VersionInfo Name="AutoIncBuild">True</VersionInfo>
<VersionInfo Name="MajorVer">5</VersionInfo>
<VersionInfo Name="MinorVer">0</VersionInfo>
<VersionInfo Name="Release">0</VersionInfo>
<VersionInfo Name="Build">0</VersionInfo>
<VersionInfo Name="Debug">False</VersionInfo>
<VersionInfo Name="PreRelease">False</VersionInfo>
<VersionInfo Name="Special">False</VersionInfo>
<VersionInfo Name="Private">False</VersionInfo>
<VersionInfo Name="DLL">False</VersionInfo>
<VersionInfo Name="Locale">1033</VersionInfo>
<VersionInfo Name="CodePage">1252</VersionInfo>
</VersionInfo>
<VersionInfoKeys>
<VersionInfoKeys Name="CompanyName"></VersionInfoKeys>
<VersionInfoKeys Name="FileDescription">Abbrevia Components</VersionInfoKeys>
<VersionInfoKeys Name="FileVersion">5.0.0.0</VersionInfoKeys>
<VersionInfoKeys Name="InternalName"></VersionInfoKeys>
<VersionInfoKeys Name="LegalCopyright">Copyright (c) Abbrevia Group 2011</VersionInfoKeys>
<VersionInfoKeys Name="LegalTrademarks"></VersionInfoKeys>
<VersionInfoKeys Name="OriginalFilename"></VersionInfoKeys>
<VersionInfoKeys Name="ProductName">Abbrevia</VersionInfoKeys>
<VersionInfoKeys Name="ProductVersion">5.0</VersionInfoKeys>
<VersionInfoKeys Name="Comments"></VersionInfoKeys>
</VersionInfoKeys>
</Delphi.Personality>
</BorlandProject>

View File

@@ -0,0 +1,107 @@
(* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
* http://www.mozilla.org/MPL/
*
* Software distributed under the License is distributed on an "AS IS" basis,
* WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
* for the specific language governing rights and limitations under the
* License.
*
* The Original Code is TurboPower Abbrevia
*
* The Initial Developer of the Original Code is
* TurboPower Software
*
* Portions created by the Initial Developer are Copyright (C) 1997-2002
* the Initial Developer. All Rights Reserved.
*
* Contributor(s):
*
* ***** END LICENSE BLOCK ***** *)
package Abbrevia;
{$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 ON}
{$MINENUMSIZE 1}
{$IMAGEBASE $400000}
{$DESCRIPTION 'Abbrevia Run-time package - RTL2006'}
{$LIBSUFFIX '100'}
{$RUNONLY}
{$IMPLICITBUILD OFF}
requires
rtl;
contains
AbArcTyp in '..\..\source\AbArcTyp.pas',
AbBase in '..\..\source\AbBase.pas',
AbBitBkt in '..\..\source\AbBitBkt.pas',
AbBrowse in '..\..\source\AbBrowse.pas',
AbBzip2 in '..\..\source\AbBzip2.pas',
AbBzip2Typ in '..\..\source\AbBzip2Typ.pas',
AbCabExt in '..\..\source\AbCabExt.pas',
AbCabKit in '..\..\source\AbCabKit.pas',
AbCabMak in '..\..\source\AbCabMak.pas',
AbCabTyp in '..\..\source\AbCabTyp.pas',
AbCBrows in '..\..\source\AbCBrows.pas',
AbCharset in '..\..\source\AbCharset.pas',
AbConst in '..\..\source\AbConst.pas',
AbCrtl in '..\..\source\AbCrtl.pas',
AbDfBase in '..\..\source\AbDfBase.pas',
AbDfCryS in '..\..\source\AbDfCryS.pas',
AbDfDec in '..\..\source\AbDfDec.pas',
AbDfEnc in '..\..\source\AbDfEnc.pas',
AbDfHufD in '..\..\source\AbDfHufD.pas',
AbDfInW in '..\..\source\AbDfInW.pas',
AbDfOutW in '..\..\source\AbDfOutW.pas',
AbDfPkMg in '..\..\source\AbDfPkMg.pas',
AbDfStrm in '..\..\source\AbDfStrm.pas',
AbDfXlat in '..\..\source\AbDfXlat.pas',
AbExcept in '..\..\source\AbExcept.pas',
AbFciFdi in '..\..\source\AbFciFdi.pas',
AbGzTyp in '..\..\source\AbGzTyp.pas',
AbLzma in '..\..\source\AbLzma.pas',
AbPPMd in '..\..\source\AbPPMd.pas',
AbResString in '..\..\source\AbResString.pas',
AbSelfEx in '..\..\source\AbSelfEx.pas',
AbSpanSt in '..\..\source\AbSpanSt.pas',
AbSWStm in '..\..\source\AbSWStm.pas',
AbTarTyp in '..\..\source\AbTarTyp.pas',
AbUnzOutStm in '..\..\source\AbUnzOutStm.pas',
AbUnzper in '..\..\source\AbUnzper.pas',
AbUnzPrc in '..\..\source\AbUnzPrc.pas',
AbUtils in '..\..\source\AbUtils.pas',
AbVMStrm in '..\..\source\AbVMStrm.pas',
AbWavPack in '..\..\source\AbWavPack.pas',
AbZBrows in '..\..\source\AbZBrows.pas',
AbZipExt in '..\..\source\AbZipExt.pas',
AbZipKit in '..\..\source\AbZipKit.pas',
AbZipper in '..\..\source\AbZipper.pas',
AbZipPrc in '..\..\source\AbZipPrc.pas',
AbZipTyp in '..\..\source\AbZipTyp.pas',
AbZLTyp in '..\..\source\AbZLTyp.pas';
end.

View File

@@ -0,0 +1,175 @@
<?xml version="1.0" encoding="utf-8"?>
<BorlandProject>
<PersonalityInfo>
<Option>
<Option Name="Personality">Delphi.Personality</Option>
<Option Name="ProjectType">VCLApplication</Option>
<Option Name="Version">1.0</Option>
<Option Name="GUID">{FB20488A-3CFC-4E02-9D0B-C0CD5EBD9AAE}</Option>
</Option>
</PersonalityInfo>
<Delphi.Personality>
<Source>
<Source Name="MainSource">AbbreviaVCL.dpk</Source>
</Source>
<FileVersion>
<FileVersion Name="Version">7.0</FileVersion>
</FileVersion>
<Compiler>
<Compiler Name="A">8</Compiler>
<Compiler Name="B">0</Compiler>
<Compiler Name="C">1</Compiler>
<Compiler Name="D">0</Compiler>
<Compiler Name="E">0</Compiler>
<Compiler Name="F">0</Compiler>
<Compiler Name="G">1</Compiler>
<Compiler Name="H">1</Compiler>
<Compiler Name="I">1</Compiler>
<Compiler Name="J">1</Compiler>
<Compiler Name="K">0</Compiler>
<Compiler Name="L">0</Compiler>
<Compiler Name="M">0</Compiler>
<Compiler Name="N">1</Compiler>
<Compiler Name="O">1</Compiler>
<Compiler Name="P">1</Compiler>
<Compiler Name="Q">0</Compiler>
<Compiler Name="R">0</Compiler>
<Compiler Name="S">0</Compiler>
<Compiler Name="T">0</Compiler>
<Compiler Name="U">0</Compiler>
<Compiler Name="V">1</Compiler>
<Compiler Name="W">0</Compiler>
<Compiler Name="X">1</Compiler>
<Compiler Name="Y">0</Compiler>
<Compiler Name="Z">1</Compiler>
<Compiler Name="ShowHints">True</Compiler>
<Compiler Name="ShowWarnings">True</Compiler>
<Compiler Name="UnitAliases">WinTypes=Windows;WinProcs=Windows;DbiTypes=BDE;DbiProcs=BDE;DbiErrs=BDE;</Compiler>
<Compiler Name="NamespacePrefix"></Compiler>
<Compiler Name="GenerateDocumentation">False</Compiler>
<Compiler Name="DefaultNamespace"></Compiler>
<Compiler Name="SymbolDeprecated">True</Compiler>
<Compiler Name="SymbolLibrary">True</Compiler>
<Compiler Name="SymbolPlatform">True</Compiler>
<Compiler Name="SymbolExperimental">True</Compiler>
<Compiler Name="UnitLibrary">True</Compiler>
<Compiler Name="UnitPlatform">True</Compiler>
<Compiler Name="UnitDeprecated">True</Compiler>
<Compiler Name="UnitExperimental">True</Compiler>
<Compiler Name="HResultCompat">True</Compiler>
<Compiler Name="HidingMember">True</Compiler>
<Compiler Name="HiddenVirtual">True</Compiler>
<Compiler Name="Garbage">True</Compiler>
<Compiler Name="BoundsError">True</Compiler>
<Compiler Name="ZeroNilCompat">True</Compiler>
<Compiler Name="StringConstTruncated">True</Compiler>
<Compiler Name="ForLoopVarVarPar">True</Compiler>
<Compiler Name="TypedConstVarPar">True</Compiler>
<Compiler Name="AsgToTypedConst">True</Compiler>
<Compiler Name="CaseLabelRange">True</Compiler>
<Compiler Name="ForVariable">True</Compiler>
<Compiler Name="ConstructingAbstract">True</Compiler>
<Compiler Name="ComparisonFalse">True</Compiler>
<Compiler Name="ComparisonTrue">True</Compiler>
<Compiler Name="ComparingSignedUnsigned">True</Compiler>
<Compiler Name="CombiningSignedUnsigned">True</Compiler>
<Compiler Name="UnsupportedConstruct">True</Compiler>
<Compiler Name="FileOpen">True</Compiler>
<Compiler Name="FileOpenUnitSrc">True</Compiler>
<Compiler Name="BadGlobalSymbol">True</Compiler>
<Compiler Name="DuplicateConstructorDestructor">True</Compiler>
<Compiler Name="InvalidDirective">True</Compiler>
<Compiler Name="PackageNoLink">True</Compiler>
<Compiler Name="PackageThreadVar">True</Compiler>
<Compiler Name="ImplicitImport">True</Compiler>
<Compiler Name="HPPEMITIgnored">True</Compiler>
<Compiler Name="NoRetVal">True</Compiler>
<Compiler Name="UseBeforeDef">True</Compiler>
<Compiler Name="ForLoopVarUndef">True</Compiler>
<Compiler Name="UnitNameMismatch">True</Compiler>
<Compiler Name="NoCFGFileFound">True</Compiler>
<Compiler Name="ImplicitVariants">True</Compiler>
<Compiler Name="UnicodeToLocale">True</Compiler>
<Compiler Name="LocaleToUnicode">True</Compiler>
<Compiler Name="ImagebaseMultiple">True</Compiler>
<Compiler Name="SuspiciousTypecast">True</Compiler>
<Compiler Name="PrivatePropAccessor">True</Compiler>
<Compiler Name="UnsafeType">False</Compiler>
<Compiler Name="UnsafeCode">False</Compiler>
<Compiler Name="UnsafeCast">False</Compiler>
<Compiler Name="OptionTruncated">True</Compiler>
<Compiler Name="WideCharReduced">True</Compiler>
<Compiler Name="DuplicatesIgnored">True</Compiler>
<Compiler Name="UnitInitSeq">True</Compiler>
<Compiler Name="LocalPInvoke">True</Compiler>
<Compiler Name="MessageDirective">True</Compiler>
<Compiler Name="CodePage"></Compiler>
</Compiler>
<Linker>
<Linker Name="MapFile">3</Linker>
<Linker Name="OutputObjs">0</Linker>
<Linker Name="GenerateHpps">False</Linker>
<Linker Name="ConsoleApp">1</Linker>
<Linker Name="DebugInfo">False</Linker>
<Linker Name="RemoteSymbols">False</Linker>
<Linker Name="GenerateDRC">False</Linker>
<Linker Name="MinStackSize">16384</Linker>
<Linker Name="MaxStackSize">1048576</Linker>
<Linker Name="ImageBase">4194304</Linker>
<Linker Name="ExeDescription">Abbrevia Run-time package - VCL2006</Linker>
</Linker>
<Directories>
<Directories Name="OutputDir"></Directories>
<Directories Name="UnitOutputDir"></Directories>
<Directories Name="PackageDLLOutputDir"></Directories>
<Directories Name="PackageDCPOutputDir"></Directories>
<Directories Name="SearchPath"></Directories>
<Directories Name="Packages">Vcl50;Vclx50;VclSmp50;Qrpt50;Vcldb50;Vclbde50;ibevnt50;vcldbx50;TeeUI50;TeeDB50;Tee50;TeeQR50;VCLIB50;vclie50;Inetdb50;Inet50;NMFast50;dclocx50;dclaxserver50;O405_R50</Directories>
<Directories Name="Conditionals"></Directories>
<Directories Name="DebugSourceDirs"></Directories>
<Directories Name="UsePackages">False</Directories>
</Directories>
<Parameters>
<Parameters Name="RunParams">/debug</Parameters>
<Parameters Name="HostApplication"></Parameters>
<Parameters Name="Launcher"></Parameters>
<Parameters Name="UseLauncher">False</Parameters>
<Parameters Name="DebugCWD"></Parameters>
<Parameters Name="Debug Symbols Search Path"></Parameters>
<Parameters Name="LoadAllSymbols">True</Parameters>
<Parameters Name="LoadUnspecifiedSymbols">False</Parameters>
</Parameters>
<Language>
<Language Name="ActiveLang"></Language>
<Language Name="ProjectLang">$00000409</Language>
<Language Name="RootDir"></Language>
</Language>
<VersionInfo>
<VersionInfo Name="IncludeVerInfo">True</VersionInfo>
<VersionInfo Name="AutoIncBuild">True</VersionInfo>
<VersionInfo Name="MajorVer">5</VersionInfo>
<VersionInfo Name="MinorVer">0</VersionInfo>
<VersionInfo Name="Release">0</VersionInfo>
<VersionInfo Name="Build">0</VersionInfo>
<VersionInfo Name="Debug">False</VersionInfo>
<VersionInfo Name="PreRelease">False</VersionInfo>
<VersionInfo Name="Special">False</VersionInfo>
<VersionInfo Name="Private">False</VersionInfo>
<VersionInfo Name="DLL">False</VersionInfo>
<VersionInfo Name="Locale">1033</VersionInfo>
<VersionInfo Name="CodePage">1252</VersionInfo>
</VersionInfo>
<VersionInfoKeys>
<VersionInfoKeys Name="CompanyName"></VersionInfoKeys>
<VersionInfoKeys Name="FileDescription">Abbrevia Components</VersionInfoKeys>
<VersionInfoKeys Name="FileVersion">5.0.0.0</VersionInfoKeys>
<VersionInfoKeys Name="InternalName"></VersionInfoKeys>
<VersionInfoKeys Name="LegalCopyright">Copyright (c) Abbrevia Group 2011</VersionInfoKeys>
<VersionInfoKeys Name="LegalTrademarks"></VersionInfoKeys>
<VersionInfoKeys Name="OriginalFilename"></VersionInfoKeys>
<VersionInfoKeys Name="ProductName">Abbrevia</VersionInfoKeys>
<VersionInfoKeys Name="ProductVersion">5.0</VersionInfoKeys>
<VersionInfoKeys Name="Comments"></VersionInfoKeys>
</VersionInfoKeys>
</Delphi.Personality>
</BorlandProject>

View File

@@ -0,0 +1,72 @@
(* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
* http://www.mozilla.org/MPL/
*
* Software distributed under the License is distributed on an "AS IS" basis,
* WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
* for the specific language governing rights and limitations under the
* License.
*
* The Original Code is TurboPower Abbrevia
*
* The Initial Developer of the Original Code is
* TurboPower Software
*
* Portions created by the Initial Developer are Copyright (C) 1997-2002
* the Initial Developer. All Rights Reserved.
*
* Contributor(s):
*
* ***** END LICENSE BLOCK ***** *)
package AbbreviaVCL;
{$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 ON}
{$MINENUMSIZE 1}
{$IMAGEBASE $400000}
{$DESCRIPTION 'Abbrevia Run-time package - VCL2006'}
{$LIBSUFFIX '100'}
{$RUNONLY}
{$IMPLICITBUILD OFF}
requires
rtl,
vcl,
vclx,
Abbrevia;
contains
AbBseVCL in '..\..\source\AbBseVCL.pas',
AbMeter in '..\..\source\AbMeter.pas',
AbView in '..\..\source\AbView.pas',
AbZipOut in '..\..\source\AbZipOut.pas',
AbCView in '..\..\source\AbCView.pas',
AbZView in '..\..\source\AbZView.pas',
AbCompnd in '..\..\source\AbCompnd.pas',
AbHexVw in '..\..\source\AbHexVw.pas',
AbComCtrls in '..\..\source\AbComCtrls.pas';
end.

View File

@@ -0,0 +1,175 @@
<?xml version="1.0" encoding="utf-8"?>
<BorlandProject>
<PersonalityInfo>
<Option>
<Option Name="Personality">Delphi.Personality</Option>
<Option Name="ProjectType">VCLApplication</Option>
<Option Name="Version">1.0</Option>
<Option Name="GUID">{3044A14F-4AF7-42A2-8606-F4F445A8A433}</Option>
</Option>
</PersonalityInfo>
<Delphi.Personality>
<Source>
<Source Name="MainSource">AbbreviaVCLDesign.dpk</Source>
</Source>
<FileVersion>
<FileVersion Name="Version">7.0</FileVersion>
</FileVersion>
<Compiler>
<Compiler Name="A">8</Compiler>
<Compiler Name="B">0</Compiler>
<Compiler Name="C">1</Compiler>
<Compiler Name="D">0</Compiler>
<Compiler Name="E">0</Compiler>
<Compiler Name="F">0</Compiler>
<Compiler Name="G">1</Compiler>
<Compiler Name="H">1</Compiler>
<Compiler Name="I">1</Compiler>
<Compiler Name="J">1</Compiler>
<Compiler Name="K">0</Compiler>
<Compiler Name="L">0</Compiler>
<Compiler Name="M">0</Compiler>
<Compiler Name="N">1</Compiler>
<Compiler Name="O">1</Compiler>
<Compiler Name="P">1</Compiler>
<Compiler Name="Q">0</Compiler>
<Compiler Name="R">0</Compiler>
<Compiler Name="S">0</Compiler>
<Compiler Name="T">0</Compiler>
<Compiler Name="U">0</Compiler>
<Compiler Name="V">1</Compiler>
<Compiler Name="W">0</Compiler>
<Compiler Name="X">1</Compiler>
<Compiler Name="Y">0</Compiler>
<Compiler Name="Z">1</Compiler>
<Compiler Name="ShowHints">True</Compiler>
<Compiler Name="ShowWarnings">True</Compiler>
<Compiler Name="UnitAliases">WinTypes=Windows;WinProcs=Windows;DbiTypes=BDE;DbiProcs=BDE;DbiErrs=BDE;</Compiler>
<Compiler Name="NamespacePrefix"></Compiler>
<Compiler Name="GenerateDocumentation">False</Compiler>
<Compiler Name="DefaultNamespace"></Compiler>
<Compiler Name="SymbolDeprecated">True</Compiler>
<Compiler Name="SymbolLibrary">True</Compiler>
<Compiler Name="SymbolPlatform">True</Compiler>
<Compiler Name="SymbolExperimental">True</Compiler>
<Compiler Name="UnitLibrary">True</Compiler>
<Compiler Name="UnitPlatform">True</Compiler>
<Compiler Name="UnitDeprecated">True</Compiler>
<Compiler Name="UnitExperimental">True</Compiler>
<Compiler Name="HResultCompat">True</Compiler>
<Compiler Name="HidingMember">True</Compiler>
<Compiler Name="HiddenVirtual">True</Compiler>
<Compiler Name="Garbage">True</Compiler>
<Compiler Name="BoundsError">True</Compiler>
<Compiler Name="ZeroNilCompat">True</Compiler>
<Compiler Name="StringConstTruncated">True</Compiler>
<Compiler Name="ForLoopVarVarPar">True</Compiler>
<Compiler Name="TypedConstVarPar">True</Compiler>
<Compiler Name="AsgToTypedConst">True</Compiler>
<Compiler Name="CaseLabelRange">True</Compiler>
<Compiler Name="ForVariable">True</Compiler>
<Compiler Name="ConstructingAbstract">True</Compiler>
<Compiler Name="ComparisonFalse">True</Compiler>
<Compiler Name="ComparisonTrue">True</Compiler>
<Compiler Name="ComparingSignedUnsigned">True</Compiler>
<Compiler Name="CombiningSignedUnsigned">True</Compiler>
<Compiler Name="UnsupportedConstruct">True</Compiler>
<Compiler Name="FileOpen">True</Compiler>
<Compiler Name="FileOpenUnitSrc">True</Compiler>
<Compiler Name="BadGlobalSymbol">True</Compiler>
<Compiler Name="DuplicateConstructorDestructor">True</Compiler>
<Compiler Name="InvalidDirective">True</Compiler>
<Compiler Name="PackageNoLink">True</Compiler>
<Compiler Name="PackageThreadVar">True</Compiler>
<Compiler Name="ImplicitImport">True</Compiler>
<Compiler Name="HPPEMITIgnored">True</Compiler>
<Compiler Name="NoRetVal">True</Compiler>
<Compiler Name="UseBeforeDef">True</Compiler>
<Compiler Name="ForLoopVarUndef">True</Compiler>
<Compiler Name="UnitNameMismatch">True</Compiler>
<Compiler Name="NoCFGFileFound">True</Compiler>
<Compiler Name="ImplicitVariants">True</Compiler>
<Compiler Name="UnicodeToLocale">True</Compiler>
<Compiler Name="LocaleToUnicode">True</Compiler>
<Compiler Name="ImagebaseMultiple">True</Compiler>
<Compiler Name="SuspiciousTypecast">True</Compiler>
<Compiler Name="PrivatePropAccessor">True</Compiler>
<Compiler Name="UnsafeType">False</Compiler>
<Compiler Name="UnsafeCode">False</Compiler>
<Compiler Name="UnsafeCast">False</Compiler>
<Compiler Name="OptionTruncated">True</Compiler>
<Compiler Name="WideCharReduced">True</Compiler>
<Compiler Name="DuplicatesIgnored">True</Compiler>
<Compiler Name="UnitInitSeq">True</Compiler>
<Compiler Name="LocalPInvoke">True</Compiler>
<Compiler Name="MessageDirective">True</Compiler>
<Compiler Name="CodePage"></Compiler>
</Compiler>
<Linker>
<Linker Name="MapFile">3</Linker>
<Linker Name="OutputObjs">0</Linker>
<Linker Name="GenerateHpps">False</Linker>
<Linker Name="ConsoleApp">1</Linker>
<Linker Name="DebugInfo">False</Linker>
<Linker Name="RemoteSymbols">False</Linker>
<Linker Name="GenerateDRC">False</Linker>
<Linker Name="MinStackSize">16384</Linker>
<Linker Name="MaxStackSize">1048576</Linker>
<Linker Name="ImageBase">4194304</Linker>
<Linker Name="ExeDescription">Abbrevia Design-time package - VCL2006</Linker>
</Linker>
<Directories>
<Directories Name="OutputDir"></Directories>
<Directories Name="UnitOutputDir"></Directories>
<Directories Name="PackageDLLOutputDir"></Directories>
<Directories Name="PackageDCPOutputDir"></Directories>
<Directories Name="SearchPath"></Directories>
<Directories Name="Packages"></Directories>
<Directories Name="Conditionals"></Directories>
<Directories Name="DebugSourceDirs"></Directories>
<Directories Name="UsePackages">False</Directories>
</Directories>
<Parameters>
<Parameters Name="RunParams">/debug</Parameters>
<Parameters Name="HostApplication"></Parameters>
<Parameters Name="Launcher"></Parameters>
<Parameters Name="UseLauncher">False</Parameters>
<Parameters Name="DebugCWD"></Parameters>
<Parameters Name="Debug Symbols Search Path"></Parameters>
<Parameters Name="LoadAllSymbols">True</Parameters>
<Parameters Name="LoadUnspecifiedSymbols">False</Parameters>
</Parameters>
<Language>
<Language Name="ActiveLang"></Language>
<Language Name="ProjectLang">$00000409</Language>
<Language Name="RootDir"></Language>
</Language>
<VersionInfo>
<VersionInfo Name="IncludeVerInfo">True</VersionInfo>
<VersionInfo Name="AutoIncBuild">True</VersionInfo>
<VersionInfo Name="MajorVer">5</VersionInfo>
<VersionInfo Name="MinorVer">0</VersionInfo>
<VersionInfo Name="Release">0</VersionInfo>
<VersionInfo Name="Build">0</VersionInfo>
<VersionInfo Name="Debug">False</VersionInfo>
<VersionInfo Name="PreRelease">False</VersionInfo>
<VersionInfo Name="Special">False</VersionInfo>
<VersionInfo Name="Private">False</VersionInfo>
<VersionInfo Name="DLL">False</VersionInfo>
<VersionInfo Name="Locale">1033</VersionInfo>
<VersionInfo Name="CodePage">1252</VersionInfo>
</VersionInfo>
<VersionInfoKeys>
<VersionInfoKeys Name="CompanyName"></VersionInfoKeys>
<VersionInfoKeys Name="FileDescription">Abbrevia Components</VersionInfoKeys>
<VersionInfoKeys Name="FileVersion">5.0.0.0</VersionInfoKeys>
<VersionInfoKeys Name="InternalName"></VersionInfoKeys>
<VersionInfoKeys Name="LegalCopyright">Copyright (c) Abbrevia Group 2011</VersionInfoKeys>
<VersionInfoKeys Name="LegalTrademarks"></VersionInfoKeys>
<VersionInfoKeys Name="OriginalFilename"></VersionInfoKeys>
<VersionInfoKeys Name="ProductName">Abbrevia</VersionInfoKeys>
<VersionInfoKeys Name="ProductVersion">5.0</VersionInfoKeys>
<VersionInfoKeys Name="Comments"></VersionInfoKeys>
</VersionInfoKeys>
</Delphi.Personality>
</BorlandProject>

View File

@@ -0,0 +1,69 @@
(* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
* http://www.mozilla.org/MPL/
*
* Software distributed under the License is distributed on an "AS IS" basis,
* WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
* for the specific language governing rights and limitations under the
* License.
*
* The Original Code is TurboPower Abbrevia
*
* The Initial Developer of the Original Code is
* TurboPower Software
*
* Portions created by the Initial Developer are Copyright (C) 1997-2002
* the Initial Developer. All Rights Reserved.
*
* Contributor(s):
*
* ***** END LICENSE BLOCK ***** *)
package AbbreviaVCLDesign;
{$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 ON}
{$MINENUMSIZE 1}
{$IMAGEBASE $400000}
{$DESCRIPTION 'Abbrevia Design-time package - VCL2006'}
{$LIBSUFFIX '100'}
{$DESIGNONLY}
{$IMPLICITBUILD OFF}
requires
designide,
AbbreviaVCL;
contains
AbPeCol in '..\..\source\AbPeCol.pas',
AbPeDir in '..\..\source\AbPeDir.pas',
AbPeFn in '..\..\source\AbPeFn.pas',
AbPePass in '..\..\source\AbPePass.pas',
AbPeVer in '..\..\source\AbPeVer.pas',
AbRegVcl in '..\..\source\AbRegVcl.pas',
AbDlgDir in '..\..\source\AbDlgDir.pas' {DirDlg},
AbDlgPwd in '..\..\source\AbDlgPwd.pas' {PassWordDlg};
end.

View File

@@ -0,0 +1,54 @@
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<ProjectGuid>{9379f3bb-7935-4058-a3e2-5349e19f15a7}</ProjectGuid>
</PropertyGroup>
<ItemGroup />
<ItemGroup>
<Projects Include="Delphi 2007\Abbrevia.bdsproj" />
<Projects Include="Delphi 2007\AbbreviaVCL.bdsproj" />
<Projects Include="Delphi 2007\AbbreviaVCLDesign.bdsproj" />
</ItemGroup>
<ProjectExtensions>
<Borland.Personality>Default.Personality</Borland.Personality>
<Borland.ProjectType />
<BorlandProject>
<BorlandProject xmlns=""> <Default.Personality> </Default.Personality> </BorlandProject></BorlandProject>
</ProjectExtensions>
<Target Name="Abbrevia">
<MSBuild Projects="Delphi 2007\Abbrevia.bdsproj" Targets="" />
</Target>
<Target Name="Abbrevia:Clean">
<MSBuild Projects="Delphi 2007\Abbrevia.bdsproj" Targets="Clean" />
</Target>
<Target Name="Abbrevia:Make">
<MSBuild Projects="Delphi 2007\Abbrevia.bdsproj" Targets="Make" />
</Target>
<Target Name="AbbreviaVCL">
<MSBuild Projects="Delphi 2007\AbbreviaVCL.bdsproj" Targets="" />
</Target>
<Target Name="AbbreviaVCL:Clean">
<MSBuild Projects="Delphi 2007\AbbreviaVCL.bdsproj" Targets="Clean" />
</Target>
<Target Name="AbbreviaVCL:Make">
<MSBuild Projects="Delphi 2007\AbbreviaVCL.bdsproj" Targets="Make" />
</Target>
<Target Name="AbbreviaVCLDesign">
<MSBuild Projects="Delphi 2007\AbbreviaVCLDesign.bdsproj" Targets="" />
</Target>
<Target Name="AbbreviaVCLDesign:Clean">
<MSBuild Projects="Delphi 2007\AbbreviaVCLDesign.bdsproj" Targets="Clean" />
</Target>
<Target Name="AbbreviaVCLDesign:Make">
<MSBuild Projects="Delphi 2007\AbbreviaVCLDesign.bdsproj" Targets="Make" />
</Target>
<Target Name="Build">
<CallTarget Targets="Abbrevia;AbbreviaVCL;AbbreviaVCLDesign"/>
</Target>
<Target Name="Clean">
<CallTarget Targets="Abbrevia:Clean;AbbreviaVCL:Clean;AbbreviaVCLDesign:Clean"/>
</Target>
<Target Name="Make">
<CallTarget Targets="Abbrevia:Make;AbbreviaVCL:Make;AbbreviaVCLDesign:Make"/>
</Target>
<Import Condition="Exists('$(MSBuildBinPath)\Borland.Group.Targets')" Project="$(MSBuildBinPath)\Borland.Group.Targets" />
</Project>

View File

@@ -0,0 +1,189 @@
<?xml version="1.0" encoding="utf-8"?>
<BorlandProject>
<PersonalityInfo>
<Option>
<Option Name="Personality">Delphi.Personality</Option>
<Option Name="ProjectType">VCLApplication</Option>
<Option Name="Version">1.0</Option>
<Option Name="GUID">{27961260-9B35-45AB-BEEE-6736441055EB}</Option>
</Option>
</PersonalityInfo>
<Delphi.Personality>
<Source>
<Source Name="MainSource">Abbrevia.dpk</Source>
</Source>
<FileVersion>
<FileVersion Name="Version">7.0</FileVersion>
</FileVersion>
<Compiler>
<Compiler Name="A">8</Compiler>
<Compiler Name="B">0</Compiler>
<Compiler Name="C">1</Compiler>
<Compiler Name="D">0</Compiler>
<Compiler Name="E">0</Compiler>
<Compiler Name="F">0</Compiler>
<Compiler Name="G">1</Compiler>
<Compiler Name="H">1</Compiler>
<Compiler Name="I">1</Compiler>
<Compiler Name="J">1</Compiler>
<Compiler Name="K">0</Compiler>
<Compiler Name="L">0</Compiler>
<Compiler Name="M">0</Compiler>
<Compiler Name="N">1</Compiler>
<Compiler Name="O">1</Compiler>
<Compiler Name="P">1</Compiler>
<Compiler Name="Q">0</Compiler>
<Compiler Name="R">0</Compiler>
<Compiler Name="S">0</Compiler>
<Compiler Name="T">0</Compiler>
<Compiler Name="U">0</Compiler>
<Compiler Name="V">1</Compiler>
<Compiler Name="W">0</Compiler>
<Compiler Name="X">1</Compiler>
<Compiler Name="Y">0</Compiler>
<Compiler Name="Z">1</Compiler>
<Compiler Name="ShowHints">True</Compiler>
<Compiler Name="ShowWarnings">True</Compiler>
<Compiler Name="UnitAliases">WinTypes=Windows;WinProcs=Windows;DbiTypes=BDE;DbiProcs=BDE;DbiErrs=BDE;ADODB_TLB=AdoInt</Compiler>
<Compiler Name="NamespacePrefix"></Compiler>
<Compiler Name="GenerateDocumentation">False</Compiler>
<Compiler Name="DefaultNamespace"></Compiler>
<Compiler Name="SymbolDeprecated">True</Compiler>
<Compiler Name="SymbolLibrary">True</Compiler>
<Compiler Name="SymbolPlatform">True</Compiler>
<Compiler Name="SymbolExperimental">True</Compiler>
<Compiler Name="UnitLibrary">True</Compiler>
<Compiler Name="UnitPlatform">True</Compiler>
<Compiler Name="UnitDeprecated">True</Compiler>
<Compiler Name="UnitExperimental">True</Compiler>
<Compiler Name="HResultCompat">True</Compiler>
<Compiler Name="HidingMember">True</Compiler>
<Compiler Name="HiddenVirtual">True</Compiler>
<Compiler Name="Garbage">True</Compiler>
<Compiler Name="BoundsError">True</Compiler>
<Compiler Name="ZeroNilCompat">True</Compiler>
<Compiler Name="StringConstTruncated">True</Compiler>
<Compiler Name="ForLoopVarVarPar">True</Compiler>
<Compiler Name="TypedConstVarPar">True</Compiler>
<Compiler Name="AsgToTypedConst">True</Compiler>
<Compiler Name="CaseLabelRange">True</Compiler>
<Compiler Name="ForVariable">True</Compiler>
<Compiler Name="ConstructingAbstract">True</Compiler>
<Compiler Name="ComparisonFalse">True</Compiler>
<Compiler Name="ComparisonTrue">True</Compiler>
<Compiler Name="ComparingSignedUnsigned">True</Compiler>
<Compiler Name="CombiningSignedUnsigned">True</Compiler>
<Compiler Name="UnsupportedConstruct">True</Compiler>
<Compiler Name="FileOpen">True</Compiler>
<Compiler Name="FileOpenUnitSrc">True</Compiler>
<Compiler Name="BadGlobalSymbol">True</Compiler>
<Compiler Name="DuplicateConstructorDestructor">True</Compiler>
<Compiler Name="InvalidDirective">True</Compiler>
<Compiler Name="PackageNoLink">True</Compiler>
<Compiler Name="PackageThreadVar">True</Compiler>
<Compiler Name="ImplicitImport">True</Compiler>
<Compiler Name="HPPEMITIgnored">True</Compiler>
<Compiler Name="NoRetVal">True</Compiler>
<Compiler Name="UseBeforeDef">True</Compiler>
<Compiler Name="ForLoopVarUndef">True</Compiler>
<Compiler Name="UnitNameMismatch">True</Compiler>
<Compiler Name="NoCFGFileFound">True</Compiler>
<Compiler Name="ImplicitVariants">True</Compiler>
<Compiler Name="UnicodeToLocale">True</Compiler>
<Compiler Name="LocaleToUnicode">True</Compiler>
<Compiler Name="ImagebaseMultiple">True</Compiler>
<Compiler Name="SuspiciousTypecast">True</Compiler>
<Compiler Name="PrivatePropAccessor">True</Compiler>
<Compiler Name="UnsafeType">False</Compiler>
<Compiler Name="UnsafeCode">False</Compiler>
<Compiler Name="UnsafeCast">False</Compiler>
<Compiler Name="OptionTruncated">True</Compiler>
<Compiler Name="WideCharReduced">True</Compiler>
<Compiler Name="DuplicatesIgnored">True</Compiler>
<Compiler Name="UnitInitSeq">True</Compiler>
<Compiler Name="LocalPInvoke">True</Compiler>
<Compiler Name="MessageDirective">True</Compiler>
<Compiler Name="TypeInfoImplicitlyAdded">True</Compiler>
<Compiler Name="XMLWhitespaceNotAllowed">True</Compiler>
<Compiler Name="XMLUnknownEntity">True</Compiler>
<Compiler Name="XMLInvalidNameStart">True</Compiler>
<Compiler Name="XMLInvalidName">True</Compiler>
<Compiler Name="XMLExpectedCharacter">True</Compiler>
<Compiler Name="XMLCRefNoResolve">True</Compiler>
<Compiler Name="XMLNoParm">True</Compiler>
<Compiler Name="XMLNoMatchingParm">True</Compiler>
<Compiler Name="CodePage"></Compiler>
</Compiler>
<Linker>
<Linker Name="MapFile">3</Linker>
<Linker Name="OutputObjs">0</Linker>
<Linker Name="GenerateHpps">False</Linker>
<Linker Name="ConsoleApp">1</Linker>
<Linker Name="DebugInfo">False</Linker>
<Linker Name="RemoteSymbols">False</Linker>
<Linker Name="GenerateDRC">False</Linker>
<Linker Name="MinStackSize">16384</Linker>
<Linker Name="MaxStackSize">1048576</Linker>
<Linker Name="ImageBase">4194304</Linker>
<Linker Name="ExeDescription">Abbrevia Run-time package - RTL2007</Linker>
</Linker>
<Directories>
<Directories Name="OutputDir"></Directories>
<Directories Name="UnitOutputDir"></Directories>
<Directories Name="PackageDLLOutputDir"></Directories>
<Directories Name="PackageDCPOutputDir"></Directories>
<Directories Name="SearchPath"></Directories>
<Directories Name="Packages">rtl;vcl;vclx;vclactnband;dbrtl;vcldb;bdertl;vcldbx;dsnap;dsnapcon;teeUI;tee;teedb;vclib;ibxpress;adortl;dbxcds;dbexpress;DbxCommonDriver;IndyCore;IndySystem;IndyProtocols;xmlrtl;inet;IntrawebDB_90_100;Intraweb_90_100;VclSmp;vclie;websnap;webdsnap;inetdbbde;inetdbxpress;soaprtl;VirtualTreesD11;NCO811;ip3000v11;B304_r110;FR11;frxe11;frx11;O406_r110;ZParseSql11;ZCore11;ZPlain11;ZDbc11;ZComponent11;madBasic_;madDisAsm_;madExcept_;SynEdit_R2007;XPStyleMenu11</Directories>
<Directories Name="Conditionals"></Directories>
<Directories Name="DebugSourceDirs"></Directories>
<Directories Name="UsePackages">False</Directories>
</Directories>
<Parameters>
<Parameters Name="RunParams"></Parameters>
<Parameters Name="HostApplication"></Parameters>
<Parameters Name="Launcher"></Parameters>
<Parameters Name="UseLauncher">False</Parameters>
<Parameters Name="DebugCWD"></Parameters>
<Parameters Name="Debug Symbols Search Path"></Parameters>
<Parameters Name="LoadAllSymbols">True</Parameters>
<Parameters Name="LoadUnspecifiedSymbols">False</Parameters>
</Parameters>
<Signing>
<Signing Name="SignAssembly">False</Signing>
</Signing>
<VersionInfo>
<VersionInfo Name="IncludeVerInfo">True</VersionInfo>
<VersionInfo Name="AutoIncBuild">False</VersionInfo>
<VersionInfo Name="MajorVer">4</VersionInfo>
<VersionInfo Name="MinorVer">0</VersionInfo>
<VersionInfo Name="Release">0</VersionInfo>
<VersionInfo Name="Build">0</VersionInfo>
<VersionInfo Name="Debug">False</VersionInfo>
<VersionInfo Name="PreRelease">False</VersionInfo>
<VersionInfo Name="Special">False</VersionInfo>
<VersionInfo Name="Private">False</VersionInfo>
<VersionInfo Name="DLL">False</VersionInfo>
<VersionInfo Name="Locale">1033</VersionInfo>
<VersionInfo Name="CodePage">1252</VersionInfo>
</VersionInfo>
<VersionInfoKeys>
<VersionInfoKeys Name="CompanyName"></VersionInfoKeys>
<VersionInfoKeys Name="FileDescription">Abbrevia Components</VersionInfoKeys>
<VersionInfoKeys Name="FileVersion">5.0.0.0</VersionInfoKeys>
<VersionInfoKeys Name="InternalName"></VersionInfoKeys>
<VersionInfoKeys Name="LegalCopyright">Copyright (c) Abbrevia Group 2011</VersionInfoKeys>
<VersionInfoKeys Name="LegalTrademarks"></VersionInfoKeys>
<VersionInfoKeys Name="OriginalFilename"></VersionInfoKeys>
<VersionInfoKeys Name="ProductName">Abbrevia</VersionInfoKeys>
<VersionInfoKeys Name="ProductVersion">5.0</VersionInfoKeys>
<VersionInfoKeys Name="Comments"></VersionInfoKeys>
</VersionInfoKeys>
<Excluded_Packages>
<Excluded_Packages Name="$(BDS)\bin\dcloffice2k100.bpl">Microsoft Office 2000 Beispiele für gekapselte Komponenten für Automation Server</Excluded_Packages>
<Excluded_Packages Name="$(BDS)\bin\dclofficexp100.bpl">Microsoft Office XP Beispiele für gekapselte Komponenten für Automation Server</Excluded_Packages>
</Excluded_Packages>
<buildevents/>
</Delphi.Personality>
</BorlandProject>

View File

@@ -0,0 +1,107 @@
(* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
* http://www.mozilla.org/MPL/
*
* Software distributed under the License is distributed on an "AS IS" basis,
* WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
* for the specific language governing rights and limitations under the
* License.
*
* The Original Code is TurboPower Abbrevia
*
* The Initial Developer of the Original Code is
* TurboPower Software
*
* Portions created by the Initial Developer are Copyright (C) 1997-2002
* the Initial Developer. All Rights Reserved.
*
* Contributor(s):
*
* ***** END LICENSE BLOCK ***** *)
package Abbrevia;
{$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 ON}
{$MINENUMSIZE 1}
{$IMAGEBASE $400000}
{$DESCRIPTION 'Abbrevia Run-time package - RTL2007'}
{$LIBSUFFIX '110'}
{$RUNONLY}
{$IMPLICITBUILD OFF}
requires
rtl;
contains
AbArcTyp in '..\..\source\AbArcTyp.pas',
AbBase in '..\..\source\AbBase.pas',
AbBitBkt in '..\..\source\AbBitBkt.pas',
AbBrowse in '..\..\source\AbBrowse.pas',
AbBzip2 in '..\..\source\AbBzip2.pas',
AbBzip2Typ in '..\..\source\AbBzip2Typ.pas',
AbCabExt in '..\..\source\AbCabExt.pas',
AbCabKit in '..\..\source\AbCabKit.pas',
AbCabMak in '..\..\source\AbCabMak.pas',
AbCabTyp in '..\..\source\AbCabTyp.pas',
AbCBrows in '..\..\source\AbCBrows.pas',
AbCharset in '..\..\source\AbCharset.pas',
AbConst in '..\..\source\AbConst.pas',
AbCrtl in '..\..\source\AbCrtl.pas',
AbDfBase in '..\..\source\AbDfBase.pas',
AbDfCryS in '..\..\source\AbDfCryS.pas',
AbDfDec in '..\..\source\AbDfDec.pas',
AbDfEnc in '..\..\source\AbDfEnc.pas',
AbDfHufD in '..\..\source\AbDfHufD.pas',
AbDfInW in '..\..\source\AbDfInW.pas',
AbDfOutW in '..\..\source\AbDfOutW.pas',
AbDfPkMg in '..\..\source\AbDfPkMg.pas',
AbDfStrm in '..\..\source\AbDfStrm.pas',
AbDfXlat in '..\..\source\AbDfXlat.pas',
AbExcept in '..\..\source\AbExcept.pas',
AbFciFdi in '..\..\source\AbFciFdi.pas',
AbGzTyp in '..\..\source\AbGzTyp.pas',
AbLzma in '..\..\source\AbLzma.pas',
AbPPMd in '..\..\source\AbPPMd.pas',
AbResString in '..\..\source\AbResString.pas',
AbSelfEx in '..\..\source\AbSelfEx.pas',
AbSpanSt in '..\..\source\AbSpanSt.pas',
AbSWStm in '..\..\source\AbSWStm.pas',
AbTarTyp in '..\..\source\AbTarTyp.pas',
AbUnzOutStm in '..\..\source\AbUnzOutStm.pas',
AbUnzper in '..\..\source\AbUnzper.pas',
AbUnzPrc in '..\..\source\AbUnzPrc.pas',
AbUtils in '..\..\source\AbUtils.pas',
AbVMStrm in '..\..\source\AbVMStrm.pas',
AbWavPack in '..\..\source\AbWavPack.pas',
AbZBrows in '..\..\source\AbZBrows.pas',
AbZipExt in '..\..\source\AbZipExt.pas',
AbZipKit in '..\..\source\AbZipKit.pas',
AbZipper in '..\..\source\AbZipper.pas',
AbZipPrc in '..\..\source\AbZipPrc.pas',
AbZipTyp in '..\..\source\AbZipTyp.pas',
AbZLTyp in '..\..\source\AbZLTyp.pas';
end.

View File

@@ -0,0 +1,187 @@
<?xml version="1.0" encoding="utf-8"?>
<BorlandProject>
<PersonalityInfo>
<Option>
<Option Name="Personality">Delphi.Personality</Option>
<Option Name="ProjectType">VCLApplication</Option>
<Option Name="Version">1.0</Option>
<Option Name="GUID">{CF5863A6-D5B0-42AE-B915-679757199043}</Option>
</Option>
</PersonalityInfo>
<Delphi.Personality>
<Source>
<Source Name="MainSource">AbbreviaVCL.dpk</Source>
</Source>
<FileVersion>
<FileVersion Name="Version">7.0</FileVersion>
</FileVersion>
<Compiler>
<Compiler Name="A">8</Compiler>
<Compiler Name="B">0</Compiler>
<Compiler Name="C">1</Compiler>
<Compiler Name="D">0</Compiler>
<Compiler Name="E">0</Compiler>
<Compiler Name="F">0</Compiler>
<Compiler Name="G">1</Compiler>
<Compiler Name="H">1</Compiler>
<Compiler Name="I">1</Compiler>
<Compiler Name="J">1</Compiler>
<Compiler Name="K">0</Compiler>
<Compiler Name="L">0</Compiler>
<Compiler Name="M">0</Compiler>
<Compiler Name="N">1</Compiler>
<Compiler Name="O">1</Compiler>
<Compiler Name="P">1</Compiler>
<Compiler Name="Q">0</Compiler>
<Compiler Name="R">0</Compiler>
<Compiler Name="S">0</Compiler>
<Compiler Name="T">0</Compiler>
<Compiler Name="U">0</Compiler>
<Compiler Name="V">1</Compiler>
<Compiler Name="W">0</Compiler>
<Compiler Name="X">1</Compiler>
<Compiler Name="Y">0</Compiler>
<Compiler Name="Z">1</Compiler>
<Compiler Name="ShowHints">True</Compiler>
<Compiler Name="ShowWarnings">True</Compiler>
<Compiler Name="UnitAliases">WinTypes=Windows;WinProcs=Windows;DbiTypes=BDE;DbiProcs=BDE;DbiErrs=BDE;</Compiler>
<Compiler Name="NamespacePrefix"></Compiler>
<Compiler Name="GenerateDocumentation">False</Compiler>
<Compiler Name="DefaultNamespace"></Compiler>
<Compiler Name="SymbolDeprecated">True</Compiler>
<Compiler Name="SymbolLibrary">True</Compiler>
<Compiler Name="SymbolPlatform">True</Compiler>
<Compiler Name="SymbolExperimental">True</Compiler>
<Compiler Name="UnitLibrary">True</Compiler>
<Compiler Name="UnitPlatform">True</Compiler>
<Compiler Name="UnitDeprecated">True</Compiler>
<Compiler Name="UnitExperimental">True</Compiler>
<Compiler Name="HResultCompat">True</Compiler>
<Compiler Name="HidingMember">True</Compiler>
<Compiler Name="HiddenVirtual">True</Compiler>
<Compiler Name="Garbage">True</Compiler>
<Compiler Name="BoundsError">True</Compiler>
<Compiler Name="ZeroNilCompat">True</Compiler>
<Compiler Name="StringConstTruncated">True</Compiler>
<Compiler Name="ForLoopVarVarPar">True</Compiler>
<Compiler Name="TypedConstVarPar">True</Compiler>
<Compiler Name="AsgToTypedConst">True</Compiler>
<Compiler Name="CaseLabelRange">True</Compiler>
<Compiler Name="ForVariable">True</Compiler>
<Compiler Name="ConstructingAbstract">True</Compiler>
<Compiler Name="ComparisonFalse">True</Compiler>
<Compiler Name="ComparisonTrue">True</Compiler>
<Compiler Name="ComparingSignedUnsigned">True</Compiler>
<Compiler Name="CombiningSignedUnsigned">True</Compiler>
<Compiler Name="UnsupportedConstruct">True</Compiler>
<Compiler Name="FileOpen">True</Compiler>
<Compiler Name="FileOpenUnitSrc">True</Compiler>
<Compiler Name="BadGlobalSymbol">True</Compiler>
<Compiler Name="DuplicateConstructorDestructor">True</Compiler>
<Compiler Name="InvalidDirective">True</Compiler>
<Compiler Name="PackageNoLink">True</Compiler>
<Compiler Name="PackageThreadVar">True</Compiler>
<Compiler Name="ImplicitImport">True</Compiler>
<Compiler Name="HPPEMITIgnored">True</Compiler>
<Compiler Name="NoRetVal">True</Compiler>
<Compiler Name="UseBeforeDef">True</Compiler>
<Compiler Name="ForLoopVarUndef">True</Compiler>
<Compiler Name="UnitNameMismatch">True</Compiler>
<Compiler Name="NoCFGFileFound">True</Compiler>
<Compiler Name="ImplicitVariants">True</Compiler>
<Compiler Name="UnicodeToLocale">True</Compiler>
<Compiler Name="LocaleToUnicode">True</Compiler>
<Compiler Name="ImagebaseMultiple">True</Compiler>
<Compiler Name="SuspiciousTypecast">True</Compiler>
<Compiler Name="PrivatePropAccessor">True</Compiler>
<Compiler Name="UnsafeType">False</Compiler>
<Compiler Name="UnsafeCode">False</Compiler>
<Compiler Name="UnsafeCast">False</Compiler>
<Compiler Name="OptionTruncated">True</Compiler>
<Compiler Name="WideCharReduced">True</Compiler>
<Compiler Name="DuplicatesIgnored">True</Compiler>
<Compiler Name="UnitInitSeq">True</Compiler>
<Compiler Name="LocalPInvoke">True</Compiler>
<Compiler Name="MessageDirective">True</Compiler>
<Compiler Name="TypeInfoImplicitlyAdded">True</Compiler>
<Compiler Name="XMLWhitespaceNotAllowed">True</Compiler>
<Compiler Name="XMLUnknownEntity">True</Compiler>
<Compiler Name="XMLInvalidNameStart">True</Compiler>
<Compiler Name="XMLInvalidName">True</Compiler>
<Compiler Name="XMLExpectedCharacter">True</Compiler>
<Compiler Name="XMLCRefNoResolve">True</Compiler>
<Compiler Name="XMLNoParm">True</Compiler>
<Compiler Name="XMLNoMatchingParm">True</Compiler>
<Compiler Name="CodePage"></Compiler>
</Compiler>
<Linker>
<Linker Name="MapFile">0</Linker>
<Linker Name="OutputObjs">0</Linker>
<Linker Name="GenerateHpps">False</Linker>
<Linker Name="ConsoleApp">1</Linker>
<Linker Name="DebugInfo">False</Linker>
<Linker Name="RemoteSymbols">False</Linker>
<Linker Name="GenerateDRC">False</Linker>
<Linker Name="MinStackSize">16384</Linker>
<Linker Name="MaxStackSize">1048576</Linker>
<Linker Name="ImageBase">4194304</Linker>
<Linker Name="ExeDescription">Abbrevia Run-time package - VCL2007</Linker>
</Linker>
<Directories>
<Directories Name="OutputDir"></Directories>
<Directories Name="UnitOutputDir"></Directories>
<Directories Name="PackageDLLOutputDir"></Directories>
<Directories Name="PackageDCPOutputDir"></Directories>
<Directories Name="SearchPath"></Directories>
<Directories Name="Packages"></Directories>
<Directories Name="Conditionals"></Directories>
<Directories Name="DebugSourceDirs"></Directories>
<Directories Name="UsePackages">False</Directories>
</Directories>
<Parameters>
<Parameters Name="RunParams"></Parameters>
<Parameters Name="HostApplication"></Parameters>
<Parameters Name="Launcher"></Parameters>
<Parameters Name="UseLauncher">False</Parameters>
<Parameters Name="DebugCWD"></Parameters>
<Parameters Name="Debug Symbols Search Path"></Parameters>
<Parameters Name="LoadAllSymbols">True</Parameters>
<Parameters Name="LoadUnspecifiedSymbols">False</Parameters>
</Parameters>
<Signing>
<Signing Name="SignAssembly">False</Signing>
</Signing>
<VersionInfo>
<VersionInfo Name="IncludeVerInfo">True</VersionInfo>
<VersionInfo Name="AutoIncBuild">False</VersionInfo>
<VersionInfo Name="MajorVer">4</VersionInfo>
<VersionInfo Name="MinorVer">0</VersionInfo>
<VersionInfo Name="Release">0</VersionInfo>
<VersionInfo Name="Build">0</VersionInfo>
<VersionInfo Name="Debug">False</VersionInfo>
<VersionInfo Name="PreRelease">False</VersionInfo>
<VersionInfo Name="Special">False</VersionInfo>
<VersionInfo Name="Private">False</VersionInfo>
<VersionInfo Name="DLL">False</VersionInfo>
<VersionInfo Name="Locale">1033</VersionInfo>
<VersionInfo Name="CodePage">1252</VersionInfo>
</VersionInfo>
<VersionInfoKeys>
<VersionInfoKeys Name="CompanyName"></VersionInfoKeys>
<VersionInfoKeys Name="FileDescription"></VersionInfoKeys>
<VersionInfoKeys Name="FileVersion">5.0.0.0</VersionInfoKeys>
<VersionInfoKeys Name="InternalName"></VersionInfoKeys>
<VersionInfoKeys Name="LegalCopyright">Copyright (c) Abbrevia Group 2011</VersionInfoKeys>
<VersionInfoKeys Name="LegalTrademarks"></VersionInfoKeys>
<VersionInfoKeys Name="OriginalFilename"></VersionInfoKeys>
<VersionInfoKeys Name="ProductName">Abbrevia</VersionInfoKeys>
<VersionInfoKeys Name="ProductVersion">5.0</VersionInfoKeys>
<VersionInfoKeys Name="Comments"></VersionInfoKeys>
</VersionInfoKeys>
<Excluded_Packages>
<Excluded_Packages Name="$(BDS)\bin\dcloffice2k100.bpl">Microsoft Office 2000 Beispiele für gekapselte Komponenten für Automation Server</Excluded_Packages>
<Excluded_Packages Name="$(BDS)\bin\dclofficexp100.bpl">Microsoft Office XP Beispiele für gekapselte Komponenten für Automation Server</Excluded_Packages>
</Excluded_Packages>
<buildevents/>
</Delphi.Personality>
</BorlandProject>

View File

@@ -0,0 +1,72 @@
(* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
* http://www.mozilla.org/MPL/
*
* Software distributed under the License is distributed on an "AS IS" basis,
* WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
* for the specific language governing rights and limitations under the
* License.
*
* The Original Code is TurboPower Abbrevia
*
* The Initial Developer of the Original Code is
* TurboPower Software
*
* Portions created by the Initial Developer are Copyright (C) 1997-2002
* the Initial Developer. All Rights Reserved.
*
* Contributor(s):
*
* ***** END LICENSE BLOCK ***** *)
package AbbreviaVCL;
{$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 ON}
{$MINENUMSIZE 1}
{$IMAGEBASE $400000}
{$DESCRIPTION 'Abbrevia Run-time package - VCL2007'}
{$LIBSUFFIX '110'}
{$RUNONLY}
{$IMPLICITBUILD OFF}
requires
rtl,
vcl,
vclx,
Abbrevia;
contains
AbBseVCL in '..\..\source\AbBseVCL.pas',
AbMeter in '..\..\source\AbMeter.pas',
AbView in '..\..\source\AbView.pas',
AbZipOut in '..\..\source\AbZipOut.pas',
AbCView in '..\..\source\AbCView.pas',
AbZView in '..\..\source\AbZView.pas',
AbCompnd in '..\..\source\AbCompnd.pas',
AbHexVw in '..\..\source\AbHexVw.pas',
AbComCtrls in '..\..\source\AbComCtrls.pas';
end.

View File

@@ -0,0 +1,187 @@
<?xml version="1.0" encoding="utf-8"?>
<BorlandProject>
<PersonalityInfo>
<Option>
<Option Name="Personality">Delphi.Personality</Option>
<Option Name="ProjectType">VCLApplication</Option>
<Option Name="Version">1.0</Option>
<Option Name="GUID">{DFA37D87-7B95-486A-888D-07517C895F12}</Option>
</Option>
</PersonalityInfo>
<Delphi.Personality>
<Source>
<Source Name="MainSource">AbbreviaVCLDesign.dpk</Source>
</Source>
<FileVersion>
<FileVersion Name="Version">7.0</FileVersion>
</FileVersion>
<Compiler>
<Compiler Name="A">8</Compiler>
<Compiler Name="B">0</Compiler>
<Compiler Name="C">1</Compiler>
<Compiler Name="D">0</Compiler>
<Compiler Name="E">0</Compiler>
<Compiler Name="F">0</Compiler>
<Compiler Name="G">1</Compiler>
<Compiler Name="H">1</Compiler>
<Compiler Name="I">1</Compiler>
<Compiler Name="J">1</Compiler>
<Compiler Name="K">0</Compiler>
<Compiler Name="L">0</Compiler>
<Compiler Name="M">0</Compiler>
<Compiler Name="N">1</Compiler>
<Compiler Name="O">1</Compiler>
<Compiler Name="P">1</Compiler>
<Compiler Name="Q">0</Compiler>
<Compiler Name="R">0</Compiler>
<Compiler Name="S">0</Compiler>
<Compiler Name="T">0</Compiler>
<Compiler Name="U">0</Compiler>
<Compiler Name="V">1</Compiler>
<Compiler Name="W">0</Compiler>
<Compiler Name="X">1</Compiler>
<Compiler Name="Y">0</Compiler>
<Compiler Name="Z">1</Compiler>
<Compiler Name="ShowHints">True</Compiler>
<Compiler Name="ShowWarnings">True</Compiler>
<Compiler Name="UnitAliases">WinTypes=Windows;WinProcs=Windows;DbiTypes=BDE;DbiProcs=BDE;DbiErrs=BDE;</Compiler>
<Compiler Name="NamespacePrefix"></Compiler>
<Compiler Name="GenerateDocumentation">False</Compiler>
<Compiler Name="DefaultNamespace"></Compiler>
<Compiler Name="SymbolDeprecated">True</Compiler>
<Compiler Name="SymbolLibrary">True</Compiler>
<Compiler Name="SymbolPlatform">True</Compiler>
<Compiler Name="SymbolExperimental">True</Compiler>
<Compiler Name="UnitLibrary">True</Compiler>
<Compiler Name="UnitPlatform">True</Compiler>
<Compiler Name="UnitDeprecated">True</Compiler>
<Compiler Name="UnitExperimental">True</Compiler>
<Compiler Name="HResultCompat">True</Compiler>
<Compiler Name="HidingMember">True</Compiler>
<Compiler Name="HiddenVirtual">True</Compiler>
<Compiler Name="Garbage">True</Compiler>
<Compiler Name="BoundsError">True</Compiler>
<Compiler Name="ZeroNilCompat">True</Compiler>
<Compiler Name="StringConstTruncated">True</Compiler>
<Compiler Name="ForLoopVarVarPar">True</Compiler>
<Compiler Name="TypedConstVarPar">True</Compiler>
<Compiler Name="AsgToTypedConst">True</Compiler>
<Compiler Name="CaseLabelRange">True</Compiler>
<Compiler Name="ForVariable">True</Compiler>
<Compiler Name="ConstructingAbstract">True</Compiler>
<Compiler Name="ComparisonFalse">True</Compiler>
<Compiler Name="ComparisonTrue">True</Compiler>
<Compiler Name="ComparingSignedUnsigned">True</Compiler>
<Compiler Name="CombiningSignedUnsigned">True</Compiler>
<Compiler Name="UnsupportedConstruct">True</Compiler>
<Compiler Name="FileOpen">True</Compiler>
<Compiler Name="FileOpenUnitSrc">True</Compiler>
<Compiler Name="BadGlobalSymbol">True</Compiler>
<Compiler Name="DuplicateConstructorDestructor">True</Compiler>
<Compiler Name="InvalidDirective">True</Compiler>
<Compiler Name="PackageNoLink">True</Compiler>
<Compiler Name="PackageThreadVar">True</Compiler>
<Compiler Name="ImplicitImport">True</Compiler>
<Compiler Name="HPPEMITIgnored">True</Compiler>
<Compiler Name="NoRetVal">True</Compiler>
<Compiler Name="UseBeforeDef">True</Compiler>
<Compiler Name="ForLoopVarUndef">True</Compiler>
<Compiler Name="UnitNameMismatch">True</Compiler>
<Compiler Name="NoCFGFileFound">True</Compiler>
<Compiler Name="ImplicitVariants">True</Compiler>
<Compiler Name="UnicodeToLocale">True</Compiler>
<Compiler Name="LocaleToUnicode">True</Compiler>
<Compiler Name="ImagebaseMultiple">True</Compiler>
<Compiler Name="SuspiciousTypecast">True</Compiler>
<Compiler Name="PrivatePropAccessor">True</Compiler>
<Compiler Name="UnsafeType">False</Compiler>
<Compiler Name="UnsafeCode">False</Compiler>
<Compiler Name="UnsafeCast">False</Compiler>
<Compiler Name="OptionTruncated">True</Compiler>
<Compiler Name="WideCharReduced">True</Compiler>
<Compiler Name="DuplicatesIgnored">True</Compiler>
<Compiler Name="UnitInitSeq">True</Compiler>
<Compiler Name="LocalPInvoke">True</Compiler>
<Compiler Name="MessageDirective">True</Compiler>
<Compiler Name="TypeInfoImplicitlyAdded">True</Compiler>
<Compiler Name="XMLWhitespaceNotAllowed">True</Compiler>
<Compiler Name="XMLUnknownEntity">True</Compiler>
<Compiler Name="XMLInvalidNameStart">True</Compiler>
<Compiler Name="XMLInvalidName">True</Compiler>
<Compiler Name="XMLExpectedCharacter">True</Compiler>
<Compiler Name="XMLCRefNoResolve">True</Compiler>
<Compiler Name="XMLNoParm">True</Compiler>
<Compiler Name="XMLNoMatchingParm">True</Compiler>
<Compiler Name="CodePage"></Compiler>
</Compiler>
<Linker>
<Linker Name="MapFile">0</Linker>
<Linker Name="OutputObjs">0</Linker>
<Linker Name="GenerateHpps">False</Linker>
<Linker Name="ConsoleApp">1</Linker>
<Linker Name="DebugInfo">False</Linker>
<Linker Name="RemoteSymbols">False</Linker>
<Linker Name="GenerateDRC">False</Linker>
<Linker Name="MinStackSize">16384</Linker>
<Linker Name="MaxStackSize">1048576</Linker>
<Linker Name="ImageBase">4194304</Linker>
<Linker Name="ExeDescription">Abbrevia Design-time package - VCL2007</Linker>
</Linker>
<Directories>
<Directories Name="OutputDir"></Directories>
<Directories Name="UnitOutputDir"></Directories>
<Directories Name="PackageDLLOutputDir"></Directories>
<Directories Name="PackageDCPOutputDir"></Directories>
<Directories Name="SearchPath"></Directories>
<Directories Name="Packages"></Directories>
<Directories Name="Conditionals"></Directories>
<Directories Name="DebugSourceDirs"></Directories>
<Directories Name="UsePackages">False</Directories>
</Directories>
<Parameters>
<Parameters Name="RunParams"></Parameters>
<Parameters Name="HostApplication"></Parameters>
<Parameters Name="Launcher"></Parameters>
<Parameters Name="UseLauncher">False</Parameters>
<Parameters Name="DebugCWD"></Parameters>
<Parameters Name="Debug Symbols Search Path"></Parameters>
<Parameters Name="LoadAllSymbols">True</Parameters>
<Parameters Name="LoadUnspecifiedSymbols">False</Parameters>
</Parameters>
<Signing>
<Signing Name="SignAssembly">False</Signing>
</Signing>
<VersionInfo>
<VersionInfo Name="IncludeVerInfo">True</VersionInfo>
<VersionInfo Name="AutoIncBuild">False</VersionInfo>
<VersionInfo Name="MajorVer">4</VersionInfo>
<VersionInfo Name="MinorVer">0</VersionInfo>
<VersionInfo Name="Release">0</VersionInfo>
<VersionInfo Name="Build">0</VersionInfo>
<VersionInfo Name="Debug">False</VersionInfo>
<VersionInfo Name="PreRelease">False</VersionInfo>
<VersionInfo Name="Special">False</VersionInfo>
<VersionInfo Name="Private">False</VersionInfo>
<VersionInfo Name="DLL">False</VersionInfo>
<VersionInfo Name="Locale">1033</VersionInfo>
<VersionInfo Name="CodePage">1252</VersionInfo>
</VersionInfo>
<VersionInfoKeys>
<VersionInfoKeys Name="CompanyName"></VersionInfoKeys>
<VersionInfoKeys Name="FileDescription"></VersionInfoKeys>
<VersionInfoKeys Name="FileVersion">5.0.0.0</VersionInfoKeys>
<VersionInfoKeys Name="InternalName"></VersionInfoKeys>
<VersionInfoKeys Name="LegalCopyright">Copyright (c) Abbrevia Group</VersionInfoKeys>
<VersionInfoKeys Name="LegalTrademarks"></VersionInfoKeys>
<VersionInfoKeys Name="OriginalFilename"></VersionInfoKeys>
<VersionInfoKeys Name="ProductName">Abbrevia</VersionInfoKeys>
<VersionInfoKeys Name="ProductVersion">5.0</VersionInfoKeys>
<VersionInfoKeys Name="Comments"></VersionInfoKeys>
</VersionInfoKeys>
<Excluded_Packages>
<Excluded_Packages Name="$(BDS)\bin\dcloffice2k100.bpl">Microsoft Office 2000 Beispiele für gekapselte Komponenten für Automation Server</Excluded_Packages>
<Excluded_Packages Name="$(BDS)\bin\dclofficexp100.bpl">Microsoft Office XP Beispiele für gekapselte Komponenten für Automation Server</Excluded_Packages>
</Excluded_Packages>
<buildevents/>
</Delphi.Personality>
</BorlandProject>

View File

@@ -0,0 +1,69 @@
(* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
* http://www.mozilla.org/MPL/
*
* Software distributed under the License is distributed on an "AS IS" basis,
* WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
* for the specific language governing rights and limitations under the
* License.
*
* The Original Code is TurboPower Abbrevia
*
* The Initial Developer of the Original Code is
* TurboPower Software
*
* Portions created by the Initial Developer are Copyright (C) 1997-2002
* the Initial Developer. All Rights Reserved.
*
* Contributor(s):
*
* ***** END LICENSE BLOCK ***** *)
package AbbreviaVCLDesign;
{$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 ON}
{$MINENUMSIZE 1}
{$IMAGEBASE $400000}
{$DESCRIPTION 'Abbrevia Design-time package - VCL2007'}
{$LIBSUFFIX '110'}
{$DESIGNONLY}
{$IMPLICITBUILD OFF}
requires
designide,
AbbreviaVCL;
contains
AbPeCol in '..\..\source\AbPeCol.pas',
AbPeDir in '..\..\source\AbPeDir.pas',
AbPeFn in '..\..\source\AbPeFn.pas',
AbPePass in '..\..\source\AbPePass.pas',
AbPeVer in '..\..\source\AbPeVer.pas',
AbRegVcl in '..\..\source\AbRegVcl.pas',
AbDlgDir in '..\..\source\AbDlgDir.pas' {DirDlg},
AbDlgPwd in '..\..\source\AbDlgPwd.pas' {PassWordDlg};
end.

View File

@@ -0,0 +1,60 @@
 <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<ProjectGuid>{1F5A6E4B-0A56-4EFD-BD73-49AAC34D961A}</ProjectGuid>
</PropertyGroup>
<ItemGroup>
<Projects Include="Delphi 2009\Abbrevia.dproj">
<Dependencies/>
</Projects>
<Projects Include="Delphi 2009\AbbreviaVCL.dproj">
<Dependencies/>
</Projects>
<Projects Include="Delphi 2009\AbbreviaVCLDesign.dproj">
<Dependencies/>
</Projects>
</ItemGroup>
<ProjectExtensions>
<Borland.Personality>Default.Personality.12</Borland.Personality>
<Borland.ProjectType/>
<BorlandProject>
<Default.Personality/>
</BorlandProject>
</ProjectExtensions>
<Target Name="Abbrevia">
<MSBuild Projects="Delphi 2009\Abbrevia.dproj"/>
</Target>
<Target Name="Abbrevia:Clean">
<MSBuild Targets="Clean" Projects="Delphi 2009\Abbrevia.dproj"/>
</Target>
<Target Name="Abbrevia:Make">
<MSBuild Targets="Make" Projects="Delphi 2009\Abbrevia.dproj"/>
</Target>
<Target Name="AbbreviaVCL">
<MSBuild Projects="Delphi 2009\AbbreviaVCL.dproj"/>
</Target>
<Target Name="AbbreviaVCL:Clean">
<MSBuild Targets="Clean" Projects="Delphi 2009\AbbreviaVCL.dproj"/>
</Target>
<Target Name="AbbreviaVCL:Make">
<MSBuild Targets="Make" Projects="Delphi 2009\AbbreviaVCL.dproj"/>
</Target>
<Target Name="AbbreviaVCLDesign">
<MSBuild Projects="Delphi 2009\AbbreviaVCLDesign.dproj"/>
</Target>
<Target Name="AbbreviaVCLDesign:Clean">
<MSBuild Targets="Clean" Projects="Delphi 2009\AbbreviaVCLDesign.dproj"/>
</Target>
<Target Name="AbbreviaVCLDesign:Make">
<MSBuild Targets="Make" Projects="Delphi 2009\AbbreviaVCLDesign.dproj"/>
</Target>
<Target Name="Build">
<CallTarget Targets="Abbrevia;AbbreviaVCL;AbbreviaVCLDesign"/>
</Target>
<Target Name="Clean">
<CallTarget Targets="Abbrevia:Clean;AbbreviaVCL:Clean;AbbreviaVCLDesign:Clean"/>
</Target>
<Target Name="Make">
<CallTarget Targets="Abbrevia:Make;AbbreviaVCL:Make;AbbreviaVCLDesign:Make"/>
</Target>
<Import Project="$(BDS)\Bin\CodeGear.Group.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Group.Targets')"/>
</Project>

View File

@@ -0,0 +1,107 @@
(* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
* http://www.mozilla.org/MPL/
*
* Software distributed under the License is distributed on an "AS IS" basis,
* WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
* for the specific language governing rights and limitations under the
* License.
*
* The Original Code is TurboPower Abbrevia
*
* The Initial Developer of the Original Code is
* TurboPower Software
*
* Portions created by the Initial Developer are Copyright (C) 1997-2002
* the Initial Developer. All Rights Reserved.
*
* Contributor(s):
*
* ***** END LICENSE BLOCK ***** *)
package Abbrevia;
{$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 ON}
{$MINENUMSIZE 1}
{$IMAGEBASE $400000}
{$DESCRIPTION 'Abbrevia Run-time package - RTL2009'}
{$LIBSUFFIX '120'}
{$RUNONLY}
{$IMPLICITBUILD OFF}
requires
rtl;
contains
AbArcTyp in '..\..\source\AbArcTyp.pas',
AbBase in '..\..\source\AbBase.pas',
AbBitBkt in '..\..\source\AbBitBkt.pas',
AbBrowse in '..\..\source\AbBrowse.pas',
AbBzip2 in '..\..\source\AbBzip2.pas',
AbBzip2Typ in '..\..\source\AbBzip2Typ.pas',
AbCabExt in '..\..\source\AbCabExt.pas',
AbCabKit in '..\..\source\AbCabKit.pas',
AbCabMak in '..\..\source\AbCabMak.pas',
AbCabTyp in '..\..\source\AbCabTyp.pas',
AbCBrows in '..\..\source\AbCBrows.pas',
AbCharset in '..\..\source\AbCharset.pas',
AbConst in '..\..\source\AbConst.pas',
AbCrtl in '..\..\source\AbCrtl.pas',
AbDfBase in '..\..\source\AbDfBase.pas',
AbDfCryS in '..\..\source\AbDfCryS.pas',
AbDfDec in '..\..\source\AbDfDec.pas',
AbDfEnc in '..\..\source\AbDfEnc.pas',
AbDfHufD in '..\..\source\AbDfHufD.pas',
AbDfInW in '..\..\source\AbDfInW.pas',
AbDfOutW in '..\..\source\AbDfOutW.pas',
AbDfPkMg in '..\..\source\AbDfPkMg.pas',
AbDfStrm in '..\..\source\AbDfStrm.pas',
AbDfXlat in '..\..\source\AbDfXlat.pas',
AbExcept in '..\..\source\AbExcept.pas',
AbFciFdi in '..\..\source\AbFciFdi.pas',
AbGzTyp in '..\..\source\AbGzTyp.pas',
AbLzma in '..\..\source\AbLzma.pas',
AbPPMd in '..\..\source\AbPPMd.pas',
AbResString in '..\..\source\AbResString.pas',
AbSelfEx in '..\..\source\AbSelfEx.pas',
AbSpanSt in '..\..\source\AbSpanSt.pas',
AbSWStm in '..\..\source\AbSWStm.pas',
AbTarTyp in '..\..\source\AbTarTyp.pas',
AbUnzOutStm in '..\..\source\AbUnzOutStm.pas',
AbUnzper in '..\..\source\AbUnzper.pas',
AbUnzPrc in '..\..\source\AbUnzPrc.pas',
AbUtils in '..\..\source\AbUtils.pas',
AbVMStrm in '..\..\source\AbVMStrm.pas',
AbWavPack in '..\..\source\AbWavPack.pas',
AbZBrows in '..\..\source\AbZBrows.pas',
AbZipExt in '..\..\source\AbZipExt.pas',
AbZipKit in '..\..\source\AbZipKit.pas',
AbZipper in '..\..\source\AbZipper.pas',
AbZipPrc in '..\..\source\AbZipPrc.pas',
AbZipTyp in '..\..\source\AbZipTyp.pas',
AbZLTyp in '..\..\source\AbZLTyp.pas';
end.

View File

@@ -0,0 +1,109 @@
 <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<ProjectGuid>{DF32DD1D-8DA5-4AA7-81F6-B766F13273D2}</ProjectGuid>
<MainSource>Abbrevia.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>..\..\..\..\..\..\Public\Documents\RAD Studio\6.0\Bpl\Abbrevia120.bpl</DCC_DependencyCheckOutputName>
<DesignOnlyPackage>false</DesignOnlyPackage>
<DCC_WriteableConstants>true</DCC_WriteableConstants>
<DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
<DCC_Description>Abbrevia Run-time package - RTL2009</DCC_Description>
<RuntimeOnlyPackage>true</RuntimeOnlyPackage>
<GenPackage>true</GenPackage>
<DCC_OutputNeverBuildDcps>true</DCC_OutputNeverBuildDcps>
<GenDll>true</GenDll>
<DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
<DllSuffix>120</DllSuffix>
<DCC_DebugInformation>false</DCC_DebugInformation>
<DCC_ImageBase>00400000</DCC_ImageBase>
<DCC_Platform>x86</DCC_Platform>
</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="Abbrevia.dpk">
<MainSource>MainSource</MainSource>
</DelphiCompile>
<DCCReference Include="rtl.dcp"/>
<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">Abbrevia.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">4</VersionInfo>
<VersionInfo Name="MinorVer">0</VersionInfo>
<VersionInfo Name="Release">0</VersionInfo>
<VersionInfo Name="Build">0</VersionInfo>
<VersionInfo Name="Debug">False</VersionInfo>
<VersionInfo Name="PreRelease">False</VersionInfo>
<VersionInfo Name="Special">False</VersionInfo>
<VersionInfo Name="Private">False</VersionInfo>
<VersionInfo Name="DLL">False</VersionInfo>
<VersionInfo Name="Locale">1033</VersionInfo>
<VersionInfo Name="CodePage">1252</VersionInfo>
</VersionInfo>
<VersionInfoKeys>
<VersionInfoKeys Name="CompanyName"/>
<VersionInfoKeys Name="FileDescription">Abbrevia Components</VersionInfoKeys>
<VersionInfoKeys Name="FileVersion">5.0.0.0</VersionInfoKeys>
<VersionInfoKeys Name="InternalName"/>
<VersionInfoKeys Name="LegalCopyright">Copyright (c) Abbrevia Group 2011</VersionInfoKeys>
<VersionInfoKeys Name="LegalTrademarks"/>
<VersionInfoKeys Name="OriginalFilename"/>
<VersionInfoKeys Name="ProductName">Abbrevia</VersionInfoKeys>
<VersionInfoKeys Name="ProductVersion">5.0</VersionInfoKeys>
<VersionInfoKeys Name="Comments"/>
</VersionInfoKeys>
</Delphi.Personality>
</BorlandProject>
<ProjectFileVersion>12</ProjectFileVersion>
</ProjectExtensions>
</Project>

View File

@@ -0,0 +1,72 @@
(* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
* http://www.mozilla.org/MPL/
*
* Software distributed under the License is distributed on an "AS IS" basis,
* WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
* for the specific language governing rights and limitations under the
* License.
*
* The Original Code is TurboPower Abbrevia
*
* The Initial Developer of the Original Code is
* TurboPower Software
*
* Portions created by the Initial Developer are Copyright (C) 1997-2002
* the Initial Developer. All Rights Reserved.
*
* Contributor(s):
*
* ***** END LICENSE BLOCK ***** *)
package AbbreviaVCL;
{$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 ON}
{$MINENUMSIZE 1}
{$IMAGEBASE $400000}
{$DESCRIPTION 'Abbrevia Run-time package - VCL2009'}
{$LIBSUFFIX '120'}
{$RUNONLY}
{$IMPLICITBUILD OFF}
requires
rtl,
vcl,
vclx,
Abbrevia;
contains
AbBseVCL in '..\..\source\AbBseVCL.pas',
AbMeter in '..\..\source\AbMeter.pas',
AbView in '..\..\source\AbView.pas',
AbZipOut in '..\..\source\AbZipOut.pas',
AbCView in '..\..\source\AbCView.pas',
AbZView in '..\..\source\AbZView.pas',
AbCompnd in '..\..\source\AbCompnd.pas',
AbHexVw in '..\..\source\AbHexVw.pas',
AbComCtrls in '..\..\source\AbComCtrls.pas';
end.

View File

@@ -0,0 +1,121 @@
 <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<ProjectGuid>{E09EBE18-5B01-4BBA-8653-33D705185BA6}</ProjectGuid>
<MainSource>AbbreviaVCL.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>..\..\..\..\..\..\Public\Documents\RAD Studio\6.0\Bpl\AbbreviaVCL120.bpl</DCC_DependencyCheckOutputName>
<DesignOnlyPackage>false</DesignOnlyPackage>
<DCC_WriteableConstants>true</DCC_WriteableConstants>
<DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
<DCC_Description>Abbrevia Run-time package - VCL2009</DCC_Description>
<RuntimeOnlyPackage>true</RuntimeOnlyPackage>
<GenPackage>true</GenPackage>
<DCC_OutputNeverBuildDcps>true</DCC_OutputNeverBuildDcps>
<GenDll>true</GenDll>
<DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
<DllSuffix>120</DllSuffix>
<DCC_DebugInformation>false</DCC_DebugInformation>
<DCC_ImageBase>00400000</DCC_ImageBase>
<DCC_Platform>x86</DCC_Platform>
</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="AbbreviaVCL.dpk">
<MainSource>MainSource</MainSource>
</DelphiCompile>
<DCCReference Include="rtl.dcp"/>
<DCCReference Include="vcl.dcp"/>
<DCCReference Include="vclx.dcp"/>
<DCCReference Include="Abbrevia.dcp"/>
<DCCReference Include="..\..\source\AbBseVCL.pas"/>
<DCCReference Include="..\..\source\AbMeter.pas"/>
<DCCReference Include="..\..\source\AbView.pas"/>
<DCCReference Include="..\..\source\AbZipOut.pas"/>
<DCCReference Include="..\..\source\AbCView.pas"/>
<DCCReference Include="..\..\source\AbZView.pas"/>
<DCCReference Include="..\..\source\AbCompnd.pas"/>
<DCCReference Include="..\..\source\AbHexVw.pas"/>
<DCCReference Include="..\..\source\AbComCtrls.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">AbbreviaVCL.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">4</VersionInfo>
<VersionInfo Name="MinorVer">0</VersionInfo>
<VersionInfo Name="Release">0</VersionInfo>
<VersionInfo Name="Build">0</VersionInfo>
<VersionInfo Name="Debug">False</VersionInfo>
<VersionInfo Name="PreRelease">False</VersionInfo>
<VersionInfo Name="Special">False</VersionInfo>
<VersionInfo Name="Private">False</VersionInfo>
<VersionInfo Name="DLL">False</VersionInfo>
<VersionInfo Name="Locale">1033</VersionInfo>
<VersionInfo Name="CodePage">1252</VersionInfo>
</VersionInfo>
<VersionInfoKeys>
<VersionInfoKeys Name="CompanyName"/>
<VersionInfoKeys Name="FileDescription">Abbrevia Components</VersionInfoKeys>
<VersionInfoKeys Name="FileVersion">5.0.0.0</VersionInfoKeys>
<VersionInfoKeys Name="InternalName"/>
<VersionInfoKeys Name="LegalCopyright">Copyright (c) Abbrevia Group 2011</VersionInfoKeys>
<VersionInfoKeys Name="LegalTrademarks"/>
<VersionInfoKeys Name="OriginalFilename"/>
<VersionInfoKeys Name="ProductName">Abbrevia</VersionInfoKeys>
<VersionInfoKeys Name="ProductVersion">5.0</VersionInfoKeys>
<VersionInfoKeys Name="Comments"/>
</VersionInfoKeys>
</Delphi.Personality>
</BorlandProject>
<ProjectFileVersion>12</ProjectFileVersion>
</ProjectExtensions>
</Project>

View File

@@ -0,0 +1,69 @@
(* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
* http://www.mozilla.org/MPL/
*
* Software distributed under the License is distributed on an "AS IS" basis,
* WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
* for the specific language governing rights and limitations under the
* License.
*
* The Original Code is TurboPower Abbrevia
*
* The Initial Developer of the Original Code is
* TurboPower Software
*
* Portions created by the Initial Developer are Copyright (C) 1997-2002
* the Initial Developer. All Rights Reserved.
*
* Contributor(s):
*
* ***** END LICENSE BLOCK ***** *)
package AbbreviaVCLDesign;
{$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 ON}
{$MINENUMSIZE 1}
{$IMAGEBASE $400000}
{$DESCRIPTION 'Abbrevia Design-time package - VCL2009'}
{$LIBSUFFIX '120'}
{$DESIGNONLY}
{$IMPLICITBUILD OFF}
requires
designide,
AbbreviaVCL;
contains
AbPeCol in '..\..\source\AbPeCol.pas',
AbPeDir in '..\..\source\AbPeDir.pas',
AbPeFn in '..\..\source\AbPeFn.pas',
AbPePass in '..\..\source\AbPePass.pas',
AbPeVer in '..\..\source\AbPeVer.pas',
AbRegVcl in '..\..\source\AbRegVcl.pas',
AbDlgDir in '..\..\source\AbDlgDir.pas' {DirDlg},
AbDlgPwd in '..\..\source\AbDlgPwd.pas' {PassWordDlg};
end.

View File

@@ -0,0 +1,121 @@
 <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<ProjectGuid>{9BCE1BB4-5DE2-4B29-8404-B1750328B847}</ProjectGuid>
<MainSource>AbbreviaVCLDesign.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)'!=''">
<DesignOnlyPackage>true</DesignOnlyPackage>
<DCC_WriteableConstants>true</DCC_WriteableConstants>
<DCC_DependencyCheckOutputName>..\..\..\..\..\..\Public\Documents\RAD Studio\6.0\Bpl\AbbreviaVCLDesign120.bpl</DCC_DependencyCheckOutputName>
<DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
<DCC_Description>Abbrevia Design-time package - VCL2009</DCC_Description>
<DllSuffix>120</DllSuffix>
<GenPackage>true</GenPackage>
<DCC_OutputNeverBuildDcps>true</DCC_OutputNeverBuildDcps>
<GenDll>true</GenDll>
<DCC_DebugInformation>false</DCC_DebugInformation>
<DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
<DCC_ImageBase>00400000</DCC_ImageBase>
<DCC_Platform>x86</DCC_Platform>
</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="AbbreviaVCLDesign.dpk">
<MainSource>MainSource</MainSource>
</DelphiCompile>
<DCCReference Include="designide.dcp"/>
<DCCReference Include="AbbreviaVCL.dcp"/>
<DCCReference Include="..\..\source\AbPeCol.pas"/>
<DCCReference Include="..\..\source\AbPeDir.pas"/>
<DCCReference Include="..\..\source\AbPeFn.pas"/>
<DCCReference Include="..\..\source\AbPePass.pas"/>
<DCCReference Include="..\..\source\AbPeVer.pas"/>
<DCCReference Include="..\..\source\AbRegVcl.pas"/>
<DCCReference Include="..\..\source\AbDlgDir.pas">
<Form>DirDlg</Form>
</DCCReference>
<DCCReference Include="..\..\source\AbDlgPwd.pas">
<Form>PassWordDlg</Form>
</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')"/>
<ProjectExtensions>
<Borland.Personality>Delphi.Personality.12</Borland.Personality>
<Borland.ProjectType>Package</Borland.ProjectType>
<BorlandProject>
<Delphi.Personality>
<Source>
<Source Name="MainSource">AbbreviaVCLDesign.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">4</VersionInfo>
<VersionInfo Name="MinorVer">0</VersionInfo>
<VersionInfo Name="Release">0</VersionInfo>
<VersionInfo Name="Build">0</VersionInfo>
<VersionInfo Name="Debug">False</VersionInfo>
<VersionInfo Name="PreRelease">False</VersionInfo>
<VersionInfo Name="Special">False</VersionInfo>
<VersionInfo Name="Private">False</VersionInfo>
<VersionInfo Name="DLL">False</VersionInfo>
<VersionInfo Name="Locale">1033</VersionInfo>
<VersionInfo Name="CodePage">1252</VersionInfo>
</VersionInfo>
<VersionInfoKeys>
<VersionInfoKeys Name="CompanyName"/>
<VersionInfoKeys Name="FileDescription">Abbrevia Components</VersionInfoKeys>
<VersionInfoKeys Name="FileVersion">5.0.0.0</VersionInfoKeys>
<VersionInfoKeys Name="InternalName"/>
<VersionInfoKeys Name="LegalCopyright">Copyright (c) Abbrevia Group</VersionInfoKeys>
<VersionInfoKeys Name="LegalTrademarks"/>
<VersionInfoKeys Name="OriginalFilename"/>
<VersionInfoKeys Name="ProductName">Abbrevia</VersionInfoKeys>
<VersionInfoKeys Name="ProductVersion">5.0</VersionInfoKeys>
<VersionInfoKeys Name="Comments"/>
</VersionInfoKeys>
</Delphi.Personality>
</BorlandProject>
<ProjectFileVersion>12</ProjectFileVersion>
</ProjectExtensions>
</Project>

View File

@@ -0,0 +1,60 @@
 <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<ProjectGuid>{3FC8294C-9FE8-49B9-9FF0-C33C59C18002}</ProjectGuid>
</PropertyGroup>
<ItemGroup>
<Projects Include="Delphi 2010\Abbrevia.dproj">
<Dependencies/>
</Projects>
<Projects Include="Delphi 2010\AbbreviaVCL.dproj">
<Dependencies/>
</Projects>
<Projects Include="Delphi 2010\AbbreviaVCLDesign.dproj">
<Dependencies/>
</Projects>
</ItemGroup>
<ProjectExtensions>
<Borland.Personality>Default.Personality.12</Borland.Personality>
<Borland.ProjectType/>
<BorlandProject>
<Default.Personality/>
</BorlandProject>
</ProjectExtensions>
<Target Name="Abbrevia">
<MSBuild Projects="Delphi 2010\Abbrevia.dproj"/>
</Target>
<Target Name="Abbrevia:Clean">
<MSBuild Targets="Clean" Projects="Delphi 2010\Abbrevia.dproj"/>
</Target>
<Target Name="Abbrevia:Make">
<MSBuild Targets="Make" Projects="Delphi 2010\Abbrevia.dproj"/>
</Target>
<Target Name="AbbreviaVCL">
<MSBuild Projects="Delphi 2010\AbbreviaVCL.dproj"/>
</Target>
<Target Name="AbbreviaVCL:Clean">
<MSBuild Targets="Clean" Projects="Delphi 2010\AbbreviaVCL.dproj"/>
</Target>
<Target Name="AbbreviaVCL:Make">
<MSBuild Targets="Make" Projects="Delphi 2010\AbbreviaVCL.dproj"/>
</Target>
<Target Name="AbbreviaVCLDesign">
<MSBuild Projects="Delphi 2010\AbbreviaVCLDesign.dproj"/>
</Target>
<Target Name="AbbreviaVCLDesign:Clean">
<MSBuild Targets="Clean" Projects="Delphi 2010\AbbreviaVCLDesign.dproj"/>
</Target>
<Target Name="AbbreviaVCLDesign:Make">
<MSBuild Targets="Make" Projects="Delphi 2010\AbbreviaVCLDesign.dproj"/>
</Target>
<Target Name="Build">
<CallTarget Targets="Abbrevia;AbbreviaVCL;AbbreviaVCLDesign"/>
</Target>
<Target Name="Clean">
<CallTarget Targets="Abbrevia:Clean;AbbreviaVCL:Clean;AbbreviaVCLDesign:Clean"/>
</Target>
<Target Name="Make">
<CallTarget Targets="Abbrevia:Make;AbbreviaVCL:Make;AbbreviaVCLDesign:Make"/>
</Target>
<Import Project="$(BDS)\Bin\CodeGear.Group.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Group.Targets')"/>
</Project>

View File

@@ -0,0 +1,107 @@
(* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
* http://www.mozilla.org/MPL/
*
* Software distributed under the License is distributed on an "AS IS" basis,
* WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
* for the specific language governing rights and limitations under the
* License.
*
* The Original Code is TurboPower Abbrevia
*
* The Initial Developer of the Original Code is
* TurboPower Software
*
* Portions created by the Initial Developer are Copyright (C) 1997-2002
* the Initial Developer. All Rights Reserved.
*
* Contributor(s):
*
* ***** END LICENSE BLOCK ***** *)
package Abbrevia;
{$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 ON}
{$MINENUMSIZE 1}
{$IMAGEBASE $400000}
{$DESCRIPTION 'Abbrevia Run-time package - RTL2010'}
{$LIBSUFFIX '140'}
{$RUNONLY}
{$IMPLICITBUILD OFF}
requires
rtl;
contains
AbArcTyp in '..\..\source\AbArcTyp.pas',
AbBase in '..\..\source\AbBase.pas',
AbBitBkt in '..\..\source\AbBitBkt.pas',
AbBrowse in '..\..\source\AbBrowse.pas',
AbBzip2 in '..\..\source\AbBzip2.pas',
AbBzip2Typ in '..\..\source\AbBzip2Typ.pas',
AbCabExt in '..\..\source\AbCabExt.pas',
AbCabKit in '..\..\source\AbCabKit.pas',
AbCabMak in '..\..\source\AbCabMak.pas',
AbCabTyp in '..\..\source\AbCabTyp.pas',
AbCBrows in '..\..\source\AbCBrows.pas',
AbCharset in '..\..\source\AbCharset.pas',
AbConst in '..\..\source\AbConst.pas',
AbCrtl in '..\..\source\AbCrtl.pas',
AbDfBase in '..\..\source\AbDfBase.pas',
AbDfCryS in '..\..\source\AbDfCryS.pas',
AbDfDec in '..\..\source\AbDfDec.pas',
AbDfEnc in '..\..\source\AbDfEnc.pas',
AbDfHufD in '..\..\source\AbDfHufD.pas',
AbDfInW in '..\..\source\AbDfInW.pas',
AbDfOutW in '..\..\source\AbDfOutW.pas',
AbDfPkMg in '..\..\source\AbDfPkMg.pas',
AbDfStrm in '..\..\source\AbDfStrm.pas',
AbDfXlat in '..\..\source\AbDfXlat.pas',
AbExcept in '..\..\source\AbExcept.pas',
AbFciFdi in '..\..\source\AbFciFdi.pas',
AbGzTyp in '..\..\source\AbGzTyp.pas',
AbLzma in '..\..\source\AbLzma.pas',
AbPPMd in '..\..\source\AbPPMd.pas',
AbResString in '..\..\source\AbResString.pas',
AbSelfEx in '..\..\source\AbSelfEx.pas',
AbSpanSt in '..\..\source\AbSpanSt.pas',
AbSWStm in '..\..\source\AbSWStm.pas',
AbTarTyp in '..\..\source\AbTarTyp.pas',
AbUnzOutStm in '..\..\source\AbUnzOutStm.pas',
AbUnzper in '..\..\source\AbUnzper.pas',
AbUnzPrc in '..\..\source\AbUnzPrc.pas',
AbUtils in '..\..\source\AbUtils.pas',
AbVMStrm in '..\..\source\AbVMStrm.pas',
AbWavPack in '..\..\source\AbWavPack.pas',
AbZBrows in '..\..\source\AbZBrows.pas',
AbZipExt in '..\..\source\AbZipExt.pas',
AbZipKit in '..\..\source\AbZipKit.pas',
AbZipper in '..\..\source\AbZipper.pas',
AbZipPrc in '..\..\source\AbZipPrc.pas',
AbZipTyp in '..\..\source\AbZipTyp.pas',
AbZLTyp in '..\..\source\AbZLTyp.pas';
end.

View File

@@ -0,0 +1,109 @@
 <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<ProjectGuid>{F41FD54F-C677-468D-B2F6-F7DEE8EEF36C}</ProjectGuid>
<MainSource>Abbrevia.dpk</MainSource>
<Config Condition="'$(Config)'==''">Debug</Config>
<DCC_DCCCompiler>DCC32</DCC_DCCCompiler>
<ProjectVersion>12.0</ProjectVersion>
</PropertyGroup>
<PropertyGroup Condition="'$(Config)'=='Basis' or '$(Base)'!=''">
<Base>true</Base>
</PropertyGroup>
<PropertyGroup Condition="'$(Config)'=='Release' or '$(Cfg_1)'!=''">
<Cfg_1>true</Cfg_1>
<CfgParent>Base</CfgParent>
<Base>true</Base>
</PropertyGroup>
<PropertyGroup Condition="'$(Config)'=='Debug' or '$(Cfg_2)'!=''">
<Cfg_2>true</Cfg_2>
<CfgParent>Base</CfgParent>
<Base>true</Base>
</PropertyGroup>
<PropertyGroup Condition="'$(Base)'!=''">
<DCC_DependencyCheckOutputName>C:\Users\Public\Documents\RAD Studio\7.0\Bpl\B305_r2010.bpl</DCC_DependencyCheckOutputName>
<DCC_UnitAlias>WinTypes=Windows;WinProcs=Windows;$(DCC_UnitAlias)</DCC_UnitAlias>
<RuntimeOnlyPackage>true</RuntimeOnlyPackage>
<DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
<DCC_Description>Abbrevia Run-time package - RTL2010</DCC_Description>
<DCC_WriteableConstants>true</DCC_WriteableConstants>
<DCC_OutputNeverBuildDcps>true</DCC_OutputNeverBuildDcps>
<GenDll>true</GenDll>
<GenPackage>true</GenPackage>
<DllSuffix>140</DllSuffix>
<DCC_DebugInformation>false</DCC_DebugInformation>
<DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
<DCC_ImageBase>00400000</DCC_ImageBase>
<DCC_Platform>x86</DCC_Platform>
</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="Abbrevia.dpk">
<MainSource>MainSource</MainSource>
</DelphiCompile>
<DCCReference Include="rtl.dcp"/>
<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">Abbrevia.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">4</VersionInfo>
<VersionInfo Name="MinorVer">0</VersionInfo>
<VersionInfo Name="Release">0</VersionInfo>
<VersionInfo Name="Build">0</VersionInfo>
<VersionInfo Name="Debug">False</VersionInfo>
<VersionInfo Name="PreRelease">False</VersionInfo>
<VersionInfo Name="Special">False</VersionInfo>
<VersionInfo Name="Private">False</VersionInfo>
<VersionInfo Name="DLL">False</VersionInfo>
<VersionInfo Name="Locale">1033</VersionInfo>
<VersionInfo Name="CodePage">1252</VersionInfo>
</VersionInfo>
<VersionInfoKeys>
<VersionInfoKeys Name="CompanyName"/>
<VersionInfoKeys Name="FileDescription">Abbrevia Components</VersionInfoKeys>
<VersionInfoKeys Name="FileVersion">5.0.0.0</VersionInfoKeys>
<VersionInfoKeys Name="InternalName"/>
<VersionInfoKeys Name="LegalCopyright">Copyright (c) Abbrevia Group 2011</VersionInfoKeys>
<VersionInfoKeys Name="LegalTrademarks"/>
<VersionInfoKeys Name="OriginalFilename"/>
<VersionInfoKeys Name="ProductName">Abbrevia</VersionInfoKeys>
<VersionInfoKeys Name="ProductVersion">5.0</VersionInfoKeys>
<VersionInfoKeys Name="Comments"/>
</VersionInfoKeys>
</Delphi.Personality>
</BorlandProject>
<ProjectFileVersion>12</ProjectFileVersion>
</ProjectExtensions>
</Project>

View File

@@ -0,0 +1,72 @@
(* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
* http://www.mozilla.org/MPL/
*
* Software distributed under the License is distributed on an "AS IS" basis,
* WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
* for the specific language governing rights and limitations under the
* License.
*
* The Original Code is TurboPower Abbrevia
*
* The Initial Developer of the Original Code is
* TurboPower Software
*
* Portions created by the Initial Developer are Copyright (C) 1997-2002
* the Initial Developer. All Rights Reserved.
*
* Contributor(s):
*
* ***** END LICENSE BLOCK ***** *)
package AbbreviaVCL;
{$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 ON}
{$MINENUMSIZE 1}
{$IMAGEBASE $400000}
{$DESCRIPTION 'Abbrevia Run-time package - VCL2010'}
{$LIBSUFFIX '140'}
{$RUNONLY}
{$IMPLICITBUILD OFF}
requires
rtl,
vcl,
vclx,
Abbrevia;
contains
AbBseVCL in '..\..\source\AbBseVCL.pas',
AbMeter in '..\..\source\AbMeter.pas',
AbView in '..\..\source\AbView.pas',
AbZipOut in '..\..\source\AbZipOut.pas',
AbCView in '..\..\source\AbCView.pas',
AbZView in '..\..\source\AbZView.pas',
AbCompnd in '..\..\source\AbCompnd.pas',
AbHexVw in '..\..\source\AbHexVw.pas',
AbComCtrls in '..\..\source\AbComCtrls.pas';
end.

View File

@@ -0,0 +1,121 @@
 <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<ProjectGuid>{8F5900DA-6C2D-4EFA-96A5-D5AD0C68D886}</ProjectGuid>
<MainSource>AbbreviaVCL.dpk</MainSource>
<Config Condition="'$(Config)'==''">Debug</Config>
<DCC_DCCCompiler>DCC32</DCC_DCCCompiler>
<ProjectVersion>12.0</ProjectVersion>
</PropertyGroup>
<PropertyGroup Condition="'$(Config)'=='Basis' or '$(Base)'!=''">
<Base>true</Base>
</PropertyGroup>
<PropertyGroup Condition="'$(Config)'=='Release' or '$(Cfg_1)'!=''">
<Cfg_1>true</Cfg_1>
<CfgParent>Base</CfgParent>
<Base>true</Base>
</PropertyGroup>
<PropertyGroup Condition="'$(Config)'=='Debug' or '$(Cfg_2)'!=''">
<Cfg_2>true</Cfg_2>
<CfgParent>Base</CfgParent>
<Base>true</Base>
</PropertyGroup>
<PropertyGroup Condition="'$(Base)'!=''">
<DCC_DependencyCheckOutputName>C:\Users\Public\Documents\RAD Studio\7.0\Bpl\B305vr2010.bpl</DCC_DependencyCheckOutputName>
<DCC_UnitAlias>WinTypes=Windows;WinProcs=Windows;$(DCC_UnitAlias)</DCC_UnitAlias>
<RuntimeOnlyPackage>true</RuntimeOnlyPackage>
<DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
<DCC_Description>Abbrevia Run-time package - VCL2010</DCC_Description>
<DCC_WriteableConstants>true</DCC_WriteableConstants>
<DCC_OutputNeverBuildDcps>true</DCC_OutputNeverBuildDcps>
<GenDll>true</GenDll>
<GenPackage>true</GenPackage>
<DllSuffix>140</DllSuffix>
<DCC_DebugInformation>false</DCC_DebugInformation>
<DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
<DCC_ImageBase>00400000</DCC_ImageBase>
<DCC_Platform>x86</DCC_Platform>
</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="AbbreviaVCL.dpk">
<MainSource>MainSource</MainSource>
</DelphiCompile>
<DCCReference Include="rtl.dcp"/>
<DCCReference Include="vcl.dcp"/>
<DCCReference Include="vclx.dcp"/>
<DCCReference Include="Abbrevia.dcp"/>
<DCCReference Include="..\..\source\AbBseVCL.pas"/>
<DCCReference Include="..\..\source\AbMeter.pas"/>
<DCCReference Include="..\..\source\AbView.pas"/>
<DCCReference Include="..\..\source\AbZipOut.pas"/>
<DCCReference Include="..\..\source\AbCView.pas"/>
<DCCReference Include="..\..\source\AbZView.pas"/>
<DCCReference Include="..\..\source\AbCompnd.pas"/>
<DCCReference Include="..\..\source\AbHexVw.pas"/>
<DCCReference Include="..\..\source\AbComCtrls.pas"/>
<BuildConfiguration Include="Basis">
<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">AbbreviaVCL.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">4</VersionInfo>
<VersionInfo Name="MinorVer">0</VersionInfo>
<VersionInfo Name="Release">0</VersionInfo>
<VersionInfo Name="Build">0</VersionInfo>
<VersionInfo Name="Debug">False</VersionInfo>
<VersionInfo Name="PreRelease">False</VersionInfo>
<VersionInfo Name="Special">False</VersionInfo>
<VersionInfo Name="Private">False</VersionInfo>
<VersionInfo Name="DLL">False</VersionInfo>
<VersionInfo Name="Locale">1033</VersionInfo>
<VersionInfo Name="CodePage">1252</VersionInfo>
</VersionInfo>
<VersionInfoKeys>
<VersionInfoKeys Name="CompanyName"/>
<VersionInfoKeys Name="FileDescription">Abbrevia Components</VersionInfoKeys>
<VersionInfoKeys Name="FileVersion">5.0.0.0</VersionInfoKeys>
<VersionInfoKeys Name="InternalName"/>
<VersionInfoKeys Name="LegalCopyright">Copyright (c) Abbrevia Group</VersionInfoKeys>
<VersionInfoKeys Name="LegalTrademarks"/>
<VersionInfoKeys Name="OriginalFilename"/>
<VersionInfoKeys Name="ProductName">Abbrevia</VersionInfoKeys>
<VersionInfoKeys Name="ProductVersion">5.0</VersionInfoKeys>
<VersionInfoKeys Name="Comments"/>
</VersionInfoKeys>
</Delphi.Personality>
</BorlandProject>
<ProjectFileVersion>12</ProjectFileVersion>
</ProjectExtensions>
</Project>

View File

@@ -0,0 +1,69 @@
(* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
* http://www.mozilla.org/MPL/
*
* Software distributed under the License is distributed on an "AS IS" basis,
* WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
* for the specific language governing rights and limitations under the
* License.
*
* The Original Code is TurboPower Abbrevia
*
* The Initial Developer of the Original Code is
* TurboPower Software
*
* Portions created by the Initial Developer are Copyright (C) 1997-2002
* the Initial Developer. All Rights Reserved.
*
* Contributor(s):
*
* ***** END LICENSE BLOCK ***** *)
package AbbreviaVCLDesign;
{$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 ON}
{$MINENUMSIZE 1}
{$IMAGEBASE $400000}
{$DESCRIPTION 'Abbrevia Design-time package - VCL2010'}
{$LIBSUFFIX '140'}
{$DESIGNONLY}
{$IMPLICITBUILD OFF}
requires
designide,
AbbreviaVCL;
contains
AbPeCol in '..\..\source\AbPeCol.pas',
AbPeDir in '..\..\source\AbPeDir.pas',
AbPeFn in '..\..\source\AbPeFn.pas',
AbPePass in '..\..\source\AbPePass.pas',
AbPeVer in '..\..\source\AbPeVer.pas',
AbRegVcl in '..\..\source\AbRegVcl.pas',
AbDlgDir in '..\..\source\AbDlgDir.pas' {DirDlg},
AbDlgPwd in '..\..\source\AbDlgPwd.pas' {PassWordDlg};
end.

View File

@@ -0,0 +1,122 @@
 <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<ProjectGuid>{24BE4180-8AB3-4667-927F-163D8C1A0D54}</ProjectGuid>
<MainSource>AbbreviaVCLDesign.dpk</MainSource>
<Config Condition="'$(Config)'==''">Debug</Config>
<DCC_DCCCompiler>DCC32</DCC_DCCCompiler>
<ProjectVersion>12.0</ProjectVersion>
</PropertyGroup>
<PropertyGroup Condition="'$(Config)'=='Basis' or '$(Base)'!=''">
<Base>true</Base>
</PropertyGroup>
<PropertyGroup Condition="'$(Config)'=='Release' or '$(Cfg_1)'!=''">
<Cfg_1>true</Cfg_1>
<CfgParent>Base</CfgParent>
<Base>true</Base>
</PropertyGroup>
<PropertyGroup Condition="'$(Config)'=='Debug' or '$(Cfg_2)'!=''">
<Cfg_2>true</Cfg_2>
<CfgParent>Base</CfgParent>
<Base>true</Base>
</PropertyGroup>
<PropertyGroup Condition="'$(Base)'!=''">
<DCC_DependencyCheckOutputName>C:\Users\Public\Documents\RAD Studio\7.0\Bpl\B305vd2010.bpl</DCC_DependencyCheckOutputName>
<DesignOnlyPackage>true</DesignOnlyPackage>
<DCC_Description>Abbrevia Design-time package - VCL2010</DCC_Description>
<DCC_UnitAlias>WinTypes=Windows;WinProcs=Windows;$(DCC_UnitAlias)</DCC_UnitAlias>
<DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
<DCC_WriteableConstants>true</DCC_WriteableConstants>
<DllSuffix>140</DllSuffix>
<GenPackage>true</GenPackage>
<DCC_OutputNeverBuildDcps>true</DCC_OutputNeverBuildDcps>
<GenDll>true</GenDll>
<DCC_DebugInformation>false</DCC_DebugInformation>
<DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
<DCC_ImageBase>00400000</DCC_ImageBase>
<DCC_Platform>x86</DCC_Platform>
</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="AbbreviaVCLDesign.dpk">
<MainSource>MainSource</MainSource>
</DelphiCompile>
<DCCReference Include="designide.dcp"/>
<DCCReference Include="AbbreviaVCL.dcp"/>
<DCCReference Include="..\..\source\AbPeCol.pas"/>
<DCCReference Include="..\..\source\AbPeDir.pas"/>
<DCCReference Include="..\..\source\AbPeFn.pas"/>
<DCCReference Include="..\..\source\AbPePass.pas"/>
<DCCReference Include="..\..\source\AbPeVer.pas"/>
<DCCReference Include="..\..\source\AbRegVcl.pas"/>
<DCCReference Include="..\..\source\AbDlgDir.pas">
<Form>DirDlg</Form>
</DCCReference>
<DCCReference Include="..\..\source\AbDlgPwd.pas">
<Form>PassWordDlg</Form>
</DCCReference>
<BuildConfiguration Include="Basis">
<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">AbbreviaVCLDesign.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">4</VersionInfo>
<VersionInfo Name="MinorVer">0</VersionInfo>
<VersionInfo Name="Release">0</VersionInfo>
<VersionInfo Name="Build">0</VersionInfo>
<VersionInfo Name="Debug">False</VersionInfo>
<VersionInfo Name="PreRelease">False</VersionInfo>
<VersionInfo Name="Special">False</VersionInfo>
<VersionInfo Name="Private">False</VersionInfo>
<VersionInfo Name="DLL">False</VersionInfo>
<VersionInfo Name="Locale">1033</VersionInfo>
<VersionInfo Name="CodePage">1252</VersionInfo>
</VersionInfo>
<VersionInfoKeys>
<VersionInfoKeys Name="CompanyName"/>
<VersionInfoKeys Name="FileDescription">Abbrevia Components</VersionInfoKeys>
<VersionInfoKeys Name="FileVersion">5.0.0.0</VersionInfoKeys>
<VersionInfoKeys Name="InternalName"/>
<VersionInfoKeys Name="LegalCopyright">Copyright (c) Abbrevia Group</VersionInfoKeys>
<VersionInfoKeys Name="LegalTrademarks"/>
<VersionInfoKeys Name="OriginalFilename"/>
<VersionInfoKeys Name="ProductName">Abbrevia</VersionInfoKeys>
<VersionInfoKeys Name="ProductVersion">5.0</VersionInfoKeys>
<VersionInfoKeys Name="Comments"/>
</VersionInfoKeys>
</Delphi.Personality>
</BorlandProject>
<ProjectFileVersion>12</ProjectFileVersion>
</ProjectExtensions>
</Project>

View File

@@ -0,0 +1,107 @@
(* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
* http://www.mozilla.org/MPL/
*
* Software distributed under the License is distributed on an "AS IS" basis,
* WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
* for the specific language governing rights and limitations under the
* License.
*
* The Original Code is TurboPower Abbrevia
*
* The Initial Developer of the Original Code is
* TurboPower Software
*
* Portions created by the Initial Developer are Copyright (C) 1997-2002
* the Initial Developer. All Rights Reserved.
*
* Contributor(s):
*
* ***** END LICENSE BLOCK ***** *)
package Abbrevia;
{$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 ON}
{$MINENUMSIZE 1}
{$IMAGEBASE $400000}
{$DESCRIPTION 'Abbrevia Run-time package - RTL60'}
{$LIBSUFFIX '60'}
{$RUNONLY}
{$IMPLICITBUILD OFF}
requires
rtl;
contains
AbArcTyp in '..\..\source\AbArcTyp.pas',
AbBase in '..\..\source\AbBase.pas',
AbBitBkt in '..\..\source\AbBitBkt.pas',
AbBrowse in '..\..\source\AbBrowse.pas',
AbBzip2 in '..\..\source\AbBzip2.pas',
AbBzip2Typ in '..\..\source\AbBzip2Typ.pas',
AbCabExt in '..\..\source\AbCabExt.pas',
AbCabKit in '..\..\source\AbCabKit.pas',
AbCabMak in '..\..\source\AbCabMak.pas',
AbCabTyp in '..\..\source\AbCabTyp.pas',
AbCBrows in '..\..\source\AbCBrows.pas',
AbCharset in '..\..\source\AbCharset.pas',
AbConst in '..\..\source\AbConst.pas',
AbCrtl in '..\..\source\AbCrtl.pas',
AbDfBase in '..\..\source\AbDfBase.pas',
AbDfCryS in '..\..\source\AbDfCryS.pas',
AbDfDec in '..\..\source\AbDfDec.pas',
AbDfEnc in '..\..\source\AbDfEnc.pas',
AbDfHufD in '..\..\source\AbDfHufD.pas',
AbDfInW in '..\..\source\AbDfInW.pas',
AbDfOutW in '..\..\source\AbDfOutW.pas',
AbDfPkMg in '..\..\source\AbDfPkMg.pas',
AbDfStrm in '..\..\source\AbDfStrm.pas',
AbDfXlat in '..\..\source\AbDfXlat.pas',
AbExcept in '..\..\source\AbExcept.pas',
AbFciFdi in '..\..\source\AbFciFdi.pas',
AbGzTyp in '..\..\source\AbGzTyp.pas',
AbLzma in '..\..\source\AbLzma.pas',
AbPPMd in '..\..\source\AbPPMd.pas',
AbResString in '..\..\source\AbResString.pas',
AbSelfEx in '..\..\source\AbSelfEx.pas',
AbSpanSt in '..\..\source\AbSpanSt.pas',
AbSWStm in '..\..\source\AbSWStm.pas',
AbTarTyp in '..\..\source\AbTarTyp.pas',
AbUnzOutStm in '..\..\source\AbUnzOutStm.pas',
AbUnzper in '..\..\source\AbUnzper.pas',
AbUnzPrc in '..\..\source\AbUnzPrc.pas',
AbUtils in '..\..\source\AbUtils.pas',
AbVMStrm in '..\..\source\AbVMStrm.pas',
AbWavPack in '..\..\source\AbWavPack.pas',
AbZBrows in '..\..\source\AbZBrows.pas',
AbZipExt in '..\..\source\AbZipExt.pas',
AbZipKit in '..\..\source\AbZipKit.pas',
AbZipper in '..\..\source\AbZipper.pas',
AbZipPrc in '..\..\source\AbZipPrc.pas',
AbZipTyp in '..\..\source\AbZipTyp.pas',
AbZLTyp in '..\..\source\AbZLTyp.pas';
end.

View File

@@ -0,0 +1,70 @@
(* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
* http://www.mozilla.org/MPL/
*
* Software distributed under the License is distributed on an "AS IS" basis,
* WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
* for the specific language governing rights and limitations under the
* License.
*
* The Original Code is TurboPower Abbrevia
*
* The Initial Developer of the Original Code is
* TurboPower Software
*
* Portions created by the Initial Developer are Copyright (C) 1997-2002
* the Initial Developer. All Rights Reserved.
*
* Contributor(s):
*
* ***** END LICENSE BLOCK ***** *)
package AbbreviaCLX;
{$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 ON}
{$MINENUMSIZE 1}
{$IMAGEBASE $400000}
{$DESCRIPTION 'Abbrevia CLX Run-time package - CLX60'}
{$LIBSUFFIX '60'}
{$RUNONLY}
{$IMPLICITBUILD OFF}
{$DEFINE UsingCLX}
requires
rtl,
visualclx,
Abbrevia;
contains
AbQZpOut in '..\..\source\AbQZpOut.pas',
AbQCmpnd in '..\..\source\AbQCmpnd.pas',
AbQMeter in '..\..\source\AbQMeter.pas',
AbQView in '..\..\source\AbQView.pas',
AbBseCLX in '..\..\source\AbBseCLX.pas',
AbQZView in '..\..\source\AbQZView.pas',
AbQCView in '..\..\source\AbQCView.pas';
end.

View File

@@ -0,0 +1,69 @@
(* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
* http://www.mozilla.org/MPL/
*
* Software distributed under the License is distributed on an "AS IS" basis,
* WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
* for the specific language governing rights and limitations under the
* License.
*
* The Original Code is TurboPower Abbrevia
*
* The Initial Developer of the Original Code is
* TurboPower Software
*
* Portions created by the Initial Developer are Copyright (C) 1997-2002
* the Initial Developer. All Rights Reserved.
*
* Contributor(s):
*
* ***** END LICENSE BLOCK ***** *)
package AbbreviaCLXDesign;
{$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 ON}
{$MINENUMSIZE 1}
{$IMAGEBASE $400000}
{$DESCRIPTION 'Abbrevia CLX Design-time package - CLX60'}
{$LIBSUFFIX '60'}
{$DESIGNONLY}
{$IMPLICITBUILD OFF}
requires
designide,
AbbreviaCLX;
contains
AbRegClx in '..\..\source\AbRegClx.pas',
AbQPeCol in '..\..\source\AbQPeCol.pas',
AbQPeDir in '..\..\source\AbQPeDir.pas',
AbQPeVer in '..\..\source\AbQPeVer.pas',
AbQPeFn in '..\..\source\AbQPeFn.pas',
AbQPePas in '..\..\source\AbQPePas.pas',
AbQDgDir in '..\..\source\AbQDgDir.pas',
AbQDgPwd in '..\..\source\AbQDgPwd.pas';
end.

View File

@@ -0,0 +1,72 @@
(* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
* http://www.mozilla.org/MPL/
*
* Software distributed under the License is distributed on an "AS IS" basis,
* WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
* for the specific language governing rights and limitations under the
* License.
*
* The Original Code is TurboPower Abbrevia
*
* The Initial Developer of the Original Code is
* TurboPower Software
*
* Portions created by the Initial Developer are Copyright (C) 1997-2002
* the Initial Developer. All Rights Reserved.
*
* Contributor(s):
*
* ***** END LICENSE BLOCK ***** *)
package AbbreviaVCL;
{$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 ON}
{$MINENUMSIZE 1}
{$IMAGEBASE $400000}
{$DESCRIPTION 'Abbrevia Run-time package - VCL60'}
{$LIBSUFFIX '60'}
{$RUNONLY}
{$IMPLICITBUILD OFF}
requires
rtl,
vcl,
vclx,
Abbrevia;
contains
AbBseVCL in '..\..\source\AbBseVCL.pas',
AbMeter in '..\..\source\AbMeter.pas',
AbView in '..\..\source\AbView.pas',
AbZipOut in '..\..\source\AbZipOut.pas',
AbCView in '..\..\source\AbCView.pas',
AbZView in '..\..\source\AbZView.pas',
AbCompnd in '..\..\source\AbCompnd.pas',
AbHexVw in '..\..\source\AbHexVw.pas',
AbComCtrls in '..\..\source\AbComCtrls.pas';
end.

View File

@@ -0,0 +1,69 @@
(* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
* http://www.mozilla.org/MPL/
*
* Software distributed under the License is distributed on an "AS IS" basis,
* WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
* for the specific language governing rights and limitations under the
* License.
*
* The Original Code is TurboPower Abbrevia
*
* The Initial Developer of the Original Code is
* TurboPower Software
*
* Portions created by the Initial Developer are Copyright (C) 1997-2002
* the Initial Developer. All Rights Reserved.
*
* Contributor(s):
*
* ***** END LICENSE BLOCK ***** *)
package AbbreviaVCLDesign;
{$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 ON}
{$MINENUMSIZE 1}
{$IMAGEBASE $400000}
{$DESCRIPTION 'Abbrevia Design-time package - VCL60'}
{$LIBSUFFIX '60'}
{$DESIGNONLY}
{$IMPLICITBUILD OFF}
requires
designide,
AbbreviaVCL;
contains
AbPeCol in '..\..\source\AbPeCol.pas',
AbPeDir in '..\..\source\AbPeDir.pas',
AbPeFn in '..\..\source\AbPeFn.pas',
AbPePass in '..\..\source\AbPePass.pas',
AbPeVer in '..\..\source\AbPeVer.pas',
AbRegVcl in '..\..\source\AbRegVcl.pas',
AbDlgDir in '..\..\source\AbDlgDir.pas' {DirDlg},
AbDlgPwd in '..\..\source\AbDlgPwd.pas' {PassWordDlg};
end.

View File

@@ -0,0 +1,33 @@
#------------------------------------------------------------------------------
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 = Abbrevia70.bpl AbbreviaVCL70.bpl AbbreviaVCLDesign70.bpl \
AbbreviaCLX70.bpl AbbreviaCLXDesign70.bpl
#------------------------------------------------------------------------------
default: $(PROJECTS)
#------------------------------------------------------------------------------
Abbrevia70.bpl: Delphi 7\Abbrevia.dpk
$(DCC)
AbbreviaVCL70.bpl: Delphi 7\AbbreviaVCL.dpk
$(DCC)
AbbreviaVCLDesign70.bpl: Delphi 7\AbbreviaVCLDesign.dpk
$(DCC)
AbbreviaCLX70.bpl: Delphi 7\AbbreviaCLX.dpk
$(DCC)
AbbreviaCLXDesign70.bpl: Delphi 7\AbbreviaCLXDesign.dpk
$(DCC)

View File

@@ -0,0 +1,107 @@
(* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
* http://www.mozilla.org/MPL/
*
* Software distributed under the License is distributed on an "AS IS" basis,
* WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
* for the specific language governing rights and limitations under the
* License.
*
* The Original Code is TurboPower Abbrevia
*
* The Initial Developer of the Original Code is
* TurboPower Software
*
* Portions created by the Initial Developer are Copyright (C) 1997-2002
* the Initial Developer. All Rights Reserved.
*
* Contributor(s):
*
* ***** END LICENSE BLOCK ***** *)
package Abbrevia;
{$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 ON}
{$MINENUMSIZE 1}
{$IMAGEBASE $400000}
{$DESCRIPTION 'Abbrevia Run-time package - RTL70'}
{$LIBSUFFIX '70'}
{$RUNONLY}
{$IMPLICITBUILD OFF}
requires
rtl;
contains
AbArcTyp in '..\..\source\AbArcTyp.pas',
AbBase in '..\..\source\AbBase.pas',
AbBitBkt in '..\..\source\AbBitBkt.pas',
AbBrowse in '..\..\source\AbBrowse.pas',
AbBzip2 in '..\..\source\AbBzip2.pas',
AbBzip2Typ in '..\..\source\AbBzip2Typ.pas',
AbCabExt in '..\..\source\AbCabExt.pas',
AbCabKit in '..\..\source\AbCabKit.pas',
AbCabMak in '..\..\source\AbCabMak.pas',
AbCabTyp in '..\..\source\AbCabTyp.pas',
AbCBrows in '..\..\source\AbCBrows.pas',
AbCharset in '..\..\source\AbCharset.pas',
AbConst in '..\..\source\AbConst.pas',
AbCrtl in '..\..\source\AbCrtl.pas',
AbDfBase in '..\..\source\AbDfBase.pas',
AbDfCryS in '..\..\source\AbDfCryS.pas',
AbDfDec in '..\..\source\AbDfDec.pas',
AbDfEnc in '..\..\source\AbDfEnc.pas',
AbDfHufD in '..\..\source\AbDfHufD.pas',
AbDfInW in '..\..\source\AbDfInW.pas',
AbDfOutW in '..\..\source\AbDfOutW.pas',
AbDfPkMg in '..\..\source\AbDfPkMg.pas',
AbDfStrm in '..\..\source\AbDfStrm.pas',
AbDfXlat in '..\..\source\AbDfXlat.pas',
AbExcept in '..\..\source\AbExcept.pas',
AbFciFdi in '..\..\source\AbFciFdi.pas',
AbGzTyp in '..\..\source\AbGzTyp.pas',
AbLzma in '..\..\source\AbLzma.pas',
AbPPMd in '..\..\source\AbPPMd.pas',
AbResString in '..\..\source\AbResString.pas',
AbSelfEx in '..\..\source\AbSelfEx.pas',
AbSpanSt in '..\..\source\AbSpanSt.pas',
AbSWStm in '..\..\source\AbSWStm.pas',
AbTarTyp in '..\..\source\AbTarTyp.pas',
AbUnzOutStm in '..\..\source\AbUnzOutStm.pas',
AbUnzper in '..\..\source\AbUnzper.pas',
AbUnzPrc in '..\..\source\AbUnzPrc.pas',
AbUtils in '..\..\source\AbUtils.pas',
AbVMStrm in '..\..\source\AbVMStrm.pas',
AbWavPack in '..\..\source\AbWavPack.pas',
AbZBrows in '..\..\source\AbZBrows.pas',
AbZipExt in '..\..\source\AbZipExt.pas',
AbZipKit in '..\..\source\AbZipKit.pas',
AbZipper in '..\..\source\AbZipper.pas',
AbZipPrc in '..\..\source\AbZipPrc.pas',
AbZipTyp in '..\..\source\AbZipTyp.pas',
AbZLTyp in '..\..\source\AbZLTyp.pas';
end.

View File

@@ -0,0 +1,70 @@
(* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
* http://www.mozilla.org/MPL/
*
* Software distributed under the License is distributed on an "AS IS" basis,
* WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
* for the specific language governing rights and limitations under the
* License.
*
* The Original Code is TurboPower Abbrevia
*
* The Initial Developer of the Original Code is
* TurboPower Software
*
* Portions created by the Initial Developer are Copyright (C) 1997-2002
* the Initial Developer. All Rights Reserved.
*
* Contributor(s):
*
* ***** END LICENSE BLOCK ***** *)
package AbbreviaCLX;
{$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 ON}
{$MINENUMSIZE 1}
{$IMAGEBASE $400000}
{$DESCRIPTION 'Abbrevia CLX Run-time package - CLX70'}
{$LIBSUFFIX '70'}
{$RUNONLY}
{$IMPLICITBUILD OFF}
{$DEFINE UsingCLX}
requires
rtl,
visualclx,
Abbrevia;
contains
AbQZpOut in '..\..\source\AbQZpOut.pas',
AbQCmpnd in '..\..\source\AbQCmpnd.pas',
AbQMeter in '..\..\source\AbQMeter.pas',
AbQView in '..\..\source\AbQView.pas',
AbBseCLX in '..\..\source\AbBseCLX.pas',
AbQZView in '..\..\source\AbQZView.pas',
AbQCView in '..\..\source\AbQCView.pas';
end.

View File

@@ -0,0 +1,69 @@
(* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
* http://www.mozilla.org/MPL/
*
* Software distributed under the License is distributed on an "AS IS" basis,
* WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
* for the specific language governing rights and limitations under the
* License.
*
* The Original Code is TurboPower Abbrevia
*
* The Initial Developer of the Original Code is
* TurboPower Software
*
* Portions created by the Initial Developer are Copyright (C) 1997-2002
* the Initial Developer. All Rights Reserved.
*
* Contributor(s):
*
* ***** END LICENSE BLOCK ***** *)
package AbbreviaCLXDesign;
{$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 ON}
{$MINENUMSIZE 1}
{$IMAGEBASE $400000}
{$DESCRIPTION 'Abbrevia CLX Design-time package - CLX70'}
{$LIBSUFFIX '70'}
{$DESIGNONLY}
{$IMPLICITBUILD OFF}
requires
designide,
AbbreviaCLX;
contains
AbRegClx in '..\..\source\AbRegClx.pas',
AbQPeCol in '..\..\source\AbQPeCol.pas',
AbQPeDir in '..\..\source\AbQPeDir.pas',
AbQPeVer in '..\..\source\AbQPeVer.pas',
AbQPeFn in '..\..\source\AbQPeFn.pas',
AbQPePas in '..\..\source\AbQPePas.pas',
AbQDgDir in '..\..\source\AbQDgDir.pas',
AbQDgPwd in '..\..\source\AbQDgPwd.pas';
end.

View File

@@ -0,0 +1,72 @@
(* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
* http://www.mozilla.org/MPL/
*
* Software distributed under the License is distributed on an "AS IS" basis,
* WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
* for the specific language governing rights and limitations under the
* License.
*
* The Original Code is TurboPower Abbrevia
*
* The Initial Developer of the Original Code is
* TurboPower Software
*
* Portions created by the Initial Developer are Copyright (C) 1997-2002
* the Initial Developer. All Rights Reserved.
*
* Contributor(s):
*
* ***** END LICENSE BLOCK ***** *)
package AbbreviaVCL;
{$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 ON}
{$MINENUMSIZE 1}
{$IMAGEBASE $400000}
{$DESCRIPTION 'Abbrevia Run-time package - VCL70'}
{$LIBSUFFIX '70'}
{$RUNONLY}
{$IMPLICITBUILD OFF}
requires
rtl,
vcl,
vclx,
Abbrevia;
contains
AbBseVCL in '..\..\source\AbBseVCL.pas',
AbMeter in '..\..\source\AbMeter.pas',
AbView in '..\..\source\AbView.pas',
AbZipOut in '..\..\source\AbZipOut.pas',
AbCView in '..\..\source\AbCView.pas',
AbZView in '..\..\source\AbZView.pas',
AbCompnd in '..\..\source\AbCompnd.pas',
AbHexVw in '..\..\source\AbHexVw.pas',
AbComCtrls in '..\..\source\AbComCtrls.pas';
end.

View File

@@ -0,0 +1,69 @@
(* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
* http://www.mozilla.org/MPL/
*
* Software distributed under the License is distributed on an "AS IS" basis,
* WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
* for the specific language governing rights and limitations under the
* License.
*
* The Original Code is TurboPower Abbrevia
*
* The Initial Developer of the Original Code is
* TurboPower Software
*
* Portions created by the Initial Developer are Copyright (C) 1997-2002
* the Initial Developer. All Rights Reserved.
*
* Contributor(s):
*
* ***** END LICENSE BLOCK ***** *)
package AbbreviaVCLDesign;
{$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 ON}
{$MINENUMSIZE 1}
{$IMAGEBASE $400000}
{$DESCRIPTION 'Abbrevia Design-time package - VCL70'}
{$LIBSUFFIX '70'}
{$DESIGNONLY}
{$IMPLICITBUILD OFF}
requires
designide,
AbbreviaVCL;
contains
AbPeCol in '..\..\source\AbPeCol.pas',
AbPeDir in '..\..\source\AbPeDir.pas',
AbPeFn in '..\..\source\AbPeFn.pas',
AbPePass in '..\..\source\AbPePass.pas',
AbPeVer in '..\..\source\AbPeVer.pas',
AbRegVcl in '..\..\source\AbRegVcl.pas',
AbDlgDir in '..\..\source\AbDlgDir.pas' {DirDlg},
AbDlgPwd in '..\..\source\AbDlgPwd.pas' {PassWordDlg};
end.

View File

@@ -0,0 +1,60 @@
 <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<ProjectGuid>{3FC8294C-9FE8-49B9-9FF0-C33C59C18002}</ProjectGuid>
</PropertyGroup>
<ItemGroup>
<Projects Include="Delphi XE\Abbrevia.dproj">
<Dependencies/>
</Projects>
<Projects Include="Delphi XE\AbbreviaVCL.dproj">
<Dependencies/>
</Projects>
<Projects Include="Delphi XE\AbbreviaVCLDesign.dproj">
<Dependencies/>
</Projects>
</ItemGroup>
<ProjectExtensions>
<Borland.Personality>Default.Personality.12</Borland.Personality>
<Borland.ProjectType/>
<BorlandProject>
<Default.Personality/>
</BorlandProject>
</ProjectExtensions>
<Target Name="Abbrevia">
<MSBuild Projects="Delphi XE\Abbrevia.dproj"/>
</Target>
<Target Name="Abbrevia:Clean">
<MSBuild Targets="Clean" Projects="Delphi XE\Abbrevia.dproj"/>
</Target>
<Target Name="Abbrevia:Make">
<MSBuild Targets="Make" Projects="Delphi XE\Abbrevia.dproj"/>
</Target>
<Target Name="AbbreviaVCL">
<MSBuild Projects="Delphi XE\AbbreviaVCL.dproj"/>
</Target>
<Target Name="AbbreviaVCL:Clean">
<MSBuild Targets="Clean" Projects="Delphi XE\AbbreviaVCL.dproj"/>
</Target>
<Target Name="AbbreviaVCL:Make">
<MSBuild Targets="Make" Projects="Delphi XE\AbbreviaVCL.dproj"/>
</Target>
<Target Name="AbbreviaVCLDesign">
<MSBuild Projects="Delphi XE\AbbreviaVCLDesign.dproj"/>
</Target>
<Target Name="AbbreviaVCLDesign:Clean">
<MSBuild Targets="Clean" Projects="Delphi XE\AbbreviaVCLDesign.dproj"/>
</Target>
<Target Name="AbbreviaVCLDesign:Make">
<MSBuild Targets="Make" Projects="Delphi XE\AbbreviaVCLDesign.dproj"/>
</Target>
<Target Name="Build">
<CallTarget Targets="Abbrevia;AbbreviaVCL;AbbreviaVCLDesign"/>
</Target>
<Target Name="Clean">
<CallTarget Targets="Abbrevia:Clean;AbbreviaVCL:Clean;AbbreviaVCLDesign:Clean"/>
</Target>
<Target Name="Make">
<CallTarget Targets="Abbrevia:Make;AbbreviaVCL:Make;AbbreviaVCLDesign:Make"/>
</Target>
<Import Condition="Exists('$(BDS)\Bin\CodeGear.Group.Targets')" Project="$(BDS)\Bin\CodeGear.Group.Targets"/>
</Project>

View File

@@ -0,0 +1,107 @@
(* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
* http://www.mozilla.org/MPL/
*
* Software distributed under the License is distributed on an "AS IS" basis,
* WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
* for the specific language governing rights and limitations under the
* License.
*
* The Original Code is TurboPower Abbrevia
*
* The Initial Developer of the Original Code is
* TurboPower Software
*
* Portions created by the Initial Developer are Copyright (C) 1997-2002
* the Initial Developer. All Rights Reserved.
*
* Contributor(s):
*
* ***** END LICENSE BLOCK ***** *)
package Abbrevia;
{$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 ON}
{$MINENUMSIZE 1}
{$IMAGEBASE $400000}
{$DESCRIPTION 'Abbrevia Run-time package - RTL XE'}
{$LIBSUFFIX '150'}
{$RUNONLY}
{$IMPLICITBUILD OFF}
requires
rtl;
contains
AbArcTyp in '..\..\source\AbArcTyp.pas',
AbBase in '..\..\source\AbBase.pas',
AbBitBkt in '..\..\source\AbBitBkt.pas',
AbBrowse in '..\..\source\AbBrowse.pas',
AbBzip2 in '..\..\source\AbBzip2.pas',
AbBzip2Typ in '..\..\source\AbBzip2Typ.pas',
AbCabExt in '..\..\source\AbCabExt.pas',
AbCabKit in '..\..\source\AbCabKit.pas',
AbCabMak in '..\..\source\AbCabMak.pas',
AbCabTyp in '..\..\source\AbCabTyp.pas',
AbCBrows in '..\..\source\AbCBrows.pas',
AbCharset in '..\..\source\AbCharset.pas',
AbConst in '..\..\source\AbConst.pas',
AbCrtl in '..\..\source\AbCrtl.pas',
AbDfBase in '..\..\source\AbDfBase.pas',
AbDfCryS in '..\..\source\AbDfCryS.pas',
AbDfDec in '..\..\source\AbDfDec.pas',
AbDfEnc in '..\..\source\AbDfEnc.pas',
AbDfHufD in '..\..\source\AbDfHufD.pas',
AbDfInW in '..\..\source\AbDfInW.pas',
AbDfOutW in '..\..\source\AbDfOutW.pas',
AbDfPkMg in '..\..\source\AbDfPkMg.pas',
AbDfStrm in '..\..\source\AbDfStrm.pas',
AbDfXlat in '..\..\source\AbDfXlat.pas',
AbExcept in '..\..\source\AbExcept.pas',
AbFciFdi in '..\..\source\AbFciFdi.pas',
AbGzTyp in '..\..\source\AbGzTyp.pas',
AbLzma in '..\..\source\AbLzma.pas',
AbPPMd in '..\..\source\AbPPMd.pas',
AbResString in '..\..\source\AbResString.pas',
AbSelfEx in '..\..\source\AbSelfEx.pas',
AbSpanSt in '..\..\source\AbSpanSt.pas',
AbSWStm in '..\..\source\AbSWStm.pas',
AbTarTyp in '..\..\source\AbTarTyp.pas',
AbUnzOutStm in '..\..\source\AbUnzOutStm.pas',
AbUnzper in '..\..\source\AbUnzper.pas',
AbUnzPrc in '..\..\source\AbUnzPrc.pas',
AbUtils in '..\..\source\AbUtils.pas',
AbVMStrm in '..\..\source\AbVMStrm.pas',
AbWavPack in '..\..\source\AbWavPack.pas',
AbZBrows in '..\..\source\AbZBrows.pas',
AbZipExt in '..\..\source\AbZipExt.pas',
AbZipKit in '..\..\source\AbZipKit.pas',
AbZipper in '..\..\source\AbZipper.pas',
AbZipPrc in '..\..\source\AbZipPrc.pas',
AbZipTyp in '..\..\source\AbZipTyp.pas',
AbZLTyp in '..\..\source\AbZLTyp.pas';
end.

View File

@@ -0,0 +1,119 @@
 <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<ProjectGuid>{F41FD54F-C677-468D-B2F6-F7DEE8EEF36C}</ProjectGuid>
<MainSource>Abbrevia.dpk</MainSource>
<Config Condition="'$(Config)'==''">Debug</Config>
<DCC_DCCCompiler>DCC32</DCC_DCCCompiler>
<ProjectVersion>12.2</ProjectVersion>
<Base>True</Base>
<Platform Condition="'$(Platform)'==''">Win32</Platform>
<AppType>Package</AppType>
<FrameworkType>None</FrameworkType>
<Platform>Win32</Platform>
</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_BplOutput>$(BDSCOMMONDIR)\Bpl</DCC_BplOutput>
<DCC_DependencyCheckOutputName>Abbrevia.bpl</DCC_DependencyCheckOutputName>
<DCC_UnitAlias>WinTypes=Windows;WinProcs=Windows;DbiTypes=BDE;DbiProcs=BDE;DbiErrs=BDE;$(DCC_UnitAlias)</DCC_UnitAlias>
<RuntimeOnlyPackage>true</RuntimeOnlyPackage>
<DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
<DCC_Description>Abbrevia Run-time package - RTL XE</DCC_Description>
<DCC_WriteableConstants>true</DCC_WriteableConstants>
<DCC_OutputNeverBuildDcps>true</DCC_OutputNeverBuildDcps>
<GenDll>true</GenDll>
<GenPackage>true</GenPackage>
<DllSuffix>150</DllSuffix>
<DCC_DebugInformation>false</DCC_DebugInformation>
<DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
<DCC_ImageBase>00400000</DCC_ImageBase>
<DCC_Platform>x86</DCC_Platform>
</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="Abbrevia.dpk">
<MainSource>MainSource</MainSource>
</DelphiCompile>
<DCCReference Include="rtl.dcp"/>
<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"/>
<Import Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\8.0\UserTools.proj')" Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\8.0\UserTools.proj"/>
<ProjectExtensions>
<Borland.Personality>Delphi.Personality.12</Borland.Personality>
<Borland.ProjectType>Package</Borland.ProjectType>
<BorlandProject>
<Delphi.Personality>
<Source>
<Source Name="MainSource">Abbrevia.dpk</Source>
</Source>
<Parameters/>
<VersionInfo>
<VersionInfo Name="IncludeVerInfo">True</VersionInfo>
<VersionInfo Name="AutoIncBuild">False</VersionInfo>
<VersionInfo Name="MajorVer">4</VersionInfo>
<VersionInfo Name="MinorVer">0</VersionInfo>
<VersionInfo Name="Release">0</VersionInfo>
<VersionInfo Name="Build">0</VersionInfo>
<VersionInfo Name="Debug">False</VersionInfo>
<VersionInfo Name="PreRelease">False</VersionInfo>
<VersionInfo Name="Special">False</VersionInfo>
<VersionInfo Name="Private">False</VersionInfo>
<VersionInfo Name="DLL">False</VersionInfo>
<VersionInfo Name="Locale">1033</VersionInfo>
<VersionInfo Name="CodePage">1252</VersionInfo>
</VersionInfo>
<VersionInfoKeys>
<VersionInfoKeys Name="CompanyName"/>
<VersionInfoKeys Name="FileDescription">Abbrevia Components</VersionInfoKeys>
<VersionInfoKeys Name="FileVersion">5.0.0.0</VersionInfoKeys>
<VersionInfoKeys Name="InternalName"/>
<VersionInfoKeys Name="LegalCopyright">Copyright (c) Abbrevia Group 2011</VersionInfoKeys>
<VersionInfoKeys Name="LegalTrademarks"/>
<VersionInfoKeys Name="OriginalFilename"/>
<VersionInfoKeys Name="ProductName">Abbrevia</VersionInfoKeys>
<VersionInfoKeys Name="ProductVersion">5.0</VersionInfoKeys>
<VersionInfoKeys Name="Comments"/>
</VersionInfoKeys>
<Excluded_Packages>
<Excluded_Packages Name="$(BDSBIN)\dcloffice2k140.bpl">Microsoft Office 2000 Sample Automation Server Wrapper Components</Excluded_Packages>
<Excluded_Packages Name="$(BDSBIN)\dclofficexp140.bpl">Microsoft Office XP Sample Automation Server Wrapper Components</Excluded_Packages>
</Excluded_Packages>
</Delphi.Personality>
<Platforms>
<Platform value="Win32">True</Platform>
</Platforms>
</BorlandProject>
<ProjectFileVersion>12</ProjectFileVersion>
</ProjectExtensions>
</Project>

View File

@@ -0,0 +1,72 @@
(* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
* http://www.mozilla.org/MPL/
*
* Software distributed under the License is distributed on an "AS IS" basis,
* WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
* for the specific language governing rights and limitations under the
* License.
*
* The Original Code is TurboPower Abbrevia
*
* The Initial Developer of the Original Code is
* TurboPower Software
*
* Portions created by the Initial Developer are Copyright (C) 1997-2002
* the Initial Developer. All Rights Reserved.
*
* Contributor(s):
*
* ***** END LICENSE BLOCK ***** *)
package AbbreviaVCL;
{$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 ON}
{$MINENUMSIZE 1}
{$IMAGEBASE $400000}
{$DESCRIPTION 'Abbrevia Run-time package - VCLXE'}
{$LIBSUFFIX '150'}
{$RUNONLY}
{$IMPLICITBUILD OFF}
requires
rtl,
vcl,
vclx,
Abbrevia;
contains
AbBseVCL in '..\..\source\AbBseVCL.pas',
AbMeter in '..\..\source\AbMeter.pas',
AbView in '..\..\source\AbView.pas',
AbZipOut in '..\..\source\AbZipOut.pas',
AbCView in '..\..\source\AbCView.pas',
AbZView in '..\..\source\AbZView.pas',
AbCompnd in '..\..\source\AbCompnd.pas',
AbHexVw in '..\..\source\AbHexVw.pas',
AbComCtrls in '..\..\source\AbComCtrls.pas';
end.

View File

@@ -0,0 +1,126 @@
 <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<ProjectGuid>{8F5900DA-6C2D-4EFA-96A5-D5AD0C68D886}</ProjectGuid>
<MainSource>AbbreviaVCL.dpk</MainSource>
<Config Condition="'$(Config)'==''">Debug</Config>
<DCC_DCCCompiler>DCC32</DCC_DCCCompiler>
<ProjectVersion>12.2</ProjectVersion>
<Base>True</Base>
<Platform Condition="'$(Platform)'==''">Win32</Platform>
<AppType>Package</AppType>
<FrameworkType>VCL</FrameworkType>
<Platform>Win32</Platform>
</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>C:\Users\Public\Documents\RAD Studio\7.0\Bpl\B305vr2010.bpl</DCC_DependencyCheckOutputName>
<DCC_UnitAlias>WinTypes=Windows;WinProcs=Windows;DbiTypes=BDE;DbiProcs=BDE;DbiErrs=BDE;$(DCC_UnitAlias)</DCC_UnitAlias>
<RuntimeOnlyPackage>true</RuntimeOnlyPackage>
<DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
<DCC_Description>Abbrevia Run-time package - VCLXE</DCC_Description>
<DCC_WriteableConstants>true</DCC_WriteableConstants>
<DCC_OutputNeverBuildDcps>true</DCC_OutputNeverBuildDcps>
<GenDll>true</GenDll>
<GenPackage>true</GenPackage>
<DllSuffix>150</DllSuffix>
<DCC_DebugInformation>false</DCC_DebugInformation>
<DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
<DCC_ImageBase>00400000</DCC_ImageBase>
<DCC_Platform>x86</DCC_Platform>
</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="AbbreviaVCL.dpk">
<MainSource>MainSource</MainSource>
</DelphiCompile>
<DCCReference Include="rtl.dcp"/>
<DCCReference Include="vcl.dcp"/>
<DCCReference Include="vclx.dcp"/>
<DCCReference Include="Abbrevia.dcp"/>
<DCCReference Include="..\..\source\AbBseVCL.pas"/>
<DCCReference Include="..\..\source\AbMeter.pas"/>
<DCCReference Include="..\..\source\AbView.pas"/>
<DCCReference Include="..\..\source\AbZipOut.pas"/>
<DCCReference Include="..\..\source\AbCView.pas"/>
<DCCReference Include="..\..\source\AbZView.pas"/>
<DCCReference Include="..\..\source\AbCompnd.pas"/>
<DCCReference Include="..\..\source\AbHexVw.pas"/>
<DCCReference Include="..\..\source\AbComCtrls.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"/>
<Import Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\8.0\UserTools.proj')" Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\8.0\UserTools.proj"/>
<ProjectExtensions>
<Borland.Personality>Delphi.Personality.12</Borland.Personality>
<Borland.ProjectType>Package</Borland.ProjectType>
<BorlandProject>
<Delphi.Personality>
<Source>
<Source Name="MainSource">AbbreviaVCL.dpk</Source>
</Source>
<Parameters/>
<VersionInfo>
<VersionInfo Name="IncludeVerInfo">True</VersionInfo>
<VersionInfo Name="AutoIncBuild">False</VersionInfo>
<VersionInfo Name="MajorVer">4</VersionInfo>
<VersionInfo Name="MinorVer">0</VersionInfo>
<VersionInfo Name="Release">0</VersionInfo>
<VersionInfo Name="Build">0</VersionInfo>
<VersionInfo Name="Debug">False</VersionInfo>
<VersionInfo Name="PreRelease">False</VersionInfo>
<VersionInfo Name="Special">False</VersionInfo>
<VersionInfo Name="Private">False</VersionInfo>
<VersionInfo Name="DLL">False</VersionInfo>
<VersionInfo Name="Locale">1033</VersionInfo>
<VersionInfo Name="CodePage">1252</VersionInfo>
</VersionInfo>
<VersionInfoKeys>
<VersionInfoKeys Name="CompanyName"/>
<VersionInfoKeys Name="FileDescription">Abbrevia Components</VersionInfoKeys>
<VersionInfoKeys Name="FileVersion">5.0.0.0</VersionInfoKeys>
<VersionInfoKeys Name="InternalName"/>
<VersionInfoKeys Name="LegalCopyright">Copyright (c) Abbrevia Group</VersionInfoKeys>
<VersionInfoKeys Name="LegalTrademarks"/>
<VersionInfoKeys Name="OriginalFilename"/>
<VersionInfoKeys Name="ProductName">Abbrevia</VersionInfoKeys>
<VersionInfoKeys Name="ProductVersion">5.0</VersionInfoKeys>
<VersionInfoKeys Name="Comments"/>
</VersionInfoKeys>
</Delphi.Personality>
<Platforms>
<Platform value="Win32">True</Platform>
</Platforms>
</BorlandProject>
<ProjectFileVersion>12</ProjectFileVersion>
</ProjectExtensions>
</Project>

View File

@@ -0,0 +1,69 @@
(* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
* http://www.mozilla.org/MPL/
*
* Software distributed under the License is distributed on an "AS IS" basis,
* WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
* for the specific language governing rights and limitations under the
* License.
*
* The Original Code is TurboPower Abbrevia
*
* The Initial Developer of the Original Code is
* TurboPower Software
*
* Portions created by the Initial Developer are Copyright (C) 1997-2002
* the Initial Developer. All Rights Reserved.
*
* Contributor(s):
*
* ***** END LICENSE BLOCK ***** *)
package AbbreviaVCLDesign;
{$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 ON}
{$MINENUMSIZE 1}
{$IMAGEBASE $400000}
{$DESCRIPTION 'Abbrevia Design-time package - VCLXE'}
{$LIBSUFFIX '150'}
{$DESIGNONLY}
{$IMPLICITBUILD OFF}
requires
designide,
AbbreviaVCL;
contains
AbPeCol in '..\..\source\AbPeCol.pas',
AbPeDir in '..\..\source\AbPeDir.pas',
AbPeFn in '..\..\source\AbPeFn.pas',
AbPePass in '..\..\source\AbPePass.pas',
AbPeVer in '..\..\source\AbPeVer.pas',
AbRegVcl in '..\..\source\AbRegVcl.pas',
AbDlgDir in '..\..\source\AbDlgDir.pas' {DirDlg},
AbDlgPwd in '..\..\source\AbDlgPwd.pas' {PassWordDlg};
end.

View File

@@ -0,0 +1,127 @@
 <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<ProjectGuid>{24BE4180-8AB3-4667-927F-163D8C1A0D54}</ProjectGuid>
<MainSource>AbbreviaVCLDesign.dpk</MainSource>
<Config Condition="'$(Config)'==''">Debug</Config>
<DCC_DCCCompiler>DCC32</DCC_DCCCompiler>
<ProjectVersion>12.2</ProjectVersion>
<Base>True</Base>
<Platform Condition="'$(Platform)'==''">Win32</Platform>
<AppType>Package</AppType>
<FrameworkType>None</FrameworkType>
<Platform>Win32</Platform>
</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>..\..\..\..\..\..\Public\Documents\RAD Studio\7.0\Bpl\B305vd2010.bpl</DCC_DependencyCheckOutputName>
<DesignOnlyPackage>true</DesignOnlyPackage>
<DCC_Description>Abbrevia Design-time package - VCLXE</DCC_Description>
<DCC_UnitAlias>WinTypes=Windows;WinProcs=Windows;DbiTypes=BDE;DbiProcs=BDE;DbiErrs=BDE;$(DCC_UnitAlias)</DCC_UnitAlias>
<DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
<DCC_WriteableConstants>true</DCC_WriteableConstants>
<DllSuffix>150</DllSuffix>
<GenPackage>true</GenPackage>
<DCC_OutputNeverBuildDcps>true</DCC_OutputNeverBuildDcps>
<GenDll>true</GenDll>
<DCC_DebugInformation>false</DCC_DebugInformation>
<DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
<DCC_ImageBase>00400000</DCC_ImageBase>
<DCC_Platform>x86</DCC_Platform>
</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="AbbreviaVCLDesign.dpk">
<MainSource>MainSource</MainSource>
</DelphiCompile>
<DCCReference Include="designide.dcp"/>
<DCCReference Include="AbbreviaVCL.dcp"/>
<DCCReference Include="..\..\source\AbPeCol.pas"/>
<DCCReference Include="..\..\source\AbPeDir.pas"/>
<DCCReference Include="..\..\source\AbPeFn.pas"/>
<DCCReference Include="..\..\source\AbPePass.pas"/>
<DCCReference Include="..\..\source\AbPeVer.pas"/>
<DCCReference Include="..\..\source\AbRegVcl.pas"/>
<DCCReference Include="..\..\source\AbDlgDir.pas">
<Form>DirDlg</Form>
</DCCReference>
<DCCReference Include="..\..\source\AbDlgPwd.pas">
<Form>PassWordDlg</Form>
</DCCReference>
<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"/>
<Import Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\8.0\UserTools.proj')" Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\8.0\UserTools.proj"/>
<ProjectExtensions>
<Borland.Personality>Delphi.Personality.12</Borland.Personality>
<Borland.ProjectType>Package</Borland.ProjectType>
<BorlandProject>
<Delphi.Personality>
<Source>
<Source Name="MainSource">AbbreviaVCLDesign.dpk</Source>
</Source>
<Parameters/>
<VersionInfo>
<VersionInfo Name="IncludeVerInfo">True</VersionInfo>
<VersionInfo Name="AutoIncBuild">False</VersionInfo>
<VersionInfo Name="MajorVer">4</VersionInfo>
<VersionInfo Name="MinorVer">0</VersionInfo>
<VersionInfo Name="Release">0</VersionInfo>
<VersionInfo Name="Build">0</VersionInfo>
<VersionInfo Name="Debug">False</VersionInfo>
<VersionInfo Name="PreRelease">False</VersionInfo>
<VersionInfo Name="Special">False</VersionInfo>
<VersionInfo Name="Private">False</VersionInfo>
<VersionInfo Name="DLL">False</VersionInfo>
<VersionInfo Name="Locale">1033</VersionInfo>
<VersionInfo Name="CodePage">1252</VersionInfo>
</VersionInfo>
<VersionInfoKeys>
<VersionInfoKeys Name="CompanyName"/>
<VersionInfoKeys Name="FileDescription">Abbrevia Components</VersionInfoKeys>
<VersionInfoKeys Name="FileVersion">5.0.0.0</VersionInfoKeys>
<VersionInfoKeys Name="InternalName"/>
<VersionInfoKeys Name="LegalCopyright">Copyright (c) Abbrevia Group</VersionInfoKeys>
<VersionInfoKeys Name="LegalTrademarks"/>
<VersionInfoKeys Name="OriginalFilename"/>
<VersionInfoKeys Name="ProductName">Abbrevia</VersionInfoKeys>
<VersionInfoKeys Name="ProductVersion">5.0</VersionInfoKeys>
<VersionInfoKeys Name="Comments"/>
</VersionInfoKeys>
</Delphi.Personality>
<Platforms>
<Platform value="Win32">True</Platform>
</Platforms>
</BorlandProject>
<ProjectFileVersion>12</ProjectFileVersion>
</ProjectExtensions>
</Project>

View File

@@ -0,0 +1,60 @@
 <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<ProjectGuid>{3FC8294C-9FE8-49B9-9FF0-C33C59C18002}</ProjectGuid>
</PropertyGroup>
<ItemGroup>
<Projects Include="Delphi XE2\Abbrevia.dproj">
<Dependencies/>
</Projects>
<Projects Include="Delphi XE2\AbbreviaVCL.dproj">
<Dependencies/>
</Projects>
<Projects Include="Delphi XE2\AbbreviaVCLDesign.dproj">
<Dependencies/>
</Projects>
</ItemGroup>
<ProjectExtensions>
<Borland.Personality>Default.Personality.12</Borland.Personality>
<Borland.ProjectType/>
<BorlandProject>
<Default.Personality/>
</BorlandProject>
</ProjectExtensions>
<Target Name="Abbrevia">
<MSBuild Projects="Delphi XE2\Abbrevia.dproj"/>
</Target>
<Target Name="Abbrevia:Clean">
<MSBuild Projects="Delphi XE2\Abbrevia.dproj" Targets="Clean"/>
</Target>
<Target Name="Abbrevia:Make">
<MSBuild Projects="Delphi XE2\Abbrevia.dproj" Targets="Make"/>
</Target>
<Target Name="AbbreviaVCL">
<MSBuild Projects="Delphi XE2\AbbreviaVCL.dproj"/>
</Target>
<Target Name="AbbreviaVCL:Clean">
<MSBuild Projects="Delphi XE2\AbbreviaVCL.dproj" Targets="Clean"/>
</Target>
<Target Name="AbbreviaVCL:Make">
<MSBuild Projects="Delphi XE2\AbbreviaVCL.dproj" Targets="Make"/>
</Target>
<Target Name="AbbreviaVCLDesign">
<MSBuild Projects="Delphi XE2\AbbreviaVCLDesign.dproj"/>
</Target>
<Target Name="AbbreviaVCLDesign:Clean">
<MSBuild Projects="Delphi XE2\AbbreviaVCLDesign.dproj" Targets="Clean"/>
</Target>
<Target Name="AbbreviaVCLDesign:Make">
<MSBuild Projects="Delphi XE2\AbbreviaVCLDesign.dproj" Targets="Make"/>
</Target>
<Target Name="Build">
<CallTarget Targets="Abbrevia;AbbreviaVCL;AbbreviaVCLDesign"/>
</Target>
<Target Name="Clean">
<CallTarget Targets="Abbrevia:Clean;AbbreviaVCL:Clean;AbbreviaVCLDesign:Clean"/>
</Target>
<Target Name="Make">
<CallTarget Targets="Abbrevia:Make;AbbreviaVCL:Make;AbbreviaVCLDesign:Make"/>
</Target>
<Import Condition="Exists('$(BDS)\Bin\CodeGear.Group.Targets')" Project="$(BDS)\Bin\CodeGear.Group.Targets"/>
</Project>

View File

@@ -0,0 +1,110 @@
(* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
* http://www.mozilla.org/MPL/
*
* Software distributed under the License is distributed on an "AS IS" basis,
* WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
* for the specific language governing rights and limitations under the
* License.
*
* The Original Code is TurboPower Abbrevia
*
* The Initial Developer of the Original Code is
* TurboPower Software
*
* Portions created by the Initial Developer are Copyright (C) 1997-2002
* the Initial Developer. All Rights Reserved.
*
* Contributor(s):
*
* ***** END LICENSE BLOCK ***** *)
package Abbrevia;
{$R *.res}
{$IFDEF IMPLICITBUILDING This IFDEF should not be used by users}
{$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 ON}
{$MINENUMSIZE 1}
{$IMAGEBASE $400000}
{$DEFINE DEBUG}
{$ENDIF IMPLICITBUILDING}
{$DESCRIPTION 'Abbrevia Run-time package - RTL XE2'}
{$LIBSUFFIX '160'}
{$RUNONLY}
{$IMPLICITBUILD OFF}
requires
rtl;
contains
AbArcTyp in '..\..\source\AbArcTyp.pas',
AbBase in '..\..\source\AbBase.pas',
AbBitBkt in '..\..\source\AbBitBkt.pas',
AbBrowse in '..\..\source\AbBrowse.pas',
AbBzip2 in '..\..\source\AbBzip2.pas',
AbBzip2Typ in '..\..\source\AbBzip2Typ.pas',
AbCabExt in '..\..\source\AbCabExt.pas',
AbCabKit in '..\..\source\AbCabKit.pas',
AbCabMak in '..\..\source\AbCabMak.pas',
AbCabTyp in '..\..\source\AbCabTyp.pas',
AbCBrows in '..\..\source\AbCBrows.pas',
AbCharset in '..\..\source\AbCharset.pas',
AbConst in '..\..\source\AbConst.pas',
AbCrtl in '..\..\source\AbCrtl.pas',
AbDfBase in '..\..\source\AbDfBase.pas',
AbDfCryS in '..\..\source\AbDfCryS.pas',
AbDfDec in '..\..\source\AbDfDec.pas',
AbDfEnc in '..\..\source\AbDfEnc.pas',
AbDfHufD in '..\..\source\AbDfHufD.pas',
AbDfInW in '..\..\source\AbDfInW.pas',
AbDfOutW in '..\..\source\AbDfOutW.pas',
AbDfPkMg in '..\..\source\AbDfPkMg.pas',
AbDfStrm in '..\..\source\AbDfStrm.pas',
AbDfXlat in '..\..\source\AbDfXlat.pas',
AbExcept in '..\..\source\AbExcept.pas',
AbFciFdi in '..\..\source\AbFciFdi.pas',
AbGzTyp in '..\..\source\AbGzTyp.pas',
AbLzma in '..\..\source\AbLzma.pas',
AbPPMd in '..\..\source\AbPPMd.pas',
AbResString in '..\..\source\AbResString.pas',
AbSelfEx in '..\..\source\AbSelfEx.pas',
AbSpanSt in '..\..\source\AbSpanSt.pas',
AbSWStm in '..\..\source\AbSWStm.pas',
AbTarTyp in '..\..\source\AbTarTyp.pas',
AbUnzOutStm in '..\..\source\AbUnzOutStm.pas',
AbUnzper in '..\..\source\AbUnzper.pas',
AbUnzPrc in '..\..\source\AbUnzPrc.pas',
AbUtils in '..\..\source\AbUtils.pas',
AbVMStrm in '..\..\source\AbVMStrm.pas',
AbWavPack in '..\..\source\AbWavPack.pas',
AbZBrows in '..\..\source\AbZBrows.pas',
AbZipExt in '..\..\source\AbZipExt.pas',
AbZipKit in '..\..\source\AbZipKit.pas',
AbZipper in '..\..\source\AbZipper.pas',
AbZipPrc in '..\..\source\AbZipPrc.pas',
AbZipTyp in '..\..\source\AbZipTyp.pas',
AbZLTyp in '..\..\source\AbZLTyp.pas';
end.

View File

@@ -0,0 +1,203 @@
 <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<ProjectGuid>{F41FD54F-C677-468D-B2F6-F7DEE8EEF36C}</ProjectGuid>
<MainSource>Abbrevia.dpk</MainSource>
<Config Condition="'$(Config)'==''">Debug</Config>
<DCC_DCCCompiler>DCC32</DCC_DCCCompiler>
<ProjectVersion>13.4</ProjectVersion>
<Base>True</Base>
<AppType>Package</AppType>
<FrameworkType>None</FrameworkType>
<Platform Condition="'$(Platform)'==''">Win32</Platform>
<TargetedPlatforms>7</TargetedPlatforms>
</PropertyGroup>
<PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">
<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="('$(Platform)'=='OSX32' and '$(Base)'=='true') or '$(Base_OSX32)'!=''">
<Base_OSX32>true</Base_OSX32>
<CfgParent>Base</CfgParent>
<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="'$(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)'!=''">
<VerInfo_MajorVer>4</VerInfo_MajorVer>
<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
<VerInfo_Keys>CompanyName=;FileDescription=Abbrevia Components;FileVersion=5.0.0.0;InternalName=;LegalCopyright=Copyright (c) Abbrevia Group 2011;LegalTrademarks=;OriginalFilename=;ProductName=Abbrevia;ProductVersion=5.0;Comments=</VerInfo_Keys>
<VerInfo_Locale>1033</VerInfo_Locale>
<DCC_Namespace>System;Xml;Data;Datasnap;Web;Soap;System.Win;Winapi;$(DCC_Namespace)</DCC_Namespace>
<DCC_BplOutput>$(BDSCOMMONDIR)\Bpl</DCC_BplOutput>
<DCC_DependencyCheckOutputName>Abbrevia.bpl</DCC_DependencyCheckOutputName>
<RuntimeOnlyPackage>true</RuntimeOnlyPackage>
<DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
<DCC_Description>Abbrevia Run-time package - RTL XE</DCC_Description>
<DCC_WriteableConstants>true</DCC_WriteableConstants>
<DCC_OutputNeverBuildDcps>true</DCC_OutputNeverBuildDcps>
<GenDll>true</GenDll>
<GenPackage>true</GenPackage>
<DllSuffix>160</DllSuffix>
<DCC_DebugInformation>false</DCC_DebugInformation>
<DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
<DCC_ImageBase>00400000</DCC_ImageBase>
<DCC_Platform>x86</DCC_Platform>
</PropertyGroup>
<PropertyGroup Condition="'$(Base_Win64)'!=''">
<DCC_Namespace>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>
<Icon_MainIcon>Abbrevia_Icon.ico</Icon_MainIcon>
</PropertyGroup>
<PropertyGroup Condition="'$(Base_OSX32)'!=''">
<VerInfo_IncludeVerInfo>false</VerInfo_IncludeVerInfo>
<VerInfo_Keys>CFBundleName=$(MSBuildProjectName);CFBundleDisplayName=$(MSBuildProjectName);CFBundleIdentifier=$(MSBuildProjectName);CFBundleVersion=1.0.0.0;CFBundlePackageType=APPL;CFBundleSignature=????;CFBundleAllowMixedLocalizations=YES;CFBundleExecutable=$(MSBuildProjectName)</VerInfo_Keys>
</PropertyGroup>
<PropertyGroup Condition="'$(Base_Win32)'!=''">
<Icon_MainIcon>Abbrevia_Icon.ico</Icon_MainIcon>
<DCC_Namespace>Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
<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)'!=''">
<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="$(MainSource)">
<MainSource>MainSource</MainSource>
</DelphiCompile>
<DCCReference Include="rtl.dcp"/>
<DCCReference Include="..\..\source\AbArcTyp.pas"/>
<DCCReference Include="..\..\source\AbBase.pas"/>
<DCCReference Include="..\..\source\AbBitBkt.pas"/>
<DCCReference Include="..\..\source\AbBrowse.pas"/>
<DCCReference Include="..\..\source\AbBzip2.pas"/>
<DCCReference Include="..\..\source\AbBzip2Typ.pas"/>
<DCCReference Include="..\..\source\AbCabExt.pas"/>
<DCCReference Include="..\..\source\AbCabKit.pas"/>
<DCCReference Include="..\..\source\AbCabMak.pas"/>
<DCCReference Include="..\..\source\AbCabTyp.pas"/>
<DCCReference Include="..\..\source\AbCBrows.pas"/>
<DCCReference Include="..\..\source\AbCharset.pas"/>
<DCCReference Include="..\..\source\AbConst.pas"/>
<DCCReference Include="..\..\source\AbCrtl.pas"/>
<DCCReference Include="..\..\source\AbDfBase.pas"/>
<DCCReference Include="..\..\source\AbDfCryS.pas"/>
<DCCReference Include="..\..\source\AbDfDec.pas"/>
<DCCReference Include="..\..\source\AbDfEnc.pas"/>
<DCCReference Include="..\..\source\AbDfHufD.pas"/>
<DCCReference Include="..\..\source\AbDfInW.pas"/>
<DCCReference Include="..\..\source\AbDfOutW.pas"/>
<DCCReference Include="..\..\source\AbDfPkMg.pas"/>
<DCCReference Include="..\..\source\AbDfStrm.pas"/>
<DCCReference Include="..\..\source\AbDfXlat.pas"/>
<DCCReference Include="..\..\source\AbExcept.pas"/>
<DCCReference Include="..\..\source\AbFciFdi.pas"/>
<DCCReference Include="..\..\source\AbGzTyp.pas"/>
<DCCReference Include="..\..\source\AbLzma.pas"/>
<DCCReference Include="..\..\source\AbPPMd.pas"/>
<DCCReference Include="..\..\source\AbResString.pas"/>
<DCCReference Include="..\..\source\AbSelfEx.pas"/>
<DCCReference Include="..\..\source\AbSpanSt.pas"/>
<DCCReference Include="..\..\source\AbSWStm.pas"/>
<DCCReference Include="..\..\source\AbTarTyp.pas"/>
<DCCReference Include="..\..\source\AbUnzOutStm.pas"/>
<DCCReference Include="..\..\source\AbUnzper.pas"/>
<DCCReference Include="..\..\source\AbUnzPrc.pas"/>
<DCCReference Include="..\..\source\AbUtils.pas"/>
<DCCReference Include="..\..\source\AbVMStrm.pas"/>
<DCCReference Include="..\..\source\AbWavPack.pas"/>
<DCCReference Include="..\..\source\AbZBrows.pas"/>
<DCCReference Include="..\..\source\AbZipExt.pas"/>
<DCCReference Include="..\..\source\AbZipKit.pas"/>
<DCCReference Include="..\..\source\AbZipper.pas"/>
<DCCReference Include="..\..\source\AbZipPrc.pas"/>
<DCCReference Include="..\..\source\AbZipTyp.pas"/>
<DCCReference Include="..\..\source\AbZLTyp.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">Abbrevia.dpk</Source>
</Source>
<Parameters/>
<VersionInfo>
<VersionInfo Name="IncludeVerInfo">True</VersionInfo>
<VersionInfo Name="AutoIncBuild">False</VersionInfo>
<VersionInfo Name="MajorVer">4</VersionInfo>
<VersionInfo Name="MinorVer">0</VersionInfo>
<VersionInfo Name="Release">0</VersionInfo>
<VersionInfo Name="Build">0</VersionInfo>
<VersionInfo Name="Debug">False</VersionInfo>
<VersionInfo Name="PreRelease">False</VersionInfo>
<VersionInfo Name="Special">False</VersionInfo>
<VersionInfo Name="Private">False</VersionInfo>
<VersionInfo Name="DLL">False</VersionInfo>
<VersionInfo Name="Locale">1033</VersionInfo>
<VersionInfo Name="CodePage">1252</VersionInfo>
</VersionInfo>
<VersionInfoKeys>
<VersionInfoKeys Name="CompanyName"/>
<VersionInfoKeys Name="FileDescription">Abbrevia Components</VersionInfoKeys>
<VersionInfoKeys Name="FileVersion">5.0.0.0</VersionInfoKeys>
<VersionInfoKeys Name="InternalName"/>
<VersionInfoKeys Name="LegalCopyright">Copyright (c) Abbrevia Group 2011</VersionInfoKeys>
<VersionInfoKeys Name="LegalTrademarks"/>
<VersionInfoKeys Name="OriginalFilename"/>
<VersionInfoKeys Name="ProductName">Abbrevia</VersionInfoKeys>
<VersionInfoKeys Name="ProductVersion">5.0</VersionInfoKeys>
<VersionInfoKeys Name="Comments"/>
</VersionInfoKeys>
<Excluded_Packages>
<Excluded_Packages Name="$(BDSBIN)\dcloffice2k140.bpl">Microsoft Office 2000 Sample Automation Server Wrapper Components</Excluded_Packages>
<Excluded_Packages Name="$(BDSBIN)\dclofficexp140.bpl">Microsoft Office XP Sample Automation Server Wrapper Components</Excluded_Packages>
</Excluded_Packages>
</Delphi.Personality>
<Platforms>
<Platform value="Win64">True</Platform>
<Platform value="OSX32">True</Platform>
<Platform value="Win32">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>

View File

@@ -0,0 +1,75 @@
(* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
* http://www.mozilla.org/MPL/
*
* Software distributed under the License is distributed on an "AS IS" basis,
* WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
* for the specific language governing rights and limitations under the
* License.
*
* The Original Code is TurboPower Abbrevia
*
* The Initial Developer of the Original Code is
* TurboPower Software
*
* Portions created by the Initial Developer are Copyright (C) 1997-2002
* the Initial Developer. All Rights Reserved.
*
* Contributor(s):
*
* ***** END LICENSE BLOCK ***** *)
package AbbreviaVCL;
{$R *.res}
{$IFDEF IMPLICITBUILDING This IFDEF should not be used by users}
{$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 ON}
{$MINENUMSIZE 1}
{$IMAGEBASE $400000}
{$DEFINE DEBUG}
{$ENDIF IMPLICITBUILDING}
{$DESCRIPTION 'Abbrevia Run-time package - VCL XE2'}
{$LIBSUFFIX '160'}
{$RUNONLY}
{$IMPLICITBUILD OFF}
requires
rtl,
vcl,
vclx,
Abbrevia;
contains
AbBseVCL in '..\..\source\AbBseVCL.pas',
AbMeter in '..\..\source\AbMeter.pas',
AbView in '..\..\source\AbView.pas',
AbZipOut in '..\..\source\AbZipOut.pas',
AbCView in '..\..\source\AbCView.pas',
AbZView in '..\..\source\AbZView.pas',
AbCompnd in '..\..\source\AbCompnd.pas',
AbHexVw in '..\..\source\AbHexVw.pas',
AbComCtrls in '..\..\source\AbComCtrls.pas';
end.

View File

@@ -0,0 +1,153 @@
 <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<ProjectGuid>{8F5900DA-6C2D-4EFA-96A5-D5AD0C68D886}</ProjectGuid>
<MainSource>AbbreviaVCL.dpk</MainSource>
<Config Condition="'$(Config)'==''">Debug</Config>
<DCC_DCCCompiler>DCC32</DCC_DCCCompiler>
<ProjectVersion>13.4</ProjectVersion>
<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)'=='Win64' and '$(Base)'=='true') or '$(Base_Win64)'!=''">
<Base_Win64>true</Base_Win64>
<CfgParent>Base</CfgParent>
<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="'$(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)'!=''">
<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
<VerInfo_Keys>CompanyName=;FileDescription=Abbrevia Components;FileVersion=5.0.0.0;InternalName=;LegalCopyright=Copyright (c) Abbrevia Group;LegalTrademarks=;OriginalFilename=;ProductName=Abbrevia;ProductVersion=5.0;Comments=</VerInfo_Keys>
<VerInfo_MajorVer>4</VerInfo_MajorVer>
<DCC_Namespace>Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;System;Xml;Data;Datasnap;Web;Soap;Winapi;$(DCC_Namespace)</DCC_Namespace>
<VerInfo_Locale>1033</VerInfo_Locale>
<DCC_DependencyCheckOutputName>C:\Users\Public\Documents\RAD Studio\7.0\Bpl\B305vr2010.bpl</DCC_DependencyCheckOutputName>
<RuntimeOnlyPackage>true</RuntimeOnlyPackage>
<DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
<DCC_Description>Abbrevia Run-time package - VCLXE</DCC_Description>
<DCC_WriteableConstants>true</DCC_WriteableConstants>
<DCC_OutputNeverBuildDcps>true</DCC_OutputNeverBuildDcps>
<GenDll>true</GenDll>
<GenPackage>true</GenPackage>
<DllSuffix>160</DllSuffix>
<DCC_DebugInformation>false</DCC_DebugInformation>
<DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
<DCC_ImageBase>00400000</DCC_ImageBase>
<DCC_Platform>x86</DCC_Platform>
</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>
<Icon_MainIcon>AbbreviaVCL_Icon.ico</Icon_MainIcon>
</PropertyGroup>
<PropertyGroup Condition="'$(Base_Win32)'!=''">
<Icon_MainIcon>AbbreviaVCL_Icon.ico</Icon_MainIcon>
<DCC_Namespace>System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
<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)'!=''">
<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="$(MainSource)">
<MainSource>MainSource</MainSource>
</DelphiCompile>
<DCCReference Include="rtl.dcp"/>
<DCCReference Include="vcl.dcp"/>
<DCCReference Include="vclx.dcp"/>
<DCCReference Include="Abbrevia.dcp"/>
<DCCReference Include="..\..\source\AbBseVCL.pas"/>
<DCCReference Include="..\..\source\AbMeter.pas"/>
<DCCReference Include="..\..\source\AbView.pas"/>
<DCCReference Include="..\..\source\AbZipOut.pas"/>
<DCCReference Include="..\..\source\AbCView.pas"/>
<DCCReference Include="..\..\source\AbZView.pas"/>
<DCCReference Include="..\..\source\AbCompnd.pas"/>
<DCCReference Include="..\..\source\AbHexVw.pas"/>
<DCCReference Include="..\..\source\AbComCtrls.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">AbbreviaVCL.dpk</Source>
</Source>
<Parameters/>
<VersionInfo>
<VersionInfo Name="IncludeVerInfo">True</VersionInfo>
<VersionInfo Name="AutoIncBuild">False</VersionInfo>
<VersionInfo Name="MajorVer">4</VersionInfo>
<VersionInfo Name="MinorVer">0</VersionInfo>
<VersionInfo Name="Release">0</VersionInfo>
<VersionInfo Name="Build">0</VersionInfo>
<VersionInfo Name="Debug">False</VersionInfo>
<VersionInfo Name="PreRelease">False</VersionInfo>
<VersionInfo Name="Special">False</VersionInfo>
<VersionInfo Name="Private">False</VersionInfo>
<VersionInfo Name="DLL">False</VersionInfo>
<VersionInfo Name="Locale">1033</VersionInfo>
<VersionInfo Name="CodePage">1252</VersionInfo>
</VersionInfo>
<VersionInfoKeys>
<VersionInfoKeys Name="CompanyName"/>
<VersionInfoKeys Name="FileDescription">Abbrevia Components</VersionInfoKeys>
<VersionInfoKeys Name="FileVersion">5.0.0.0</VersionInfoKeys>
<VersionInfoKeys Name="InternalName"/>
<VersionInfoKeys Name="LegalCopyright">Copyright (c) Abbrevia Group</VersionInfoKeys>
<VersionInfoKeys Name="LegalTrademarks"/>
<VersionInfoKeys Name="OriginalFilename"/>
<VersionInfoKeys Name="ProductName">Abbrevia</VersionInfoKeys>
<VersionInfoKeys Name="ProductVersion">5.0</VersionInfoKeys>
<VersionInfoKeys Name="Comments"/>
</VersionInfoKeys>
</Delphi.Personality>
<Platforms>
<Platform value="Win64">True</Platform>
<Platform value="Win32">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>

View File

@@ -0,0 +1,72 @@
(* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
* http://www.mozilla.org/MPL/
*
* Software distributed under the License is distributed on an "AS IS" basis,
* WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
* for the specific language governing rights and limitations under the
* License.
*
* The Original Code is TurboPower Abbrevia
*
* The Initial Developer of the Original Code is
* TurboPower Software
*
* Portions created by the Initial Developer are Copyright (C) 1997-2002
* the Initial Developer. All Rights Reserved.
*
* Contributor(s):
*
* ***** END LICENSE BLOCK ***** *)
package AbbreviaVCLDesign;
{$R *.res}
{$IFDEF IMPLICITBUILDING This IFDEF should not be used by users}
{$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 ON}
{$MINENUMSIZE 1}
{$IMAGEBASE $400000}
{$DEFINE DEBUG}
{$ENDIF IMPLICITBUILDING}
{$DESCRIPTION 'Abbrevia Design-time package - VCL XE2'}
{$LIBSUFFIX '160'}
{$DESIGNONLY}
{$IMPLICITBUILD OFF}
requires
designide,
AbbreviaVCL;
contains
AbPeCol in '..\..\source\AbPeCol.pas',
AbPeDir in '..\..\source\AbPeDir.pas',
AbPeFn in '..\..\source\AbPeFn.pas',
AbPePass in '..\..\source\AbPePass.pas',
AbPeVer in '..\..\source\AbPeVer.pas',
AbRegVcl in '..\..\source\AbRegVcl.pas',
AbDlgDir in '..\..\source\AbDlgDir.pas' {DirDlg},
AbDlgPwd in '..\..\source\AbDlgPwd.pas' {PassWordDlg};
end.

View File

@@ -0,0 +1,156 @@
 <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<ProjectGuid>{24BE4180-8AB3-4667-927F-163D8C1A0D54}</ProjectGuid>
<MainSource>AbbreviaVCLDesign.dpk</MainSource>
<Config Condition="'$(Config)'==''">Debug</Config>
<DCC_DCCCompiler>DCC32</DCC_DCCCompiler>
<ProjectVersion>13.4</ProjectVersion>
<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)'=='Win64' and '$(Base)'=='true') or '$(Base_Win64)'!=''">
<Base_Win64>true</Base_Win64>
<CfgParent>Base</CfgParent>
<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="'$(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_Namespace>System;Xml;Data;Datasnap;Web;Soap;Winapi;Vcl;$(DCC_Namespace)</DCC_Namespace>
<VerInfo_Keys>CompanyName=;FileDescription=Abbrevia Components;FileVersion=5.0.0.0;InternalName=;LegalCopyright=Copyright (c) Abbrevia Group;LegalTrademarks=;OriginalFilename=;ProductName=Abbrevia;ProductVersion=5.0;Comments=</VerInfo_Keys>
<VerInfo_MajorVer>4</VerInfo_MajorVer>
<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
<VerInfo_Locale>1033</VerInfo_Locale>
<DCC_DependencyCheckOutputName>..\..\..\..\..\..\Public\Documents\RAD Studio\7.0\Bpl\B305vd2010.bpl</DCC_DependencyCheckOutputName>
<DesignOnlyPackage>true</DesignOnlyPackage>
<DCC_Description>Abbrevia Design-time package - VCLXE</DCC_Description>
<DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
<DCC_WriteableConstants>true</DCC_WriteableConstants>
<DllSuffix>160</DllSuffix>
<GenPackage>true</GenPackage>
<DCC_OutputNeverBuildDcps>true</DCC_OutputNeverBuildDcps>
<GenDll>true</GenDll>
<DCC_DebugInformation>false</DCC_DebugInformation>
<DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
<DCC_ImageBase>00400000</DCC_ImageBase>
<DCC_Platform>x86</DCC_Platform>
</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>
<Icon_MainIcon>AbbreviaVCLDesign_Icon.ico</Icon_MainIcon>
</PropertyGroup>
<PropertyGroup Condition="'$(Base_Win32)'!=''">
<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
<Icon_MainIcon>AbbreviaVCLDesign_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>
<DCC_UsePackage>AbbreviaVCL;$(DCC_UsePackage)</DCC_UsePackage>
<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)'!=''">
<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="$(MainSource)">
<MainSource>MainSource</MainSource>
</DelphiCompile>
<DCCReference Include="designide.dcp"/>
<DCCReference Include="AbbreviaVCL.dcp"/>
<DCCReference Include="..\..\source\AbPeCol.pas"/>
<DCCReference Include="..\..\source\AbPeDir.pas"/>
<DCCReference Include="..\..\source\AbPeFn.pas"/>
<DCCReference Include="..\..\source\AbPePass.pas"/>
<DCCReference Include="..\..\source\AbPeVer.pas"/>
<DCCReference Include="..\..\source\AbRegVcl.pas"/>
<DCCReference Include="..\..\source\AbDlgDir.pas">
<Form>DirDlg</Form>
</DCCReference>
<DCCReference Include="..\..\source\AbDlgPwd.pas">
<Form>PassWordDlg</Form>
</DCCReference>
<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">AbbreviaVCLDesign.dpk</Source>
</Source>
<Parameters/>
<VersionInfo>
<VersionInfo Name="IncludeVerInfo">True</VersionInfo>
<VersionInfo Name="AutoIncBuild">False</VersionInfo>
<VersionInfo Name="MajorVer">4</VersionInfo>
<VersionInfo Name="MinorVer">0</VersionInfo>
<VersionInfo Name="Release">0</VersionInfo>
<VersionInfo Name="Build">0</VersionInfo>
<VersionInfo Name="Debug">False</VersionInfo>
<VersionInfo Name="PreRelease">False</VersionInfo>
<VersionInfo Name="Special">False</VersionInfo>
<VersionInfo Name="Private">False</VersionInfo>
<VersionInfo Name="DLL">False</VersionInfo>
<VersionInfo Name="Locale">1033</VersionInfo>
<VersionInfo Name="CodePage">1252</VersionInfo>
</VersionInfo>
<VersionInfoKeys>
<VersionInfoKeys Name="CompanyName"/>
<VersionInfoKeys Name="FileDescription">Abbrevia Components</VersionInfoKeys>
<VersionInfoKeys Name="FileVersion">5.0.0.0</VersionInfoKeys>
<VersionInfoKeys Name="InternalName"/>
<VersionInfoKeys Name="LegalCopyright">Copyright (c) Abbrevia Group</VersionInfoKeys>
<VersionInfoKeys Name="LegalTrademarks"/>
<VersionInfoKeys Name="OriginalFilename"/>
<VersionInfoKeys Name="ProductName">Abbrevia</VersionInfoKeys>
<VersionInfoKeys Name="ProductVersion">5.0</VersionInfoKeys>
<VersionInfoKeys Name="Comments"/>
</VersionInfoKeys>
</Delphi.Personality>
<Platforms>
<Platform value="Win64">False</Platform>
<Platform value="OSX32">False</Platform>
<Platform value="Win32">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>

Binary file not shown.

After

Width:  |  Height:  |  Size: 766 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 766 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 766 B

View File

@@ -0,0 +1,60 @@
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<ProjectGuid>{3FC8294C-9FE8-49B9-9FF0-C33C59C18002}</ProjectGuid>
</PropertyGroup>
<ItemGroup>
<Projects Include="Delphi XE3\Abbrevia.dproj">
<Dependencies/>
</Projects>
<Projects Include="Delphi XE3\AbbreviaVCL.dproj">
<Dependencies/>
</Projects>
<Projects Include="Delphi XE3\AbbreviaVCLDesign.dproj">
<Dependencies/>
</Projects>
</ItemGroup>
<ProjectExtensions>
<Borland.Personality>Default.Personality.12</Borland.Personality>
<Borland.ProjectType/>
<BorlandProject>
<Default.Personality/>
</BorlandProject>
</ProjectExtensions>
<Target Name="Abbrevia">
<MSBuild Projects="Delphi XE3\Abbrevia.dproj"/>
</Target>
<Target Name="Abbrevia:Clean">
<MSBuild Projects="Delphi XE3\Abbrevia.dproj" Targets="Clean"/>
</Target>
<Target Name="Abbrevia:Make">
<MSBuild Projects="Delphi XE3\Abbrevia.dproj" Targets="Make"/>
</Target>
<Target Name="AbbreviaVCL">
<MSBuild Projects="Delphi XE3\AbbreviaVCL.dproj"/>
</Target>
<Target Name="AbbreviaVCL:Clean">
<MSBuild Projects="Delphi XE3\AbbreviaVCL.dproj" Targets="Clean"/>
</Target>
<Target Name="AbbreviaVCL:Make">
<MSBuild Projects="Delphi XE3\AbbreviaVCL.dproj" Targets="Make"/>
</Target>
<Target Name="AbbreviaVCLDesign">
<MSBuild Projects="Delphi XE3\AbbreviaVCLDesign.dproj"/>
</Target>
<Target Name="AbbreviaVCLDesign:Clean">
<MSBuild Projects="Delphi XE3\AbbreviaVCLDesign.dproj" Targets="Clean"/>
</Target>
<Target Name="AbbreviaVCLDesign:Make">
<MSBuild Projects="Delphi XE3\AbbreviaVCLDesign.dproj" Targets="Make"/>
</Target>
<Target Name="Build">
<CallTarget Targets="Abbrevia;AbbreviaVCL;AbbreviaVCLDesign"/>
</Target>
<Target Name="Clean">
<CallTarget Targets="Abbrevia:Clean;AbbreviaVCL:Clean;AbbreviaVCLDesign:Clean"/>
</Target>
<Target Name="Make">
<CallTarget Targets="Abbrevia:Make;AbbreviaVCL:Make;AbbreviaVCLDesign:Make"/>
</Target>
<Import Project="$(BDS)\Bin\CodeGear.Group.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Group.Targets')"/>
</Project>

View File

@@ -0,0 +1,110 @@
(* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
* http://www.mozilla.org/MPL/
*
* Software distributed under the License is distributed on an "AS IS" basis,
* WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
* for the specific language governing rights and limitations under the
* License.
*
* The Original Code is TurboPower Abbrevia
*
* The Initial Developer of the Original Code is
* TurboPower Software
*
* Portions created by the Initial Developer are Copyright (C) 1997-2002
* the Initial Developer. All Rights Reserved.
*
* Contributor(s):
*
* ***** END LICENSE BLOCK ***** *)
package Abbrevia;
{$R *.res}
{$IFDEF IMPLICITBUILDING This IFDEF should not be used by users}
{$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 ON}
{$MINENUMSIZE 1}
{$IMAGEBASE $400000}
{$DEFINE DEBUG}
{$ENDIF IMPLICITBUILDING}
{$DESCRIPTION 'Abbrevia Run-time package - RTL XE3'}
{$LIBSUFFIX '170'}
{$RUNONLY}
{$IMPLICITBUILD OFF}
requires
rtl;
contains
AbArcTyp in '..\..\source\AbArcTyp.pas',
AbBase in '..\..\source\AbBase.pas',
AbBitBkt in '..\..\source\AbBitBkt.pas',
AbBrowse in '..\..\source\AbBrowse.pas',
AbBzip2 in '..\..\source\AbBzip2.pas',
AbBzip2Typ in '..\..\source\AbBzip2Typ.pas',
AbCabExt in '..\..\source\AbCabExt.pas',
AbCabKit in '..\..\source\AbCabKit.pas',
AbCabMak in '..\..\source\AbCabMak.pas',
AbCabTyp in '..\..\source\AbCabTyp.pas',
AbCBrows in '..\..\source\AbCBrows.pas',
AbCharset in '..\..\source\AbCharset.pas',
AbConst in '..\..\source\AbConst.pas',
AbCrtl in '..\..\source\AbCrtl.pas',
AbDfBase in '..\..\source\AbDfBase.pas',
AbDfCryS in '..\..\source\AbDfCryS.pas',
AbDfDec in '..\..\source\AbDfDec.pas',
AbDfEnc in '..\..\source\AbDfEnc.pas',
AbDfHufD in '..\..\source\AbDfHufD.pas',
AbDfInW in '..\..\source\AbDfInW.pas',
AbDfOutW in '..\..\source\AbDfOutW.pas',
AbDfPkMg in '..\..\source\AbDfPkMg.pas',
AbDfStrm in '..\..\source\AbDfStrm.pas',
AbDfXlat in '..\..\source\AbDfXlat.pas',
AbExcept in '..\..\source\AbExcept.pas',
AbFciFdi in '..\..\source\AbFciFdi.pas',
AbGzTyp in '..\..\source\AbGzTyp.pas',
AbLzma in '..\..\source\AbLzma.pas',
AbPPMd in '..\..\source\AbPPMd.pas',
AbResString in '..\..\source\AbResString.pas',
AbSelfEx in '..\..\source\AbSelfEx.pas',
AbSpanSt in '..\..\source\AbSpanSt.pas',
AbSWStm in '..\..\source\AbSWStm.pas',
AbTarTyp in '..\..\source\AbTarTyp.pas',
AbUnzOutStm in '..\..\source\AbUnzOutStm.pas',
AbUnzper in '..\..\source\AbUnzper.pas',
AbUnzPrc in '..\..\source\AbUnzPrc.pas',
AbUtils in '..\..\source\AbUtils.pas',
AbVMStrm in '..\..\source\AbVMStrm.pas',
AbWavPack in '..\..\source\AbWavPack.pas',
AbZBrows in '..\..\source\AbZBrows.pas',
AbZipExt in '..\..\source\AbZipExt.pas',
AbZipKit in '..\..\source\AbZipKit.pas',
AbZipper in '..\..\source\AbZipper.pas',
AbZipPrc in '..\..\source\AbZipPrc.pas',
AbZipTyp in '..\..\source\AbZipTyp.pas',
AbZLTyp in '..\..\source\AbZLTyp.pas';
end.

Some files were not shown because too many files have changed in this diff Show More