Skip to content

Commit 1f7e784

Browse files
Saved with 12.3 and added support for 64 bit designtime packages.
1 parent 5054c13 commit 1f7e784

File tree

4 files changed

+19
-5
lines changed

4 files changed

+19
-5
lines changed

BigNumbers.dproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<Config Condition="'$(Config)'==''">Debug</Config>
66
<FrameworkType>None</FrameworkType>
77
<MainSource>BigNumbers.dpk</MainSource>
8-
<Platform Condition="'$(Platform)'==''">Win64</Platform>
8+
<Platform Condition="'$(Platform)'==''">Win32</Platform>
99
<ProjectGuid>{EC46209C-32FB-4D2B-83B2-7834EE26545F}</ProjectGuid>
1010
<ProjectName Condition="'$(ProjectName)'==''">BigNumbers</ProjectName>
1111
<ProjectVersion>20.3</ProjectVersion>

Source/GenerateBaseConversionTables.dproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@
138138
<Platform value="Win64">False</Platform>
139139
<Platform value="iOSDevice64">False</Platform>
140140
<Platform value="iOSSimARM64">False</Platform>
141+
<Platform value="Win64x">False</Platform>
141142
</Platforms>
142143
</BorlandProject>
143144
<ProjectFileVersion>12</ProjectFileVersion>

Visualizers/BigNumVisualizers.dproj

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<ProjectGuid>{AB7A9378-1052-4094-AA99-9EAD450EB213}</ProjectGuid>
1010
<ProjectName Condition="'$(ProjectName)'==''">BigNumVisualizers</ProjectName>
1111
<ProjectVersion>20.3</ProjectVersion>
12-
<TargetedPlatforms>1</TargetedPlatforms>
12+
<TargetedPlatforms>3</TargetedPlatforms>
1313
</PropertyGroup>
1414
<PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">
1515
<Base>true</Base>
@@ -19,6 +19,11 @@
1919
<CfgParent>Base</CfgParent>
2020
<Base>true</Base>
2121
</PropertyGroup>
22+
<PropertyGroup Condition="('$(Platform)'=='Win64' and '$(Base)'=='true') or '$(Base_Win64)'!=''">
23+
<Base_Win64>true</Base_Win64>
24+
<CfgParent>Base</CfgParent>
25+
<Base>true</Base>
26+
</PropertyGroup>
2227
<PropertyGroup Condition="'$(Config)'=='Release' or '$(Cfg_1)'!=''">
2328
<Cfg_1>true</Cfg_1>
2429
<CfgParent>Base</CfgParent>
@@ -43,11 +48,11 @@
4348
</PropertyGroup>
4449
<PropertyGroup Condition="'$(Base)'!=''">
4550
<SanitizedProjectName>BigNumVisualizers</SanitizedProjectName>
46-
<DCC_DcuOutput>..\dcu\$(Platform)\$(Config)</DCC_DcuOutput>
51+
<DCC_DcuOutput>.\$(Platform)\$(Config)</DCC_DcuOutput>
4752
<DCC_Description>Debug Visualizers for BigInteger and BigDecimal types</DCC_Description>
4853
<DCC_ImageBase>00400000</DCC_ImageBase>
4954
<DCC_Namespace>System;Xml;Data;Datasnap;Web;Soap;$(DCC_Namespace)</DCC_Namespace>
50-
<DCC_UnitSearchPath>..;$(DCC_UnitSearchPath)</DCC_UnitSearchPath>
55+
<DCC_UnitSearchPath>..;.\$(Platform)\$(Config);..\Source;$(DCC_UnitSearchPath)</DCC_UnitSearchPath>
5156
<DesignOnlyPackage>true</DesignOnlyPackage>
5257
<DllSuffix>$(Auto)</DllSuffix>
5358
<GenDll>true</GenDll>
@@ -65,6 +70,13 @@
6570
<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>
6671
<VerInfo_Locale>1033</VerInfo_Locale>
6772
</PropertyGroup>
73+
<PropertyGroup Condition="'$(Base_Win64)'!=''">
74+
<BT_BuildType>Debug</BT_BuildType>
75+
<DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;$(DCC_Namespace)</DCC_Namespace>
76+
<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
77+
<VerInfo_Keys>CompanyName=;FileDescription=$(MSBuildProjectName);FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProgramID=com.embarcadero.$(MSBuildProjectName);ProductName=$(MSBuildProjectName);ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
78+
<VerInfo_Locale>1033</VerInfo_Locale>
79+
</PropertyGroup>
6880
<PropertyGroup Condition="'$(Cfg_1)'!=''">
6981
<DCC_DebugInformation>0</DCC_DebugInformation>
7082
<DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
@@ -127,7 +139,7 @@
127139
<Platform value="OSX64">False</Platform>
128140
<Platform value="OSXARM64">False</Platform>
129141
<Platform value="Win32">True</Platform>
130-
<Platform value="Win64">False</Platform>
142+
<Platform value="Win64">True</Platform>
131143
<Platform value="Win64x">False</Platform>
132144
<Platform value="iOSDevice64">False</Platform>
133145
<Platform value="iOSSimARM64">False</Platform>

Visualizers/BigNumberVisualizers.dproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@
124124
<Platform value="Win64">False</Platform>
125125
<Platform value="iOSDevice64">False</Platform>
126126
<Platform value="iOSSimARM64">False</Platform>
127+
<Platform value="Win64x">False</Platform>
127128
</Platforms>
128129
<ModelSupport>False</ModelSupport>
129130
</BorlandProject>

0 commit comments

Comments
 (0)