|
@@ -0,0 +1,99 @@
|
|
|
+<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
+ <PropertyGroup>
|
|
|
+ <ProjectGuid>{39573F1F-B0BB-46EB-9560-26BC0FC3AC5F}</ProjectGuid>
|
|
|
+ <MainSource>pascalcoin_wallet_classic.dpr</MainSource>
|
|
|
+ <Config Condition="'$(Config)'==''">Debug</Config>
|
|
|
+ <DCC_DCCCompiler>DCC32</DCC_DCCCompiler>
|
|
|
+ <ProjectVersion>18.4</ProjectVersion>
|
|
|
+ <FrameworkType>VCL</FrameworkType>
|
|
|
+ <Base>True</Base>
|
|
|
+ <Platform Condition="'$(Platform)'==''">Win32</Platform>
|
|
|
+ <TargetedPlatforms>1097</TargetedPlatforms>
|
|
|
+ <AppType>Application</AppType>
|
|
|
+ </PropertyGroup>
|
|
|
+ <PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">
|
|
|
+ <Base>true</Base>
|
|
|
+ </PropertyGroup>
|
|
|
+ <PropertyGroup Condition="'$(Base)'!=''">
|
|
|
+ <DCC_DcuOutput>.\lib</DCC_DcuOutput>
|
|
|
+ <DCC_UnitSearchPath>.\core;.\gui-classic;.\libraries\pascalcoin;.\libraries\synapse;$(DCC_UnitSearchPath)</DCC_UnitSearchPath>
|
|
|
+ <DCC_DependencyCheckOutputName>pascalcoin_wallet_classic.exe</DCC_DependencyCheckOutputName>
|
|
|
+ <DCC_ImageBase>00400000</DCC_ImageBase>
|
|
|
+ <DCC_Platform>x86</DCC_Platform>
|
|
|
+ <SanitizedProjectName>pascalcoin_wallet_classic</SanitizedProjectName>
|
|
|
+ <DCC_Namespace>Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;System;Xml;Data;Datasnap;Web;Soap;Posix;Winapi;$(DCC_Namespace)</DCC_Namespace>
|
|
|
+ <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
|
|
|
+ <VerInfo_MajorVer>3</VerInfo_MajorVer>
|
|
|
+ <VerInfo_Release>1</VerInfo_Release>
|
|
|
+ <VerInfo_Locale>1033</VerInfo_Locale>
|
|
|
+ <VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=3.0.2.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=0.0.0.0;Comments=</VerInfo_Keys>
|
|
|
+ </PropertyGroup>
|
|
|
+ <PropertyGroup Condition="'$(Base_Win32)'!=''">
|
|
|
+ <DCC_Namespace>System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
|
|
|
+ <BT_BuildType>Debug</BT_BuildType>
|
|
|
+ <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
|
|
|
+ <VerInfo_Keys>CompanyName=;FileDescription=$(MSBuildProjectName);FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=$(MSBuildProjectName);ProductVersion=1.0.0.0;Comments=;ProgramID=com.embarcadero.$(MSBuildProjectName)</VerInfo_Keys>
|
|
|
+ <VerInfo_Locale>1033</VerInfo_Locale>
|
|
|
+ <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
|
|
|
+ <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
|
|
|
+ </PropertyGroup>
|
|
|
+ <ItemGroup>
|
|
|
+ <DelphiCompile Include="$(MainSource)">
|
|
|
+ <MainSource>MainSource</MainSource>
|
|
|
+ </DelphiCompile>
|
|
|
+ <DCCReference Include="core\UBlockChain.pas"/>
|
|
|
+ <DCCReference Include="core\UCrypto.pas"/>
|
|
|
+ <DCCReference Include="core\UTime.pas"/>
|
|
|
+ <DCCReference Include="core\UWallet.pas"/>
|
|
|
+ <DCCReference Include="core\UOpTransaction.pas"/>
|
|
|
+ <DCCReference Include="core\UNetProtocol.pas"/>
|
|
|
+ <DCCReference Include="core\UAccounts.pas"/>
|
|
|
+ <DCCReference Include="core\UConst.pas"/>
|
|
|
+ <DCCReference Include="core\UThread.pas"/>
|
|
|
+ <DCCReference Include="core\ULog.pas"/>
|
|
|
+ <DCCReference Include="core\UNode.pas"/>
|
|
|
+ <DCCReference Include="core\UECIES.pas"/>
|
|
|
+ <DCCReference Include="core\UAES.pas"/>
|
|
|
+ <DCCReference Include="gui-classic\UFRMWallet.pas">
|
|
|
+ <Form>FRMWallet</Form>
|
|
|
+ </DCCReference>
|
|
|
+ <DCCReference Include="core\UFileStorage.pas"/>
|
|
|
+ <DCCReference Include="gui-classic\UFRMPascalCoinWalletConfig.pas">
|
|
|
+ <Form>FRMPascalCoinWalletConfig</Form>
|
|
|
+ </DCCReference>
|
|
|
+ <DCCReference Include="gui-classic\UFRMAbout.pas">
|
|
|
+ <Form>FRMAbout</Form>
|
|
|
+ </DCCReference>
|
|
|
+ <DCCReference Include="gui-classic\UFRMOperation.pas">
|
|
|
+ <Form>FRMOperation</Form>
|
|
|
+ </DCCReference>
|
|
|
+ <DCCReference Include="gui-classic\UFRMWalletKeys.pas">
|
|
|
+ <Form>FRMWalletKeys</Form>
|
|
|
+ </DCCReference>
|
|
|
+ <DCCReference Include="gui-classic\UFRMNewPrivateKeyType.pas">
|
|
|
+ <Form>FRMNewPrivateKeyType</Form>
|
|
|
+ </DCCReference>
|
|
|
+ <DCCReference Include="gui-classic\UFRMPayloadDecoder.pas">
|
|
|
+ <Form>FRMPayloadDecoder</Form>
|
|
|
+ </DCCReference>
|
|
|
+ <DCCReference Include="gui-classic\UFRMNodesIp.pas">
|
|
|
+ <Form>FRMNodesIp</Form>
|
|
|
+ </DCCReference>
|
|
|
+ <DCCReference Include="core\UTCPIP.pas"/>
|
|
|
+ <DCCReference Include="core\URPC.pas"/>
|
|
|
+ <DCCReference Include="core\UPoolMining.pas"/>
|
|
|
+ <DCCReference Include="core\UOpenSSL.pas"/>
|
|
|
+ <DCCReference Include="core\UOpenSSLdef.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>
|
|
|
+</Project>
|