|
13 | 13 | <PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''"> |
14 | 14 | <Base>true</Base> |
15 | 15 | </PropertyGroup> |
| 16 | + <PropertyGroup Condition="('$(Platform)'=='Linux64' and '$(Base)'=='true') or '$(Base_Linux64)'!=''"> |
| 17 | + <Base_Linux64>true</Base_Linux64> |
| 18 | + <CfgParent>Base</CfgParent> |
| 19 | + <Base>true</Base> |
| 20 | + </PropertyGroup> |
16 | 21 | <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Base)'=='true') or '$(Base_Win32)'!=''"> |
17 | 22 | <Base_Win32>true</Base_Win32> |
18 | 23 | <CfgParent>Base</CfgParent> |
19 | 24 | <Base>true</Base> |
20 | 25 | </PropertyGroup> |
| 26 | + <PropertyGroup Condition="('$(Platform)'=='Win64' and '$(Base)'=='true') or '$(Base_Win64)'!=''"> |
| 27 | + <Base_Win64>true</Base_Win64> |
| 28 | + <CfgParent>Base</CfgParent> |
| 29 | + <Base>true</Base> |
| 30 | + </PropertyGroup> |
21 | 31 | <PropertyGroup Condition="'$(Config)'=='Debug' or '$(Cfg_1)'!=''"> |
22 | 32 | <Cfg_1>true</Cfg_1> |
23 | 33 | <CfgParent>Base</CfgParent> |
|
57 | 67 | <VerInfo_Locale>1046</VerInfo_Locale> |
58 | 68 | <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> |
59 | 69 | <DCC_BplOutput>.\$(Platform)\$(Config)</DCC_BplOutput> |
| 70 | + <DCC_UnitSearchPath>modules\DOSCommand\Source;$(DCC_UnitSearchPath)</DCC_UnitSearchPath> |
| 71 | + </PropertyGroup> |
| 72 | + <PropertyGroup Condition="'$(Base_Linux64)'!=''"> |
| 73 | + <DCC_UsePackage>rtl;$(DCC_UsePackage)</DCC_UsePackage> |
60 | 74 | </PropertyGroup> |
61 | 75 | <PropertyGroup Condition="'$(Base_Win32)'!=''"> |
62 | 76 | <DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace> |
63 | 77 | <BT_BuildType>Debug</BT_BuildType> |
64 | 78 | <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo> |
65 | 79 | <VerInfo_Locale>1033</VerInfo_Locale> |
66 | 80 | <Debugger_RunParams>-debug</Debugger_RunParams> |
| 81 | + <DCC_UsePackage>rtl;$(DCC_UsePackage)</DCC_UsePackage> |
| 82 | + </PropertyGroup> |
| 83 | + <PropertyGroup Condition="'$(Base_Win64)'!=''"> |
| 84 | + <DCC_UsePackage>rtl;$(DCC_UsePackage)</DCC_UsePackage> |
67 | 85 | </PropertyGroup> |
68 | 86 | <PropertyGroup Condition="'$(Cfg_1)'!=''"> |
69 | 87 | <DCC_Define>DEBUG;$(DCC_Define)</DCC_Define> |
|
97 | 115 | <DCCReference Include="designide.dcp"/> |
98 | 116 | <DCCReference Include="Src\OpenToolApi\OpenToolApi.LocalMenuItem.pas"/> |
99 | 117 | <DCCReference Include="Src\OpenToolApi\OpenToolApi.Register.pas"/> |
100 | | - <DCCReference Include="Src\OpenToolApi\OpenToolApi.ToolBarItem.pas"/> |
101 | | - <DCCReference Include="Src\OpenToolApi\OpenToolApi.Images.pas"> |
102 | | - <Form>DataModuleImages</Form> |
| 118 | + <DCCReference Include="Src\OpenToolApi\OpenToolApi.ToolBarItem.pas"> |
| 119 | + <Form>ToolBarItem</Form> |
103 | 120 | <FormType>dfm</FormType> |
104 | 121 | <DesignClass>TDataModule</DesignClass> |
105 | 122 | </DCCReference> |
| 123 | + <DCCReference Include="Src\Command\Command.Runner.pas"/> |
| 124 | + <DCCReference Include="Src\OpenToolApi\OpenToolApi.CommandMessage.pas"/> |
106 | 125 | <BuildConfiguration Include="Release"> |
107 | 126 | <Key>Cfg_2</Key> |
108 | 127 | <CfgParent>Base</CfgParent> |
|
0 commit comments