|
9 | 9 | <ProjectGuid>{AB7A9378-1052-4094-AA99-9EAD450EB213}</ProjectGuid> |
10 | 10 | <ProjectName Condition="'$(ProjectName)'==''">BigNumVisualizers</ProjectName> |
11 | 11 | <ProjectVersion>20.3</ProjectVersion> |
12 | | - <TargetedPlatforms>1</TargetedPlatforms> |
| 12 | + <TargetedPlatforms>3</TargetedPlatforms> |
13 | 13 | </PropertyGroup> |
14 | 14 | <PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''"> |
15 | 15 | <Base>true</Base> |
|
19 | 19 | <CfgParent>Base</CfgParent> |
20 | 20 | <Base>true</Base> |
21 | 21 | </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> |
22 | 27 | <PropertyGroup Condition="'$(Config)'=='Release' or '$(Cfg_1)'!=''"> |
23 | 28 | <Cfg_1>true</Cfg_1> |
24 | 29 | <CfgParent>Base</CfgParent> |
|
43 | 48 | </PropertyGroup> |
44 | 49 | <PropertyGroup Condition="'$(Base)'!=''"> |
45 | 50 | <SanitizedProjectName>BigNumVisualizers</SanitizedProjectName> |
46 | | - <DCC_DcuOutput>..\dcu\$(Platform)\$(Config)</DCC_DcuOutput> |
| 51 | + <DCC_DcuOutput>.\$(Platform)\$(Config)</DCC_DcuOutput> |
47 | 52 | <DCC_Description>Debug Visualizers for BigInteger and BigDecimal types</DCC_Description> |
48 | 53 | <DCC_ImageBase>00400000</DCC_ImageBase> |
49 | 54 | <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> |
51 | 56 | <DesignOnlyPackage>true</DesignOnlyPackage> |
52 | 57 | <DllSuffix>$(Auto)</DllSuffix> |
53 | 58 | <GenDll>true</GenDll> |
|
65 | 70 | <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> |
66 | 71 | <VerInfo_Locale>1033</VerInfo_Locale> |
67 | 72 | </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> |
68 | 80 | <PropertyGroup Condition="'$(Cfg_1)'!=''"> |
69 | 81 | <DCC_DebugInformation>0</DCC_DebugInformation> |
70 | 82 | <DCC_Define>RELEASE;$(DCC_Define)</DCC_Define> |
|
127 | 139 | <Platform value="OSX64">False</Platform> |
128 | 140 | <Platform value="OSXARM64">False</Platform> |
129 | 141 | <Platform value="Win32">True</Platform> |
130 | | - <Platform value="Win64">False</Platform> |
| 142 | + <Platform value="Win64">True</Platform> |
131 | 143 | <Platform value="Win64x">False</Platform> |
132 | 144 | <Platform value="iOSDevice64">False</Platform> |
133 | 145 | <Platform value="iOSSimARM64">False</Platform> |
|
0 commit comments