Develop and Download Open Source Software

Browse Subversion Repository

Diff of /reversi.dproj

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2 by yamat0jp, Sat Jul 11 06:06:32 2015 UTC revision 34 by yamat0jp, Sun Aug 23 05:26:29 2015 UTC
# Line 1  Line 1 
1  <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">  <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2      <PropertyGroup>      <PropertyGroup>
3          <ProjectGuid>{F6681411-06C9-4C3E-814E-05DCAEE2667B}</ProjectGuid>          <ProjectGuid>{D39FBA16-6899-4BA9-BB22-47C1DB48AFEF}</ProjectGuid>
4          <ProjectVersion>16.1</ProjectVersion>          <ProjectVersion>16.1</ProjectVersion>
5          <FrameworkType>VCL</FrameworkType>          <FrameworkType>FMX</FrameworkType>
6          <MainSource>reversi.dpr</MainSource>          <MainSource>reversi.dpr</MainSource>
7          <Base>True</Base>          <Base>True</Base>
8          <Config Condition="'$(Config)'==''">Debug</Config>          <Config Condition="'$(Config)'==''">Release</Config>
9          <Platform Condition="'$(Platform)'==''">Win32</Platform>          <Platform Condition="'$(Platform)'==''">Win32</Platform>
10          <TargetedPlatforms>1</TargetedPlatforms>          <TargetedPlatforms>95</TargetedPlatforms>
11          <AppType>Application</AppType>          <AppType>Application</AppType>
12      </PropertyGroup>      </PropertyGroup>
13      <PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">      <PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">
14          <Base>true</Base>          <Base>true</Base>
15      </PropertyGroup>      </PropertyGroup>
16        <PropertyGroup Condition="('$(Platform)'=='Android' and '$(Base)'=='true') or '$(Base_Android)'!=''">
17            <Base_Android>true</Base_Android>
18            <CfgParent>Base</CfgParent>
19            <Base>true</Base>
20        </PropertyGroup>
21        <PropertyGroup Condition="('$(Platform)'=='iOSDevice' and '$(Base)'=='true') or '$(Base_iOSDevice)'!=''">
22            <Base_iOSDevice>true</Base_iOSDevice>
23            <CfgParent>Base</CfgParent>
24            <Base>true</Base>
25        </PropertyGroup>
26        <PropertyGroup Condition="('$(Platform)'=='iOSSimulator' and '$(Base)'=='true') or '$(Base_iOSSimulator)'!=''">
27            <Base_iOSSimulator>true</Base_iOSSimulator>
28            <CfgParent>Base</CfgParent>
29            <Base>true</Base>
30        </PropertyGroup>
31        <PropertyGroup Condition="('$(Platform)'=='OSX32' and '$(Base)'=='true') or '$(Base_OSX32)'!=''">
32            <Base_OSX32>true</Base_OSX32>
33            <CfgParent>Base</CfgParent>
34            <Base>true</Base>
35        </PropertyGroup>
36      <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Base)'=='true') or '$(Base_Win32)'!=''">      <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Base)'=='true') or '$(Base_Win32)'!=''">
37          <Base_Win32>true</Base_Win32>          <Base_Win32>true</Base_Win32>
38          <CfgParent>Base</CfgParent>          <CfgParent>Base</CfgParent>
# Line 28  Line 48 
48          <CfgParent>Base</CfgParent>          <CfgParent>Base</CfgParent>
49          <Base>true</Base>          <Base>true</Base>
50      </PropertyGroup>      </PropertyGroup>
51        <PropertyGroup Condition="('$(Platform)'=='Android' and '$(Cfg_1)'=='true') or '$(Cfg_1_Android)'!=''">
52            <Cfg_1_Android>true</Cfg_1_Android>
53            <CfgParent>Cfg_1</CfgParent>
54            <Cfg_1>true</Cfg_1>
55            <Base>true</Base>
56        </PropertyGroup>
57      <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_1)'=='true') or '$(Cfg_1_Win32)'!=''">      <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_1)'=='true') or '$(Cfg_1_Win32)'!=''">
58          <Cfg_1_Win32>true</Cfg_1_Win32>          <Cfg_1_Win32>true</Cfg_1_Win32>
59          <CfgParent>Cfg_1</CfgParent>          <CfgParent>Cfg_1</CfgParent>
# Line 40  Line 66 
66          <Base>true</Base>          <Base>true</Base>
67      </PropertyGroup>      </PropertyGroup>
68      <PropertyGroup Condition="'$(Base)'!=''">      <PropertyGroup Condition="'$(Base)'!=''">
69            <AUP_ACCESS_COARSE_LOCATION>true</AUP_ACCESS_COARSE_LOCATION>
70            <Icns_MainIcns>$(BDS)\bin\delphi_PROJECTICNS.icns</Icns_MainIcns>
71            <AUP_READ_PHONE_STATE>true</AUP_READ_PHONE_STATE>
72            <AUP_ACCESS_FINE_LOCATION>true</AUP_ACCESS_FINE_LOCATION>
73            <AUP_WRITE_CALENDAR>true</AUP_WRITE_CALENDAR>
74          <Icon_MainIcon>$(BDS)\bin\delphi_PROJECTICON.ico</Icon_MainIcon>          <Icon_MainIcon>$(BDS)\bin\delphi_PROJECTICON.ico</Icon_MainIcon>
75            <AUP_CAMERA>true</AUP_CAMERA>
76            <DCC_Namespace>System;Xml;Data;Datasnap;Web;Soap;$(DCC_Namespace)</DCC_Namespace>
77            <AUP_INTERNET>true</AUP_INTERNET>
78          <SanitizedProjectName>reversi</SanitizedProjectName>          <SanitizedProjectName>reversi</SanitizedProjectName>
79          <DCC_Namespace>System;Xml;Data;Datasnap;Web;Soap;Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;$(DCC_Namespace)</DCC_Namespace>          <AUP_READ_EXTERNAL_STORAGE>true</AUP_READ_EXTERNAL_STORAGE>
80            <AUP_READ_CALENDAR>true</AUP_READ_CALENDAR>
81            <AUP_CALL_PHONE>true</AUP_CALL_PHONE>
82            <AUP_WRITE_EXTERNAL_STORAGE>true</AUP_WRITE_EXTERNAL_STORAGE>
83          <DCC_DcuOutput>.\$(Platform)\$(Config)</DCC_DcuOutput>          <DCC_DcuOutput>.\$(Platform)\$(Config)</DCC_DcuOutput>
84          <DCC_ExeOutput>.\$(Platform)\$(Config)</DCC_ExeOutput>          <DCC_ExeOutput>.\$(Platform)\$(Config)</DCC_ExeOutput>
85          <DCC_E>false</DCC_E>          <DCC_E>false</DCC_E>
# Line 51  Line 88 
88          <DCC_F>false</DCC_F>          <DCC_F>false</DCC_F>
89          <DCC_K>false</DCC_K>          <DCC_K>false</DCC_K>
90      </PropertyGroup>      </PropertyGroup>
91        <PropertyGroup Condition="'$(Base_Android)'!=''">
92            <Android_LauncherIcon48>$(BDS)\bin\Artwork\Android\FM_LauncherIcon_48x48.png</Android_LauncherIcon48>
93            <Android_LauncherIcon36>$(BDS)\bin\Artwork\Android\FM_LauncherIcon_36x36.png</Android_LauncherIcon36>
94            <Android_SplashImage960>$(BDS)\bin\Artwork\Android\FM_SplashImage_960x720.png</Android_SplashImage960>
95            <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
96            <Android_SplashImage640>$(BDS)\bin\Artwork\Android\FM_SplashImage_640x480.png</Android_SplashImage640>
97            <Android_LauncherIcon144>$(BDS)\bin\Artwork\Android\FM_LauncherIcon_144x144.png</Android_LauncherIcon144>
98            <Android_SplashImage470>$(BDS)\bin\Artwork\Android\FM_SplashImage_470x320.png</Android_SplashImage470>
99            <Android_LauncherIcon96>$(BDS)\bin\Artwork\Android\FM_LauncherIcon_96x96.png</Android_LauncherIcon96>
100            <Android_SplashImage426>$(BDS)\bin\Artwork\Android\FM_SplashImage_426x320.png</Android_SplashImage426>
101            <Android_LauncherIcon72>$(BDS)\bin\Artwork\Android\FM_LauncherIcon_72x72.png</Android_LauncherIcon72>
102            <DCC_UsePackage>FireDACSqliteDriver;FireDACDSDriver;DBXSqliteDriver;fmx;IndySystem;tethering;DBXInterBaseDriver;DataSnapClient;DataSnapCommon;DataSnapProviderClient;DbxCommonDriver;dbxcds;fmxFireDAC;CustomIPTransport;dsnap;IndyIPServer;IndyCore;IndyIPCommon;CloudService;FmxTeeUI;FireDACIBDriver;DataSnapFireDAC;FireDACDBXDriver;soapserver;dsnapxml;bindcompfmx;RESTBackendComponents;emsclientfiredac;rtl;dbrtl;DbxClientDriver;FireDACCommon;bindcomp;xmlrtl;DataSnapNativeClient;ibxpress;IndyProtocols;FireDACCommonDriver;bindengine;bindcompdbx;soaprtl;FMXTee;emsclient;FireDAC;inet;soapmidas;RESTComponents;dbexpress;IndyIPClient;$(DCC_UsePackage)</DCC_UsePackage>
103            <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>
104            <BT_BuildType>Debug</BT_BuildType>
105        </PropertyGroup>
106        <PropertyGroup Condition="'$(Base_iOSDevice)'!=''">
107            <iPad_Launch2048>$(BDS)\bin\Artwork\iOS\iPad\FM_LaunchImageLandscape_2048x1496.png</iPad_Launch2048>
108            <iPhone_AppIcon120>$(BDS)\bin\Artwork\iOS\iPhone\FM_ApplicationIcon_120x120.png</iPhone_AppIcon120>
109            <VerInfo_BundleId>$(MSBuildProjectName)</VerInfo_BundleId>
110            <iPad_Launch1536x2048>$(BDS)\bin\Artwork\iOS\iPad\FM_LaunchImagePortrait_1536x2048.png</iPad_Launch1536x2048>
111            <iPad_Launch2048x1536>$(BDS)\bin\Artwork\iOS\iPad\FM_LaunchImageLandscape_2048x1536.png</iPad_Launch2048x1536>
112            <iPad_SpotLight40>$(BDS)\bin\Artwork\iOS\iPad\FM_SpotlightSearchIcon_40x40.png</iPad_SpotLight40>
113            <iPad_SpotLight50>$(BDS)\bin\Artwork\iOS\iPad\FM_SpotlightSearchIcon_50x50.png</iPad_SpotLight50>
114            <iPad_Launch1024x768>$(BDS)\bin\Artwork\iOS\iPad\FM_LaunchImageLandscape_1024x768.png</iPad_Launch1024x768>
115            <iPhone_AppIcon180>$(BDS)\bin\Artwork\iOS\iPhone\FM_ApplicationIcon_180x180.png</iPhone_AppIcon180>
116            <iPad_AppIcon72>$(BDS)\bin\Artwork\iOS\iPad\FM_ApplicationIcon_72x72.png</iPad_AppIcon72>
117            <iPad_SpotLight100>$(BDS)\bin\Artwork\iOS\iPad\FM_SpotlightSearchIcon_100x100.png</iPad_SpotLight100>
118            <iPhone_AppIcon114>$(BDS)\bin\Artwork\iOS\iPhone\FM_ApplicationIcon_114x114.png</iPhone_AppIcon114>
119            <iPad_Launch1536>$(BDS)\bin\Artwork\iOS\iPad\FM_LaunchImagePortrait_1536x2008.png</iPad_Launch1536>
120            <VerInfo_UIDeviceFamily>iPhoneAndiPad</VerInfo_UIDeviceFamily>
121            <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
122            <iPad_AppIcon152>$(BDS)\bin\Artwork\iOS\iPad\FM_ApplicationIcon_152x152.png</iPad_AppIcon152>
123            <iPad_Launch768x1024>$(BDS)\bin\Artwork\iOS\iPad\FM_LaunchImagePortrait_768x1024.png</iPad_Launch768x1024>
124            <iPad_Launch768>$(BDS)\bin\Artwork\iOS\iPad\FM_LaunchImagePortrait_768x1004.png</iPad_Launch768>
125            <iPhone_Spotlight80>$(BDS)\bin\Artwork\iOS\iPhone\FM_SpotlightSearchIcon_80x80.png</iPhone_Spotlight80>
126            <iPad_AppIcon76>$(BDS)\bin\Artwork\iOS\iPad\FM_ApplicationIcon_76x76.png</iPad_AppIcon76>
127            <iPhone_AppIcon57>$(BDS)\bin\Artwork\iOS\iPhone\FM_ApplicationIcon_57x57.png</iPhone_AppIcon57>
128            <iPhone_AppIcon60>$(BDS)\bin\Artwork\iOS\iPhone\FM_ApplicationIcon_60x60.png</iPhone_AppIcon60>
129            <iPhone_Spotlight29>$(BDS)\bin\Artwork\iOS\iPhone\FM_SpotlightSearchIcon_29x29.png</iPhone_Spotlight29>
130            <iPad_Setting29>$(BDS)\bin\Artwork\iOS\iPad\FM_SettingIcon_29x29.png</iPad_Setting29>
131            <BT_BuildType>Debug</BT_BuildType>
132            <iPhone_Launch750>$(BDS)\bin\Artwork\iOS\iPhone\FM_LaunchImage_750x1334.png</iPhone_Launch750>
133            <iPhone_Launch1242>$(BDS)\bin\Artwork\iOS\iPhone\FM_LaunchImage_1242x2208.png</iPhone_Launch1242>
134            <iPhone_Launch640>$(BDS)\bin\Artwork\iOS\iPhone\FM_LaunchImage_640x960.png</iPhone_Launch640>
135            <iPhone_AppIcon87>$(BDS)\bin\Artwork\iOS\iPhone\FM_ApplicationIcon_87x87.png</iPhone_AppIcon87>
136            <iPhone_Launch320>$(BDS)\bin\Artwork\iOS\iPhone\FM_LaunchImage_320x480.png</iPhone_Launch320>
137            <iPad_Launch1024>$(BDS)\bin\Artwork\iOS\iPad\FM_LaunchImageLandscape_1024x748.png</iPad_Launch1024>
138            <iPhone_Spotlight40>$(BDS)\bin\Artwork\iOS\iPhone\FM_SpotlightSearchIcon_40x40.png</iPhone_Spotlight40>
139            <DCC_UsePackage>FireDACSqliteDriver;FireDACDSDriver;DBXSqliteDriver;fmx;IndySystem;tethering;DBXInterBaseDriver;DataSnapClient;DataSnapCommon;DataSnapProviderClient;DbxCommonDriver;dbxcds;fmxFireDAC;CustomIPTransport;dsnap;IndyIPServer;fmxase;IndyCore;IndyIPCommon;CloudService;FmxTeeUI;FireDACIBDriver;DataSnapFireDAC;FireDACDBXDriver;soapserver;dsnapxml;bindcompfmx;RESTBackendComponents;emsclientfiredac;rtl;dbrtl;DbxClientDriver;FireDACCommon;bindcomp;xmlrtl;DataSnapNativeClient;ibxpress;IndyProtocols;FireDACCommonDriver;bindengine;bindcompdbx;soaprtl;FMXTee;emsclient;FireDAC;inet;soapmidas;RESTComponents;dbexpress;IndyIPClient;$(DCC_UsePackage)</DCC_UsePackage>
140            <iPad_SpotLight80>$(BDS)\bin\Artwork\iOS\iPad\FM_SpotlightSearchIcon_80x80.png</iPad_SpotLight80>
141            <iPhone_Launch2208>$(BDS)\bin\Artwork\iOS\iPhone\FM_LaunchImage_2208x1242.png</iPhone_Launch2208>
142            <iPhone_Spotlight58>$(BDS)\bin\Artwork\iOS\iPhone\FM_SpotlightSearchIcon_58x58.png</iPhone_Spotlight58>
143            <iPhone_Launch640x1136>$(BDS)\bin\Artwork\iOS\iPhone\FM_LaunchImage_640x1136.png</iPhone_Launch640x1136>
144            <VerInfo_Keys>CFBundleName=$(MSBuildProjectName);CFBundleDevelopmentRegion=ja;CFBundleDisplayName=$(MSBuildProjectName);CFBundleIdentifier=$(MSBuildProjectName);CFBundleInfoDictionaryVersion=7.1;CFBundleVersion=1.0.0.0;CFBundlePackageType=APPL;CFBundleSignature=????;LSRequiresIPhoneOS=true;CFBundleAllowMixedLocalizations=YES;CFBundleExecutable=$(MSBuildProjectName);UIDeviceFamily=iPhone &amp; iPad;CFBundleResourceSpecification=ResourceRules.plist</VerInfo_Keys>
145            <iPad_AppIcon144>$(BDS)\bin\Artwork\iOS\iPad\FM_ApplicationIcon_144x144.png</iPad_AppIcon144>
146            <iPad_Setting58>$(BDS)\bin\Artwork\iOS\iPad\FM_SettingIcon_58x58.png</iPad_Setting58>
147        </PropertyGroup>
148        <PropertyGroup Condition="'$(Base_iOSSimulator)'!=''">
149            <iPad_Launch2048>$(BDS)\bin\Artwork\iOS\iPad\FM_LaunchImageLandscape_2048x1496.png</iPad_Launch2048>
150            <iPhone_AppIcon120>$(BDS)\bin\Artwork\iOS\iPhone\FM_ApplicationIcon_120x120.png</iPhone_AppIcon120>
151            <iPad_Launch1536x2048>$(BDS)\bin\Artwork\iOS\iPad\FM_LaunchImagePortrait_1536x2048.png</iPad_Launch1536x2048>
152            <iPad_Launch2048x1536>$(BDS)\bin\Artwork\iOS\iPad\FM_LaunchImageLandscape_2048x1536.png</iPad_Launch2048x1536>
153            <iPhone_AppIcon180>$(BDS)\bin\Artwork\iOS\iPhone\FM_ApplicationIcon_180x180.png</iPhone_AppIcon180>
154            <iPad_SpotLight40>$(BDS)\bin\Artwork\iOS\iPad\FM_SpotlightSearchIcon_40x40.png</iPad_SpotLight40>
155            <iPad_SpotLight50>$(BDS)\bin\Artwork\iOS\iPad\FM_SpotlightSearchIcon_50x50.png</iPad_SpotLight50>
156            <iPad_AppIcon72>$(BDS)\bin\Artwork\iOS\iPad\FM_ApplicationIcon_72x72.png</iPad_AppIcon72>
157            <iPad_Launch1024x768>$(BDS)\bin\Artwork\iOS\iPad\FM_LaunchImageLandscape_1024x768.png</iPad_Launch1024x768>
158            <iPad_Launch768x1024>$(BDS)\bin\Artwork\iOS\iPad\FM_LaunchImagePortrait_768x1024.png</iPad_Launch768x1024>
159            <iPad_Launch1536>$(BDS)\bin\Artwork\iOS\iPad\FM_LaunchImagePortrait_1536x2008.png</iPad_Launch1536>
160            <iPad_SpotLight100>$(BDS)\bin\Artwork\iOS\iPad\FM_SpotlightSearchIcon_100x100.png</iPad_SpotLight100>
161            <VerInfo_UIDeviceFamily>iPhoneAndiPad</VerInfo_UIDeviceFamily>
162            <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
163            <iPhone_AppIcon114>$(BDS)\bin\Artwork\iOS\iPhone\FM_ApplicationIcon_114x114.png</iPhone_AppIcon114>
164            <iPad_Launch768>$(BDS)\bin\Artwork\iOS\iPad\FM_LaunchImagePortrait_768x1004.png</iPad_Launch768>
165            <iPad_AppIcon152>$(BDS)\bin\Artwork\iOS\iPad\FM_ApplicationIcon_152x152.png</iPad_AppIcon152>
166            <iPhone_Spotlight80>$(BDS)\bin\Artwork\iOS\iPhone\FM_SpotlightSearchIcon_80x80.png</iPhone_Spotlight80>
167            <iPad_AppIcon76>$(BDS)\bin\Artwork\iOS\iPad\FM_ApplicationIcon_76x76.png</iPad_AppIcon76>
168            <iPhone_AppIcon57>$(BDS)\bin\Artwork\iOS\iPhone\FM_ApplicationIcon_57x57.png</iPhone_AppIcon57>
169            <iPhone_AppIcon60>$(BDS)\bin\Artwork\iOS\iPhone\FM_ApplicationIcon_60x60.png</iPhone_AppIcon60>
170            <iPad_Setting29>$(BDS)\bin\Artwork\iOS\iPad\FM_SettingIcon_29x29.png</iPad_Setting29>
171            <iPhone_Spotlight29>$(BDS)\bin\Artwork\iOS\iPhone\FM_SpotlightSearchIcon_29x29.png</iPhone_Spotlight29>
172            <iPhone_AppIcon87>$(BDS)\bin\Artwork\iOS\iPhone\FM_ApplicationIcon_87x87.png</iPhone_AppIcon87>
173            <iPhone_Launch750>$(BDS)\bin\Artwork\iOS\iPhone\FM_LaunchImage_750x1334.png</iPhone_Launch750>
174            <iPhone_Launch1242>$(BDS)\bin\Artwork\iOS\iPhone\FM_LaunchImage_1242x2208.png</iPhone_Launch1242>
175            <iPhone_Launch320>$(BDS)\bin\Artwork\iOS\iPhone\FM_LaunchImage_320x480.png</iPhone_Launch320>
176            <iPhone_Launch640>$(BDS)\bin\Artwork\iOS\iPhone\FM_LaunchImage_640x960.png</iPhone_Launch640>
177            <iPhone_Launch640x1136>$(BDS)\bin\Artwork\iOS\iPhone\FM_LaunchImage_640x1136.png</iPhone_Launch640x1136>
178            <DCC_UsePackage>FireDACSqliteDriver;FireDACDSDriver;DBXSqliteDriver;fmx;IndySystem;tethering;DBXInterBaseDriver;DataSnapClient;DataSnapCommon;DataSnapProviderClient;DbxCommonDriver;dbxcds;fmxFireDAC;CustomIPTransport;dsnap;IndyIPServer;fmxase;IndyCore;IndyIPCommon;CloudService;FmxTeeUI;FireDACIBDriver;DataSnapFireDAC;FireDACDBXDriver;soapserver;dsnapxml;bindcompfmx;RESTBackendComponents;emsclientfiredac;rtl;dbrtl;DbxClientDriver;FireDACCommon;bindcomp;xmlrtl;DataSnapNativeClient;ibxpress;IndyProtocols;FireDACCommonDriver;bindengine;bindcompdbx;soaprtl;FMXTee;emsclient;FireDAC;inet;soapmidas;RESTComponents;dbexpress;IndyIPClient;$(DCC_UsePackage)</DCC_UsePackage>
179            <iPad_Launch1024>$(BDS)\bin\Artwork\iOS\iPad\FM_LaunchImageLandscape_1024x748.png</iPad_Launch1024>
180            <iPad_SpotLight80>$(BDS)\bin\Artwork\iOS\iPad\FM_SpotlightSearchIcon_80x80.png</iPad_SpotLight80>
181            <iPhone_Launch2208>$(BDS)\bin\Artwork\iOS\iPhone\FM_LaunchImage_2208x1242.png</iPhone_Launch2208>
182            <iPhone_Spotlight40>$(BDS)\bin\Artwork\iOS\iPhone\FM_SpotlightSearchIcon_40x40.png</iPhone_Spotlight40>
183            <VerInfo_Keys>CFBundleName=$(MSBuildProjectName);CFBundleDevelopmentRegion=ja;CFBundleDisplayName=$(MSBuildProjectName);CFBundleIdentifier=$(MSBuildProjectName);CFBundleInfoDictionaryVersion=7.1;CFBundleVersion=1.0.0.0;CFBundlePackageType=APPL;CFBundleSignature=????;LSRequiresIPhoneOS=true;CFBundleAllowMixedLocalizations=YES;CFBundleExecutable=$(MSBuildProjectName);UIDeviceFamily=iPhone &amp; iPad;CFBundleResourceSpecification=ResourceRules.plist</VerInfo_Keys>
184            <iPhone_Spotlight58>$(BDS)\bin\Artwork\iOS\iPhone\FM_SpotlightSearchIcon_58x58.png</iPhone_Spotlight58>
185            <iPad_AppIcon144>$(BDS)\bin\Artwork\iOS\iPad\FM_ApplicationIcon_144x144.png</iPad_AppIcon144>
186            <iPad_Setting58>$(BDS)\bin\Artwork\iOS\iPad\FM_SettingIcon_58x58.png</iPad_Setting58>
187        </PropertyGroup>
188        <PropertyGroup Condition="'$(Base_OSX32)'!=''">
189            <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
190            <DCC_UsePackage>FireDACSqliteDriver;FireDACDSDriver;DBXSqliteDriver;FireDACPgDriver;fmx;IndySystem;tethering;DBXInterBaseDriver;DataSnapClient;DataSnapServer;DataSnapCommon;DataSnapProviderClient;DbxCommonDriver;dbxcds;fmxFireDAC;DBXOracleDriver;CustomIPTransport;dsnap;IndyIPServer;fmxase;IndyCore;IndyIPCommon;CloudService;FmxTeeUI;FireDACIBDriver;DataSnapFireDAC;FireDACDBXDriver;soapserver;inetdbxpress;dsnapxml;FireDACASADriver;bindcompfmx;FireDACODBCDriver;RESTBackendComponents;emsclientfiredac;rtl;dbrtl;DbxClientDriver;FireDACCommon;bindcomp;inetdb;xmlrtl;DataSnapNativeClient;ibxpress;IndyProtocols;DBXMySQLDriver;FireDACCommonDriver;bindengine;bindcompdbx;soaprtl;FMXTee;emsclient;FireDACMSSQLDriver;FireDAC;DBXInformixDriver;DataSnapServerMidas;DBXFirebirdDriver;inet;fmxobj;FireDACMySQLDriver;soapmidas;DBXSybaseASADriver;FireDACOracleDriver;fmxdae;RESTComponents;dbexpress;DataSnapIndy10ServerTransport;IndyIPClient;$(DCC_UsePackage)</DCC_UsePackage>
191            <VerInfo_Keys>CFBundleName=$(MSBuildProjectName);CFBundleDisplayName=$(MSBuildProjectName);CFBundleIdentifier=$(MSBuildProjectName);CFBundleVersion=1.0.0;CFBundlePackageType=APPL;CFBundleSignature=????;CFBundleAllowMixedLocalizations=YES;CFBundleExecutable=$(MSBuildProjectName);NSHighResolutionCapable=true;LSApplicationCategoryType=public.app-category.utilities</VerInfo_Keys>
192        </PropertyGroup>
193      <PropertyGroup Condition="'$(Base_Win32)'!=''">      <PropertyGroup Condition="'$(Base_Win32)'!=''">
194            <DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
195            <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
196            <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
197          <VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>          <VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
198          <DCC_UsePackage>FireDACSqliteDriver;FireDACDSDriver;DBXSqliteDriver;FireDACPgDriver;fmx;IndySystem;frxe21;TeeDB;tethering;vclib;DBXInterBaseDriver;DataSnapClient;DataSnapServer;DataSnapCommon;frx21;DataSnapProviderClient;DBXSybaseASEDriver;DbxCommonDriver;vclimg;dbxcds;DatasnapConnectorsFreePascal;MetropolisUILiveTile;vcldb;vcldsnap;fmxFireDAC;DBXDb2Driver;DBXOracleDriver;CustomIPTransport;vclribbon;dsnap;IndyIPServer;fmxase;vcl;IndyCore;DBXMSSQLDriver;IndyIPCommon;CloudService;FmxTeeUI;FireDACIBDriver;CodeSiteExpressPkg;DataSnapFireDAC;FireDACDBXDriver;soapserver;inetdbxpress;dsnapxml;FireDACInfxDriver;FireDACDb2Driver;adortl;FireDACASADriver;bindcompfmx;FireDACODBCDriver;RESTBackendComponents;emsclientfiredac;rtl;dbrtl;DbxClientDriver;FireDACCommon;bindcomp;inetdb;frxTee21;Tee;DBXOdbcDriver;frxDB21;vclFireDAC;xmlrtl;DataSnapNativeClient;svnui;ibxpress;IndyProtocols;DBXMySQLDriver;FireDACCommonDriver;bindengine;vclactnband;bindcompdbx;soaprtl;FMXTee;TeeUI;bindcompvcl;vclie;FireDACADSDriver;vcltouch;emsclient;VCLRESTComponents;FireDACMSSQLDriver;FireDAC;VclSmp;DBXInformixDriver;Intraweb;DataSnapConnectors;DataSnapServerMidas;dsnapcon;DBXFirebirdDriver;inet;fmxobj;FireDACMySQLDriver;soapmidas;vclx;svn;DBXSybaseASADriver;FireDACOracleDriver;fmxdae;RESTComponents;FireDACMSAccDriver;dbexpress;DataSnapIndy10ServerTransport;IndyIPClient;$(DCC_UsePackage)</DCC_UsePackage>          <DCC_UsePackage>FireDACSqliteDriver;FireDACDSDriver;DBXSqliteDriver;FireDACPgDriver;fmx;IndySystem;frxe21;TeeDB;tethering;vclib;DBXInterBaseDriver;DataSnapClient;DataSnapServer;DataSnapCommon;frx21;DataSnapProviderClient;DBXSybaseASEDriver;DbxCommonDriver;vclimg;dbxcds;DatasnapConnectorsFreePascal;MetropolisUILiveTile;vcldb;vcldsnap;fmxFireDAC;DBXDb2Driver;DBXOracleDriver;CustomIPTransport;vclribbon;dsnap;IndyIPServer;fmxase;vcl;IndyCore;DBXMSSQLDriver;IndyIPCommon;CloudService;FmxTeeUI;FireDACIBDriver;CodeSiteExpressPkg;DataSnapFireDAC;FireDACDBXDriver;soapserver;inetdbxpress;dsnapxml;FireDACInfxDriver;FireDACDb2Driver;adortl;FireDACASADriver;bindcompfmx;FireDACODBCDriver;RESTBackendComponents;emsclientfiredac;rtl;dbrtl;DbxClientDriver;FireDACCommon;bindcomp;inetdb;frxTee21;Tee;DBXOdbcDriver;frxDB21;vclFireDAC;xmlrtl;DataSnapNativeClient;svnui;ibxpress;IndyProtocols;DBXMySQLDriver;FireDACCommonDriver;bindengine;vclactnband;bindcompdbx;soaprtl;FMXTee;TeeUI;bindcompvcl;vclie;FireDACADSDriver;vcltouch;emsclient;VCLRESTComponents;FireDACMSSQLDriver;FireDAC;VclSmp;DBXInformixDriver;Intraweb;DataSnapConnectors;DataSnapServerMidas;dsnapcon;DBXFirebirdDriver;inet;fmxobj;FireDACMySQLDriver;soapmidas;vclx;svn;DBXSybaseASADriver;FireDACOracleDriver;fmxdae;RESTComponents;FireDACMSAccDriver;dbexpress;DataSnapIndy10ServerTransport;IndyIPClient;$(DCC_UsePackage)</DCC_UsePackage>
199          <VerInfo_Locale>1033</VerInfo_Locale>          <VerInfo_Locale>1033</VerInfo_Locale>
         <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>  
         <DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>  
         <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>  
200      </PropertyGroup>      </PropertyGroup>
201      <PropertyGroup Condition="'$(Base_Win64)'!=''">      <PropertyGroup Condition="'$(Base_Win64)'!=''">
202            <DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;$(DCC_Namespace)</DCC_Namespace>
203            <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
204            <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
205            <VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
206          <DCC_UsePackage>FireDACSqliteDriver;FireDACDSDriver;DBXSqliteDriver;FireDACPgDriver;fmx;IndySystem;TeeDB;tethering;vclib;DBXInterBaseDriver;DataSnapClient;DataSnapServer;DataSnapCommon;DataSnapProviderClient;DBXSybaseASEDriver;DbxCommonDriver;vclimg;dbxcds;DatasnapConnectorsFreePascal;MetropolisUILiveTile;vcldb;vcldsnap;fmxFireDAC;DBXDb2Driver;DBXOracleDriver;CustomIPTransport;vclribbon;dsnap;IndyIPServer;fmxase;vcl;IndyCore;DBXMSSQLDriver;IndyIPCommon;CloudService;FmxTeeUI;FireDACIBDriver;DataSnapFireDAC;FireDACDBXDriver;soapserver;inetdbxpress;dsnapxml;FireDACInfxDriver;FireDACDb2Driver;adortl;FireDACASADriver;bindcompfmx;FireDACODBCDriver;RESTBackendComponents;emsclientfiredac;rtl;dbrtl;DbxClientDriver;FireDACCommon;bindcomp;inetdb;Tee;DBXOdbcDriver;vclFireDAC;xmlrtl;DataSnapNativeClient;ibxpress;IndyProtocols;DBXMySQLDriver;FireDACCommonDriver;bindengine;vclactnband;bindcompdbx;soaprtl;FMXTee;TeeUI;bindcompvcl;vclie;FireDACADSDriver;vcltouch;emsclient;VCLRESTComponents;FireDACMSSQLDriver;FireDAC;VclSmp;DBXInformixDriver;Intraweb;DataSnapConnectors;DataSnapServerMidas;dsnapcon;DBXFirebirdDriver;inet;fmxobj;FireDACMySQLDriver;soapmidas;vclx;DBXSybaseASADriver;FireDACOracleDriver;fmxdae;RESTComponents;FireDACMSAccDriver;dbexpress;DataSnapIndy10ServerTransport;IndyIPClient;$(DCC_UsePackage)</DCC_UsePackage>          <DCC_UsePackage>FireDACSqliteDriver;FireDACDSDriver;DBXSqliteDriver;FireDACPgDriver;fmx;IndySystem;TeeDB;tethering;vclib;DBXInterBaseDriver;DataSnapClient;DataSnapServer;DataSnapCommon;DataSnapProviderClient;DBXSybaseASEDriver;DbxCommonDriver;vclimg;dbxcds;DatasnapConnectorsFreePascal;MetropolisUILiveTile;vcldb;vcldsnap;fmxFireDAC;DBXDb2Driver;DBXOracleDriver;CustomIPTransport;vclribbon;dsnap;IndyIPServer;fmxase;vcl;IndyCore;DBXMSSQLDriver;IndyIPCommon;CloudService;FmxTeeUI;FireDACIBDriver;DataSnapFireDAC;FireDACDBXDriver;soapserver;inetdbxpress;dsnapxml;FireDACInfxDriver;FireDACDb2Driver;adortl;FireDACASADriver;bindcompfmx;FireDACODBCDriver;RESTBackendComponents;emsclientfiredac;rtl;dbrtl;DbxClientDriver;FireDACCommon;bindcomp;inetdb;Tee;DBXOdbcDriver;vclFireDAC;xmlrtl;DataSnapNativeClient;ibxpress;IndyProtocols;DBXMySQLDriver;FireDACCommonDriver;bindengine;vclactnband;bindcompdbx;soaprtl;FMXTee;TeeUI;bindcompvcl;vclie;FireDACADSDriver;vcltouch;emsclient;VCLRESTComponents;FireDACMSSQLDriver;FireDAC;VclSmp;DBXInformixDriver;Intraweb;DataSnapConnectors;DataSnapServerMidas;dsnapcon;DBXFirebirdDriver;inet;fmxobj;FireDACMySQLDriver;soapmidas;vclx;DBXSybaseASADriver;FireDACOracleDriver;fmxdae;RESTComponents;FireDACMSAccDriver;dbexpress;DataSnapIndy10ServerTransport;IndyIPClient;$(DCC_UsePackage)</DCC_UsePackage>
207            <VerInfo_Locale>1033</VerInfo_Locale>
208      </PropertyGroup>      </PropertyGroup>
209      <PropertyGroup Condition="'$(Cfg_1)'!=''">      <PropertyGroup Condition="'$(Cfg_1)'!=''">
210          <DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>          <DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
# Line 70  Line 214 
214          <DCC_DebugInfoInExe>true</DCC_DebugInfoInExe>          <DCC_DebugInfoInExe>true</DCC_DebugInfoInExe>
215          <DCC_RemoteDebug>true</DCC_RemoteDebug>          <DCC_RemoteDebug>true</DCC_RemoteDebug>
216      </PropertyGroup>      </PropertyGroup>
217        <PropertyGroup Condition="'$(Cfg_1_Android)'!=''">
218            <DCC_DebugDCUs>false</DCC_DebugDCUs>
219            <Android_SplashGravity>center</Android_SplashGravity>
220            <VerInfo_Build>1</VerInfo_Build>
221            <Android_SplashTileMode>disabled</Android_SplashTileMode>
222        </PropertyGroup>
223      <PropertyGroup Condition="'$(Cfg_1_Win32)'!=''">      <PropertyGroup Condition="'$(Cfg_1_Win32)'!=''">
         <VerInfo_Locale>1033</VerInfo_Locale>  
224          <DCC_DebugDCUs>false</DCC_DebugDCUs>          <DCC_DebugDCUs>false</DCC_DebugDCUs>
225          <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>          <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
226            <VerInfo_Locale>1033</VerInfo_Locale>
227          <DCC_RemoteDebug>false</DCC_RemoteDebug>          <DCC_RemoteDebug>false</DCC_RemoteDebug>
228      </PropertyGroup>      </PropertyGroup>
229      <PropertyGroup Condition="'$(Cfg_2)'!=''">      <PropertyGroup Condition="'$(Cfg_2)'!=''">
# Line 88  Line 238 
238          </DelphiCompile>          </DelphiCompile>
239          <DCCReference Include="Unit1.pas">          <DCCReference Include="Unit1.pas">
240              <Form>Form1</Form>              <Form>Form1</Form>
241              <FormType>dfm</FormType>              <FormType>fmx</FormType>
242          </DCCReference>          </DCCReference>
243          <BuildConfiguration Include="Release">          <BuildConfiguration Include="Release">
244              <Key>Cfg_2</Key>              <Key>Cfg_2</Key>
# Line 118  Line 268 
268                  </Excluded_Packages>                  </Excluded_Packages>
269              </Delphi.Personality>              </Delphi.Personality>
270              <Deployment>              <Deployment>
271                    <DeployFile LocalName="Android\Release\AndroidManifest.xml" Configuration="Release" Class="ProjectAndroidManifest">
272                        <Platform Name="Android">
273                            <Overwrite>true</Overwrite>
274                        </Platform>
275                    </DeployFile>
276                    <DeployFile LocalName="e:\fuke masasi\embarcadero\studio\15.0\lib\android\debug\x86\libnative-activity.so" Configuration="Release" Class="AndroidLibnativeX86File">
277                        <Platform Name="Android">
278                            <RemoteName>libreversi.so</RemoteName>
279                            <Overwrite>true</Overwrite>
280                        </Platform>
281                    </DeployFile>
282                    <DeployFile LocalName="$(BDS)\bin\Artwork\Android\FM_SplashImage_640x480.png" Configuration="Release" Class="Android_SplashImage640">
283                        <Platform Name="Android">
284                            <RemoteName>splash_image.png</RemoteName>
285                            <Overwrite>true</Overwrite>
286                        </Platform>
287                    </DeployFile>
288                    <DeployFile LocalName="$(BDS)\bin\Artwork\Android\FM_SplashImage_640x480.png" Configuration="Debug" Class="Android_SplashImage640">
289                        <Platform Name="Android">
290                            <RemoteName>splash_image.png</RemoteName>
291                            <Overwrite>true</Overwrite>
292                        </Platform>
293                    </DeployFile>
294                    <DeployFile LocalName="$(BDS)\bin\Artwork\Android\FM_SplashImage_426x320.png" Configuration="Release" Class="Android_SplashImage426">
295                        <Platform Name="Android">
296                            <RemoteName>splash_image.png</RemoteName>
297                            <Overwrite>true</Overwrite>
298                        </Platform>
299                    </DeployFile>
300                    <DeployFile LocalName="Android\Debug\libreversi.so" Configuration="Debug" Class="ProjectOutput">
301                        <Platform Name="Android">
302                            <RemoteName>libreversi.so</RemoteName>
303                            <Overwrite>true</Overwrite>
304                        </Platform>
305                    </DeployFile>
306                    <DeployFile LocalName="$(BDS)\bin\Artwork\Android\FM_LauncherIcon_144x144.png" Configuration="Debug" Class="Android_LauncherIcon144">
307                        <Platform Name="Android">
308                            <RemoteName>ic_launcher.png</RemoteName>
309                            <Overwrite>true</Overwrite>
310                        </Platform>
311                    </DeployFile>
312                    <DeployFile LocalName="Android\Release\splash_image_def.xml" Configuration="Release" Class="AndroidSplashImageDef">
313                        <Platform Name="Android">
314                            <Overwrite>true</Overwrite>
315                        </Platform>
316                    </DeployFile>
317                    <DeployFile LocalName="e:\fuke masasi\embarcadero\studio\15.0\lib\android\debug\x86\libnative-activity.so" Configuration="Debug" Class="AndroidLibnativeX86File">
318                        <Platform Name="Android">
319                            <RemoteName>libreversi.so</RemoteName>
320                            <Overwrite>true</Overwrite>
321                        </Platform>
322                    </DeployFile>
323                    <DeployFile LocalName="Android\Debug\splash_image_def.xml" Configuration="Debug" Class="AndroidSplashImageDef">
324                        <Platform Name="Android">
325                            <Overwrite>true</Overwrite>
326                        </Platform>
327                    </DeployFile>
328                    <DeployFile LocalName="C:\Users\Public\Documents\Embarcadero\Studio\15.0\PlatformSDKs\android-ndk-r9c\prebuilt\android-arm\gdbserver\gdbserver" Configuration="Debug" Class="AndroidGDBServer">
329                        <Platform Name="Android">
330                            <Overwrite>true</Overwrite>
331                        </Platform>
332                    </DeployFile>
333                    <DeployFile LocalName="$(BDS)\Redist\osx32\libcgunwind.1.0.dylib" Class="DependencyModule">
334                        <Platform Name="OSX32">
335                            <Overwrite>true</Overwrite>
336                        </Platform>
337                        <Platform Name="iOSSimulator">
338                            <Overwrite>true</Overwrite>
339                        </Platform>
340                    </DeployFile>
341                  <DeployFile LocalName="Win32\Debug\reversi.exe" Configuration="Debug" Class="ProjectOutput">                  <DeployFile LocalName="Win32\Debug\reversi.exe" Configuration="Debug" Class="ProjectOutput">
342                      <Platform Name="Win32">                      <Platform Name="Win32">
343                          <RemoteName>reversi.exe</RemoteName>                          <RemoteName>reversi.exe</RemoteName>
344                          <Overwrite>true</Overwrite>                          <Overwrite>true</Overwrite>
345                      </Platform>                      </Platform>
346                  </DeployFile>                  </DeployFile>
347                    <DeployFile LocalName="$(BDS)\bin\Artwork\Android\FM_SplashImage_426x320.png" Configuration="Debug" Class="Android_SplashImage426">
348                        <Platform Name="Android">
349                            <RemoteName>splash_image.png</RemoteName>
350                            <Overwrite>true</Overwrite>
351                        </Platform>
352                    </DeployFile>
353                    <DeployFile LocalName="$(BDS)\bin\Artwork\Android\FM_LauncherIcon_96x96.png" Configuration="Debug" Class="Android_LauncherIcon96">
354                        <Platform Name="Android">
355                            <RemoteName>ic_launcher.png</RemoteName>
356                            <Overwrite>true</Overwrite>
357                        </Platform>
358                    </DeployFile>
359                    <DeployFile LocalName="$(BDS)\bin\Artwork\Android\FM_LauncherIcon_36x36.png" Configuration="Release" Class="Android_LauncherIcon36">
360                        <Platform Name="Android">
361                            <RemoteName>ic_launcher.png</RemoteName>
362                            <Overwrite>true</Overwrite>
363                        </Platform>
364                    </DeployFile>
365                    <DeployFile LocalName="e:\fuke masasi\embarcadero\studio\15.0\lib\android\debug\classes.dex" Configuration="Debug" Class="AndroidClassesDexFile">
366                        <Platform Name="Android">
367                            <RemoteName>classes.dex</RemoteName>
368                            <Overwrite>true</Overwrite>
369                        </Platform>
370                    </DeployFile>
371                    <DeployFile LocalName="e:\fuke masasi\embarcadero\studio\15.0\lib\android\release\armeabi\libnative-activity.so" Configuration="Release" Class="AndroidLibnativeArmeabiFile">
372                        <Platform Name="Android">
373                            <RemoteName>libreversi.so</RemoteName>
374                            <Overwrite>true</Overwrite>
375                        </Platform>
376                    </DeployFile>
377                    <DeployFile LocalName="e:\fuke masasi\embarcadero\studio\15.0\lib\android\debug\mips\libnative-activity.so" Configuration="Release" Class="AndroidLibnativeMipsFile">
378                        <Platform Name="Android">
379                            <RemoteName>libreversi.so</RemoteName>
380                            <Overwrite>true</Overwrite>
381                        </Platform>
382                    </DeployFile>
383                    <DeployFile LocalName="$(BDS)\bin\Artwork\Android\FM_LauncherIcon_36x36.png" Configuration="Debug" Class="Android_LauncherIcon36">
384                        <Platform Name="Android">
385                            <RemoteName>ic_launcher.png</RemoteName>
386                            <Overwrite>true</Overwrite>
387                        </Platform>
388                    </DeployFile>
389                    <DeployFile LocalName="e:\fuke masasi\embarcadero\studio\15.0\lib\android\release\classes.dex" Configuration="Release" Class="AndroidClassesDexFile">
390                        <Platform Name="Android">
391                            <RemoteName>classes.dex</RemoteName>
392                            <Overwrite>true</Overwrite>
393                        </Platform>
394                    </DeployFile>
395                    <DeployFile LocalName="$(BDS)\bin\Artwork\Android\FM_LauncherIcon_72x72.png" Configuration="Debug" Class="Android_LauncherIcon72">
396                        <Platform Name="Android">
397                            <RemoteName>ic_launcher.png</RemoteName>
398                            <Overwrite>true</Overwrite>
399                        </Platform>
400                    </DeployFile>
401                    <DeployFile LocalName="$(BDS)\bin\Artwork\Android\FM_SplashImage_470x320.png" Configuration="Debug" Class="Android_SplashImage470">
402                        <Platform Name="Android">
403                            <RemoteName>splash_image.png</RemoteName>
404                            <Overwrite>true</Overwrite>
405                        </Platform>
406                    </DeployFile>
407                    <DeployFile LocalName="e:\fuke masasi\embarcadero\studio\15.0\lib\android\debug\armeabi\libnative-activity.so" Configuration="Debug" Class="AndroidLibnativeArmeabiFile">
408                        <Platform Name="Android">
409                            <RemoteName>libreversi.so</RemoteName>
410                            <Overwrite>true</Overwrite>
411                        </Platform>
412                    </DeployFile>
413                    <DeployFile LocalName="e:\fuke masasi\embarcadero\studio\15.0\lib\android\debug\mips\libnative-activity.so" Configuration="Debug" Class="AndroidLibnativeMipsFile">
414                        <Platform Name="Android">
415                            <RemoteName>libreversi.so</RemoteName>
416                            <Overwrite>true</Overwrite>
417                        </Platform>
418                    </DeployFile>
419                    <DeployFile LocalName="e:\fuke masasi\embarcadero\studio\15.0\lib\android\release\mips\libnative-activity.so" Configuration="Release" Class="AndroidLibnativeMipsFile">
420                        <Platform Name="Android">
421                            <RemoteName>libreversi.so</RemoteName>
422                            <Overwrite>true</Overwrite>
423                        </Platform>
424                    </DeployFile>
425                    <DeployFile LocalName="$(BDS)\bin\Artwork\Android\FM_SplashImage_960x720.png" Configuration="Debug" Class="Android_SplashImage960">
426                        <Platform Name="Android">
427                            <RemoteName>splash_image.png</RemoteName>
428                            <Overwrite>true</Overwrite>
429                        </Platform>
430                    </DeployFile>
431                    <DeployFile LocalName="Android\Release\styles.xml" Configuration="Release" Class="AndroidSplashStyles">
432                        <Platform Name="Android">
433                            <Overwrite>true</Overwrite>
434                        </Platform>
435                    </DeployFile>
436                    <DeployFile LocalName="$(BDS)\bin\Artwork\Android\FM_LauncherIcon_144x144.png" Configuration="Release" Class="Android_LauncherIcon144">
437                        <Platform Name="Android">
438                            <RemoteName>ic_launcher.png</RemoteName>
439                            <Overwrite>true</Overwrite>
440                        </Platform>
441                    </DeployFile>
442                    <DeployFile LocalName="$(BDS)\bin\Artwork\Android\FM_SplashImage_960x720.png" Configuration="Release" Class="Android_SplashImage960">
443                        <Platform Name="Android">
444                            <RemoteName>splash_image.png</RemoteName>
445                            <Overwrite>true</Overwrite>
446                        </Platform>
447                    </DeployFile>
448                    <DeployFile LocalName="$(BDS)\bin\Artwork\Android\FM_LauncherIcon_48x48.png" Configuration="Debug" Class="Android_LauncherIcon48">
449                        <Platform Name="Android">
450                            <RemoteName>ic_launcher.png</RemoteName>
451                            <Overwrite>true</Overwrite>
452                        </Platform>
453                    </DeployFile>
454                    <DeployFile LocalName="$(BDS)\bin\Artwork\Android\FM_LauncherIcon_48x48.png" Configuration="Release" Class="Android_LauncherIcon48">
455                        <Platform Name="Android">
456                            <RemoteName>ic_launcher.png</RemoteName>
457                            <Overwrite>true</Overwrite>
458                        </Platform>
459                    </DeployFile>
460                    <DeployFile LocalName="e:\fuke masasi\embarcadero\studio\15.0\lib\android\release\x86\libnative-activity.so" Configuration="Release" Class="AndroidLibnativeX86File">
461                        <Platform Name="Android">
462                            <RemoteName>libreversi.so</RemoteName>
463                            <Overwrite>true</Overwrite>
464                        </Platform>
465                    </DeployFile>
466                    <DeployFile LocalName="e:\fuke masasi\embarcadero\studio\15.0\lib\android\debug\classes.dex" Configuration="Release" Class="AndroidClassesDexFile">
467                        <Platform Name="Android">
468                            <RemoteName>classes.dex</RemoteName>
469                            <Overwrite>true</Overwrite>
470                        </Platform>
471                    </DeployFile>
472                    <DeployFile LocalName="Android\Release\libreversi.so" Configuration="Release" Class="ProjectOutput">
473                        <Platform Name="Android">
474                            <RemoteName>libreversi.so</RemoteName>
475                            <Overwrite>true</Overwrite>
476                        </Platform>
477                    </DeployFile>
478                    <DeployFile LocalName="Android\Debug\AndroidManifest.xml" Configuration="Debug" Class="ProjectAndroidManifest">
479                        <Platform Name="Android">
480                            <Overwrite>true</Overwrite>
481                        </Platform>
482                    </DeployFile>
483                    <DeployFile LocalName="Android\Debug\styles.xml" Configuration="Debug" Class="AndroidSplashStyles">
484                        <Platform Name="Android">
485                            <Overwrite>true</Overwrite>
486                        </Platform>
487                    </DeployFile>
488                    <DeployFile LocalName="C:\Users\Public\Documents\Embarcadero\Studio\15.0\PlatformSDKs\android-ndk-r9c\prebuilt\android-arm\gdbserver\gdbserver" Configuration="Release" Class="AndroidGDBServer">
489                        <Platform Name="Android">
490                            <Overwrite>true</Overwrite>
491                        </Platform>
492                    </DeployFile>
493                    <DeployFile LocalName="$(BDS)\bin\Artwork\Android\FM_LauncherIcon_72x72.png" Configuration="Release" Class="Android_LauncherIcon72">
494                        <Platform Name="Android">
495                            <RemoteName>ic_launcher.png</RemoteName>
496                            <Overwrite>true</Overwrite>
497                        </Platform>
498                    </DeployFile>
499                    <DeployFile LocalName="$(BDS)\bin\Artwork\Android\FM_LauncherIcon_96x96.png" Configuration="Release" Class="Android_LauncherIcon96">
500                        <Platform Name="Android">
501                            <RemoteName>ic_launcher.png</RemoteName>
502                            <Overwrite>true</Overwrite>
503                        </Platform>
504                    </DeployFile>
505                    <DeployFile LocalName="$(BDS)\bin\Artwork\Android\FM_SplashImage_470x320.png" Configuration="Release" Class="Android_SplashImage470">
506                        <Platform Name="Android">
507                            <RemoteName>splash_image.png</RemoteName>
508                            <Overwrite>true</Overwrite>
509                        </Platform>
510                    </DeployFile>
511                    <DeployFile LocalName="e:\fuke masasi\embarcadero\studio\15.0\lib\android\debug\armeabi\libnative-activity.so" Configuration="Release" Class="AndroidLibnativeArmeabiFile">
512                        <Platform Name="Android">
513                            <RemoteName>libreversi.so</RemoteName>
514                            <Overwrite>true</Overwrite>
515                        </Platform>
516                    </DeployFile>
517                  <DeployClass Required="true" Name="DependencyPackage">                  <DeployClass Required="true" Name="DependencyPackage">
518                      <Platform Name="iOSDevice">                      <Platform Name="iOSDevice">
519                          <Operation>1</Operation>                          <Operation>1</Operation>
# Line 456  Line 846 
846                  <ProjectRoot Platform="Win64" Name="$(PROJECTNAME)"/>                  <ProjectRoot Platform="Win64" Name="$(PROJECTNAME)"/>
847              </Deployment>              </Deployment>
848              <Platforms>              <Platforms>
849                    <Platform value="Android" ActiveMobileDevice="Galaxy_Nexus_5">True</Platform>
850                    <Platform value="iOSDevice">True</Platform>
851                    <Platform value="iOSSimulator" ActiveMobileDevice="iPhone">True</Platform>
852                    <Platform value="OSX32">True</Platform>
853                  <Platform value="Win32">True</Platform>                  <Platform value="Win32">True</Platform>
854                  <Platform value="Win64">False</Platform>                  <Platform value="Win64">True</Platform>
855              </Platforms>              </Platforms>
856          </BorlandProject>          </BorlandProject>
857          <ProjectFileVersion>12</ProjectFileVersion>          <ProjectFileVersion>12</ProjectFileVersion>

Legend:
Removed from v.2  
changed lines
  Added in v.34

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26