Develop and Download Open Source Software

Browse Subversion Repository

Annotation of /reversi.dproj

Parent Directory Parent Directory | Revision Log Revision Log


Revision 34 - (hide annotations) (download)
Sun Aug 23 05:26:29 2015 UTC (8 years, 6 months ago) by yamat0jp
File size: 57375 byte(s)
難易度Hardを付け加えました。従来より2手先読みしますが強くなっているかはわかりません。

先読みの数は増やせますがやめておきました。
1 yamat0jp 1 <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2     <PropertyGroup>
3 yamat0jp 5 <ProjectGuid>{D39FBA16-6899-4BA9-BB22-47C1DB48AFEF}</ProjectGuid>
4 yamat0jp 2 <ProjectVersion>16.1</ProjectVersion>
5 yamat0jp 5 <FrameworkType>FMX</FrameworkType>
6 yamat0jp 1 <MainSource>reversi.dpr</MainSource>
7     <Base>True</Base>
8 yamat0jp 18 <Config Condition="'$(Config)'==''">Release</Config>
9 yamat0jp 34 <Platform Condition="'$(Platform)'==''">Win32</Platform>
10 yamat0jp 5 <TargetedPlatforms>95</TargetedPlatforms>
11 yamat0jp 1 <AppType>Application</AppType>
12     </PropertyGroup>
13     <PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">
14     <Base>true</Base>
15     </PropertyGroup>
16 yamat0jp 5 <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 yamat0jp 1 <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Base)'=='true') or '$(Base_Win32)'!=''">
37     <Base_Win32>true</Base_Win32>
38     <CfgParent>Base</CfgParent>
39     <Base>true</Base>
40     </PropertyGroup>
41     <PropertyGroup Condition="('$(Platform)'=='Win64' and '$(Base)'=='true') or '$(Base_Win64)'!=''">
42     <Base_Win64>true</Base_Win64>
43     <CfgParent>Base</CfgParent>
44     <Base>true</Base>
45     </PropertyGroup>
46 yamat0jp 2 <PropertyGroup Condition="'$(Config)'=='Debug' or '$(Cfg_1)'!=''">
47 yamat0jp 1 <Cfg_1>true</Cfg_1>
48     <CfgParent>Base</CfgParent>
49     <Base>true</Base>
50     </PropertyGroup>
51 yamat0jp 33 <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 yamat0jp 2 <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_1)'=='true') or '$(Cfg_1_Win32)'!=''">
58     <Cfg_1_Win32>true</Cfg_1_Win32>
59     <CfgParent>Cfg_1</CfgParent>
60     <Cfg_1>true</Cfg_1>
61     <Base>true</Base>
62     </PropertyGroup>
63     <PropertyGroup Condition="'$(Config)'=='Release' or '$(Cfg_2)'!=''">
64 yamat0jp 1 <Cfg_2>true</Cfg_2>
65     <CfgParent>Base</CfgParent>
66     <Base>true</Base>
67     </PropertyGroup>
68     <PropertyGroup Condition="'$(Base)'!=''">
69 yamat0jp 5 <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 yamat0jp 2 <Icon_MainIcon>$(BDS)\bin\delphi_PROJECTICON.ico</Icon_MainIcon>
75 yamat0jp 5 <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 yamat0jp 1 <SanitizedProjectName>reversi</SanitizedProjectName>
79 yamat0jp 5 <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 yamat0jp 2 <DCC_DcuOutput>.\$(Platform)\$(Config)</DCC_DcuOutput>
84     <DCC_ExeOutput>.\$(Platform)\$(Config)</DCC_ExeOutput>
85 yamat0jp 1 <DCC_E>false</DCC_E>
86 yamat0jp 2 <DCC_N>false</DCC_N>
87 yamat0jp 1 <DCC_S>false</DCC_S>
88 yamat0jp 2 <DCC_F>false</DCC_F>
89     <DCC_K>false</DCC_K>
90 yamat0jp 1 </PropertyGroup>
91 yamat0jp 5 <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 yamat0jp 1 <PropertyGroup Condition="'$(Base_Win32)'!=''">
194 yamat0jp 5 <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 yamat0jp 1 <VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
198 yamat0jp 2 <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 yamat0jp 1 <VerInfo_Locale>1033</VerInfo_Locale>
200     </PropertyGroup>
201     <PropertyGroup Condition="'$(Base_Win64)'!=''">
202 yamat0jp 5 <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 yamat0jp 2 <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 yamat0jp 5 <VerInfo_Locale>1033</VerInfo_Locale>
208 yamat0jp 1 </PropertyGroup>
209     <PropertyGroup Condition="'$(Cfg_1)'!=''">
210     <DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
211 yamat0jp 2 <DCC_DebugDCUs>true</DCC_DebugDCUs>
212 yamat0jp 1 <DCC_Optimize>false</DCC_Optimize>
213     <DCC_GenerateStackFrames>true</DCC_GenerateStackFrames>
214 yamat0jp 2 <DCC_DebugInfoInExe>true</DCC_DebugInfoInExe>
215     <DCC_RemoteDebug>true</DCC_RemoteDebug>
216 yamat0jp 1 </PropertyGroup>
217 yamat0jp 33 <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 yamat0jp 2 <PropertyGroup Condition="'$(Cfg_1_Win32)'!=''">
224     <DCC_DebugDCUs>false</DCC_DebugDCUs>
225     <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
226 yamat0jp 5 <VerInfo_Locale>1033</VerInfo_Locale>
227 yamat0jp 2 <DCC_RemoteDebug>false</DCC_RemoteDebug>
228     </PropertyGroup>
229     <PropertyGroup Condition="'$(Cfg_2)'!=''">
230     <DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
231     <DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
232     <DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
233     <DCC_DebugInformation>0</DCC_DebugInformation>
234     </PropertyGroup>
235 yamat0jp 1 <ItemGroup>
236     <DelphiCompile Include="$(MainSource)">
237     <MainSource>MainSource</MainSource>
238     </DelphiCompile>
239     <DCCReference Include="Unit1.pas">
240     <Form>Form1</Form>
241 yamat0jp 5 <FormType>fmx</FormType>
242 yamat0jp 1 </DCCReference>
243 yamat0jp 2 <BuildConfiguration Include="Release">
244 yamat0jp 1 <Key>Cfg_2</Key>
245     <CfgParent>Base</CfgParent>
246     </BuildConfiguration>
247     <BuildConfiguration Include="Base">
248     <Key>Base</Key>
249     </BuildConfiguration>
250 yamat0jp 2 <BuildConfiguration Include="Debug">
251 yamat0jp 1 <Key>Cfg_1</Key>
252     <CfgParent>Base</CfgParent>
253     </BuildConfiguration>
254     </ItemGroup>
255     <ProjectExtensions>
256     <Borland.Personality>Delphi.Personality.12</Borland.Personality>
257 yamat0jp 2 <Borland.ProjectType>Application</Borland.ProjectType>
258 yamat0jp 1 <BorlandProject>
259     <Delphi.Personality>
260     <Source>
261     <Source Name="MainSource">reversi.dpr</Source>
262     </Source>
263 yamat0jp 2 <Excluded_Packages>
264     <Excluded_Packages Name="$(BDSBIN)\bcboffice2k210.bpl">Embarcadero C++Builder Office 2000 サーバー パッケージ</Excluded_Packages>
265     <Excluded_Packages Name="$(BDSBIN)\bcbofficexp210.bpl">Embarcadero C++Builder Office XP サーバー パッケージ</Excluded_Packages>
266     <Excluded_Packages Name="$(BDSBIN)\dcloffice2k210.bpl">Microsoft Office 2000 オートメーション サーバー ラッパー コンポーネントのサンプル</Excluded_Packages>
267     <Excluded_Packages Name="$(BDSBIN)\dclofficexp210.bpl">Microsoft Office XP オートメーション サーバー ラッパー コンポーネントのサンプル</Excluded_Packages>
268     </Excluded_Packages>
269 yamat0jp 1 </Delphi.Personality>
270 yamat0jp 2 <Deployment>
271 yamat0jp 30 <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 yamat0jp 5 <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 yamat0jp 2 <DeployFile LocalName="Win32\Debug\reversi.exe" Configuration="Debug" Class="ProjectOutput">
342     <Platform Name="Win32">
343     <RemoteName>reversi.exe</RemoteName>
344     <Overwrite>true</Overwrite>
345     </Platform>
346     </DeployFile>
347 yamat0jp 30 <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 yamat0jp 33 <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 yamat0jp 30 <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 yamat0jp 33 <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 yamat0jp 30 <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 yamat0jp 31 <DeployFile LocalName="$(BDS)\bin\Artwork\Android\FM_SplashImage_470x320.png" Configuration="Debug" Class="Android_SplashImage470">
402 yamat0jp 30 <Platform Name="Android">
403 yamat0jp 31 <RemoteName>splash_image.png</RemoteName>
404 yamat0jp 30 <Overwrite>true</Overwrite>
405     </Platform>
406     </DeployFile>
407 yamat0jp 31 <DeployFile LocalName="e:\fuke masasi\embarcadero\studio\15.0\lib\android\debug\armeabi\libnative-activity.so" Configuration="Debug" Class="AndroidLibnativeArmeabiFile">
408 yamat0jp 30 <Platform Name="Android">
409     <RemoteName>libreversi.so</RemoteName>
410     <Overwrite>true</Overwrite>
411     </Platform>
412     </DeployFile>
413 yamat0jp 31 <DeployFile LocalName="e:\fuke masasi\embarcadero\studio\15.0\lib\android\debug\mips\libnative-activity.so" Configuration="Debug" Class="AndroidLibnativeMipsFile">
414 yamat0jp 30 <Platform Name="Android">
415 yamat0jp 31 <RemoteName>libreversi.so</RemoteName>
416 yamat0jp 30 <Overwrite>true</Overwrite>
417     </Platform>
418     </DeployFile>
419 yamat0jp 33 <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 yamat0jp 30 <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 yamat0jp 33 <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 yamat0jp 30 <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 yamat0jp 2 <DeployClass Required="true" Name="DependencyPackage">
518     <Platform Name="iOSDevice">
519     <Operation>1</Operation>
520     <Extensions>.dylib</Extensions>
521     </Platform>
522     <Platform Name="Win32">
523     <Operation>0</Operation>
524     <Extensions>.bpl</Extensions>
525     </Platform>
526     <Platform Name="OSX32">
527     <RemoteDir>Contents\MacOS</RemoteDir>
528     <Operation>1</Operation>
529     <Extensions>.dylib</Extensions>
530     </Platform>
531     <Platform Name="iOSSimulator">
532     <Operation>1</Operation>
533     <Extensions>.dylib</Extensions>
534     </Platform>
535     </DeployClass>
536     <DeployClass Name="DependencyModule">
537     <Platform Name="iOSDevice">
538     <Operation>1</Operation>
539     <Extensions>.dylib</Extensions>
540     </Platform>
541     <Platform Name="Win32">
542     <Operation>0</Operation>
543     <Extensions>.dll;.bpl</Extensions>
544     </Platform>
545     <Platform Name="OSX32">
546     <RemoteDir>Contents\MacOS</RemoteDir>
547     <Operation>1</Operation>
548     <Extensions>.dylib</Extensions>
549     </Platform>
550     <Platform Name="iOSSimulator">
551     <Operation>1</Operation>
552     <Extensions>.dylib</Extensions>
553     </Platform>
554     </DeployClass>
555     <DeployClass Name="iPad_Launch2048">
556     <Platform Name="iOSDevice">
557     <Operation>1</Operation>
558     </Platform>
559     <Platform Name="iOSSimulator">
560     <Operation>1</Operation>
561     </Platform>
562     </DeployClass>
563     <DeployClass Name="ProjectOSXInfoPList">
564     <Platform Name="OSX32">
565     <RemoteDir>Contents</RemoteDir>
566     <Operation>1</Operation>
567     </Platform>
568     </DeployClass>
569     <DeployClass Name="ProjectiOSDeviceDebug">
570     <Platform Name="iOSDevice">
571     <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
572     <Operation>1</Operation>
573     </Platform>
574     </DeployClass>
575     <DeployClass Name="Android_SplashImage470">
576     <Platform Name="Android">
577     <RemoteDir>res\drawable-normal</RemoteDir>
578     <Operation>1</Operation>
579     </Platform>
580     </DeployClass>
581     <DeployClass Name="AndroidLibnativeX86File">
582     <Platform Name="Android">
583     <RemoteDir>library\lib\x86</RemoteDir>
584     <Operation>1</Operation>
585     </Platform>
586     </DeployClass>
587     <DeployClass Name="ProjectiOSResource">
588     <Platform Name="iOSDevice">
589     <Operation>1</Operation>
590     </Platform>
591     <Platform Name="iOSSimulator">
592     <Operation>1</Operation>
593     </Platform>
594     </DeployClass>
595     <DeployClass Name="ProjectOSXEntitlements">
596     <Platform Name="OSX32">
597     <RemoteDir>../</RemoteDir>
598     <Operation>1</Operation>
599     </Platform>
600     </DeployClass>
601     <DeployClass Name="AndroidGDBServer">
602     <Platform Name="Android">
603     <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
604     <Operation>1</Operation>
605     </Platform>
606     </DeployClass>
607     <DeployClass Name="iPhone_Launch640">
608     <Platform Name="iOSDevice">
609     <Operation>1</Operation>
610     </Platform>
611     <Platform Name="iOSSimulator">
612     <Operation>1</Operation>
613     </Platform>
614     </DeployClass>
615     <DeployClass Name="Android_SplashImage960">
616     <Platform Name="Android">
617     <RemoteDir>res\drawable-xlarge</RemoteDir>
618     <Operation>1</Operation>
619     </Platform>
620     </DeployClass>
621     <DeployClass Name="Android_LauncherIcon96">
622     <Platform Name="Android">
623     <RemoteDir>res\drawable-xhdpi</RemoteDir>
624     <Operation>1</Operation>
625     </Platform>
626     </DeployClass>
627     <DeployClass Name="iPhone_Launch320">
628     <Platform Name="iOSDevice">
629     <Operation>1</Operation>
630     </Platform>
631     <Platform Name="iOSSimulator">
632     <Operation>1</Operation>
633     </Platform>
634     </DeployClass>
635     <DeployClass Name="Android_LauncherIcon144">
636     <Platform Name="Android">
637     <RemoteDir>res\drawable-xxhdpi</RemoteDir>
638     <Operation>1</Operation>
639     </Platform>
640     </DeployClass>
641     <DeployClass Name="AndroidLibnativeMipsFile">
642     <Platform Name="Android">
643     <RemoteDir>library\lib\mips</RemoteDir>
644     <Operation>1</Operation>
645     </Platform>
646     </DeployClass>
647     <DeployClass Name="AndroidSplashImageDef">
648     <Platform Name="Android">
649     <RemoteDir>res\drawable</RemoteDir>
650     <Operation>1</Operation>
651     </Platform>
652     </DeployClass>
653     <DeployClass Name="DebugSymbols">
654     <Platform Name="OSX32">
655     <RemoteDir>Contents\MacOS</RemoteDir>
656     <Operation>1</Operation>
657     </Platform>
658     <Platform Name="iOSSimulator">
659     <Operation>1</Operation>
660     </Platform>
661     <Platform Name="Win32">
662     <Operation>0</Operation>
663     </Platform>
664     </DeployClass>
665     <DeployClass Name="DependencyFramework">
666     <Platform Name="OSX32">
667     <RemoteDir>Contents\MacOS</RemoteDir>
668     <Operation>1</Operation>
669     <Extensions>.framework</Extensions>
670     </Platform>
671     <Platform Name="Win32">
672     <Operation>0</Operation>
673     </Platform>
674     </DeployClass>
675     <DeployClass Name="Android_SplashImage426">
676     <Platform Name="Android">
677     <RemoteDir>res\drawable-small</RemoteDir>
678     <Operation>1</Operation>
679     </Platform>
680     </DeployClass>
681     <DeployClass Name="ProjectiOSEntitlements">
682     <Platform Name="iOSDevice">
683     <RemoteDir>../</RemoteDir>
684     <Operation>1</Operation>
685     </Platform>
686     </DeployClass>
687     <DeployClass Name="AdditionalDebugSymbols">
688     <Platform Name="OSX32">
689     <RemoteDir>Contents\MacOS</RemoteDir>
690     <Operation>1</Operation>
691     </Platform>
692     <Platform Name="iOSSimulator">
693     <Operation>1</Operation>
694     </Platform>
695     <Platform Name="Win32">
696     <RemoteDir>Contents\MacOS</RemoteDir>
697     <Operation>0</Operation>
698     </Platform>
699     </DeployClass>
700     <DeployClass Name="AndroidClassesDexFile">
701     <Platform Name="Android">
702     <RemoteDir>classes</RemoteDir>
703     <Operation>1</Operation>
704     </Platform>
705     </DeployClass>
706     <DeployClass Name="ProjectiOSInfoPList">
707     <Platform Name="iOSDevice">
708     <Operation>1</Operation>
709     </Platform>
710     <Platform Name="iOSSimulator">
711     <Operation>1</Operation>
712     </Platform>
713     </DeployClass>
714     <DeployClass Name="iPad_Launch1024">
715     <Platform Name="iOSDevice">
716     <Operation>1</Operation>
717     </Platform>
718     <Platform Name="iOSSimulator">
719     <Operation>1</Operation>
720     </Platform>
721     </DeployClass>
722     <DeployClass Name="Android_DefaultAppIcon">
723     <Platform Name="Android">
724     <RemoteDir>res\drawable</RemoteDir>
725     <Operation>1</Operation>
726     </Platform>
727     </DeployClass>
728     <DeployClass Name="ProjectOSXResource">
729     <Platform Name="OSX32">
730     <RemoteDir>Contents\Resources</RemoteDir>
731     <Operation>1</Operation>
732     </Platform>
733     </DeployClass>
734     <DeployClass Name="ProjectiOSDeviceResourceRules">
735     <Platform Name="iOSDevice">
736     <Operation>1</Operation>
737     </Platform>
738     </DeployClass>
739     <DeployClass Name="iPad_Launch768">
740     <Platform Name="iOSDevice">
741     <Operation>1</Operation>
742     </Platform>
743     <Platform Name="iOSSimulator">
744     <Operation>1</Operation>
745     </Platform>
746     </DeployClass>
747     <DeployClass Required="true" Name="ProjectOutput">
748     <Platform Name="iOSDevice">
749     <Operation>1</Operation>
750     </Platform>
751     <Platform Name="Android">
752     <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
753     <Operation>1</Operation>
754     </Platform>
755     <Platform Name="Win32">
756     <Operation>0</Operation>
757     </Platform>
758     <Platform Name="OSX32">
759     <RemoteDir>Contents\MacOS</RemoteDir>
760     <Operation>1</Operation>
761     </Platform>
762     <Platform Name="iOSSimulator">
763     <Operation>1</Operation>
764     </Platform>
765     </DeployClass>
766     <DeployClass Name="AndroidLibnativeArmeabiFile">
767     <Platform Name="Android">
768     <RemoteDir>library\lib\armeabi</RemoteDir>
769     <Operation>1</Operation>
770     </Platform>
771     </DeployClass>
772     <DeployClass Name="Android_SplashImage640">
773     <Platform Name="Android">
774     <RemoteDir>res\drawable-large</RemoteDir>
775     <Operation>1</Operation>
776     </Platform>
777     </DeployClass>
778     <DeployClass Name="File">
779     <Platform Name="iOSDevice">
780     <Operation>0</Operation>
781     </Platform>
782     <Platform Name="Android">
783     <Operation>0</Operation>
784     </Platform>
785     <Platform Name="Win32">
786     <Operation>0</Operation>
787     </Platform>
788     <Platform Name="OSX32">
789     <RemoteDir>Contents\MacOS</RemoteDir>
790     <Operation>0</Operation>
791     </Platform>
792     <Platform Name="iOSSimulator">
793     <Operation>0</Operation>
794     </Platform>
795     </DeployClass>
796     <DeployClass Name="iPhone_Launch640x1136">
797     <Platform Name="iOSDevice">
798     <Operation>1</Operation>
799     </Platform>
800     <Platform Name="iOSSimulator">
801     <Operation>1</Operation>
802     </Platform>
803     </DeployClass>
804     <DeployClass Name="Android_LauncherIcon36">
805     <Platform Name="Android">
806     <RemoteDir>res\drawable-ldpi</RemoteDir>
807     <Operation>1</Operation>
808     </Platform>
809     </DeployClass>
810     <DeployClass Name="AndroidSplashStyles">
811     <Platform Name="Android">
812     <RemoteDir>res\values</RemoteDir>
813     <Operation>1</Operation>
814     </Platform>
815     </DeployClass>
816     <DeployClass Name="iPad_Launch1536">
817     <Platform Name="iOSDevice">
818     <Operation>1</Operation>
819     </Platform>
820     <Platform Name="iOSSimulator">
821     <Operation>1</Operation>
822     </Platform>
823     </DeployClass>
824     <DeployClass Name="Android_LauncherIcon48">
825     <Platform Name="Android">
826     <RemoteDir>res\drawable-mdpi</RemoteDir>
827     <Operation>1</Operation>
828     </Platform>
829     </DeployClass>
830     <DeployClass Name="Android_LauncherIcon72">
831     <Platform Name="Android">
832     <RemoteDir>res\drawable-hdpi</RemoteDir>
833     <Operation>1</Operation>
834     </Platform>
835     </DeployClass>
836     <DeployClass Name="ProjectAndroidManifest">
837     <Platform Name="Android">
838     <Operation>1</Operation>
839     </Platform>
840     </DeployClass>
841     <ProjectRoot Platform="Android" Name="$(PROJECTNAME)"/>
842     <ProjectRoot Platform="iOSDevice" Name="$(PROJECTNAME).app"/>
843     <ProjectRoot Platform="Win32" Name="$(PROJECTNAME)"/>
844     <ProjectRoot Platform="OSX32" Name="$(PROJECTNAME).app"/>
845     <ProjectRoot Platform="iOSSimulator" Name="$(PROJECTNAME).app"/>
846     <ProjectRoot Platform="Win64" Name="$(PROJECTNAME)"/>
847     </Deployment>
848 yamat0jp 1 <Platforms>
849 yamat0jp 34 <Platform value="Android" ActiveMobileDevice="Galaxy_Nexus_5">True</Platform>
850 yamat0jp 5 <Platform value="iOSDevice">True</Platform>
851     <Platform value="iOSSimulator" ActiveMobileDevice="iPhone">True</Platform>
852     <Platform value="OSX32">True</Platform>
853 yamat0jp 1 <Platform value="Win32">True</Platform>
854 yamat0jp 5 <Platform value="Win64">True</Platform>
855 yamat0jp 1 </Platforms>
856     </BorlandProject>
857     <ProjectFileVersion>12</ProjectFileVersion>
858     </ProjectExtensions>
859     <Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')"/>
860     <Import Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj" Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')"/>
861 yamat0jp 2 <Import Project="$(MSBuildProjectName).deployproj" Condition="Exists('$(MSBuildProjectName).deployproj')"/>
862 yamat0jp 1 </Project>

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