Skip to content

Commit 8037b02

Browse files
author
Markus Humm
committed
Merge branch 'development' of https://github.com/MHumm/DelphiEncryptionCompendium into development
2 parents 1e86332 + b927da7 commit 8037b02

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Demos/Cipher_Console_KDF/Cipher_Console_KDF.dproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<FrameworkType>None</FrameworkType>
66
<Base>True</Base>
77
<Config Condition="'$(Config)'==''">Debug</Config>
8-
<Platform Condition="'$(Platform)'==''">Win64</Platform>
8+
<Platform Condition="'$(Platform)'==''">Win32</Platform>
99
<TargetedPlatforms>3</TargetedPlatforms>
1010
<AppType>Console</AppType>
1111
<MainSource>Cipher_Console_KDF.dpr</MainSource>

Demos/Hash_FMX/Hash_FMX.dproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<MainSource>Hash_FMX.dpr</MainSource>
77
<Base>True</Base>
88
<Config Condition="'$(Config)'==''">Debug</Config>
9-
<Platform Condition="'$(Platform)'==''">Android64</Platform>
9+
<Platform Condition="'$(Platform)'==''">Win32</Platform>
1010
<TargetedPlatforms>32787</TargetedPlatforms>
1111
<AppType>Application</AppType>
1212
<PlatformSDK Condition="'$(PlatformSDK)'=='' And '$(Platform)'=='Android64'">AndroidSDK25.2.5_64bit.sdk</PlatformSDK>

0 commit comments

Comments
 (0)