|
58 | 58 | <CfgParent>Base</CfgParent>
|
59 | 59 | <Base>true</Base>
|
60 | 60 | </PropertyGroup>
|
| 61 | + <PropertyGroup Condition="('$(Platform)'=='iOSDevice64' and '$(Cfg_2)'=='true') or '$(Cfg_2_iOSDevice64)'!=''"> |
| 62 | + <Cfg_2_iOSDevice64>true</Cfg_2_iOSDevice64> |
| 63 | + <CfgParent>Cfg_2</CfgParent> |
| 64 | + <Cfg_2>true</Cfg_2> |
| 65 | + <Base>true</Base> |
| 66 | + </PropertyGroup> |
| 67 | + <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_2)'=='true') or '$(Cfg_2_Win32)'!=''"> |
| 68 | + <Cfg_2_Win32>true</Cfg_2_Win32> |
| 69 | + <CfgParent>Cfg_2</CfgParent> |
| 70 | + <Cfg_2>true</Cfg_2> |
| 71 | + <Base>true</Base> |
| 72 | + </PropertyGroup> |
61 | 73 | <PropertyGroup Condition="'$(Base)'!=''">
|
62 | 74 | <DCC_E>false</DCC_E>
|
63 | 75 | <DCC_F>false</DCC_F>
|
|
78 | 90 | <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
|
79 | 91 | <VerInfo_Locale>1043</VerInfo_Locale>
|
80 | 92 | <VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
|
| 93 | + <DCC_UnitSearchPath>..\..\..\Source;$(DCC_UnitSearchPath)</DCC_UnitSearchPath> |
81 | 94 | </PropertyGroup>
|
82 | 95 | <PropertyGroup Condition="'$(Base_Android)'!=''">
|
83 | 96 | <VerInfo_Keys>package=com.embarcadero.$(MSBuildProjectName);label=$(MSBuildProjectName);versionCode=1;versionName=1.0.0;persistent=False;restoreAnyVersion=False;installLocation=auto;largeHeap=False;theme=TitleBar;hardwareAccelerated=true;apiKey=</VerInfo_Keys>
|
|
121 | 134 | <DCC_Optimize>false</DCC_Optimize>
|
122 | 135 | <DCC_GenerateStackFrames>true</DCC_GenerateStackFrames>
|
123 | 136 | </PropertyGroup>
|
| 137 | + <PropertyGroup Condition="'$(Cfg_2_iOSDevice64)'!=''"> |
| 138 | + <BT_BuildType>Debug</BT_BuildType> |
| 139 | + </PropertyGroup> |
| 140 | + <PropertyGroup Condition="'$(Cfg_2_Win32)'!=''"> |
| 141 | + <VerInfo_Locale>1033</VerInfo_Locale> |
| 142 | + <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> |
| 143 | + </PropertyGroup> |
124 | 144 | <ItemGroup>
|
125 | 145 | <DelphiCompile Include="$(MainSource)">
|
126 | 146 | <MainSource>MainSource</MainSource>
|
|
161 | 181 | <Source>
|
162 | 182 | <Source Name="MainSource">ClassBrowsing.dpk</Source>
|
163 | 183 | </Source>
|
| 184 | + <Excluded_Packages> |
| 185 | + <Excluded_Packages Name="$(BDSBIN)\bcboffice2k260.bpl">Embarcadero C++Builder Office 2000 Servers Package</Excluded_Packages> |
| 186 | + <Excluded_Packages Name="$(BDSBIN)\bcbofficexp260.bpl">Embarcadero C++Builder Office XP Servers Package</Excluded_Packages> |
| 187 | + <Excluded_Packages Name="$(BDSBIN)\dcloffice2k260.bpl">Microsoft Office 2000 Sample Automation Server Wrapper Components</Excluded_Packages> |
| 188 | + <Excluded_Packages Name="$(BDSBIN)\dclofficexp260.bpl">Microsoft Office XP Sample Automation Server Wrapper Components</Excluded_Packages> |
| 189 | + </Excluded_Packages> |
164 | 190 | </Delphi.Personality>
|
165 | 191 | <Platforms>
|
166 | 192 | <Platform value="Android">False</Platform>
|
|
0 commit comments