620 lines
31 KiB
Plaintext
620 lines
31 KiB
Plaintext
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup>
|
|
<ProjectGuid>{DE1FB54C-6852-4F59-B4A5-7718E6069FE8}</ProjectGuid>
|
|
<MainSource>VirtualTreesCD.cpp</MainSource>
|
|
<ProjectVersion>16.1</ProjectVersion>
|
|
<Config Condition="'$(Config)'==''">Release</Config>
|
|
<FrameworkType>VCL</FrameworkType>
|
|
<Base>True</Base>
|
|
<Platform Condition="'$(Platform)'==''">Win32</Platform>
|
|
<TargetedPlatforms>1</TargetedPlatforms>
|
|
<AppType>Package</AppType>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">
|
|
<Base>true</Base>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="('$(Platform)'=='Android' and '$(Base)'=='true') or '$(Base_Android)'!=''">
|
|
<Base_Android>true</Base_Android>
|
|
<CfgParent>Base</CfgParent>
|
|
<Base>true</Base>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Base)'=='true') or '$(Base_Win32)'!=''">
|
|
<Base_Win32>true</Base_Win32>
|
|
<CfgParent>Base</CfgParent>
|
|
<Base>true</Base>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="('$(Platform)'=='Win64' and '$(Base)'=='true') or '$(Base_Win64)'!=''">
|
|
<Base_Win64>true</Base_Win64>
|
|
<CfgParent>Base</CfgParent>
|
|
<Base>true</Base>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Config)'=='Debug' or '$(Cfg_1)'!=''">
|
|
<Cfg_1>true</Cfg_1>
|
|
<CfgParent>Base</CfgParent>
|
|
<Base>true</Base>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_1)'=='true') or '$(Cfg_1_Win32)'!=''">
|
|
<Cfg_1_Win32>true</Cfg_1_Win32>
|
|
<CfgParent>Cfg_1</CfgParent>
|
|
<Cfg_1>true</Cfg_1>
|
|
<Base>true</Base>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Config)'=='Release' or '$(Cfg_2)'!=''">
|
|
<Cfg_2>true</Cfg_2>
|
|
<CfgParent>Base</CfgParent>
|
|
<Base>true</Base>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_2)'=='true') or '$(Cfg_2_Win32)'!=''">
|
|
<Cfg_2_Win32>true</Cfg_2_Win32>
|
|
<CfgParent>Cfg_2</CfgParent>
|
|
<Cfg_2>true</Cfg_2>
|
|
<Base>true</Base>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Base)'!=''">
|
|
<ILINK_Description>VirtualTree CBuilder designtime package</ILINK_Description>
|
|
<DCC_HppOutput>..\..\source</DCC_HppOutput>
|
|
<SanitizedProjectName>VirtualTreesCD</SanitizedProjectName>
|
|
<DCC_OutputNeverBuildDcps>true</DCC_OutputNeverBuildDcps>
|
|
<DCC_UnitSearchPath>..\..\source;$(DCC_UnitSearchPath)</DCC_UnitSearchPath>
|
|
<VerInfo_Locale>4108</VerInfo_Locale>
|
|
<DCC_Namespace>System;Xml;Data;Datasnap;Web;Soap;Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;$(DCC_Namespace)</DCC_Namespace>
|
|
<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
|
|
<VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
|
|
<BCC_InstructionSet>6</BCC_InstructionSet>
|
|
<DCC_AdditionalSwitches>-LUDesignIDE</DCC_AdditionalSwitches>
|
|
<DesignOnlyPackage>true</DesignOnlyPackage>
|
|
<OutputExt>bpl</OutputExt>
|
|
<ProjectType>CppPackage</ProjectType>
|
|
<ILINK_GenerateImportLibrary>true</ILINK_GenerateImportLibrary>
|
|
<ILINK_GenerateLibFile>true</ILINK_GenerateLibFile>
|
|
<Multithreaded>true</Multithreaded>
|
|
<DCC_CBuilderOutput>All</DCC_CBuilderOutput>
|
|
<UsePackages>true</UsePackages>
|
|
<IncludePath>..\..\..\..\EMBT\VirtualTree\Design\;..\..\..\..\SourceForge\VirtualTree\Packages\CBuilder XE7\;..\..\Source\;..\RAD Studio XE5\;..\..\Design\;..\..\Common\;$(CG_BOOST_ROOT)\boost\tr1\tr1;$(BDS)\include;$(BDS)\include\windows;$(BDS)\include\windows\rtl;$(BDS)\include\windows\vcl;$(BDS)\include\windows\crtl;$(BDS)\include\windows\sdk;$(CG_BOOST_ROOT);$(IncludePath)</IncludePath>
|
|
<ILINK_LibraryPath>..\..\..\..\EMBT\VirtualTree\Design\;..\..\..\..\SourceForge\VirtualTree\Packages\CBuilder XE7\;..\RAD Studio XE5\;..\..\Design\;$(BDS)\lib;$(BDS)\lib\obj;$(BDS)\lib\psdk;..\..\source;$(ILINK_LibraryPath)</ILINK_LibraryPath>
|
|
<BCC_wpar>false</BCC_wpar>
|
|
<BCC_OptimizeForSpeed>true</BCC_OptimizeForSpeed>
|
|
<BCC_ExtendedErrorInfo>true</BCC_ExtendedErrorInfo>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Base_Android)'!=''">
|
|
<BT_BuildType>Debug</BT_BuildType>
|
|
<VerInfo_Keys>package=com.embarcadero.$(MSBuildProjectName);label=$(MSBuildProjectName);versionCode=1;versionName=1.0.0;persistent=False;restoreAnyVersion=False;installLocation=preferExternal;largeHeap=False;theme=TitleBar;hardwareAccelerated=true</VerInfo_Keys>
|
|
<VerInfo_IncludeVerInfo>false</VerInfo_IncludeVerInfo>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Base_Win32)'!=''">
|
|
<IncludePath>$(BDSINCLUDE)\windows\vcl;$(IncludePath)</IncludePath>
|
|
<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
|
|
<Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
|
|
<VerInfo_Locale>1033</VerInfo_Locale>
|
|
<DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Base_Win64)'!=''">
|
|
<IncludePath>$(BDSINCLUDE)\windows\vcl;$(IncludePath)</IncludePath>
|
|
<VerInfo_Locale>1033</VerInfo_Locale>
|
|
<DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;$(DCC_Namespace)</DCC_Namespace>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Cfg_1)'!=''">
|
|
<IncludePath>Debug\;$(IncludePath)</IncludePath>
|
|
<BCC_OptimizeForSpeed>false</BCC_OptimizeForSpeed>
|
|
<BCC_DisableOptimizations>true</BCC_DisableOptimizations>
|
|
<DCC_Optimize>false</DCC_Optimize>
|
|
<DCC_DebugInfoInExe>true</DCC_DebugInfoInExe>
|
|
<BCC_InlineFunctionExpansion>false</BCC_InlineFunctionExpansion>
|
|
<IntermediateOutputDir>Debug</IntermediateOutputDir>
|
|
<BCC_UseRegisterVariables>None</BCC_UseRegisterVariables>
|
|
<DCC_Define>DEBUG</DCC_Define>
|
|
<BCC_DebugLineNumbers>true</BCC_DebugLineNumbers>
|
|
<TASM_DisplaySourceLines>true</TASM_DisplaySourceLines>
|
|
<BCC_StackFrames>true</BCC_StackFrames>
|
|
<ILINK_LibraryPath>$(BDS)\lib\debug;$(ILINK_LibraryPath)</ILINK_LibraryPath>
|
|
<ILINK_FullDebugInfo>true</ILINK_FullDebugInfo>
|
|
<TASM_Debugging>Full</TASM_Debugging>
|
|
<BCC_SourceDebuggingOn>true</BCC_SourceDebuggingOn>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Cfg_1_Win32)'!=''">
|
|
<Defines>_DEBUG;$(Defines)</Defines>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Cfg_2)'!=''">
|
|
<IncludePath>Release\;$(IncludePath)</IncludePath>
|
|
<IntermediateOutputDir>Release</IntermediateOutputDir>
|
|
<ILINK_LibraryPath>$(BDS)\lib\release;$(ILINK_LibraryPath)</ILINK_LibraryPath>
|
|
<TASM_Debugging>None</TASM_Debugging>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Cfg_2_Win32)'!=''">
|
|
<VerInfo_Locale>1033</VerInfo_Locale>
|
|
<Defines>NDEBUG;$(Defines)</Defines>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<DelphiCompile Include="..\..\Design\VirtualTreesReg.pas">
|
|
<BuildOrder>9</BuildOrder>
|
|
</DelphiCompile>
|
|
<PackageImport Include="dclstd.bpi">
|
|
<BuildOrder>10</BuildOrder>
|
|
</PackageImport>
|
|
<PackageImport Include="designide.bpi">
|
|
<BuildOrder>5</BuildOrder>
|
|
</PackageImport>
|
|
<PackageImport Include="rtl.bpi">
|
|
<BuildOrder>1</BuildOrder>
|
|
</PackageImport>
|
|
<PackageImport Include="vcl.bpi">
|
|
<BuildOrder>4</BuildOrder>
|
|
</PackageImport>
|
|
<PackageImport Include="vclactnband.bpi">
|
|
<BuildOrder>7</BuildOrder>
|
|
</PackageImport>
|
|
<PackageImport Include="vclimg.bpi">
|
|
<BuildOrder>10</BuildOrder>
|
|
</PackageImport>
|
|
<PackageImport Include="vclx.bpi">
|
|
<BuildOrder>8</BuildOrder>
|
|
</PackageImport>
|
|
<CppCompile Include="VirtualTreesCD.cpp">
|
|
<BuildOrder>0</BuildOrder>
|
|
</CppCompile>
|
|
<PackageImport Include="VirtualTreesCR.bpi">
|
|
<BuildOrder>9</BuildOrder>
|
|
</PackageImport>
|
|
<PackageImport Include="xmlrtl.bpi">
|
|
<BuildOrder>6</BuildOrder>
|
|
</PackageImport>
|
|
<BuildConfiguration Include="Release">
|
|
<Key>Cfg_2</Key>
|
|
<CfgParent>Base</CfgParent>
|
|
</BuildConfiguration>
|
|
<BuildConfiguration Include="Base">
|
|
<Key>Base</Key>
|
|
</BuildConfiguration>
|
|
<BuildConfiguration Include="Debug">
|
|
<Key>Cfg_1</Key>
|
|
<CfgParent>Base</CfgParent>
|
|
</BuildConfiguration>
|
|
</ItemGroup>
|
|
<Import Project="$(BDS)\Bin\CodeGear.Cpp.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Cpp.Targets')"/>
|
|
<ProjectExtensions>
|
|
<Borland.Personality>CPlusPlusBuilder.Personality.12</Borland.Personality>
|
|
<Borland.ProjectType>CppPackage</Borland.ProjectType>
|
|
<BorlandProject>
|
|
<CPlusPlusBuilder.Personality>
|
|
<Source>
|
|
<Source Name="MainSource">VirtualTreesCD.cpp</Source>
|
|
</Source>
|
|
<VersionInfo>
|
|
<VersionInfo Name="IncludeVerInfo">False</VersionInfo>
|
|
<VersionInfo Name="AutoIncBuild">False</VersionInfo>
|
|
<VersionInfo Name="MajorVer">1</VersionInfo>
|
|
<VersionInfo Name="MinorVer">0</VersionInfo>
|
|
<VersionInfo Name="Release">0</VersionInfo>
|
|
<VersionInfo Name="Build">0</VersionInfo>
|
|
<VersionInfo Name="Debug">False</VersionInfo>
|
|
<VersionInfo Name="PreRelease">False</VersionInfo>
|
|
<VersionInfo Name="Special">False</VersionInfo>
|
|
<VersionInfo Name="Private">False</VersionInfo>
|
|
<VersionInfo Name="DLL">False</VersionInfo>
|
|
<VersionInfo Name="Locale">4108</VersionInfo>
|
|
<VersionInfo Name="CodePage">1252</VersionInfo>
|
|
</VersionInfo>
|
|
<VersionInfoKeys>
|
|
<VersionInfoKeys Name="CompanyName"/>
|
|
<VersionInfoKeys Name="FileDescription"/>
|
|
<VersionInfoKeys Name="FileVersion">1.0.0.0</VersionInfoKeys>
|
|
<VersionInfoKeys Name="InternalName"/>
|
|
<VersionInfoKeys Name="LegalCopyright"/>
|
|
<VersionInfoKeys Name="LegalTrademarks"/>
|
|
<VersionInfoKeys Name="OriginalFilename"/>
|
|
<VersionInfoKeys Name="ProductName"/>
|
|
<VersionInfoKeys Name="ProductVersion">1.0.0.0</VersionInfoKeys>
|
|
<VersionInfoKeys Name="Comments"/>
|
|
<VersionInfoKeys Name="CFBundleName"/>
|
|
<VersionInfoKeys Name="CFBundleDisplayName"/>
|
|
<VersionInfoKeys Name="UIDeviceFamily"/>
|
|
<VersionInfoKeys Name="CFBundleIdentifier"/>
|
|
<VersionInfoKeys Name="CFBundleVersion"/>
|
|
<VersionInfoKeys Name="CFBundlePackageType"/>
|
|
<VersionInfoKeys Name="CFBundleSignature"/>
|
|
<VersionInfoKeys Name="CFBundleAllowMixedLocalizations"/>
|
|
<VersionInfoKeys Name="UISupportedInterfaceOrientations"/>
|
|
<VersionInfoKeys Name="CFBundleExecutable"/>
|
|
<VersionInfoKeys Name="CFBundleResourceSpecification"/>
|
|
<VersionInfoKeys Name="LSRequiresIPhoneOS"/>
|
|
<VersionInfoKeys Name="CFBundleInfoDictionaryVersion"/>
|
|
<VersionInfoKeys Name="CFBundleDevelopmentRegion"/>
|
|
<VersionInfoKeys Name="package"/>
|
|
<VersionInfoKeys Name="label"/>
|
|
<VersionInfoKeys Name="versionCode"/>
|
|
<VersionInfoKeys Name="versionName"/>
|
|
<VersionInfoKeys Name="persistent"/>
|
|
<VersionInfoKeys Name="restoreAnyVersion"/>
|
|
<VersionInfoKeys Name="installLocation"/>
|
|
<VersionInfoKeys Name="largeHeap"/>
|
|
<VersionInfoKeys Name="theme"/>
|
|
</VersionInfoKeys>
|
|
<Debugging>
|
|
<Debugging Name="DebugSourceDirs"/>
|
|
</Debugging>
|
|
<Parameters>
|
|
<Parameters Name="RunParams"/>
|
|
<Parameters Name="Launcher"/>
|
|
<Parameters Name="UseLauncher">False</Parameters>
|
|
<Parameters Name="DebugCWD"/>
|
|
<Parameters Name="HostApplication"/>
|
|
<Parameters Name="RemoteHost"/>
|
|
<Parameters Name="RemotePath"/>
|
|
<Parameters Name="RemoteParams"/>
|
|
<Parameters Name="RemoteLauncher"/>
|
|
<Parameters Name="UseRemoteLauncher">False</Parameters>
|
|
<Parameters Name="RemoteCWD"/>
|
|
<Parameters Name="RemoteDebug">False</Parameters>
|
|
<Parameters Name="Debug Symbols Search Path"/>
|
|
<Parameters Name="LoadAllSymbols">True</Parameters>
|
|
<Parameters Name="LoadUnspecifiedSymbols">False</Parameters>
|
|
</Parameters>
|
|
<Excluded_Packages>
|
|
<Excluded_Packages Name="$(BDSBIN)\bcboffice2k210.bpl">Embarcadero C++Builder-Package für Office 2000-Server</Excluded_Packages>
|
|
<Excluded_Packages Name="$(BDSBIN)\bcbofficexp210.bpl">Embarcadero C++Builder-Package für Office XP-Server</Excluded_Packages>
|
|
<Excluded_Packages Name="$(BDSBIN)\dcloffice2k210.bpl">Microsoft Office 2000 Beispiele für gekapselte Komponenten für Automatisierungsserver</Excluded_Packages>
|
|
<Excluded_Packages Name="$(BDSBIN)\dclofficexp210.bpl">Microsoft Office XP Beispiele für gekapselte Komponenten für Automation Server</Excluded_Packages>
|
|
</Excluded_Packages>
|
|
<ProjectProperties>
|
|
<ProjectProperties Name="AutoShowDeps">False</ProjectProperties>
|
|
<ProjectProperties Name="ManagePaths">True</ProjectProperties>
|
|
<ProjectProperties Name="VerifyPackages">True</ProjectProperties>
|
|
<ProjectProperties Name="IndexFiles">False</ProjectProperties>
|
|
</ProjectProperties>
|
|
</CPlusPlusBuilder.Personality>
|
|
<Platforms>
|
|
<Platform value="Android">False</Platform>
|
|
<Platform value="iOSDevice">False</Platform>
|
|
<Platform value="OSX32">False</Platform>
|
|
<Platform value="Win32">True</Platform>
|
|
<Platform value="Win64">False</Platform>
|
|
</Platforms>
|
|
<Deployment>
|
|
<DeployFile Condition="'$(UsingDelphiRTL)'=='true'" LocalName="$(BDS)\bin64\borlndmm.dll" Class="DependencyModule">
|
|
<Platform Name="Win64">
|
|
<Overwrite>true</Overwrite>
|
|
</Platform>
|
|
</DeployFile>
|
|
<DeployFile LocalName="$(BDS)\Redist\osx32\libcgunwind.1.0.dylib" Class="DependencyModule">
|
|
<Platform Name="OSX32">
|
|
<Overwrite>true</Overwrite>
|
|
</Platform>
|
|
<Platform Name="iOSSimulator">
|
|
<Overwrite>true</Overwrite>
|
|
</Platform>
|
|
</DeployFile>
|
|
<DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin64\cc64160mt.dll" Class="DependencyModule">
|
|
<Platform Name="Win64">
|
|
<Overwrite>true</Overwrite>
|
|
</Platform>
|
|
</DeployFile>
|
|
<DeployFile LocalName="C:\Users\Public\Documents\Embarcadero\Studio\15.0\BPL\VirtualTreesCD.bpl" Configuration="Release" Class="ProjectOutput">
|
|
<Platform Name="Win32">
|
|
<RemoteName>VirtualTreesCD.bpl</RemoteName>
|
|
<Overwrite>true</Overwrite>
|
|
</Platform>
|
|
</DeployFile>
|
|
<DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin\cc32160mt.dll" Class="DependencyModule">
|
|
<Platform Name="Win32">
|
|
<Overwrite>true</Overwrite>
|
|
</Platform>
|
|
</DeployFile>
|
|
<DeployFile Condition="'$(DynamicRTL)'=='true'" LocalName="$(BDS)\Redist\osx32\libcgcrtl.dylib" Class="DependencyModule">
|
|
<Platform Name="OSX32">
|
|
<Overwrite>true</Overwrite>
|
|
</Platform>
|
|
</DeployFile>
|
|
<DeployFile Condition="'$(DynamicRTL)'=='true'" LocalName="$(BDS)\Redist\osx32\libcgstl.dylib" Class="DependencyModule">
|
|
<Platform Name="OSX32">
|
|
<Overwrite>true</Overwrite>
|
|
</Platform>
|
|
</DeployFile>
|
|
<DeployFile Condition="'$(UsingDelphiRTL)'=='true'" LocalName="$(BDS)\bin\borlndmm.dll" Class="DependencyModule">
|
|
<Platform Name="Win32">
|
|
<Overwrite>true</Overwrite>
|
|
</Platform>
|
|
</DeployFile>
|
|
<DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin\cc32160.dll" Class="DependencyModule">
|
|
<Platform Name="Win32">
|
|
<Overwrite>true</Overwrite>
|
|
</Platform>
|
|
</DeployFile>
|
|
<DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin64\cc64160.dll" Class="DependencyModule">
|
|
<Platform Name="Win64">
|
|
<Overwrite>true</Overwrite>
|
|
</Platform>
|
|
</DeployFile>
|
|
<DeployClass Required="true" Name="DependencyPackage">
|
|
<Platform Name="iOSDevice">
|
|
<Operation>1</Operation>
|
|
<Extensions>.dylib</Extensions>
|
|
</Platform>
|
|
<Platform Name="Win32">
|
|
<Operation>0</Operation>
|
|
<Extensions>.bpl</Extensions>
|
|
</Platform>
|
|
<Platform Name="OSX32">
|
|
<Operation>1</Operation>
|
|
<Extensions>.dylib</Extensions>
|
|
</Platform>
|
|
<Platform Name="iOSSimulator">
|
|
<Operation>1</Operation>
|
|
<Extensions>.dylib</Extensions>
|
|
</Platform>
|
|
</DeployClass>
|
|
<DeployClass Name="DependencyModule">
|
|
<Platform Name="OSX32">
|
|
<Operation>1</Operation>
|
|
<Extensions>.dylib</Extensions>
|
|
</Platform>
|
|
<Platform Name="Win32">
|
|
<Operation>0</Operation>
|
|
<Extensions>.dll;.bpl</Extensions>
|
|
</Platform>
|
|
</DeployClass>
|
|
<DeployClass Name="iPad_Launch2048">
|
|
<Platform Name="iOSDevice">
|
|
<Operation>1</Operation>
|
|
</Platform>
|
|
<Platform Name="iOSSimulator">
|
|
<Operation>1</Operation>
|
|
</Platform>
|
|
</DeployClass>
|
|
<DeployClass Name="ProjectOSXInfoPList"/>
|
|
<DeployClass Name="ProjectiOSDeviceDebug">
|
|
<Platform Name="iOSDevice">
|
|
<RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
|
|
<Operation>1</Operation>
|
|
</Platform>
|
|
</DeployClass>
|
|
<DeployClass Name="Android_SplashImage470">
|
|
<Platform Name="Android">
|
|
<RemoteDir>res\drawable-normal</RemoteDir>
|
|
<Operation>1</Operation>
|
|
</Platform>
|
|
</DeployClass>
|
|
<DeployClass Name="AndroidLibnativeX86File">
|
|
<Platform Name="Android">
|
|
<RemoteDir>library\lib\x86</RemoteDir>
|
|
<Operation>1</Operation>
|
|
</Platform>
|
|
</DeployClass>
|
|
<DeployClass Name="ProjectiOSResource">
|
|
<Platform Name="iOSDevice">
|
|
<Operation>1</Operation>
|
|
</Platform>
|
|
<Platform Name="iOSSimulator">
|
|
<Operation>1</Operation>
|
|
</Platform>
|
|
</DeployClass>
|
|
<DeployClass Name="ProjectOSXEntitlements"/>
|
|
<DeployClass Name="AndroidGDBServer">
|
|
<Platform Name="Android">
|
|
<RemoteDir>library\lib\armeabi-v7a</RemoteDir>
|
|
<Operation>1</Operation>
|
|
</Platform>
|
|
</DeployClass>
|
|
<DeployClass Name="iPhone_Launch640">
|
|
<Platform Name="iOSDevice">
|
|
<Operation>1</Operation>
|
|
</Platform>
|
|
<Platform Name="iOSSimulator">
|
|
<Operation>1</Operation>
|
|
</Platform>
|
|
</DeployClass>
|
|
<DeployClass Name="Android_SplashImage960">
|
|
<Platform Name="Android">
|
|
<RemoteDir>res\drawable-xlarge</RemoteDir>
|
|
<Operation>1</Operation>
|
|
</Platform>
|
|
</DeployClass>
|
|
<DeployClass Name="Android_LauncherIcon96">
|
|
<Platform Name="Android">
|
|
<RemoteDir>res\drawable-xhdpi</RemoteDir>
|
|
<Operation>1</Operation>
|
|
</Platform>
|
|
</DeployClass>
|
|
<DeployClass Name="iPhone_Launch320">
|
|
<Platform Name="iOSDevice">
|
|
<Operation>1</Operation>
|
|
</Platform>
|
|
<Platform Name="iOSSimulator">
|
|
<Operation>1</Operation>
|
|
</Platform>
|
|
</DeployClass>
|
|
<DeployClass Name="Android_LauncherIcon144">
|
|
<Platform Name="Android">
|
|
<RemoteDir>res\drawable-xxhdpi</RemoteDir>
|
|
<Operation>1</Operation>
|
|
</Platform>
|
|
</DeployClass>
|
|
<DeployClass Name="AndroidLibnativeMipsFile">
|
|
<Platform Name="Android">
|
|
<RemoteDir>library\lib\mips</RemoteDir>
|
|
<Operation>1</Operation>
|
|
</Platform>
|
|
</DeployClass>
|
|
<DeployClass Name="AndroidSplashImageDef">
|
|
<Platform Name="Android">
|
|
<RemoteDir>res\drawable</RemoteDir>
|
|
<Operation>1</Operation>
|
|
</Platform>
|
|
</DeployClass>
|
|
<DeployClass Name="DebugSymbols">
|
|
<Platform Name="OSX32">
|
|
<Operation>1</Operation>
|
|
</Platform>
|
|
<Platform Name="iOSSimulator">
|
|
<Operation>1</Operation>
|
|
</Platform>
|
|
<Platform Name="Win32">
|
|
<Operation>0</Operation>
|
|
</Platform>
|
|
</DeployClass>
|
|
<DeployClass Name="DependencyFramework">
|
|
<Platform Name="OSX32">
|
|
<Operation>1</Operation>
|
|
<Extensions>.framework</Extensions>
|
|
</Platform>
|
|
<Platform Name="Win32">
|
|
<Operation>0</Operation>
|
|
</Platform>
|
|
</DeployClass>
|
|
<DeployClass Name="Android_SplashImage426">
|
|
<Platform Name="Android">
|
|
<RemoteDir>res\drawable-small</RemoteDir>
|
|
<Operation>1</Operation>
|
|
</Platform>
|
|
</DeployClass>
|
|
<DeployClass Name="ProjectiOSEntitlements"/>
|
|
<DeployClass Name="AdditionalDebugSymbols">
|
|
<Platform Name="OSX32">
|
|
<Operation>1</Operation>
|
|
</Platform>
|
|
<Platform Name="Win32">
|
|
<RemoteDir>Contents\MacOS</RemoteDir>
|
|
<Operation>0</Operation>
|
|
</Platform>
|
|
</DeployClass>
|
|
<DeployClass Name="AndroidClassesDexFile">
|
|
<Platform Name="Android">
|
|
<RemoteDir>classes</RemoteDir>
|
|
<Operation>1</Operation>
|
|
</Platform>
|
|
</DeployClass>
|
|
<DeployClass Name="ProjectiOSInfoPList"/>
|
|
<DeployClass Name="iPad_Launch1024">
|
|
<Platform Name="iOSDevice">
|
|
<Operation>1</Operation>
|
|
</Platform>
|
|
<Platform Name="iOSSimulator">
|
|
<Operation>1</Operation>
|
|
</Platform>
|
|
</DeployClass>
|
|
<DeployClass Name="Android_DefaultAppIcon">
|
|
<Platform Name="Android">
|
|
<RemoteDir>res\drawable</RemoteDir>
|
|
<Operation>1</Operation>
|
|
</Platform>
|
|
</DeployClass>
|
|
<DeployClass Name="ProjectOSXResource">
|
|
<Platform Name="OSX32">
|
|
<RemoteDir>Contents\Resources</RemoteDir>
|
|
<Operation>1</Operation>
|
|
</Platform>
|
|
</DeployClass>
|
|
<DeployClass Name="ProjectiOSDeviceResourceRules"/>
|
|
<DeployClass Name="iPad_Launch768">
|
|
<Platform Name="iOSDevice">
|
|
<Operation>1</Operation>
|
|
</Platform>
|
|
<Platform Name="iOSSimulator">
|
|
<Operation>1</Operation>
|
|
</Platform>
|
|
</DeployClass>
|
|
<DeployClass Required="true" Name="ProjectOutput">
|
|
<Platform Name="iOSDevice">
|
|
<Operation>1</Operation>
|
|
</Platform>
|
|
<Platform Name="Android">
|
|
<RemoteDir>library\lib\armeabi-v7a</RemoteDir>
|
|
<Operation>1</Operation>
|
|
</Platform>
|
|
<Platform Name="Win32">
|
|
<Operation>0</Operation>
|
|
</Platform>
|
|
<Platform Name="OSX32">
|
|
<Operation>1</Operation>
|
|
</Platform>
|
|
<Platform Name="iOSSimulator">
|
|
<Operation>1</Operation>
|
|
</Platform>
|
|
</DeployClass>
|
|
<DeployClass Name="AndroidLibnativeArmeabiFile">
|
|
<Platform Name="Android">
|
|
<RemoteDir>library\lib\armeabi</RemoteDir>
|
|
<Operation>1</Operation>
|
|
</Platform>
|
|
</DeployClass>
|
|
<DeployClass Name="Android_SplashImage640">
|
|
<Platform Name="Android">
|
|
<RemoteDir>res\drawable-large</RemoteDir>
|
|
<Operation>1</Operation>
|
|
</Platform>
|
|
</DeployClass>
|
|
<DeployClass Name="File">
|
|
<Platform Name="iOSDevice">
|
|
<Operation>0</Operation>
|
|
</Platform>
|
|
<Platform Name="Android">
|
|
<Operation>0</Operation>
|
|
</Platform>
|
|
<Platform Name="Win32">
|
|
<Operation>0</Operation>
|
|
</Platform>
|
|
<Platform Name="OSX32">
|
|
<Operation>0</Operation>
|
|
</Platform>
|
|
<Platform Name="iOSSimulator">
|
|
<Operation>0</Operation>
|
|
</Platform>
|
|
</DeployClass>
|
|
<DeployClass Name="iPhone_Launch640x1136">
|
|
<Platform Name="iOSDevice">
|
|
<Operation>1</Operation>
|
|
</Platform>
|
|
<Platform Name="iOSSimulator">
|
|
<Operation>1</Operation>
|
|
</Platform>
|
|
</DeployClass>
|
|
<DeployClass Name="Android_LauncherIcon36">
|
|
<Platform Name="Android">
|
|
<RemoteDir>res\drawable-ldpi</RemoteDir>
|
|
<Operation>1</Operation>
|
|
</Platform>
|
|
</DeployClass>
|
|
<DeployClass Name="AndroidSplashStyles">
|
|
<Platform Name="Android">
|
|
<RemoteDir>res\values</RemoteDir>
|
|
<Operation>1</Operation>
|
|
</Platform>
|
|
</DeployClass>
|
|
<DeployClass Name="iPad_Launch1536">
|
|
<Platform Name="iOSDevice">
|
|
<Operation>1</Operation>
|
|
</Platform>
|
|
<Platform Name="iOSSimulator">
|
|
<Operation>1</Operation>
|
|
</Platform>
|
|
</DeployClass>
|
|
<DeployClass Name="Android_LauncherIcon48">
|
|
<Platform Name="Android">
|
|
<RemoteDir>res\drawable-mdpi</RemoteDir>
|
|
<Operation>1</Operation>
|
|
</Platform>
|
|
</DeployClass>
|
|
<DeployClass Name="Android_LauncherIcon72">
|
|
<Platform Name="Android">
|
|
<RemoteDir>res\drawable-hdpi</RemoteDir>
|
|
<Operation>1</Operation>
|
|
</Platform>
|
|
</DeployClass>
|
|
<DeployClass Name="ProjectAndroidManifest">
|
|
<Platform Name="Android">
|
|
<Operation>1</Operation>
|
|
</Platform>
|
|
</DeployClass>
|
|
<ProjectRoot Platform="Android" Name="$(PROJECTNAME)"/>
|
|
<ProjectRoot Platform="iOSDevice" Name="$(PROJECTNAME).app"/>
|
|
<ProjectRoot Platform="Win32" Name="$(PROJECTNAME)"/>
|
|
<ProjectRoot Platform="OSX32" Name="$(PROJECTNAME)"/>
|
|
<ProjectRoot Platform="iOSSimulator" Name="$(PROJECTNAME).app"/>
|
|
<ProjectRoot Platform="Win64" Name="$(PROJECTNAME)"/>
|
|
</Deployment>
|
|
</BorlandProject>
|
|
<ProjectFileVersion>12</ProjectFileVersion>
|
|
</ProjectExtensions>
|
|
<Import Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj" Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')"/>
|
|
<Import Project="$(MSBuildProjectName).deployproj" Condition="Exists('$(MSBuildProjectName).deployproj')"/>
|
|
</Project>
|