|
@@ -11,7 +11,7 @@
|
|
|
</Flags>
|
|
|
<SessionStorage Value="InProjectDir"/>
|
|
|
<MainUnit Value="0"/>
|
|
|
- <Title Value="PascalCoinWallet"/>
|
|
|
+ <Title Value="PascalCoin Wallet"/>
|
|
|
<ResourceType Value="res"/>
|
|
|
<Icon Value="0"/>
|
|
|
</General>
|
|
@@ -22,10 +22,50 @@
|
|
|
<UseVersionInfo Value="True"/>
|
|
|
<MajorVersionNr Value="4"/>
|
|
|
<RevisionNr Value="3"/>
|
|
|
+ <BuildNr Value="1"/>
|
|
|
<StringTable ProductVersion="0.0.0.0"/>
|
|
|
</VersionInfo>
|
|
|
- <BuildModes Count="1">
|
|
|
- <Item1 Name="Debug" Default="True"/>
|
|
|
+ <BuildModes Count="2">
|
|
|
+ <Item1 Name="Default" Default="True"/>
|
|
|
+ <Item2 Name="Release">
|
|
|
+ <CompilerOptions>
|
|
|
+ <Version Value="11"/>
|
|
|
+ <PathDelim Value="\"/>
|
|
|
+ <Target>
|
|
|
+ <Filename Value="PascalCoinWalletLazarus"/>
|
|
|
+ </Target>
|
|
|
+ <SearchPaths>
|
|
|
+ <IncludeFiles Value="$(ProjOutDir)"/>
|
|
|
+ <OtherUnitFiles Value="core;gui-classic;libraries\synapse;libraries\sphere10;libraries\cryptolib4pascal;libraries\simplebaselib4pascal;libraries\hashlib4pascal;libraries\generics.collections;libraries\pascalcoin;libraries\paszlib"/>
|
|
|
+ <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
|
|
|
+ </SearchPaths>
|
|
|
+ <Parsing>
|
|
|
+ <SyntaxOptions>
|
|
|
+ <SyntaxMode Value="Delphi"/>
|
|
|
+ </SyntaxOptions>
|
|
|
+ </Parsing>
|
|
|
+ <CodeGeneration>
|
|
|
+ <SmartLinkUnit Value="True"/>
|
|
|
+ <Optimizations>
|
|
|
+ <OptimizationLevel Value="3"/>
|
|
|
+ </Optimizations>
|
|
|
+ </CodeGeneration>
|
|
|
+ <Linking>
|
|
|
+ <Debugging>
|
|
|
+ <GenerateDebugInfo Value="False"/>
|
|
|
+ </Debugging>
|
|
|
+ <LinkSmart Value="True"/>
|
|
|
+ <Options>
|
|
|
+ <Win32>
|
|
|
+ <GraphicApplication Value="True"/>
|
|
|
+ </Win32>
|
|
|
+ </Options>
|
|
|
+ </Linking>
|
|
|
+ <Other>
|
|
|
+ <CustomOptions Value="-dBorland -dVer150 -dDelphi7 -dCompiler6_Up -dPUREPASCAL"/>
|
|
|
+ </Other>
|
|
|
+ </CompilerOptions>
|
|
|
+ </Item2>
|
|
|
</BuildModes>
|
|
|
<PublishOptions>
|
|
|
<Version Value="2"/>
|
|
@@ -41,7 +81,7 @@
|
|
|
<PackageName Value="LCL"/>
|
|
|
</Item1>
|
|
|
</RequiredPackages>
|
|
|
- <Units Count="32">
|
|
|
+ <Units Count="34">
|
|
|
<Unit0>
|
|
|
<Filename Value="pascalcoin_wallet_classic.dpr"/>
|
|
|
<IsPartOfProject Value="True"/>
|
|
@@ -198,13 +238,21 @@
|
|
|
<Filename Value="core\UTxMultiOperation.pas"/>
|
|
|
<IsPartOfProject Value="True"/>
|
|
|
</Unit31>
|
|
|
+ <Unit32>
|
|
|
+ <Filename Value="gui-classic\UGridUtils.pas"/>
|
|
|
+ <IsPartOfProject Value="True"/>
|
|
|
+ </Unit32>
|
|
|
+ <Unit33>
|
|
|
+ <Filename Value="gui-classic\UGUIUtils.pas"/>
|
|
|
+ <IsPartOfProject Value="True"/>
|
|
|
+ </Unit33>
|
|
|
</Units>
|
|
|
</ProjectOptions>
|
|
|
<CompilerOptions>
|
|
|
<Version Value="11"/>
|
|
|
<PathDelim Value="\"/>
|
|
|
<Target>
|
|
|
- <Filename Value="PascalCoinWallet"/>
|
|
|
+ <Filename Value="PascalCoinWalletLazarus"/>
|
|
|
</Target>
|
|
|
<SearchPaths>
|
|
|
<IncludeFiles Value="$(ProjOutDir)"/>
|
|
@@ -214,24 +262,11 @@
|
|
|
<Parsing>
|
|
|
<SyntaxOptions>
|
|
|
<SyntaxMode Value="Delphi"/>
|
|
|
- <IncludeAssertionCode Value="True"/>
|
|
|
</SyntaxOptions>
|
|
|
</Parsing>
|
|
|
- <CodeGeneration>
|
|
|
- <Checks>
|
|
|
- <IOChecks Value="True"/>
|
|
|
- <RangeChecks Value="True"/>
|
|
|
- <OverflowChecks Value="True"/>
|
|
|
- <StackChecks Value="True"/>
|
|
|
- </Checks>
|
|
|
- <VerifyObjMethodCallValidity Value="True"/>
|
|
|
- </CodeGeneration>
|
|
|
<Linking>
|
|
|
<Debugging>
|
|
|
- <DebugInfoType Value="dsDwarf2Set"/>
|
|
|
- <UseHeaptrc Value="True"/>
|
|
|
- <TrashVariables Value="True"/>
|
|
|
- <UseExternalDbgSyms Value="True"/>
|
|
|
+ <GenerateDebugInfo Value="False"/>
|
|
|
</Debugging>
|
|
|
<Options>
|
|
|
<Win32>
|