mirror of
https://github.com/StephenGenusa/DCPCrypt.git
synced 2024-11-13 16:20:24 +02:00
5fc435d45f
DCPCrypt by David Barton updated and tested with Delphi 2009, 2010, XE, XE2, XE3, XE4, XE5 by Warren Postma. Updated for XE7 by Stephen Genusa.
170 lines
7.7 KiB
Plaintext
170 lines
7.7 KiB
Plaintext
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup>
|
|
<ProjectGuid>{ae9b70a6-b2c2-45a0-ba7b-2448a376d73f}</ProjectGuid>
|
|
<MainSource>DCP_XE2.dpk</MainSource>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<DCC_DCCCompiler>DCC32</DCC_DCCCompiler>
|
|
<DCC_DependencyCheckOutputName>C:\Documents and Settings\All Users\Documents\RAD Studio\5.0\Bpl\DCPdelphi2007.bpl</DCC_DependencyCheckOutputName>
|
|
<ProjectVersion>13.4</ProjectVersion>
|
|
<Base>True</Base>
|
|
<Config Condition="'$(Config)'==''">Debug</Config>
|
|
<AppType>Package</AppType>
|
|
<FrameworkType>None</FrameworkType>
|
|
<Platform Condition="'$(Platform)'==''">Win32</Platform>
|
|
<TargetedPlatforms>1</TargetedPlatforms>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">
|
|
<Base>true</Base>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Base)'=='true') or '$(Base_Win32)'!=''">
|
|
<Base_Win32>true</Base_Win32>
|
|
<CfgParent>Base</CfgParent>
|
|
<Base>true</Base>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Config)'=='Release' or '$(Cfg_1)'!=''">
|
|
<Cfg_1>true</Cfg_1>
|
|
<CfgParent>Base</CfgParent>
|
|
<Base>true</Base>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Config)'=='Debug' or '$(Cfg_2)'!=''">
|
|
<Cfg_2>true</Cfg_2>
|
|
<CfgParent>Base</CfgParent>
|
|
<Base>true</Base>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_2)'=='true') or '$(Cfg_2_Win32)'!=''">
|
|
<Cfg_2_Win32>true</Cfg_2_Win32>
|
|
<CfgParent>Cfg_2</CfgParent>
|
|
<Cfg_2>true</Cfg_2>
|
|
<Base>true</Base>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Base)'!=''">
|
|
<DCC_DcuOutput>.\$(Platform)\$(Config)</DCC_DcuOutput>
|
|
<DCC_Namespace>System;Xml;Data;Datasnap;Web;Soap;$(DCC_Namespace)</DCC_Namespace>
|
|
<VerInfo_Locale>1036</VerInfo_Locale>
|
|
<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
|
|
<VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
|
|
<DCC_Description>DCPcrypt cryptographic component library v2 BETA 3</DCC_Description>
|
|
<DCC_ImageBase>00400000</DCC_ImageBase>
|
|
<GenDll>true</GenDll>
|
|
<GenPackage>true</GenPackage>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Base_Win32)'!=''">
|
|
<VerInfo_Locale>1033</VerInfo_Locale>
|
|
<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_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)'!=''">
|
|
<Version>7.0</Version>
|
|
<DCC_DebugInformation>False</DCC_DebugInformation>
|
|
<DCC_LocalDebugSymbols>False</DCC_LocalDebugSymbols>
|
|
<DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
|
|
<DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Cfg_2)'!=''">
|
|
<Version>7.0</Version>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Cfg_2_Win32)'!=''">
|
|
<VerInfo_Locale>1033</VerInfo_Locale>
|
|
</PropertyGroup>
|
|
<ProjectExtensions>
|
|
<Borland.Personality>Delphi.Personality.12</Borland.Personality>
|
|
<Borland.ProjectType>Package</Borland.ProjectType>
|
|
<BorlandProject>
|
|
<Delphi.Personality>
|
|
<Parameters/>
|
|
<VersionInfo>
|
|
<VersionInfo Name="IncludeVerInfo">True</VersionInfo>
|
|
<VersionInfo Name="AutoIncBuild">False</VersionInfo>
|
|
<VersionInfo Name="MajorVer">1</VersionInfo>
|
|
<VersionInfo Name="MinorVer">0</VersionInfo>
|
|
<VersionInfo Name="Release">0</VersionInfo>
|
|
<VersionInfo Name="Build">0</VersionInfo>
|
|
<VersionInfo Name="Debug">False</VersionInfo>
|
|
<VersionInfo Name="PreRelease">False</VersionInfo>
|
|
<VersionInfo Name="Special">False</VersionInfo>
|
|
<VersionInfo Name="Private">False</VersionInfo>
|
|
<VersionInfo Name="DLL">False</VersionInfo>
|
|
<VersionInfo Name="Locale">1036</VersionInfo>
|
|
<VersionInfo Name="CodePage">1252</VersionInfo>
|
|
</VersionInfo>
|
|
<VersionInfoKeys>
|
|
<VersionInfoKeys Name="CompanyName"/>
|
|
<VersionInfoKeys Name="FileDescription"/>
|
|
<VersionInfoKeys Name="FileVersion">1.0.0.0</VersionInfoKeys>
|
|
<VersionInfoKeys Name="InternalName"/>
|
|
<VersionInfoKeys Name="LegalCopyright"/>
|
|
<VersionInfoKeys Name="LegalTrademarks"/>
|
|
<VersionInfoKeys Name="OriginalFilename"/>
|
|
<VersionInfoKeys Name="ProductName"/>
|
|
<VersionInfoKeys Name="ProductVersion">1.0.0.0</VersionInfoKeys>
|
|
<VersionInfoKeys Name="Comments"/>
|
|
</VersionInfoKeys>
|
|
<Source>
|
|
<Source Name="MainSource">DCP_XE2.dpk</Source>
|
|
</Source>
|
|
<Excluded_Packages>
|
|
<Excluded_Packages Name="$(BDSBIN)\dcloffice2k160.bpl">Microsoft Office 2000 Sample Automation Server Wrapper Components</Excluded_Packages>
|
|
<Excluded_Packages Name="$(BDSBIN)\dclofficexp160.bpl">Microsoft Office XP Sample Automation Server Wrapper Components</Excluded_Packages>
|
|
</Excluded_Packages>
|
|
</Delphi.Personality>
|
|
<Platforms>
|
|
<Platform value="Win64">False</Platform>
|
|
<Platform value="OSX32">False</Platform>
|
|
<Platform value="Win32">True</Platform>
|
|
</Platforms>
|
|
</BorlandProject>
|
|
<ProjectFileVersion>12</ProjectFileVersion>
|
|
</ProjectExtensions>
|
|
<ItemGroup>
|
|
<DelphiCompile Include="$(MainSource)">
|
|
<MainSource>MainSource</MainSource>
|
|
</DelphiCompile>
|
|
<DCCReference Include="rtl.dcp"/>
|
|
<DCCReference Include="DCPbase64.pas"/>
|
|
<DCCReference Include="DCPblockciphers.pas"/>
|
|
<DCCReference Include="DCPconst.pas"/>
|
|
<DCCReference Include="DCPcrypt2.pas"/>
|
|
<DCCReference Include="Ciphers\DCPblowfish.pas"/>
|
|
<DCCReference Include="Ciphers\DCPcast128.pas"/>
|
|
<DCCReference Include="Ciphers\DCPcast256.pas"/>
|
|
<DCCReference Include="Ciphers\DCPdes.pas"/>
|
|
<DCCReference Include="Ciphers\DCPgost.pas"/>
|
|
<DCCReference Include="Ciphers\DCPice.pas"/>
|
|
<DCCReference Include="Ciphers\DCPidea.pas"/>
|
|
<DCCReference Include="Ciphers\DCPmars.pas"/>
|
|
<DCCReference Include="Ciphers\DCPmisty1.pas"/>
|
|
<DCCReference Include="Ciphers\DCPrc2.pas"/>
|
|
<DCCReference Include="Ciphers\DCPrc4.pas"/>
|
|
<DCCReference Include="Ciphers\DCPrc5.pas"/>
|
|
<DCCReference Include="Ciphers\DCPrc6.pas"/>
|
|
<DCCReference Include="Ciphers\DCPrijndael.pas"/>
|
|
<DCCReference Include="Ciphers\DCPtea.pas"/>
|
|
<DCCReference Include="Ciphers\DCPtwofish.pas"/>
|
|
<DCCReference Include="Hashes\DCPhaval.pas"/>
|
|
<DCCReference Include="Hashes\DCPmd4.pas"/>
|
|
<DCCReference Include="Hashes\DCPmd5.pas"/>
|
|
<DCCReference Include="Hashes\DCPripemd128.pas"/>
|
|
<DCCReference Include="Hashes\DCPripemd160.pas"/>
|
|
<DCCReference Include="Hashes\DCPsha1.pas"/>
|
|
<DCCReference Include="Hashes\DCPtiger.pas"/>
|
|
<DCCReference Include="DCPreg.pas"/>
|
|
<DCCReference Include="Ciphers\DCPserpent.pas"/>
|
|
<DCCReference Include="Hashes\DCPsha256.pas"/>
|
|
<DCCReference Include="Hashes\DCPsha512.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)\$(PRODUCTVERSION)\UserTools.proj')" Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj"/>
|
|
</Project>
|