|
@@ -1,14 +1,15 @@
|
|
|
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
<PropertyGroup>
|
|
<PropertyGroup>
|
|
|
- <ProjectGuid>{5C9478B6-A020-4B01-B361-3D8ACE0AD2F3}</ProjectGuid>
|
|
|
|
|
- <ProjectVersion>19.0</ProjectVersion>
|
|
|
|
|
- <FrameworkType>VCL</FrameworkType>
|
|
|
|
|
- <AppType>Application</AppType>
|
|
|
|
|
- <MainSource>Pawn.cpp</MainSource>
|
|
|
|
|
|
|
+ <ProjectGuid>{7C8D4F4C-E9C3-4452-BEDD-83DC9B59D0CE}</ProjectGuid>
|
|
|
|
|
+ <ProjectType>CppVCLApplication</ProjectType>
|
|
|
|
|
+ <MainSource>DuckyC.cpp</MainSource>
|
|
|
<Base>True</Base>
|
|
<Base>True</Base>
|
|
|
<Config Condition="'$(Config)'==''">Debug</Config>
|
|
<Config Condition="'$(Config)'==''">Debug</Config>
|
|
|
|
|
+ <FrameworkType>VCL</FrameworkType>
|
|
|
|
|
+ <ProjectVersion>18.7</ProjectVersion>
|
|
|
<Platform Condition="'$(Platform)'==''">Win32</Platform>
|
|
<Platform Condition="'$(Platform)'==''">Win32</Platform>
|
|
|
<TargetedPlatforms>1</TargetedPlatforms>
|
|
<TargetedPlatforms>1</TargetedPlatforms>
|
|
|
|
|
+ <AppType>Application</AppType>
|
|
|
</PropertyGroup>
|
|
</PropertyGroup>
|
|
|
<PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">
|
|
<PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">
|
|
|
<Base>true</Base>
|
|
<Base>true</Base>
|
|
@@ -58,96 +59,112 @@
|
|
|
<Base>true</Base>
|
|
<Base>true</Base>
|
|
|
</PropertyGroup>
|
|
</PropertyGroup>
|
|
|
<PropertyGroup Condition="'$(Base)'!=''">
|
|
<PropertyGroup Condition="'$(Base)'!=''">
|
|
|
- <SanitizedProjectName>Pawn</SanitizedProjectName>
|
|
|
|
|
- <Icon_MainIcon>$(BDS)\bin\cbuilder_PROJECTICON.ico</Icon_MainIcon>
|
|
|
|
|
- <Multithreaded>true</Multithreaded>
|
|
|
|
|
- <AllPackageLibs>rtl.lib;vcl.lib;fmx.lib;xmlrtl.lib;vclimg.lib;GLScene_RT.lib</AllPackageLibs>
|
|
|
|
|
- <_TCHARMapping>wchar_t</_TCHARMapping>
|
|
|
|
|
- <DCC_Namespace>System;Xml;Data;Datasnap;Web;Soap;Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;$(DCC_Namespace)</DCC_Namespace>
|
|
|
|
|
- <ILINK_LibraryPath>D:\GLScene\Samples\CPP\Demos\extrusion\pawn\;$(ILINK_LibraryPath)</ILINK_LibraryPath>
|
|
|
|
|
- <IncludePath>D:\GLScene\Samples\CPP\Demos\extrusion\pawn\;$(IncludePath)</IncludePath>
|
|
|
|
|
- <ProjectType>CppVCLApplication</ProjectType>
|
|
|
|
|
|
|
+ <SanitizedProjectName>DuckyC</SanitizedProjectName>
|
|
|
|
|
+ <VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
|
|
|
|
|
+ <VerInfo_Locale>1036</VerInfo_Locale>
|
|
|
|
|
+ <DCC_Namespace>Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;System;Xml;Data;Datasnap;Web;Soap;$(DCC_Namespace)</DCC_Namespace>
|
|
|
|
|
+ <BCC_IncludePath>$(BDS)\include;$(BDS)\include\vcl;..\..\..\..\include;$(BCC_IncludePath)</BCC_IncludePath>
|
|
|
|
|
+ <DCC_UnitSearchPath>.\;$(BDS)\lib;$(BDS)\lib\obj;$(DCC_UnitSearchPath)</DCC_UnitSearchPath>
|
|
|
|
|
+ <TASM_IncludePath>$(BDS)\include;$(BDS)\include\vcl;..\..\..\..\include;$(TASM_IncludePath)</TASM_IncludePath>
|
|
|
|
|
+ <ILINK_LibraryPath>$(BDS)\lib\obj;$(BDS)\lib;..\..\..\..\lib;..\..\..\..\dcu;$(BDS)\lib\psdk;$(ILINK_LibraryPath)</ILINK_LibraryPath>
|
|
|
|
|
+ <UsePackages>true</UsePackages>
|
|
|
|
|
+ <BCC_DebugLineNumbers>true</BCC_DebugLineNumbers>
|
|
|
|
|
+ <PackageImports>rtl.bpi;vcl.bpi;$(PackageImports)</PackageImports>
|
|
|
|
|
+ <BCC_GenerateWindowsApp>true</BCC_GenerateWindowsApp>
|
|
|
|
|
+ <ILINK_AppType>Windows</ILINK_AppType>
|
|
|
|
|
+ <DCC_IncludePath>.\;$(BDS)\lib;$(BDS)\lib\obj;$(DCC_IncludePath)</DCC_IncludePath>
|
|
|
|
|
+ <DCC_AdditionalSwitches> -M</DCC_AdditionalSwitches>
|
|
|
|
|
+ <BCC_InlineFunctionExpansion>false</BCC_InlineFunctionExpansion>
|
|
|
|
|
+ <BRCC_IncludePath>$(BDS)\include;$(BDS)\include\vcl;..\..\..\..\include;$(BRCC_IncludePath)</BRCC_IncludePath>
|
|
|
<DCC_CBuilderOutput>JPHNE</DCC_CBuilderOutput>
|
|
<DCC_CBuilderOutput>JPHNE</DCC_CBuilderOutput>
|
|
|
|
|
+ <BCC_PCHCache>true</BCC_PCHCache>
|
|
|
|
|
+ <BCC_DisableOptimizations>true</BCC_DisableOptimizations>
|
|
|
|
|
+ <AllPackageLibs>rtl.lib;vcl.lib;fmx.lib;xmlrtl.lib;vclimg.lib;GLScene_RT.lib</AllPackageLibs>
|
|
|
|
|
+ <ILINK_FullDebugInfo>true</ILINK_FullDebugInfo>
|
|
|
<DynamicRTL>true</DynamicRTL>
|
|
<DynamicRTL>true</DynamicRTL>
|
|
|
- <UsePackages>true</UsePackages>
|
|
|
|
|
- <IntermediateOutputDir>.\$(Platform)\$(Config)</IntermediateOutputDir>
|
|
|
|
|
- <FinalOutputDir>.\$(Platform)\$(Config)</FinalOutputDir>
|
|
|
|
|
- <BCC_wpar>false</BCC_wpar>
|
|
|
|
|
- <BCC_OptimizeForSpeed>true</BCC_OptimizeForSpeed>
|
|
|
|
|
- <BCC_ExtendedErrorInfo>true</BCC_ExtendedErrorInfo>
|
|
|
|
|
|
|
+ <FinalOutputDir>.</FinalOutputDir>
|
|
|
|
|
+ <TASM_AdditionalSwitches> /w2</TASM_AdditionalSwitches>
|
|
|
|
|
+ <BCC_SourceDebuggingOn>true</BCC_SourceDebuggingOn>
|
|
|
</PropertyGroup>
|
|
</PropertyGroup>
|
|
|
<PropertyGroup Condition="'$(Base_Win32)'!=''">
|
|
<PropertyGroup Condition="'$(Base_Win32)'!=''">
|
|
|
<AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
|
|
<AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
|
|
|
|
|
+ <TASM_Defines>_DEBUG;$(TASM_Defines)</TASM_Defines>
|
|
|
|
|
+ <BCC_UserSuppliedOptions> -tWM -6 -ff -Vx -r- -k -Ve</BCC_UserSuppliedOptions>
|
|
|
|
|
+ <OutputExt>exe</OutputExt>
|
|
|
|
|
+ <BRCC_Defines>_DEBUG;$(BRCC_Defines)</BRCC_Defines>
|
|
|
|
|
+ <Icon_MainIcon>ducky_Icon.ico</Icon_MainIcon>
|
|
|
<DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
|
|
<DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
|
|
|
- <PackageImports>IndyIPClient;GLScene_Sounds_RT;frx17;fs17;GLScene_Physics_RT;bindcompfmx;GR32_RSXE3;DBXSqliteDriver;vcldbx;GLScene_Physics_RT;fmx;rtl;dbrtl;DbxClientDriver;IndySystem;TeeDB;bindcomp;inetdb;inetdbbde;vclib;DBXInterBaseDriver;DataSnapClient;DataSnapCommon;DBXOdbcDriver;DataSnapServer;Tee;GLScene_RT;DataSnapProviderClient;xmlrtl;DBXSybaseASEDriver;ibxpress;DbxCommonDriver;vclimg;GLScene_Sounds_RT;IndyProtocols;DBXMySQLDriver;dbxcds;MetropolisUILiveTile;bindengine;vclactnband;vcldb;soaprtl;bindcompdbx;vcldsnap;bindcompvcl;FMXTee;TeeUI;vclie;GR32_DSGN_RSXE3;DBXDb2Driver;vcltouch;bcbsmp;websnap;DBXOracleDriver;CustomIPTransport;vclribbon;VclSmp;dsnap;DBXInformixDriver;IndyIPServer;fmxase;vcl;DataSnapConnectors;IndyCore;GLScene_Sounds_RT;DBXMSSQLDriver;CodeSiteExpressPkg;CloudService;DBXFirebirdDriver;dsnapcon;frxDB17;inet;fsDB17;fmxobj;IndyIPCommon;FmxTeeUI;vclx;frxe17;inetdbxpress;webdsnap;DBXSybaseASADriver;fmxdae;bdertl;dbexpress;DataSnapIndy10ServerTransport;adortl;bcbie;$(PackageImports)</PackageImports>
|
|
|
|
|
- <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
|
|
|
|
|
<Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
|
|
<Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
|
|
|
- <IncludePath>$(BDSINCLUDE)\windows\vcl;$(IncludePath)</IncludePath>
|
|
|
|
|
- <VerInfo_Keys>CompanyName=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductVersion=1.0.0.0;Comments=;ProgramID=com.embarcadero.$(MSBuildProjectName);FileDescription=$(MSBuildProjectName);ProductName=$(MSBuildProjectName)</VerInfo_Keys>
|
|
|
|
|
<VerInfo_Locale>1033</VerInfo_Locale>
|
|
<VerInfo_Locale>1033</VerInfo_Locale>
|
|
|
|
|
+ <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
|
|
|
|
|
+ <IncludePath>$(BDSINCLUDE)\windows\vcl;$(IncludePath)</IncludePath>
|
|
|
<UWP_CppLogo44>$(BDS)\bin\Artwork\Windows\UWP\cppreg_UwpDefault_44.png</UWP_CppLogo44>
|
|
<UWP_CppLogo44>$(BDS)\bin\Artwork\Windows\UWP\cppreg_UwpDefault_44.png</UWP_CppLogo44>
|
|
|
<UWP_CppLogo150>$(BDS)\bin\Artwork\Windows\UWP\cppreg_UwpDefault_150.png</UWP_CppLogo150>
|
|
<UWP_CppLogo150>$(BDS)\bin\Artwork\Windows\UWP\cppreg_UwpDefault_150.png</UWP_CppLogo150>
|
|
|
</PropertyGroup>
|
|
</PropertyGroup>
|
|
|
<PropertyGroup Condition="'$(Base_Win64)'!=''">
|
|
<PropertyGroup Condition="'$(Base_Win64)'!=''">
|
|
|
- <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
|
|
|
|
|
- <VerInfo_Locale>1033</VerInfo_Locale>
|
|
|
|
|
- <VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
|
|
|
|
|
- <PackageImports>IndyIPClient;GLScene_Sounds_RT;frx17;fs17;GLScene_Physics_RT;bindcompfmx;GR32_RSXE3;DBXSqliteDriver;vcldbx;GLScene_Physics_RT;fmx;rtl;dbrtl;DbxClientDriver;IndySystem;TeeDB;bindcomp;inetdb;inetdbbde;vclib;DBXInterBaseDriver;DataSnapClient;DataSnapCommon;DBXOdbcDriver;DataSnapServer;Tee;GLScene_RT;DataSnapProviderClient;xmlrtl;DBXSybaseASEDriver;ibxpress;DbxCommonDriver;vclimg;GLScene_Sounds_RT;IndyProtocols;DBXMySQLDriver;dbxcds;MetropolisUILiveTile;bindengine;vclactnband;vcldb;soaprtl;bindcompdbx;vcldsnap;bindcompvcl;FMXTee;TeeUI;vclie;GR32_DSGN_RSXE3;DBXDb2Driver;vcltouch;bcbsmp;websnap;DBXOracleDriver;CustomIPTransport;vclribbon;VclSmp;dsnap;DBXInformixDriver;IndyIPServer;fmxase;vcl;DataSnapConnectors;IndyCore;GLScene_Sounds_RT;DBXMSSQLDriver;CodeSiteExpressPkg;CloudService;DBXFirebirdDriver;dsnapcon;frxDB17;inet;fsDB17;fmxobj;IndyIPCommon;FmxTeeUI;vclx;frxe17;inetdbxpress;webdsnap;DBXSybaseASADriver;fmxdae;bdertl;dbexpress;DataSnapIndy10ServerTransport;adortl;bcbie;$(PackageImports)</PackageImports>
|
|
|
|
|
- <DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;$(DCC_Namespace)</DCC_Namespace>
|
|
|
|
|
- <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
|
|
|
|
|
- <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
|
|
|
|
|
|
|
+ <TASM_Defines>_DEBUG;$(TASM_Defines)</TASM_Defines>
|
|
|
|
|
+ <BRCC_Defines>_DEBUG;$(BRCC_Defines)</BRCC_Defines>
|
|
|
|
|
+ <Icon_MainIcon>ducky_Icon.ico</Icon_MainIcon>
|
|
|
|
|
+ <IncludePath>$(BDSINCLUDE)\windows\vcl;$(IncludePath)</IncludePath>
|
|
|
<UWP_CppLogo44>$(BDS)\bin\Artwork\Windows\UWP\cppreg_UwpDefault_44.png</UWP_CppLogo44>
|
|
<UWP_CppLogo44>$(BDS)\bin\Artwork\Windows\UWP\cppreg_UwpDefault_44.png</UWP_CppLogo44>
|
|
|
<UWP_CppLogo150>$(BDS)\bin\Artwork\Windows\UWP\cppreg_UwpDefault_150.png</UWP_CppLogo150>
|
|
<UWP_CppLogo150>$(BDS)\bin\Artwork\Windows\UWP\cppreg_UwpDefault_150.png</UWP_CppLogo150>
|
|
|
</PropertyGroup>
|
|
</PropertyGroup>
|
|
|
<PropertyGroup Condition="'$(Cfg_1)'!=''">
|
|
<PropertyGroup Condition="'$(Cfg_1)'!=''">
|
|
|
- <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>
|
|
|
|
|
- <BCC_UseRegisterVariables>None</BCC_UseRegisterVariables>
|
|
|
|
|
- <DCC_Define>DEBUG</DCC_Define>
|
|
|
|
|
- <BCC_DebugLineNumbers>true</BCC_DebugLineNumbers>
|
|
|
|
|
|
|
+ <ILINK_LibraryPath>$(BDS)\lib\debug;$(ILINK_LibraryPath);$(ILINK_LibraryPath)</ILINK_LibraryPath>
|
|
|
|
|
+ <DCC_AdditionalSwitches> -M -V</DCC_AdditionalSwitches>
|
|
|
<TASM_DisplaySourceLines>true</TASM_DisplaySourceLines>
|
|
<TASM_DisplaySourceLines>true</TASM_DisplaySourceLines>
|
|
|
- <BCC_StackFrames>true</BCC_StackFrames>
|
|
|
|
|
- <ILINK_FullDebugInfo>true</ILINK_FullDebugInfo>
|
|
|
|
|
|
|
+ <DCC_DebugInfoInExe>true</DCC_DebugInfoInExe>
|
|
|
|
|
+ <DCC_Define>DEBUG;$(DCC_Define);$(DCC_Define)</DCC_Define>
|
|
|
|
|
+ <ILINK_DisableIncrementalLinking>true</ILINK_DisableIncrementalLinking>
|
|
|
|
|
+ <IntermediateOutputDir>Debug_Build</IntermediateOutputDir>
|
|
|
<TASM_Debugging>Full</TASM_Debugging>
|
|
<TASM_Debugging>Full</TASM_Debugging>
|
|
|
- <BCC_SourceDebuggingOn>true</BCC_SourceDebuggingOn>
|
|
|
|
|
- <BCC_EnableCPPExceptions>true</BCC_EnableCPPExceptions>
|
|
|
|
|
- <BCC_DisableFramePtrElimOpt>true</BCC_DisableFramePtrElimOpt>
|
|
|
|
|
- <BCC_DisableSpellChecking>true</BCC_DisableSpellChecking>
|
|
|
|
|
- <CLANG_UnwindTables>true</CLANG_UnwindTables>
|
|
|
|
|
- <ILINK_LibraryPath>$(BDSLIB)\$(PLATFORM)\debug;$(ILINK_LibraryPath)</ILINK_LibraryPath>
|
|
|
|
|
</PropertyGroup>
|
|
</PropertyGroup>
|
|
|
<PropertyGroup Condition="'$(Cfg_1_Win32)'!=''">
|
|
<PropertyGroup Condition="'$(Cfg_1_Win32)'!=''">
|
|
|
- <Defines>_DEBUG;$(Defines)</Defines>
|
|
|
|
|
<ILINK_LibraryPath>$(BDSCOMMONDIR)\Dcp;$(ILINK_LibraryPath)</ILINK_LibraryPath>
|
|
<ILINK_LibraryPath>$(BDSCOMMONDIR)\Dcp;$(ILINK_LibraryPath)</ILINK_LibraryPath>
|
|
|
- <LinkPackageImports>rtl.bpi;vcl.bpi;fmx.bpi;xmlrtl.bpi;vclimg.bpi;GLScene_RT.bpi</LinkPackageImports>
|
|
|
|
|
|
|
+ <BCC_Defines>_DEBUG;$(BCC_Defines);$(BCC_Defines)</BCC_Defines>
|
|
|
|
|
+ <BCC_UserSuppliedOptions> -tWM -6 -ff -Vx -r- -k -Ve -k</BCC_UserSuppliedOptions>
|
|
|
|
|
+ <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
|
|
|
|
|
+ <VerInfo_Locale>1033</VerInfo_Locale>
|
|
|
|
|
+ <Icon_MainIcon>$(BDS)\bin\cbuilder_PROJECTICON.ico</Icon_MainIcon>
|
|
|
|
|
+ <LinkPackageStatics>fmx.lib;xmlrtl.lib;vclimg.lib;GLScene_RT.lib</LinkPackageStatics>
|
|
|
|
|
+ <LinkPackageImports>rtl.bpi;vcl.bpi</LinkPackageImports>
|
|
|
<BT_BuildType>Debug</BT_BuildType>
|
|
<BT_BuildType>Debug</BT_BuildType>
|
|
|
</PropertyGroup>
|
|
</PropertyGroup>
|
|
|
<PropertyGroup Condition="'$(Cfg_1_Win64)'!=''">
|
|
<PropertyGroup Condition="'$(Cfg_1_Win64)'!=''">
|
|
|
- <Defines>_DEBUG;$(Defines)</Defines>
|
|
|
|
|
|
|
+ <BCC_Defines>_DEBUG;$(BCC_Defines);$(BCC_Defines)</BCC_Defines>
|
|
|
</PropertyGroup>
|
|
</PropertyGroup>
|
|
|
<PropertyGroup Condition="'$(Cfg_2)'!=''">
|
|
<PropertyGroup Condition="'$(Cfg_2)'!=''">
|
|
|
|
|
+ <BCC_OptimizationLevel>Level2</BCC_OptimizationLevel>
|
|
|
|
|
+ <ILINK_LibraryPath>$(BDS)\lib\release;$(ILINK_LibraryPath);$(ILINK_LibraryPath)</ILINK_LibraryPath>
|
|
|
|
|
+ <DCC_AdditionalSwitches> -M -$O+</DCC_AdditionalSwitches>
|
|
|
|
|
+ <BCC_InlineFunctionExpansion>true</BCC_InlineFunctionExpansion>
|
|
|
|
|
+ <IntermediateOutputDir>Release_Build</IntermediateOutputDir>
|
|
|
<TASM_Debugging>None</TASM_Debugging>
|
|
<TASM_Debugging>None</TASM_Debugging>
|
|
|
</PropertyGroup>
|
|
</PropertyGroup>
|
|
|
<PropertyGroup Condition="'$(Cfg_2_Win32)'!=''">
|
|
<PropertyGroup Condition="'$(Cfg_2_Win32)'!=''">
|
|
|
- <Defines>NDEBUG;$(Defines)</Defines>
|
|
|
|
|
|
|
+ <BCC_Defines>NDEBUG;$(BCC_Defines);$(BCC_Defines)</BCC_Defines>
|
|
|
|
|
+ <BCC_UserSuppliedOptions> -tWM -6 -ff -Vx -r- -k -Ve -r</BCC_UserSuppliedOptions>
|
|
|
</PropertyGroup>
|
|
</PropertyGroup>
|
|
|
<PropertyGroup Condition="'$(Cfg_2_Win64)'!=''">
|
|
<PropertyGroup Condition="'$(Cfg_2_Win64)'!=''">
|
|
|
- <Defines>NDEBUG;$(Defines)</Defines>
|
|
|
|
|
|
|
+ <BCC_Defines>NDEBUG;$(BCC_Defines);$(BCC_Defines)</BCC_Defines>
|
|
|
</PropertyGroup>
|
|
</PropertyGroup>
|
|
|
<ItemGroup>
|
|
<ItemGroup>
|
|
|
- <CppCompile Include="Pawn.cpp">
|
|
|
|
|
|
|
+ <CppCompile Include="DuckyC.cpp">
|
|
|
|
|
+ <BuildOrder>-1</BuildOrder>
|
|
|
<BuildOrder>0</BuildOrder>
|
|
<BuildOrder>0</BuildOrder>
|
|
|
</CppCompile>
|
|
</CppCompile>
|
|
|
- <CppCompile Include="Unit1.cpp">
|
|
|
|
|
- <Form>Form1</Form>
|
|
|
|
|
- <FormType>dfm</FormType>
|
|
|
|
|
- <DependentOn>Unit1.h</DependentOn>
|
|
|
|
|
|
|
+ <ResFiles Include="DuckyC.res">
|
|
|
|
|
+ <ModuleName>DuckyC.res</ModuleName>
|
|
|
|
|
+ <BuildOrder>-1</BuildOrder>
|
|
|
|
|
+ <BuildOrder>1</BuildOrder>
|
|
|
|
|
+ </ResFiles>
|
|
|
|
|
+ <CppCompile Include="fDuckyC.cpp">
|
|
|
<BuildOrder>2</BuildOrder>
|
|
<BuildOrder>2</BuildOrder>
|
|
|
|
|
+ <Form>Form1</Form>
|
|
|
|
|
+ <DependentOn>fDuckyC.h</DependentOn>
|
|
|
|
|
+ <BuildOrder>0</BuildOrder>
|
|
|
</CppCompile>
|
|
</CppCompile>
|
|
|
- <FormResources Include="Unit1.dfm"/>
|
|
|
|
|
|
|
+ <FormResources Include="fDuckyC.dfm"/>
|
|
|
<BuildConfiguration Include="Release">
|
|
<BuildConfiguration Include="Release">
|
|
|
<Key>Cfg_2</Key>
|
|
<Key>Cfg_2</Key>
|
|
|
<CfgParent>Base</CfgParent>
|
|
<CfgParent>Base</CfgParent>
|
|
@@ -160,14 +177,12 @@
|
|
|
<CfgParent>Base</CfgParent>
|
|
<CfgParent>Base</CfgParent>
|
|
|
</BuildConfiguration>
|
|
</BuildConfiguration>
|
|
|
</ItemGroup>
|
|
</ItemGroup>
|
|
|
|
|
+ <Import Project="$(BDS)\Bin\CodeGear.Cpp.Targets"/>
|
|
|
<ProjectExtensions>
|
|
<ProjectExtensions>
|
|
|
<Borland.Personality>CPlusPlusBuilder.Personality.12</Borland.Personality>
|
|
<Borland.Personality>CPlusPlusBuilder.Personality.12</Borland.Personality>
|
|
|
<Borland.ProjectType>CppVCLApplication</Borland.ProjectType>
|
|
<Borland.ProjectType>CppVCLApplication</Borland.ProjectType>
|
|
|
<BorlandProject>
|
|
<BorlandProject>
|
|
|
<CPlusPlusBuilder.Personality>
|
|
<CPlusPlusBuilder.Personality>
|
|
|
- <Source>
|
|
|
|
|
- <Source Name="MainSource">Pawn.cpp</Source>
|
|
|
|
|
- </Source>
|
|
|
|
|
<VersionInfo>
|
|
<VersionInfo>
|
|
|
<VersionInfo Name="IncludeVerInfo">False</VersionInfo>
|
|
<VersionInfo Name="IncludeVerInfo">False</VersionInfo>
|
|
|
<VersionInfo Name="AutoIncBuild">False</VersionInfo>
|
|
<VersionInfo Name="AutoIncBuild">False</VersionInfo>
|
|
@@ -180,8 +195,8 @@
|
|
|
<VersionInfo Name="Special">False</VersionInfo>
|
|
<VersionInfo Name="Special">False</VersionInfo>
|
|
|
<VersionInfo Name="Private">False</VersionInfo>
|
|
<VersionInfo Name="Private">False</VersionInfo>
|
|
|
<VersionInfo Name="DLL">False</VersionInfo>
|
|
<VersionInfo Name="DLL">False</VersionInfo>
|
|
|
- <VersionInfo Name="Locale">1049</VersionInfo>
|
|
|
|
|
- <VersionInfo Name="CodePage">1251</VersionInfo>
|
|
|
|
|
|
|
+ <VersionInfo Name="Locale">1036</VersionInfo>
|
|
|
|
|
+ <VersionInfo Name="CodePage">1252</VersionInfo>
|
|
|
</VersionInfo>
|
|
</VersionInfo>
|
|
|
<VersionInfoKeys>
|
|
<VersionInfoKeys>
|
|
|
<VersionInfoKeys Name="CompanyName"/>
|
|
<VersionInfoKeys Name="CompanyName"/>
|
|
@@ -194,45 +209,63 @@
|
|
|
<VersionInfoKeys Name="ProductName"/>
|
|
<VersionInfoKeys Name="ProductName"/>
|
|
|
<VersionInfoKeys Name="ProductVersion">1.0.0.0</VersionInfoKeys>
|
|
<VersionInfoKeys Name="ProductVersion">1.0.0.0</VersionInfoKeys>
|
|
|
<VersionInfoKeys Name="Comments"/>
|
|
<VersionInfoKeys Name="Comments"/>
|
|
|
- <VersionInfoKeys Name="CFBundleName"/>
|
|
|
|
|
- <VersionInfoKeys Name="CFBundleDisplayName"/>
|
|
|
|
|
- <VersionInfoKeys Name="CFBundleIdentifier"/>
|
|
|
|
|
- <VersionInfoKeys Name="CFBundleVersion"/>
|
|
|
|
|
- <VersionInfoKeys Name="CFBundlePackageType"/>
|
|
|
|
|
- <VersionInfoKeys Name="CFBundleSignature"/>
|
|
|
|
|
- <VersionInfoKeys Name="CFBundleAllowMixedLocalizations"/>
|
|
|
|
|
- <VersionInfoKeys Name="CFBundleExecutable"/>
|
|
|
|
|
</VersionInfoKeys>
|
|
</VersionInfoKeys>
|
|
|
|
|
+ <Debugging>
|
|
|
|
|
+ <Debugging Name="DebugSourceDirs">$(BCB)\source\vcl</Debugging>
|
|
|
|
|
+ </Debugging>
|
|
|
|
|
+ <Parameters>
|
|
|
|
|
+ <Parameters Name="RunParams"/>
|
|
|
|
|
+ <Parameters Name="HostApplication"/>
|
|
|
|
|
+ <Parameters Name="RemoteHost"/>
|
|
|
|
|
+ <Parameters Name="RemotePath"/>
|
|
|
|
|
+ <Parameters Name="RemoteDebug">0</Parameters>
|
|
|
|
|
+ </Parameters>
|
|
|
|
|
+ <Compiler>
|
|
|
|
|
+ <Compiler Name="ShowInfoMsgs">0</Compiler>
|
|
|
|
|
+ <Compiler Name="LinkDebugVcl">0</Compiler>
|
|
|
|
|
+ <Compiler Name="LinkCGLIB">0</Compiler>
|
|
|
|
|
+ </Compiler>
|
|
|
<ProjectProperties>
|
|
<ProjectProperties>
|
|
|
<ProjectProperties Name="AutoShowDeps">False</ProjectProperties>
|
|
<ProjectProperties Name="AutoShowDeps">False</ProjectProperties>
|
|
|
<ProjectProperties Name="ManagePaths">True</ProjectProperties>
|
|
<ProjectProperties Name="ManagePaths">True</ProjectProperties>
|
|
|
- <ProjectProperties Name="VerifyPackages">True</ProjectProperties>
|
|
|
|
|
|
|
+ <ProjectProperties Name="VerifyPackages">False</ProjectProperties>
|
|
|
<ProjectProperties Name="IndexFiles">False</ProjectProperties>
|
|
<ProjectProperties Name="IndexFiles">False</ProjectProperties>
|
|
|
</ProjectProperties>
|
|
</ProjectProperties>
|
|
|
|
|
+ <Source>
|
|
|
|
|
+ <Source Name="MainSource">DuckyC.cpp</Source>
|
|
|
|
|
+ </Source>
|
|
|
</CPlusPlusBuilder.Personality>
|
|
</CPlusPlusBuilder.Personality>
|
|
|
|
|
+ <Platforms>
|
|
|
|
|
+ <Platform value="Win32">True</Platform>
|
|
|
|
|
+ <Platform value="Win64">False</Platform>
|
|
|
|
|
+ </Platforms>
|
|
|
<Deployment Version="3">
|
|
<Deployment Version="3">
|
|
|
- <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin\cc32270mt.dll" Class="DependencyModule">
|
|
|
|
|
|
|
+ <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin\cc32c260.dll" Class="DependencyModule">
|
|
|
<Platform Name="Win32">
|
|
<Platform Name="Win32">
|
|
|
<Overwrite>true</Overwrite>
|
|
<Overwrite>true</Overwrite>
|
|
|
</Platform>
|
|
</Platform>
|
|
|
</DeployFile>
|
|
</DeployFile>
|
|
|
- <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin\cc32160mt.dll" Class="DependencyModule"/>
|
|
|
|
|
- <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin\cc32c270mt.dll" Class="DependencyModule">
|
|
|
|
|
- <Platform Name="Win32">
|
|
|
|
|
|
|
+ <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\osx64\libcgstl.dylib" Class="DependencyModule">
|
|
|
|
|
+ <Platform Name="OSX64">
|
|
|
<Overwrite>true</Overwrite>
|
|
<Overwrite>true</Overwrite>
|
|
|
</Platform>
|
|
</Platform>
|
|
|
</DeployFile>
|
|
</DeployFile>
|
|
|
- <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin\cc32c270.dll" Class="DependencyModule">
|
|
|
|
|
|
|
+ <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin\cc32260mt.dll" Class="DependencyModule">
|
|
|
<Platform Name="Win32">
|
|
<Platform Name="Win32">
|
|
|
<Overwrite>true</Overwrite>
|
|
<Overwrite>true</Overwrite>
|
|
|
</Platform>
|
|
</Platform>
|
|
|
</DeployFile>
|
|
</DeployFile>
|
|
|
- <DeployFile Condition="'$(UsingDelphiRTL)'=='true'" LocalName="$(BDS)\bin64\borlndmm.dll" Class="DependencyModule">
|
|
|
|
|
- <Platform Name="Win64">
|
|
|
|
|
|
|
+ <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin\cc32260.dll" Class="DependencyModule">
|
|
|
|
|
+ <Platform Name="Win32">
|
|
|
<Overwrite>true</Overwrite>
|
|
<Overwrite>true</Overwrite>
|
|
|
</Platform>
|
|
</Platform>
|
|
|
</DeployFile>
|
|
</DeployFile>
|
|
|
- <DeployFile Condition="'$(DynamicRTL)'=='true'" LocalName="$(BDS)\Redist\osx32\libcgcrtl.dylib" Class="DependencyModule">
|
|
|
|
|
|
|
+ <DeployFile Condition="'$(DynamicRTL)'=='true'" LocalName="$(BDS)\Redist\osx32\libcgstl.dylib" Class="DependencyModule">
|
|
|
<Platform Name="OSX32">
|
|
<Platform Name="OSX32">
|
|
|
<Overwrite>true</Overwrite>
|
|
<Overwrite>true</Overwrite>
|
|
|
</Platform>
|
|
</Platform>
|
|
@@ -242,40 +275,44 @@
|
|
|
<Overwrite>true</Overwrite>
|
|
<Overwrite>true</Overwrite>
|
|
|
</Platform>
|
|
</Platform>
|
|
|
</DeployFile>
|
|
</DeployFile>
|
|
|
- <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin64\cc64160.dll" Class="DependencyModule"/>
|
|
|
|
|
- <DeployFile LocalName=".\Win32\Debug\Pawn.tds" Configuration="Debug" Class="DebugSymbols"/>
|
|
|
|
|
- <DeployFile Condition="'$(DynamicRTL)'=='true'" LocalName="$(BDS)\Redist\osx32\libcgstl.dylib" Class="DependencyModule">
|
|
|
|
|
- <Platform Name="OSX32">
|
|
|
|
|
|
|
+ <DeployFile Condition="'$(UsingDelphiRTL)'=='true'" LocalName="$(BDS)\bin64\borlndmm.dll" Class="DependencyModule">
|
|
|
|
|
+ <Platform Name="Win64">
|
|
|
<Overwrite>true</Overwrite>
|
|
<Overwrite>true</Overwrite>
|
|
|
</Platform>
|
|
</Platform>
|
|
|
</DeployFile>
|
|
</DeployFile>
|
|
|
- <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin\cc32230mt.dll" Class="DependencyModule"/>
|
|
|
|
|
- <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin\cc32230.dll" Class="DependencyModule"/>
|
|
|
|
|
- <DeployFile Condition="'$(DynamicRTL)'=='true'" LocalName="$(BDS)\Redist\osx64\libcgstl.dylib" Class="DependencyModule">
|
|
|
|
|
- <Platform Name="OSX64">
|
|
|
|
|
|
|
+ <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin64\cc64260mt.dll" Class="DependencyModule">
|
|
|
|
|
+ <Platform Name="Win64">
|
|
|
<Overwrite>true</Overwrite>
|
|
<Overwrite>true</Overwrite>
|
|
|
</Platform>
|
|
</Platform>
|
|
|
</DeployFile>
|
|
</DeployFile>
|
|
|
- <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin\cc32270.dll" Class="DependencyModule">
|
|
|
|
|
|
|
+ <DeployFile LocalName=".\DuckyC.tds" Configuration="Debug" Class="DebugSymbols">
|
|
|
<Platform Name="Win32">
|
|
<Platform Name="Win32">
|
|
|
|
|
+ <RemoteName>DuckyC.tds</RemoteName>
|
|
|
<Overwrite>true</Overwrite>
|
|
<Overwrite>true</Overwrite>
|
|
|
</Platform>
|
|
</Platform>
|
|
|
</DeployFile>
|
|
</DeployFile>
|
|
|
- <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin\cc32160.dll" Class="DependencyModule"/>
|
|
|
|
|
- <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin64\cc64270.dll" Class="DependencyModule">
|
|
|
|
|
- <Platform Name="Win64">
|
|
|
|
|
|
|
+ <DeployFile LocalName=".\DuckyC.exe" Configuration="Debug" Class="ProjectOutput">
|
|
|
|
|
+ <Platform Name="Win32">
|
|
|
|
|
+ <RemoteName>DuckyC.exe</RemoteName>
|
|
|
<Overwrite>true</Overwrite>
|
|
<Overwrite>true</Overwrite>
|
|
|
</Platform>
|
|
</Platform>
|
|
|
</DeployFile>
|
|
</DeployFile>
|
|
|
- <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin64\cc64160mt.dll" Class="DependencyModule"/>
|
|
|
|
|
- <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin64\cc64270mt.dll" Class="DependencyModule">
|
|
|
|
|
|
|
+ <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin64\cc64260.dll" Class="DependencyModule">
|
|
|
<Platform Name="Win64">
|
|
<Platform Name="Win64">
|
|
|
<Overwrite>true</Overwrite>
|
|
<Overwrite>true</Overwrite>
|
|
|
</Platform>
|
|
</Platform>
|
|
|
</DeployFile>
|
|
</DeployFile>
|
|
|
- <DeployFile LocalName=".\Win32\Debug\Pawn.exe" Configuration="Debug" Class="ProjectOutput"/>
|
|
|
|
|
- <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin64\cc64230mt.dll" Class="DependencyModule"/>
|
|
|
|
|
- <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin64\cc64230.dll" Class="DependencyModule"/>
|
|
|
|
|
|
|
+ <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin\cc32c260mt.dll" Class="DependencyModule">
|
|
|
|
|
+ <Platform Name="Win32">
|
|
|
|
|
+ <Overwrite>true</Overwrite>
|
|
|
|
|
+ </Platform>
|
|
|
|
|
+ </DeployFile>
|
|
|
|
|
+ <DeployFile LocalName="DuckyC.res" Configuration="Debug" Class="ProjectFile">
|
|
|
|
|
+ <Platform Name="Win32">
|
|
|
|
|
+ <RemoteDir>.\</RemoteDir>
|
|
|
|
|
+ <Overwrite>true</Overwrite>
|
|
|
|
|
+ </Platform>
|
|
|
|
|
+ </DeployFile>
|
|
|
<DeployFile Condition="'$(DynamicRTL)'=='true'" LocalName="$(BDS)\Redist\osx64\libcgcrtl.dylib" Class="DependencyModule">
|
|
<DeployFile Condition="'$(DynamicRTL)'=='true'" LocalName="$(BDS)\Redist\osx64\libcgcrtl.dylib" Class="DependencyModule">
|
|
|
<Platform Name="OSX64">
|
|
<Platform Name="OSX64">
|
|
|
<Overwrite>true</Overwrite>
|
|
<Overwrite>true</Overwrite>
|
|
@@ -298,20 +335,12 @@
|
|
|
<RemoteDir>classes</RemoteDir>
|
|
<RemoteDir>classes</RemoteDir>
|
|
|
<Operation>1</Operation>
|
|
<Operation>1</Operation>
|
|
|
</Platform>
|
|
</Platform>
|
|
|
- <Platform Name="Android64">
|
|
|
|
|
- <RemoteDir>classes</RemoteDir>
|
|
|
|
|
- <Operation>1</Operation>
|
|
|
|
|
- </Platform>
|
|
|
|
|
</DeployClass>
|
|
</DeployClass>
|
|
|
<DeployClass Name="AndroidFileProvider">
|
|
<DeployClass Name="AndroidFileProvider">
|
|
|
<Platform Name="Android">
|
|
<Platform Name="Android">
|
|
|
<RemoteDir>res\xml</RemoteDir>
|
|
<RemoteDir>res\xml</RemoteDir>
|
|
|
<Operation>1</Operation>
|
|
<Operation>1</Operation>
|
|
|
</Platform>
|
|
</Platform>
|
|
|
- <Platform Name="Android64">
|
|
|
|
|
- <RemoteDir>res\xml</RemoteDir>
|
|
|
|
|
- <Operation>1</Operation>
|
|
|
|
|
- </Platform>
|
|
|
|
|
</DeployClass>
|
|
</DeployClass>
|
|
|
<DeployClass Name="AndroidGDBServer">
|
|
<DeployClass Name="AndroidGDBServer">
|
|
|
<Platform Name="Android">
|
|
<Platform Name="Android">
|
|
@@ -324,242 +353,138 @@
|
|
|
<RemoteDir>library\lib\armeabi</RemoteDir>
|
|
<RemoteDir>library\lib\armeabi</RemoteDir>
|
|
|
<Operation>1</Operation>
|
|
<Operation>1</Operation>
|
|
|
</Platform>
|
|
</Platform>
|
|
|
- <Platform Name="Android64">
|
|
|
|
|
- <RemoteDir>library\lib\armeabi</RemoteDir>
|
|
|
|
|
- <Operation>1</Operation>
|
|
|
|
|
- </Platform>
|
|
|
|
|
- </DeployClass>
|
|
|
|
|
- <DeployClass Name="AndroidLibnativeArmeabiv7aFile">
|
|
|
|
|
- <Platform Name="Android64">
|
|
|
|
|
- <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
|
|
|
|
|
- <Operation>1</Operation>
|
|
|
|
|
- </Platform>
|
|
|
|
|
</DeployClass>
|
|
</DeployClass>
|
|
|
<DeployClass Name="AndroidLibnativeMipsFile">
|
|
<DeployClass Name="AndroidLibnativeMipsFile">
|
|
|
<Platform Name="Android">
|
|
<Platform Name="Android">
|
|
|
<RemoteDir>library\lib\mips</RemoteDir>
|
|
<RemoteDir>library\lib\mips</RemoteDir>
|
|
|
<Operation>1</Operation>
|
|
<Operation>1</Operation>
|
|
|
</Platform>
|
|
</Platform>
|
|
|
- <Platform Name="Android64">
|
|
|
|
|
- <RemoteDir>library\lib\mips</RemoteDir>
|
|
|
|
|
- <Operation>1</Operation>
|
|
|
|
|
- </Platform>
|
|
|
|
|
</DeployClass>
|
|
</DeployClass>
|
|
|
<DeployClass Name="AndroidServiceOutput">
|
|
<DeployClass Name="AndroidServiceOutput">
|
|
|
<Platform Name="Android">
|
|
<Platform Name="Android">
|
|
|
<RemoteDir>library\lib\armeabi-v7a</RemoteDir>
|
|
<RemoteDir>library\lib\armeabi-v7a</RemoteDir>
|
|
|
<Operation>1</Operation>
|
|
<Operation>1</Operation>
|
|
|
</Platform>
|
|
</Platform>
|
|
|
- <Platform Name="Android64">
|
|
|
|
|
- <RemoteDir>library\lib\arm64-v8a</RemoteDir>
|
|
|
|
|
- <Operation>1</Operation>
|
|
|
|
|
- </Platform>
|
|
|
|
|
- </DeployClass>
|
|
|
|
|
- <DeployClass Name="AndroidServiceOutput_Android32">
|
|
|
|
|
- <Platform Name="Android64">
|
|
|
|
|
- <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
|
|
|
|
|
- <Operation>1</Operation>
|
|
|
|
|
- </Platform>
|
|
|
|
|
</DeployClass>
|
|
</DeployClass>
|
|
|
<DeployClass Name="AndroidSplashImageDef">
|
|
<DeployClass Name="AndroidSplashImageDef">
|
|
|
<Platform Name="Android">
|
|
<Platform Name="Android">
|
|
|
<RemoteDir>res\drawable</RemoteDir>
|
|
<RemoteDir>res\drawable</RemoteDir>
|
|
|
<Operation>1</Operation>
|
|
<Operation>1</Operation>
|
|
|
</Platform>
|
|
</Platform>
|
|
|
- <Platform Name="Android64">
|
|
|
|
|
- <RemoteDir>res\drawable</RemoteDir>
|
|
|
|
|
- <Operation>1</Operation>
|
|
|
|
|
- </Platform>
|
|
|
|
|
</DeployClass>
|
|
</DeployClass>
|
|
|
<DeployClass Name="AndroidSplashStyles">
|
|
<DeployClass Name="AndroidSplashStyles">
|
|
|
<Platform Name="Android">
|
|
<Platform Name="Android">
|
|
|
<RemoteDir>res\values</RemoteDir>
|
|
<RemoteDir>res\values</RemoteDir>
|
|
|
<Operation>1</Operation>
|
|
<Operation>1</Operation>
|
|
|
</Platform>
|
|
</Platform>
|
|
|
- <Platform Name="Android64">
|
|
|
|
|
- <RemoteDir>res\values</RemoteDir>
|
|
|
|
|
- <Operation>1</Operation>
|
|
|
|
|
- </Platform>
|
|
|
|
|
</DeployClass>
|
|
</DeployClass>
|
|
|
<DeployClass Name="AndroidSplashStylesV21">
|
|
<DeployClass Name="AndroidSplashStylesV21">
|
|
|
<Platform Name="Android">
|
|
<Platform Name="Android">
|
|
|
<RemoteDir>res\values-v21</RemoteDir>
|
|
<RemoteDir>res\values-v21</RemoteDir>
|
|
|
<Operation>1</Operation>
|
|
<Operation>1</Operation>
|
|
|
</Platform>
|
|
</Platform>
|
|
|
- <Platform Name="Android64">
|
|
|
|
|
- <RemoteDir>res\values-v21</RemoteDir>
|
|
|
|
|
- <Operation>1</Operation>
|
|
|
|
|
- </Platform>
|
|
|
|
|
</DeployClass>
|
|
</DeployClass>
|
|
|
<DeployClass Name="Android_Colors">
|
|
<DeployClass Name="Android_Colors">
|
|
|
<Platform Name="Android">
|
|
<Platform Name="Android">
|
|
|
<RemoteDir>res\values</RemoteDir>
|
|
<RemoteDir>res\values</RemoteDir>
|
|
|
<Operation>1</Operation>
|
|
<Operation>1</Operation>
|
|
|
</Platform>
|
|
</Platform>
|
|
|
- <Platform Name="Android64">
|
|
|
|
|
- <RemoteDir>res\values</RemoteDir>
|
|
|
|
|
- <Operation>1</Operation>
|
|
|
|
|
- </Platform>
|
|
|
|
|
</DeployClass>
|
|
</DeployClass>
|
|
|
<DeployClass Name="Android_DefaultAppIcon">
|
|
<DeployClass Name="Android_DefaultAppIcon">
|
|
|
<Platform Name="Android">
|
|
<Platform Name="Android">
|
|
|
<RemoteDir>res\drawable</RemoteDir>
|
|
<RemoteDir>res\drawable</RemoteDir>
|
|
|
<Operation>1</Operation>
|
|
<Operation>1</Operation>
|
|
|
</Platform>
|
|
</Platform>
|
|
|
- <Platform Name="Android64">
|
|
|
|
|
- <RemoteDir>res\drawable</RemoteDir>
|
|
|
|
|
- <Operation>1</Operation>
|
|
|
|
|
- </Platform>
|
|
|
|
|
</DeployClass>
|
|
</DeployClass>
|
|
|
<DeployClass Name="Android_LauncherIcon144">
|
|
<DeployClass Name="Android_LauncherIcon144">
|
|
|
<Platform Name="Android">
|
|
<Platform Name="Android">
|
|
|
<RemoteDir>res\drawable-xxhdpi</RemoteDir>
|
|
<RemoteDir>res\drawable-xxhdpi</RemoteDir>
|
|
|
<Operation>1</Operation>
|
|
<Operation>1</Operation>
|
|
|
</Platform>
|
|
</Platform>
|
|
|
- <Platform Name="Android64">
|
|
|
|
|
- <RemoteDir>res\drawable-xxhdpi</RemoteDir>
|
|
|
|
|
- <Operation>1</Operation>
|
|
|
|
|
- </Platform>
|
|
|
|
|
</DeployClass>
|
|
</DeployClass>
|
|
|
<DeployClass Name="Android_LauncherIcon36">
|
|
<DeployClass Name="Android_LauncherIcon36">
|
|
|
<Platform Name="Android">
|
|
<Platform Name="Android">
|
|
|
<RemoteDir>res\drawable-ldpi</RemoteDir>
|
|
<RemoteDir>res\drawable-ldpi</RemoteDir>
|
|
|
<Operation>1</Operation>
|
|
<Operation>1</Operation>
|
|
|
</Platform>
|
|
</Platform>
|
|
|
- <Platform Name="Android64">
|
|
|
|
|
- <RemoteDir>res\drawable-ldpi</RemoteDir>
|
|
|
|
|
- <Operation>1</Operation>
|
|
|
|
|
- </Platform>
|
|
|
|
|
</DeployClass>
|
|
</DeployClass>
|
|
|
<DeployClass Name="Android_LauncherIcon48">
|
|
<DeployClass Name="Android_LauncherIcon48">
|
|
|
<Platform Name="Android">
|
|
<Platform Name="Android">
|
|
|
<RemoteDir>res\drawable-mdpi</RemoteDir>
|
|
<RemoteDir>res\drawable-mdpi</RemoteDir>
|
|
|
<Operation>1</Operation>
|
|
<Operation>1</Operation>
|
|
|
</Platform>
|
|
</Platform>
|
|
|
- <Platform Name="Android64">
|
|
|
|
|
- <RemoteDir>res\drawable-mdpi</RemoteDir>
|
|
|
|
|
- <Operation>1</Operation>
|
|
|
|
|
- </Platform>
|
|
|
|
|
</DeployClass>
|
|
</DeployClass>
|
|
|
<DeployClass Name="Android_LauncherIcon72">
|
|
<DeployClass Name="Android_LauncherIcon72">
|
|
|
<Platform Name="Android">
|
|
<Platform Name="Android">
|
|
|
<RemoteDir>res\drawable-hdpi</RemoteDir>
|
|
<RemoteDir>res\drawable-hdpi</RemoteDir>
|
|
|
<Operation>1</Operation>
|
|
<Operation>1</Operation>
|
|
|
</Platform>
|
|
</Platform>
|
|
|
- <Platform Name="Android64">
|
|
|
|
|
- <RemoteDir>res\drawable-hdpi</RemoteDir>
|
|
|
|
|
- <Operation>1</Operation>
|
|
|
|
|
- </Platform>
|
|
|
|
|
</DeployClass>
|
|
</DeployClass>
|
|
|
<DeployClass Name="Android_LauncherIcon96">
|
|
<DeployClass Name="Android_LauncherIcon96">
|
|
|
<Platform Name="Android">
|
|
<Platform Name="Android">
|
|
|
<RemoteDir>res\drawable-xhdpi</RemoteDir>
|
|
<RemoteDir>res\drawable-xhdpi</RemoteDir>
|
|
|
<Operation>1</Operation>
|
|
<Operation>1</Operation>
|
|
|
</Platform>
|
|
</Platform>
|
|
|
- <Platform Name="Android64">
|
|
|
|
|
- <RemoteDir>res\drawable-xhdpi</RemoteDir>
|
|
|
|
|
- <Operation>1</Operation>
|
|
|
|
|
- </Platform>
|
|
|
|
|
</DeployClass>
|
|
</DeployClass>
|
|
|
<DeployClass Name="Android_NotificationIcon24">
|
|
<DeployClass Name="Android_NotificationIcon24">
|
|
|
<Platform Name="Android">
|
|
<Platform Name="Android">
|
|
|
<RemoteDir>res\drawable-mdpi</RemoteDir>
|
|
<RemoteDir>res\drawable-mdpi</RemoteDir>
|
|
|
<Operation>1</Operation>
|
|
<Operation>1</Operation>
|
|
|
</Platform>
|
|
</Platform>
|
|
|
- <Platform Name="Android64">
|
|
|
|
|
- <RemoteDir>res\drawable-mdpi</RemoteDir>
|
|
|
|
|
- <Operation>1</Operation>
|
|
|
|
|
- </Platform>
|
|
|
|
|
</DeployClass>
|
|
</DeployClass>
|
|
|
<DeployClass Name="Android_NotificationIcon36">
|
|
<DeployClass Name="Android_NotificationIcon36">
|
|
|
<Platform Name="Android">
|
|
<Platform Name="Android">
|
|
|
<RemoteDir>res\drawable-hdpi</RemoteDir>
|
|
<RemoteDir>res\drawable-hdpi</RemoteDir>
|
|
|
<Operation>1</Operation>
|
|
<Operation>1</Operation>
|
|
|
</Platform>
|
|
</Platform>
|
|
|
- <Platform Name="Android64">
|
|
|
|
|
- <RemoteDir>res\drawable-hdpi</RemoteDir>
|
|
|
|
|
- <Operation>1</Operation>
|
|
|
|
|
- </Platform>
|
|
|
|
|
</DeployClass>
|
|
</DeployClass>
|
|
|
<DeployClass Name="Android_NotificationIcon48">
|
|
<DeployClass Name="Android_NotificationIcon48">
|
|
|
<Platform Name="Android">
|
|
<Platform Name="Android">
|
|
|
<RemoteDir>res\drawable-xhdpi</RemoteDir>
|
|
<RemoteDir>res\drawable-xhdpi</RemoteDir>
|
|
|
<Operation>1</Operation>
|
|
<Operation>1</Operation>
|
|
|
</Platform>
|
|
</Platform>
|
|
|
- <Platform Name="Android64">
|
|
|
|
|
- <RemoteDir>res\drawable-xhdpi</RemoteDir>
|
|
|
|
|
- <Operation>1</Operation>
|
|
|
|
|
- </Platform>
|
|
|
|
|
</DeployClass>
|
|
</DeployClass>
|
|
|
<DeployClass Name="Android_NotificationIcon72">
|
|
<DeployClass Name="Android_NotificationIcon72">
|
|
|
<Platform Name="Android">
|
|
<Platform Name="Android">
|
|
|
<RemoteDir>res\drawable-xxhdpi</RemoteDir>
|
|
<RemoteDir>res\drawable-xxhdpi</RemoteDir>
|
|
|
<Operation>1</Operation>
|
|
<Operation>1</Operation>
|
|
|
</Platform>
|
|
</Platform>
|
|
|
- <Platform Name="Android64">
|
|
|
|
|
- <RemoteDir>res\drawable-xxhdpi</RemoteDir>
|
|
|
|
|
- <Operation>1</Operation>
|
|
|
|
|
- </Platform>
|
|
|
|
|
</DeployClass>
|
|
</DeployClass>
|
|
|
<DeployClass Name="Android_NotificationIcon96">
|
|
<DeployClass Name="Android_NotificationIcon96">
|
|
|
<Platform Name="Android">
|
|
<Platform Name="Android">
|
|
|
<RemoteDir>res\drawable-xxxhdpi</RemoteDir>
|
|
<RemoteDir>res\drawable-xxxhdpi</RemoteDir>
|
|
|
<Operation>1</Operation>
|
|
<Operation>1</Operation>
|
|
|
</Platform>
|
|
</Platform>
|
|
|
- <Platform Name="Android64">
|
|
|
|
|
- <RemoteDir>res\drawable-xxxhdpi</RemoteDir>
|
|
|
|
|
- <Operation>1</Operation>
|
|
|
|
|
- </Platform>
|
|
|
|
|
</DeployClass>
|
|
</DeployClass>
|
|
|
<DeployClass Name="Android_SplashImage426">
|
|
<DeployClass Name="Android_SplashImage426">
|
|
|
<Platform Name="Android">
|
|
<Platform Name="Android">
|
|
|
<RemoteDir>res\drawable-small</RemoteDir>
|
|
<RemoteDir>res\drawable-small</RemoteDir>
|
|
|
<Operation>1</Operation>
|
|
<Operation>1</Operation>
|
|
|
</Platform>
|
|
</Platform>
|
|
|
- <Platform Name="Android64">
|
|
|
|
|
- <RemoteDir>res\drawable-small</RemoteDir>
|
|
|
|
|
- <Operation>1</Operation>
|
|
|
|
|
- </Platform>
|
|
|
|
|
</DeployClass>
|
|
</DeployClass>
|
|
|
<DeployClass Name="Android_SplashImage470">
|
|
<DeployClass Name="Android_SplashImage470">
|
|
|
<Platform Name="Android">
|
|
<Platform Name="Android">
|
|
|
<RemoteDir>res\drawable-normal</RemoteDir>
|
|
<RemoteDir>res\drawable-normal</RemoteDir>
|
|
|
<Operation>1</Operation>
|
|
<Operation>1</Operation>
|
|
|
</Platform>
|
|
</Platform>
|
|
|
- <Platform Name="Android64">
|
|
|
|
|
- <RemoteDir>res\drawable-normal</RemoteDir>
|
|
|
|
|
- <Operation>1</Operation>
|
|
|
|
|
- </Platform>
|
|
|
|
|
</DeployClass>
|
|
</DeployClass>
|
|
|
<DeployClass Name="Android_SplashImage640">
|
|
<DeployClass Name="Android_SplashImage640">
|
|
|
<Platform Name="Android">
|
|
<Platform Name="Android">
|
|
|
<RemoteDir>res\drawable-large</RemoteDir>
|
|
<RemoteDir>res\drawable-large</RemoteDir>
|
|
|
<Operation>1</Operation>
|
|
<Operation>1</Operation>
|
|
|
</Platform>
|
|
</Platform>
|
|
|
- <Platform Name="Android64">
|
|
|
|
|
- <RemoteDir>res\drawable-large</RemoteDir>
|
|
|
|
|
- <Operation>1</Operation>
|
|
|
|
|
- </Platform>
|
|
|
|
|
</DeployClass>
|
|
</DeployClass>
|
|
|
<DeployClass Name="Android_SplashImage960">
|
|
<DeployClass Name="Android_SplashImage960">
|
|
|
<Platform Name="Android">
|
|
<Platform Name="Android">
|
|
|
<RemoteDir>res\drawable-xlarge</RemoteDir>
|
|
<RemoteDir>res\drawable-xlarge</RemoteDir>
|
|
|
<Operation>1</Operation>
|
|
<Operation>1</Operation>
|
|
|
</Platform>
|
|
</Platform>
|
|
|
- <Platform Name="Android64">
|
|
|
|
|
- <RemoteDir>res\drawable-xlarge</RemoteDir>
|
|
|
|
|
- <Operation>1</Operation>
|
|
|
|
|
- </Platform>
|
|
|
|
|
</DeployClass>
|
|
</DeployClass>
|
|
|
<DeployClass Name="Android_Strings">
|
|
<DeployClass Name="Android_Strings">
|
|
|
<Platform Name="Android">
|
|
<Platform Name="Android">
|
|
|
<RemoteDir>res\values</RemoteDir>
|
|
<RemoteDir>res\values</RemoteDir>
|
|
|
<Operation>1</Operation>
|
|
<Operation>1</Operation>
|
|
|
</Platform>
|
|
</Platform>
|
|
|
- <Platform Name="Android64">
|
|
|
|
|
- <RemoteDir>res\values</RemoteDir>
|
|
|
|
|
- <Operation>1</Operation>
|
|
|
|
|
- </Platform>
|
|
|
|
|
</DeployClass>
|
|
</DeployClass>
|
|
|
<DeployClass Name="DebugSymbols">
|
|
<DeployClass Name="DebugSymbols">
|
|
|
<Platform Name="iOSSimulator">
|
|
<Platform Name="iOSSimulator">
|
|
@@ -648,9 +573,6 @@
|
|
|
<Platform Name="Android">
|
|
<Platform Name="Android">
|
|
|
<Operation>0</Operation>
|
|
<Operation>0</Operation>
|
|
|
</Platform>
|
|
</Platform>
|
|
|
- <Platform Name="Android64">
|
|
|
|
|
- <Operation>0</Operation>
|
|
|
|
|
- </Platform>
|
|
|
|
|
<Platform Name="iOSDevice32">
|
|
<Platform Name="iOSDevice32">
|
|
|
<Operation>0</Operation>
|
|
<Operation>0</Operation>
|
|
|
</Platform>
|
|
</Platform>
|
|
@@ -672,71 +594,272 @@
|
|
|
<Operation>0</Operation>
|
|
<Operation>0</Operation>
|
|
|
</Platform>
|
|
</Platform>
|
|
|
</DeployClass>
|
|
</DeployClass>
|
|
|
- <DeployClass Name="iPad_Launch2x">
|
|
|
|
|
|
|
+ <DeployClass Name="iPad_Launch1024x768">
|
|
|
|
|
+ <Platform Name="iOSDevice32">
|
|
|
|
|
+ <Operation>1</Operation>
|
|
|
|
|
+ </Platform>
|
|
|
<Platform Name="iOSDevice64">
|
|
<Platform Name="iOSDevice64">
|
|
|
- <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
|
|
|
|
|
<Operation>1</Operation>
|
|
<Operation>1</Operation>
|
|
|
</Platform>
|
|
</Platform>
|
|
|
<Platform Name="iOSSimulator">
|
|
<Platform Name="iOSSimulator">
|
|
|
- <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
|
|
|
|
|
<Operation>1</Operation>
|
|
<Operation>1</Operation>
|
|
|
</Platform>
|
|
</Platform>
|
|
|
</DeployClass>
|
|
</DeployClass>
|
|
|
- <DeployClass Name="iPad_LaunchDark2x">
|
|
|
|
|
|
|
+ <DeployClass Name="iPad_Launch1536x2048">
|
|
|
|
|
+ <Platform Name="iOSDevice32">
|
|
|
|
|
+ <Operation>1</Operation>
|
|
|
|
|
+ </Platform>
|
|
|
<Platform Name="iOSDevice64">
|
|
<Platform Name="iOSDevice64">
|
|
|
- <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
|
|
|
|
|
<Operation>1</Operation>
|
|
<Operation>1</Operation>
|
|
|
</Platform>
|
|
</Platform>
|
|
|
<Platform Name="iOSSimulator">
|
|
<Platform Name="iOSSimulator">
|
|
|
- <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
|
|
|
|
|
<Operation>1</Operation>
|
|
<Operation>1</Operation>
|
|
|
</Platform>
|
|
</Platform>
|
|
|
</DeployClass>
|
|
</DeployClass>
|
|
|
- <DeployClass Name="iPhone_Launch2x">
|
|
|
|
|
|
|
+ <DeployClass Name="iPad_Launch1668">
|
|
|
|
|
+ <Platform Name="iOSDevice32">
|
|
|
|
|
+ <Operation>1</Operation>
|
|
|
|
|
+ </Platform>
|
|
|
<Platform Name="iOSDevice64">
|
|
<Platform Name="iOSDevice64">
|
|
|
- <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
|
|
|
|
|
<Operation>1</Operation>
|
|
<Operation>1</Operation>
|
|
|
</Platform>
|
|
</Platform>
|
|
|
<Platform Name="iOSSimulator">
|
|
<Platform Name="iOSSimulator">
|
|
|
- <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
|
|
|
|
|
<Operation>1</Operation>
|
|
<Operation>1</Operation>
|
|
|
</Platform>
|
|
</Platform>
|
|
|
</DeployClass>
|
|
</DeployClass>
|
|
|
- <DeployClass Name="iPhone_Launch3x">
|
|
|
|
|
|
|
+ <DeployClass Name="iPad_Launch1668x2388">
|
|
|
|
|
+ <Platform Name="iOSDevice32">
|
|
|
|
|
+ <Operation>1</Operation>
|
|
|
|
|
+ </Platform>
|
|
|
<Platform Name="iOSDevice64">
|
|
<Platform Name="iOSDevice64">
|
|
|
- <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
|
|
|
|
|
<Operation>1</Operation>
|
|
<Operation>1</Operation>
|
|
|
</Platform>
|
|
</Platform>
|
|
|
<Platform Name="iOSSimulator">
|
|
<Platform Name="iOSSimulator">
|
|
|
- <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
|
|
|
|
|
<Operation>1</Operation>
|
|
<Operation>1</Operation>
|
|
|
</Platform>
|
|
</Platform>
|
|
|
</DeployClass>
|
|
</DeployClass>
|
|
|
- <DeployClass Name="iPhone_LaunchDark2x">
|
|
|
|
|
|
|
+ <DeployClass Name="iPad_Launch2048x1536">
|
|
|
|
|
+ <Platform Name="iOSDevice32">
|
|
|
|
|
+ <Operation>1</Operation>
|
|
|
|
|
+ </Platform>
|
|
|
<Platform Name="iOSDevice64">
|
|
<Platform Name="iOSDevice64">
|
|
|
- <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
|
|
|
|
|
<Operation>1</Operation>
|
|
<Operation>1</Operation>
|
|
|
</Platform>
|
|
</Platform>
|
|
|
<Platform Name="iOSSimulator">
|
|
<Platform Name="iOSSimulator">
|
|
|
- <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
|
|
|
|
|
<Operation>1</Operation>
|
|
<Operation>1</Operation>
|
|
|
</Platform>
|
|
</Platform>
|
|
|
</DeployClass>
|
|
</DeployClass>
|
|
|
- <DeployClass Name="iPhone_LaunchDark3x">
|
|
|
|
|
|
|
+ <DeployClass Name="iPad_Launch2048x2732">
|
|
|
|
|
+ <Platform Name="iOSDevice32">
|
|
|
|
|
+ <Operation>1</Operation>
|
|
|
|
|
+ </Platform>
|
|
|
<Platform Name="iOSDevice64">
|
|
<Platform Name="iOSDevice64">
|
|
|
- <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
|
|
|
|
|
<Operation>1</Operation>
|
|
<Operation>1</Operation>
|
|
|
</Platform>
|
|
</Platform>
|
|
|
<Platform Name="iOSSimulator">
|
|
<Platform Name="iOSSimulator">
|
|
|
- <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
|
|
|
|
|
<Operation>1</Operation>
|
|
<Operation>1</Operation>
|
|
|
</Platform>
|
|
</Platform>
|
|
|
</DeployClass>
|
|
</DeployClass>
|
|
|
- <DeployClass Name="ProjectAndroidManifest">
|
|
|
|
|
- <Platform Name="Android">
|
|
|
|
|
|
|
+ <DeployClass Name="iPad_Launch2224">
|
|
|
|
|
+ <Platform Name="iOSDevice32">
|
|
|
|
|
+ <Operation>1</Operation>
|
|
|
|
|
+ </Platform>
|
|
|
|
|
+ <Platform Name="iOSDevice64">
|
|
|
<Operation>1</Operation>
|
|
<Operation>1</Operation>
|
|
|
</Platform>
|
|
</Platform>
|
|
|
- <Platform Name="Android64">
|
|
|
|
|
|
|
+ <Platform Name="iOSSimulator">
|
|
|
|
|
+ <Operation>1</Operation>
|
|
|
|
|
+ </Platform>
|
|
|
|
|
+ </DeployClass>
|
|
|
|
|
+ <DeployClass Name="iPad_Launch2388x1668">
|
|
|
|
|
+ <Platform Name="iOSDevice32">
|
|
|
|
|
+ <Operation>1</Operation>
|
|
|
|
|
+ </Platform>
|
|
|
|
|
+ <Platform Name="iOSDevice64">
|
|
|
|
|
+ <Operation>1</Operation>
|
|
|
|
|
+ </Platform>
|
|
|
|
|
+ <Platform Name="iOSSimulator">
|
|
|
|
|
+ <Operation>1</Operation>
|
|
|
|
|
+ </Platform>
|
|
|
|
|
+ </DeployClass>
|
|
|
|
|
+ <DeployClass Name="iPad_Launch2732x2048">
|
|
|
|
|
+ <Platform Name="iOSDevice32">
|
|
|
|
|
+ <Operation>1</Operation>
|
|
|
|
|
+ </Platform>
|
|
|
|
|
+ <Platform Name="iOSDevice64">
|
|
|
|
|
+ <Operation>1</Operation>
|
|
|
|
|
+ </Platform>
|
|
|
|
|
+ <Platform Name="iOSSimulator">
|
|
|
|
|
+ <Operation>1</Operation>
|
|
|
|
|
+ </Platform>
|
|
|
|
|
+ </DeployClass>
|
|
|
|
|
+ <DeployClass Name="iPad_Launch768x1024">
|
|
|
|
|
+ <Platform Name="iOSDevice32">
|
|
|
|
|
+ <Operation>1</Operation>
|
|
|
|
|
+ </Platform>
|
|
|
|
|
+ <Platform Name="iOSDevice64">
|
|
|
|
|
+ <Operation>1</Operation>
|
|
|
|
|
+ </Platform>
|
|
|
|
|
+ <Platform Name="iOSSimulator">
|
|
|
|
|
+ <Operation>1</Operation>
|
|
|
|
|
+ </Platform>
|
|
|
|
|
+ </DeployClass>
|
|
|
|
|
+ <DeployClass Name="iPhone_Launch1125">
|
|
|
|
|
+ <Platform Name="iOSDevice32">
|
|
|
|
|
+ <Operation>1</Operation>
|
|
|
|
|
+ </Platform>
|
|
|
|
|
+ <Platform Name="iOSDevice64">
|
|
|
|
|
+ <Operation>1</Operation>
|
|
|
|
|
+ </Platform>
|
|
|
|
|
+ <Platform Name="iOSSimulator">
|
|
|
|
|
+ <Operation>1</Operation>
|
|
|
|
|
+ </Platform>
|
|
|
|
|
+ </DeployClass>
|
|
|
|
|
+ <DeployClass Name="iPhone_Launch1136x640">
|
|
|
|
|
+ <Platform Name="iOSDevice32">
|
|
|
|
|
+ <Operation>1</Operation>
|
|
|
|
|
+ </Platform>
|
|
|
|
|
+ <Platform Name="iOSDevice64">
|
|
|
|
|
+ <Operation>1</Operation>
|
|
|
|
|
+ </Platform>
|
|
|
|
|
+ <Platform Name="iOSSimulator">
|
|
|
|
|
+ <Operation>1</Operation>
|
|
|
|
|
+ </Platform>
|
|
|
|
|
+ </DeployClass>
|
|
|
|
|
+ <DeployClass Name="iPhone_Launch1242">
|
|
|
|
|
+ <Platform Name="iOSDevice32">
|
|
|
|
|
+ <Operation>1</Operation>
|
|
|
|
|
+ </Platform>
|
|
|
|
|
+ <Platform Name="iOSDevice64">
|
|
|
|
|
+ <Operation>1</Operation>
|
|
|
|
|
+ </Platform>
|
|
|
|
|
+ <Platform Name="iOSSimulator">
|
|
|
|
|
+ <Operation>1</Operation>
|
|
|
|
|
+ </Platform>
|
|
|
|
|
+ </DeployClass>
|
|
|
|
|
+ <DeployClass Name="iPhone_Launch1242x2688">
|
|
|
|
|
+ <Platform Name="iOSDevice32">
|
|
|
|
|
+ <Operation>1</Operation>
|
|
|
|
|
+ </Platform>
|
|
|
|
|
+ <Platform Name="iOSDevice64">
|
|
|
|
|
+ <Operation>1</Operation>
|
|
|
|
|
+ </Platform>
|
|
|
|
|
+ <Platform Name="iOSSimulator">
|
|
|
|
|
+ <Operation>1</Operation>
|
|
|
|
|
+ </Platform>
|
|
|
|
|
+ </DeployClass>
|
|
|
|
|
+ <DeployClass Name="iPhone_Launch1334">
|
|
|
|
|
+ <Platform Name="iOSDevice32">
|
|
|
|
|
+ <Operation>1</Operation>
|
|
|
|
|
+ </Platform>
|
|
|
|
|
+ <Platform Name="iOSDevice64">
|
|
|
|
|
+ <Operation>1</Operation>
|
|
|
|
|
+ </Platform>
|
|
|
|
|
+ <Platform Name="iOSSimulator">
|
|
|
|
|
+ <Operation>1</Operation>
|
|
|
|
|
+ </Platform>
|
|
|
|
|
+ </DeployClass>
|
|
|
|
|
+ <DeployClass Name="iPhone_Launch1792">
|
|
|
|
|
+ <Platform Name="iOSDevice32">
|
|
|
|
|
+ <Operation>1</Operation>
|
|
|
|
|
+ </Platform>
|
|
|
|
|
+ <Platform Name="iOSDevice64">
|
|
|
|
|
+ <Operation>1</Operation>
|
|
|
|
|
+ </Platform>
|
|
|
|
|
+ <Platform Name="iOSSimulator">
|
|
|
|
|
+ <Operation>1</Operation>
|
|
|
|
|
+ </Platform>
|
|
|
|
|
+ </DeployClass>
|
|
|
|
|
+ <DeployClass Name="iPhone_Launch2208">
|
|
|
|
|
+ <Platform Name="iOSDevice32">
|
|
|
|
|
+ <Operation>1</Operation>
|
|
|
|
|
+ </Platform>
|
|
|
|
|
+ <Platform Name="iOSDevice64">
|
|
|
|
|
+ <Operation>1</Operation>
|
|
|
|
|
+ </Platform>
|
|
|
|
|
+ <Platform Name="iOSSimulator">
|
|
|
|
|
+ <Operation>1</Operation>
|
|
|
|
|
+ </Platform>
|
|
|
|
|
+ </DeployClass>
|
|
|
|
|
+ <DeployClass Name="iPhone_Launch2436">
|
|
|
|
|
+ <Platform Name="iOSDevice32">
|
|
|
|
|
+ <Operation>1</Operation>
|
|
|
|
|
+ </Platform>
|
|
|
|
|
+ <Platform Name="iOSDevice64">
|
|
|
|
|
+ <Operation>1</Operation>
|
|
|
|
|
+ </Platform>
|
|
|
|
|
+ <Platform Name="iOSSimulator">
|
|
|
|
|
+ <Operation>1</Operation>
|
|
|
|
|
+ </Platform>
|
|
|
|
|
+ </DeployClass>
|
|
|
|
|
+ <DeployClass Name="iPhone_Launch2688x1242">
|
|
|
|
|
+ <Platform Name="iOSDevice32">
|
|
|
|
|
+ <Operation>1</Operation>
|
|
|
|
|
+ </Platform>
|
|
|
|
|
+ <Platform Name="iOSDevice64">
|
|
|
|
|
+ <Operation>1</Operation>
|
|
|
|
|
+ </Platform>
|
|
|
|
|
+ <Platform Name="iOSSimulator">
|
|
|
|
|
+ <Operation>1</Operation>
|
|
|
|
|
+ </Platform>
|
|
|
|
|
+ </DeployClass>
|
|
|
|
|
+ <DeployClass Name="iPhone_Launch320">
|
|
|
|
|
+ <Platform Name="iOSDevice32">
|
|
|
|
|
+ <Operation>1</Operation>
|
|
|
|
|
+ </Platform>
|
|
|
|
|
+ <Platform Name="iOSDevice64">
|
|
|
|
|
+ <Operation>1</Operation>
|
|
|
|
|
+ </Platform>
|
|
|
|
|
+ <Platform Name="iOSSimulator">
|
|
|
|
|
+ <Operation>1</Operation>
|
|
|
|
|
+ </Platform>
|
|
|
|
|
+ </DeployClass>
|
|
|
|
|
+ <DeployClass Name="iPhone_Launch640">
|
|
|
|
|
+ <Platform Name="iOSDevice32">
|
|
|
|
|
+ <Operation>1</Operation>
|
|
|
|
|
+ </Platform>
|
|
|
|
|
+ <Platform Name="iOSDevice64">
|
|
|
|
|
+ <Operation>1</Operation>
|
|
|
|
|
+ </Platform>
|
|
|
|
|
+ <Platform Name="iOSSimulator">
|
|
|
|
|
+ <Operation>1</Operation>
|
|
|
|
|
+ </Platform>
|
|
|
|
|
+ </DeployClass>
|
|
|
|
|
+ <DeployClass Name="iPhone_Launch640x1136">
|
|
|
|
|
+ <Platform Name="iOSDevice32">
|
|
|
|
|
+ <Operation>1</Operation>
|
|
|
|
|
+ </Platform>
|
|
|
|
|
+ <Platform Name="iOSDevice64">
|
|
|
|
|
+ <Operation>1</Operation>
|
|
|
|
|
+ </Platform>
|
|
|
|
|
+ <Platform Name="iOSSimulator">
|
|
|
|
|
+ <Operation>1</Operation>
|
|
|
|
|
+ </Platform>
|
|
|
|
|
+ </DeployClass>
|
|
|
|
|
+ <DeployClass Name="iPhone_Launch750">
|
|
|
|
|
+ <Platform Name="iOSDevice32">
|
|
|
|
|
+ <Operation>1</Operation>
|
|
|
|
|
+ </Platform>
|
|
|
|
|
+ <Platform Name="iOSDevice64">
|
|
|
|
|
+ <Operation>1</Operation>
|
|
|
|
|
+ </Platform>
|
|
|
|
|
+ <Platform Name="iOSSimulator">
|
|
|
|
|
+ <Operation>1</Operation>
|
|
|
|
|
+ </Platform>
|
|
|
|
|
+ </DeployClass>
|
|
|
|
|
+ <DeployClass Name="iPhone_Launch828">
|
|
|
|
|
+ <Platform Name="iOSDevice32">
|
|
|
|
|
+ <Operation>1</Operation>
|
|
|
|
|
+ </Platform>
|
|
|
|
|
+ <Platform Name="iOSDevice64">
|
|
|
|
|
+ <Operation>1</Operation>
|
|
|
|
|
+ </Platform>
|
|
|
|
|
+ <Platform Name="iOSSimulator">
|
|
|
|
|
+ <Operation>1</Operation>
|
|
|
|
|
+ </Platform>
|
|
|
|
|
+ </DeployClass>
|
|
|
|
|
+ <DeployClass Name="ProjectAndroidManifest">
|
|
|
|
|
+ <Platform Name="Android">
|
|
|
<Operation>1</Operation>
|
|
<Operation>1</Operation>
|
|
|
</Platform>
|
|
</Platform>
|
|
|
</DeployClass>
|
|
</DeployClass>
|
|
@@ -779,16 +902,6 @@
|
|
|
<Operation>1</Operation>
|
|
<Operation>1</Operation>
|
|
|
</Platform>
|
|
</Platform>
|
|
|
</DeployClass>
|
|
</DeployClass>
|
|
|
- <DeployClass Name="ProjectiOSLaunchScreen">
|
|
|
|
|
- <Platform Name="iOSDevice64">
|
|
|
|
|
- <RemoteDir>..\$(PROJECTNAME).launchscreen</RemoteDir>
|
|
|
|
|
- <Operation>64</Operation>
|
|
|
|
|
- </Platform>
|
|
|
|
|
- <Platform Name="iOSSimulator">
|
|
|
|
|
- <RemoteDir>..\$(PROJECTNAME).launchscreen</RemoteDir>
|
|
|
|
|
- <Operation>64</Operation>
|
|
|
|
|
- </Platform>
|
|
|
|
|
- </DeployClass>
|
|
|
|
|
<DeployClass Name="ProjectiOSResource">
|
|
<DeployClass Name="ProjectiOSResource">
|
|
|
<Platform Name="iOSDevice32">
|
|
<Platform Name="iOSDevice32">
|
|
|
<Operation>1</Operation>
|
|
<Operation>1</Operation>
|
|
@@ -841,10 +954,6 @@
|
|
|
<RemoteDir>library\lib\armeabi-v7a</RemoteDir>
|
|
<RemoteDir>library\lib\armeabi-v7a</RemoteDir>
|
|
|
<Operation>1</Operation>
|
|
<Operation>1</Operation>
|
|
|
</Platform>
|
|
</Platform>
|
|
|
- <Platform Name="Android64">
|
|
|
|
|
- <RemoteDir>library\lib\arm64-v8a</RemoteDir>
|
|
|
|
|
- <Operation>1</Operation>
|
|
|
|
|
- </Platform>
|
|
|
|
|
<Platform Name="iOSDevice32">
|
|
<Platform Name="iOSDevice32">
|
|
|
<Operation>1</Operation>
|
|
<Operation>1</Operation>
|
|
|
</Platform>
|
|
</Platform>
|
|
@@ -869,12 +978,6 @@
|
|
|
<Operation>0</Operation>
|
|
<Operation>0</Operation>
|
|
|
</Platform>
|
|
</Platform>
|
|
|
</DeployClass>
|
|
</DeployClass>
|
|
|
- <DeployClass Name="ProjectOutput_Android32">
|
|
|
|
|
- <Platform Name="Android64">
|
|
|
|
|
- <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
|
|
|
|
|
- <Operation>1</Operation>
|
|
|
|
|
- </Platform>
|
|
|
|
|
- </DeployClass>
|
|
|
|
|
<DeployClass Name="ProjectUWPManifest">
|
|
<DeployClass Name="ProjectUWPManifest">
|
|
|
<Platform Name="Win32">
|
|
<Platform Name="Win32">
|
|
|
<Operation>1</Operation>
|
|
<Operation>1</Operation>
|
|
@@ -903,25 +1006,20 @@
|
|
|
<Operation>1</Operation>
|
|
<Operation>1</Operation>
|
|
|
</Platform>
|
|
</Platform>
|
|
|
</DeployClass>
|
|
</DeployClass>
|
|
|
- <ProjectRoot Platform="Win64" Name="$(PROJECTNAME)"/>
|
|
|
|
|
<ProjectRoot Platform="iOSDevice64" Name="$(PROJECTNAME).app"/>
|
|
<ProjectRoot Platform="iOSDevice64" Name="$(PROJECTNAME).app"/>
|
|
|
|
|
+ <ProjectRoot Platform="Win64" Name="$(PROJECTNAME)"/>
|
|
|
<ProjectRoot Platform="iOSDevice32" Name="$(PROJECTNAME).app"/>
|
|
<ProjectRoot Platform="iOSDevice32" Name="$(PROJECTNAME).app"/>
|
|
|
- <ProjectRoot Platform="Win32" Name="$(PROJECTNAME)"/>
|
|
|
|
|
<ProjectRoot Platform="Linux64" Name="$(PROJECTNAME)"/>
|
|
<ProjectRoot Platform="Linux64" Name="$(PROJECTNAME)"/>
|
|
|
|
|
+ <ProjectRoot Platform="Win32" Name="$(PROJECTNAME)"/>
|
|
|
<ProjectRoot Platform="OSX32" Name="$(PROJECTNAME).app"/>
|
|
<ProjectRoot Platform="OSX32" Name="$(PROJECTNAME).app"/>
|
|
|
<ProjectRoot Platform="Android" Name="$(PROJECTNAME)"/>
|
|
<ProjectRoot Platform="Android" Name="$(PROJECTNAME)"/>
|
|
|
<ProjectRoot Platform="OSX64" Name="$(PROJECTNAME).app"/>
|
|
<ProjectRoot Platform="OSX64" Name="$(PROJECTNAME).app"/>
|
|
|
<ProjectRoot Platform="iOSSimulator" Name="$(PROJECTNAME).app"/>
|
|
<ProjectRoot Platform="iOSSimulator" Name="$(PROJECTNAME).app"/>
|
|
|
- <ProjectRoot Platform="Android64" Name="$(PROJECTNAME)"/>
|
|
|
|
|
</Deployment>
|
|
</Deployment>
|
|
|
- <Platforms>
|
|
|
|
|
- <Platform value="Win32">True</Platform>
|
|
|
|
|
- <Platform value="Win64">False</Platform>
|
|
|
|
|
- </Platforms>
|
|
|
|
|
</BorlandProject>
|
|
</BorlandProject>
|
|
|
<ProjectFileVersion>12</ProjectFileVersion>
|
|
<ProjectFileVersion>12</ProjectFileVersion>
|
|
|
</ProjectExtensions>
|
|
</ProjectExtensions>
|
|
|
- <Import Project="$(BDS)\Bin\CodeGear.Cpp.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Cpp.Targets')"/>
|
|
|
|
|
<Import Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj" Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')"/>
|
|
<Import Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj" Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')"/>
|
|
|
|
|
+ <Import Project="$(BDS)\Bin\CodeGear.Cpp.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Cpp.Targets')"/>
|
|
|
<Import Project="$(MSBuildProjectName).deployproj" Condition="Exists('$(MSBuildProjectName).deployproj')"/>
|
|
<Import Project="$(MSBuildProjectName).deployproj" Condition="Exists('$(MSBuildProjectName).deployproj')"/>
|
|
|
</Project>
|
|
</Project>
|