|
1 | 1 | <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
2 | 2 | <PropertyGroup> |
3 | 3 | <ProjectGuid>{3BF32379-3499-4795-A26A-0C22DE5AF3A5}</ProjectGuid> |
4 | | - <ProjectVersion>18.0</ProjectVersion> |
| 4 | + <ProjectVersion>18.1</ProjectVersion> |
5 | 5 | <FrameworkType>None</FrameworkType> |
6 | 6 | <MainSource>DOSCommandCD.cpp</MainSource> |
7 | 7 | <Base>True</Base> |
8 | | - <Config Condition="'$(Config)'==''">Debug</Config> |
| 8 | + <Config Condition="'$(Config)'==''">Release</Config> |
9 | 9 | <Platform Condition="'$(Platform)'==''">Win32</Platform> |
10 | 10 | <TargetedPlatforms>1</TargetedPlatforms> |
11 | 11 | <AppType>Package</AppType> |
|
69 | 69 | <IncludePath>..\..\Source\;$(IncludePath)</IncludePath> |
70 | 70 | <ILINK_GenerateImportLibrary>true</ILINK_GenerateImportLibrary> |
71 | 71 | <ILINK_GenerateLibFile>true</ILINK_GenerateLibFile> |
72 | | - <DllSuffix>230</DllSuffix> |
| 72 | + <DllSuffix>240</DllSuffix> |
73 | 73 | <DCC_OutputNeverBuildDcps>true</DCC_OutputNeverBuildDcps> |
74 | 74 | <DCC_UnitSearchPath>..\..\source;$(DCC_UnitSearchPath)</DCC_UnitSearchPath> |
75 | 75 | <VerInfo_Locale>1031</VerInfo_Locale> |
|
178 | 178 | <Source Name="MainSource">DOSCommandCD.cpp</Source> |
179 | 179 | </Source> |
180 | 180 | <Excluded_Packages> |
181 | | - <Excluded_Packages Name="$(BDSBIN)\dclIntraweb_140_230.bpl">IntraWeb 14.0 Design Package for RAD Studio XE6</Excluded_Packages> |
182 | | - <Excluded_Packages Name="$(BDSBIN)\bcboffice2k230.bpl">Embarcadero C++Builder-Package für Office 2000-Server</Excluded_Packages> |
183 | | - <Excluded_Packages Name="$(BDSBIN)\bcbofficexp230.bpl">Embarcadero C++Builder-Package für Office XP-Server</Excluded_Packages> |
184 | | - <Excluded_Packages Name="$(BDSBIN)\dcloffice2k230.bpl">Microsoft Office 2000 Beispiele für gekapselte Komponenten für Automatisierungsserver</Excluded_Packages> |
185 | | - <Excluded_Packages Name="$(BDSBIN)\dclofficexp230.bpl">Microsoft Office XP Beispiele für gekapselte Komponenten für Automation Server</Excluded_Packages> |
| 181 | + <Excluded_Packages Name="$(BDSBIN)\dclIntraweb_140_240.bpl">IntraWeb 14.0 Design Package for RAD Studio XE6</Excluded_Packages> |
| 182 | + <Excluded_Packages Name="$(BDSBIN)\bcboffice2k240.bpl">Embarcadero C++Builder-Package für Office 2000-Server</Excluded_Packages> |
| 183 | + <Excluded_Packages Name="$(BDSBIN)\bcbofficexp240.bpl">Embarcadero C++Builder-Package für Office XP-Server</Excluded_Packages> |
| 184 | + <Excluded_Packages Name="$(BDSBIN)\dcloffice2k240.bpl">Microsoft Office 2000 Beispiele für gekapselte Komponenten für Automatisierungsserver</Excluded_Packages> |
| 185 | + <Excluded_Packages Name="$(BDSBIN)\dclofficexp240.bpl">Microsoft Office XP Beispiele für gekapselte Komponenten für Automation Server</Excluded_Packages> |
186 | 186 | </Excluded_Packages> |
187 | 187 | </CPlusPlusBuilder.Personality> |
188 | | - <Deployment Version="2"> |
| 188 | + <Deployment Version="3"> |
189 | 189 | <DeployFile Condition="'$(UsingDelphiRTL)'=='true'" LocalName="$(BDS)\bin64\borlndmm.dll" Class="DependencyModule"> |
190 | 190 | <Platform Name="Win64"> |
191 | 191 | <Overwrite>true</Overwrite> |
|
232 | 232 | <Overwrite>true</Overwrite> |
233 | 233 | </Platform> |
234 | 234 | </DeployFile> |
| 235 | + <DeployFile LocalName="$(BDS)\Redist\osx32\libcgsqlite3.dylib" Class="DependencyModule"> |
| 236 | + <Platform Name="OSX32"> |
| 237 | + <Overwrite>true</Overwrite> |
| 238 | + </Platform> |
| 239 | + </DeployFile> |
235 | 240 | <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin64\cc64220mt.dll" Class="DependencyModule"> |
236 | 241 | <Platform Name="Win64"> |
237 | 242 | <Overwrite>true</Overwrite> |
238 | 243 | </Platform> |
239 | 244 | </DeployFile> |
| 245 | + <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin\cc32240mt.dll" Class="DependencyModule"> |
| 246 | + <Platform Name="Win32"> |
| 247 | + <Overwrite>true</Overwrite> |
| 248 | + </Platform> |
| 249 | + </DeployFile> |
240 | 250 | <DeployFile LocalName="$(BDS)\Redist\osx32\libcgunwind.1.0.dylib" Class="DependencyModule"> |
241 | 251 | <Platform Name="OSX32"> |
242 | 252 | <Overwrite>true</Overwrite> |
243 | 253 | </Platform> |
244 | 254 | </DeployFile> |
| 255 | + <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin\cc32240.dll" Class="DependencyModule"> |
| 256 | + <Platform Name="Win32"> |
| 257 | + <Overwrite>true</Overwrite> |
| 258 | + </Platform> |
| 259 | + </DeployFile> |
| 260 | + <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin64\cc64240.dll" Class="DependencyModule"> |
| 261 | + <Platform Name="Win64"> |
| 262 | + <Overwrite>true</Overwrite> |
| 263 | + </Platform> |
| 264 | + </DeployFile> |
| 265 | + <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin64\cc64240mt.dll" Class="DependencyModule"> |
| 266 | + <Platform Name="Win64"> |
| 267 | + <Overwrite>true</Overwrite> |
| 268 | + </Platform> |
| 269 | + </DeployFile> |
245 | 270 | <DeployFile LocalName="$(BDS)\Redist\iossimulator\libPCRE.dylib" Class="DependencyModule"> |
246 | 271 | <Platform Name="iOSSimulator"> |
247 | 272 | <Overwrite>true</Overwrite> |
|
319 | 344 | </Platform> |
320 | 345 | </DeployClass> |
321 | 346 | <DeployClass Required="true" Name="ProjectOutput"> |
| 347 | + <Platform Name="iOSDevice64"> |
| 348 | + <Operation>1</Operation> |
| 349 | + </Platform> |
| 350 | + <Platform Name="iOSDevice32"> |
| 351 | + <Operation>1</Operation> |
| 352 | + </Platform> |
322 | 353 | <Platform Name="Win32"> |
323 | 354 | <Operation>0</Operation> |
324 | 355 | </Platform> |
325 | | - <Platform Name="iOSDevice64"> |
| 356 | + <Platform Name="Linux64"> |
326 | 357 | <Operation>1</Operation> |
327 | 358 | </Platform> |
328 | 359 | <Platform Name="OSX32"> |
329 | 360 | <Operation>1</Operation> |
330 | 361 | </Platform> |
331 | | - <Platform Name="iOSDevice32"> |
332 | | - <Operation>1</Operation> |
333 | | - </Platform> |
334 | 362 | <Platform Name="Android"> |
335 | 363 | <RemoteDir>library\lib\armeabi-v7a</RemoteDir> |
336 | 364 | <Operation>1</Operation> |
|
359 | 387 | <Operation>1</Operation> |
360 | 388 | </Platform> |
361 | 389 | </DeployClass> |
362 | | - <DeployClass Name="AndroidLibnativeX86File"> |
363 | | - <Platform Name="Android"> |
364 | | - <RemoteDir>library\lib\x86</RemoteDir> |
365 | | - <Operation>1</Operation> |
366 | | - </Platform> |
367 | | - </DeployClass> |
| 390 | + <DeployClass Name="AndroidLibnativeX86File"/> |
368 | 391 | <DeployClass Name="ProjectiOSDeviceDebug"> |
369 | 392 | <Platform Name="iOSDevice64"> |
370 | 393 | <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir> |
|
601 | 624 | <ProjectRoot Platform="iOSDevice64" Name="$(PROJECTNAME).app"/> |
602 | 625 | <ProjectRoot Platform="iOSDevice32" Name="$(PROJECTNAME).app"/> |
603 | 626 | <ProjectRoot Platform="Win32" Name="$(PROJECTNAME)"/> |
| 627 | + <ProjectRoot Platform="Linux64" Name="$(PROJECTNAME)"/> |
604 | 628 | <ProjectRoot Platform="OSX32" Name="$(PROJECTNAME)"/> |
605 | 629 | <ProjectRoot Platform="Android" Name="$(PROJECTNAME)"/> |
606 | 630 | <ProjectRoot Platform="iOSSimulator" Name="$(PROJECTNAME).app"/> |
|
0 commit comments