Develop and Download Open Source Software

Browse Subversion Repository

Annotation of /reversi.dproj

Parent Directory Parent Directory | Revision Log Revision Log


Revision 31 - (hide annotations) (download)
Sun Aug 16 06:21:21 2015 UTC (8 years, 6 months ago) by yamat0jp
File size: 55189 byte(s)
Delphiを起動してある時はFireMonkeyが動いてくれるんですけど、そうでないとき、ソフトウェアを単体で動かした時深刻なバグが発生するようになりました。
開発時はうまく行っているのでコードだけ上げておきます。
フリーズと関係有るように思うのですが。
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 2 <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 2 <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_1)'=='true') or '$(Cfg_1_Win32)'!=''">
52     <Cfg_1_Win32>true</Cfg_1_Win32>
53     <CfgParent>Cfg_1</CfgParent>
54     <Cfg_1>true</Cfg_1>
55     <Base>true</Base>
56     </PropertyGroup>
57     <PropertyGroup Condition="'$(Config)'=='Release' or '$(Cfg_2)'!=''">
58 yamat0jp 1 <Cfg_2>true</Cfg_2>
59     <CfgParent>Base</CfgParent>
60     <Base>true</Base>
61     </PropertyGroup>
62     <PropertyGroup Condition="'$(Base)'!=''">
63 yamat0jp 5 <AUP_ACCESS_COARSE_LOCATION>true</AUP_ACCESS_COARSE_LOCATION>
64     <Icns_MainIcns>$(BDS)\bin\delphi_PROJECTICNS.icns</Icns_MainIcns>
65     <AUP_READ_PHONE_STATE>true</AUP_READ_PHONE_STATE>
66     <AUP_ACCESS_FINE_LOCATION>true</AUP_ACCESS_FINE_LOCATION>
67     <AUP_WRITE_CALENDAR>true</AUP_WRITE_CALENDAR>
68 yamat0jp 2 <Icon_MainIcon>$(BDS)\bin\delphi_PROJECTICON.ico</Icon_MainIcon>
69 yamat0jp 5 <AUP_CAMERA>true</AUP_CAMERA>
70     <DCC_Namespace>System;Xml;Data;Datasnap;Web;Soap;$(DCC_Namespace)</DCC_Namespace>
71     <AUP_INTERNET>true</AUP_INTERNET>
72 yamat0jp 1 <SanitizedProjectName>reversi</SanitizedProjectName>
73 yamat0jp 5 <AUP_READ_EXTERNAL_STORAGE>true</AUP_READ_EXTERNAL_STORAGE>
74     <AUP_READ_CALENDAR>true</AUP_READ_CALENDAR>
75     <AUP_CALL_PHONE>true</AUP_CALL_PHONE>
76     <AUP_WRITE_EXTERNAL_STORAGE>true</AUP_WRITE_EXTERNAL_STORAGE>
77 yamat0jp 2 <DCC_DcuOutput>.\$(Platform)\$(Config)</DCC_DcuOutput>
78     <DCC_ExeOutput>.\$(Platform)\$(Config)</DCC_ExeOutput>
79 yamat0jp 1 <DCC_E>false</DCC_E>
80 yamat0jp 2 <DCC_N>false</DCC_N>
81 yamat0jp 1 <DCC_S>false</DCC_S>
82 yamat0jp 2 <DCC_F>false</DCC_F>
83     <DCC_K>false</DCC_K>
84 yamat0jp 1 </PropertyGroup>
85 yamat0jp 5 <PropertyGroup Condition="'$(Base_Android)'!=''">
86     <Android_LauncherIcon48>$(BDS)\bin\Artwork\Android\FM_LauncherIcon_48x48.png</Android_LauncherIcon48>
87     <Android_LauncherIcon36>$(BDS)\bin\Artwork\Android\FM_LauncherIcon_36x36.png</Android_LauncherIcon36>
88     <Android_SplashImage960>$(BDS)\bin\Artwork\Android\FM_SplashImage_960x720.png</Android_SplashImage960>
89     <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
90     <Android_SplashImage640>$(BDS)\bin\Artwork\Android\FM_SplashImage_640x480.png</Android_SplashImage640>
91     <Android_LauncherIcon144>$(BDS)\bin\Artwork\Android\FM_LauncherIcon_144x144.png</Android_LauncherIcon144>
92     <Android_SplashImage470>$(BDS)\bin\Artwork\Android\FM_SplashImage_470x320.png</Android_SplashImage470>
93     <Android_LauncherIcon96>$(BDS)\bin\Artwork\Android\FM_LauncherIcon_96x96.png</Android_LauncherIcon96>
94     <Android_SplashImage426>$(BDS)\bin\Artwork\Android\FM_SplashImage_426x320.png</Android_SplashImage426>
95     <Android_LauncherIcon72>$(BDS)\bin\Artwork\Android\FM_LauncherIcon_72x72.png</Android_LauncherIcon72>
96     <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>
97     <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>
98     <BT_BuildType>Debug</BT_BuildType>
99     </PropertyGroup>
100     <PropertyGroup Condition="'$(Base_iOSDevice)'!=''">
101     <iPad_Launch2048>$(BDS)\bin\Artwork\iOS\iPad\FM_LaunchImageLandscape_2048x1496.png</iPad_Launch2048>
102     <iPhone_AppIcon120>$(BDS)\bin\Artwork\iOS\iPhone\FM_ApplicationIcon_120x120.png</iPhone_AppIcon120>
103     <VerInfo_BundleId>$(MSBuildProjectName)</VerInfo_BundleId>
104     <iPad_Launch1536x2048>$(BDS)\bin\Artwork\iOS\iPad\FM_LaunchImagePortrait_1536x2048.png</iPad_Launch1536x2048>
105     <iPad_Launch2048x1536>$(BDS)\bin\Artwork\iOS\iPad\FM_LaunchImageLandscape_2048x1536.png</iPad_Launch2048x1536>
106     <iPad_SpotLight40>$(BDS)\bin\Artwork\iOS\iPad\FM_SpotlightSearchIcon_40x40.png</iPad_SpotLight40>
107     <iPad_SpotLight50>$(BDS)\bin\Artwork\iOS\iPad\FM_SpotlightSearchIcon_50x50.png</iPad_SpotLight50>
108     <iPad_Launch1024x768>$(BDS)\bin\Artwork\iOS\iPad\FM_LaunchImageLandscape_1024x768.png</iPad_Launch1024x768>
109     <iPhone_AppIcon180>$(BDS)\bin\Artwork\iOS\iPhone\FM_ApplicationIcon_180x180.png</iPhone_AppIcon180>
110     <iPad_AppIcon72>$(BDS)\bin\Artwork\iOS\iPad\FM_ApplicationIcon_72x72.png</iPad_AppIcon72>
111     <iPad_SpotLight100>$(BDS)\bin\Artwork\iOS\iPad\FM_SpotlightSearchIcon_100x100.png</iPad_SpotLight100>
112     <iPhone_AppIcon114>$(BDS)\bin\Artwork\iOS\iPhone\FM_ApplicationIcon_114x114.png</iPhone_AppIcon114>
113     <iPad_Launch1536>$(BDS)\bin\Artwork\iOS\iPad\FM_LaunchImagePortrait_1536x2008.png</iPad_Launch1536>
114     <VerInfo_UIDeviceFamily>iPhoneAndiPad</VerInfo_UIDeviceFamily>
115     <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
116     <iPad_AppIcon152>$(BDS)\bin\Artwork\iOS\iPad\FM_ApplicationIcon_152x152.png</iPad_AppIcon152>
117     <iPad_Launch768x1024>$(BDS)\bin\Artwork\iOS\iPad\FM_LaunchImagePortrait_768x1024.png</iPad_Launch768x1024>
118     <iPad_Launch768>$(BDS)\bin\Artwork\iOS\iPad\FM_LaunchImagePortrait_768x1004.png</iPad_Launch768>
119     <iPhone_Spotlight80>$(BDS)\bin\Artwork\iOS\iPhone\FM_SpotlightSearchIcon_80x80.png</iPhone_Spotlight80>
120     <iPad_AppIcon76>$(BDS)\bin\Artwork\iOS\iPad\FM_ApplicationIcon_76x76.png</iPad_AppIcon76>
121     <iPhone_AppIcon57>$(BDS)\bin\Artwork\iOS\iPhone\FM_ApplicationIcon_57x57.png</iPhone_AppIcon57>
122     <iPhone_AppIcon60>$(BDS)\bin\Artwork\iOS\iPhone\FM_ApplicationIcon_60x60.png</iPhone_AppIcon60>
123     <iPhone_Spotlight29>$(BDS)\bin\Artwork\iOS\iPhone\FM_SpotlightSearchIcon_29x29.png</iPhone_Spotlight29>
124     <iPad_Setting29>$(BDS)\bin\Artwork\iOS\iPad\FM_SettingIcon_29x29.png</iPad_Setting29>
125     <BT_BuildType>Debug</BT_BuildType>
126     <iPhone_Launch750>$(BDS)\bin\Artwork\iOS\iPhone\FM_LaunchImage_750x1334.png</iPhone_Launch750>
127     <iPhone_Launch1242>$(BDS)\bin\Artwork\iOS\iPhone\FM_LaunchImage_1242x2208.png</iPhone_Launch1242>
128     <iPhone_Launch640>$(BDS)\bin\Artwork\iOS\iPhone\FM_LaunchImage_640x960.png</iPhone_Launch640>
129     <iPhone_AppIcon87>$(BDS)\bin\Artwork\iOS\iPhone\FM_ApplicationIcon_87x87.png</iPhone_AppIcon87>
130     <iPhone_Launch320>$(BDS)\bin\Artwork\iOS\iPhone\FM_LaunchImage_320x480.png</iPhone_Launch320>
131     <iPad_Launch1024>$(BDS)\bin\Artwork\iOS\iPad\FM_LaunchImageLandscape_1024x748.png</iPad_Launch1024>
132     <iPhone_Spotlight40>$(BDS)\bin\Artwork\iOS\iPhone\FM_SpotlightSearchIcon_40x40.png</iPhone_Spotlight40>
133     <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>
134     <iPad_SpotLight80>$(BDS)\bin\Artwork\iOS\iPad\FM_SpotlightSearchIcon_80x80.png</iPad_SpotLight80>
135     <iPhone_Launch2208>$(BDS)\bin\Artwork\iOS\iPhone\FM_LaunchImage_2208x1242.png</iPhone_Launch2208>
136     <iPhone_Spotlight58>$(BDS)\bin\Artwork\iOS\iPhone\FM_SpotlightSearchIcon_58x58.png</iPhone_Spotlight58>
137     <iPhone_Launch640x1136>$(BDS)\bin\Artwork\iOS\iPhone\FM_LaunchImage_640x1136.png</iPhone_Launch640x1136>
138     <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>
139     <iPad_AppIcon144>$(BDS)\bin\Artwork\iOS\iPad\FM_ApplicationIcon_144x144.png</iPad_AppIcon144>
140     <iPad_Setting58>$(BDS)\bin\Artwork\iOS\iPad\FM_SettingIcon_58x58.png</iPad_Setting58>
141     </PropertyGroup>
142     <PropertyGroup Condition="'$(Base_iOSSimulator)'!=''">
143     <iPad_Launch2048>$(BDS)\bin\Artwork\iOS\iPad\FM_LaunchImageLandscape_2048x1496.png</iPad_Launch2048>
144     <iPhone_AppIcon120>$(BDS)\bin\Artwork\iOS\iPhone\FM_ApplicationIcon_120x120.png</iPhone_AppIcon120>
145     <iPad_Launch1536x2048>$(BDS)\bin\Artwork\iOS\iPad\FM_LaunchImagePortrait_1536x2048.png</iPad_Launch1536x2048>
146     <iPad_Launch2048x1536>$(BDS)\bin\Artwork\iOS\iPad\FM_LaunchImageLandscape_2048x1536.png</iPad_Launch2048x1536>
147     <iPhone_AppIcon180>$(BDS)\bin\Artwork\iOS\iPhone\FM_ApplicationIcon_180x180.png</iPhone_AppIcon180>
148     <iPad_SpotLight40>$(BDS)\bin\Artwork\iOS\iPad\FM_SpotlightSearchIcon_40x40.png</iPad_SpotLight40>
149     <iPad_SpotLight50>$(BDS)\bin\Artwork\iOS\iPad\FM_SpotlightSearchIcon_50x50.png</iPad_SpotLight50>
150     <iPad_AppIcon72>$(BDS)\bin\Artwork\iOS\iPad\FM_ApplicationIcon_72x72.png</iPad_AppIcon72>
151     <iPad_Launch1024x768>$(BDS)\bin\Artwork\iOS\iPad\FM_LaunchImageLandscape_1024x768.png</iPad_Launch1024x768>
152     <iPad_Launch768x1024>$(BDS)\bin\Artwork\iOS\iPad\FM_LaunchImagePortrait_768x1024.png</iPad_Launch768x1024>
153     <iPad_Launch1536>$(BDS)\bin\Artwork\iOS\iPad\FM_LaunchImagePortrait_1536x2008.png</iPad_Launch1536>
154     <iPad_SpotLight100>$(BDS)\bin\Artwork\iOS\iPad\FM_SpotlightSearchIcon_100x100.png</iPad_SpotLight100>
155     <VerInfo_UIDeviceFamily>iPhoneAndiPad</VerInfo_UIDeviceFamily>
156     <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
157     <iPhone_AppIcon114>$(BDS)\bin\Artwork\iOS\iPhone\FM_ApplicationIcon_114x114.png</iPhone_AppIcon114>
158     <iPad_Launch768>$(BDS)\bin\Artwork\iOS\iPad\FM_LaunchImagePortrait_768x1004.png</iPad_Launch768>
159     <iPad_AppIcon152>$(BDS)\bin\Artwork\iOS\iPad\FM_ApplicationIcon_152x152.png</iPad_AppIcon152>
160     <iPhone_Spotlight80>$(BDS)\bin\Artwork\iOS\iPhone\FM_SpotlightSearchIcon_80x80.png</iPhone_Spotlight80>
161     <iPad_AppIcon76>$(BDS)\bin\Artwork\iOS\iPad\FM_ApplicationIcon_76x76.png</iPad_AppIcon76>
162     <iPhone_AppIcon57>$(BDS)\bin\Artwork\iOS\iPhone\FM_ApplicationIcon_57x57.png</iPhone_AppIcon57>
163     <iPhone_AppIcon60>$(BDS)\bin\Artwork\iOS\iPhone\FM_ApplicationIcon_60x60.png</iPhone_AppIcon60>
164     <iPad_Setting29>$(BDS)\bin\Artwork\iOS\iPad\FM_SettingIcon_29x29.png</iPad_Setting29>
165     <iPhone_Spotlight29>$(BDS)\bin\Artwork\iOS\iPhone\FM_SpotlightSearchIcon_29x29.png</iPhone_Spotlight29>
166     <iPhone_AppIcon87>$(BDS)\bin\Artwork\iOS\iPhone\FM_ApplicationIcon_87x87.png</iPhone_AppIcon87>
167     <iPhone_Launch750>$(BDS)\bin\Artwork\iOS\iPhone\FM_LaunchImage_750x1334.png</iPhone_Launch750>
168     <iPhone_Launch1242>$(BDS)\bin\Artwork\iOS\iPhone\FM_LaunchImage_1242x2208.png</iPhone_Launch1242>
169     <iPhone_Launch320>$(BDS)\bin\Artwork\iOS\iPhone\FM_LaunchImage_320x480.png</iPhone_Launch320>
170     <iPhone_Launch640>$(BDS)\bin\Artwork\iOS\iPhone\FM_LaunchImage_640x960.png</iPhone_Launch640>
171     <iPhone_Launch640x1136>$(BDS)\bin\Artwork\iOS\iPhone\FM_LaunchImage_640x1136.png</iPhone_Launch640x1136>
172     <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>
173     <iPad_Launch1024>$(BDS)\bin\Artwork\iOS\iPad\FM_LaunchImageLandscape_1024x748.png</iPad_Launch1024>
174     <iPad_SpotLight80>$(BDS)\bin\Artwork\iOS\iPad\FM_SpotlightSearchIcon_80x80.png</iPad_SpotLight80>
175     <iPhone_Launch2208>$(BDS)\bin\Artwork\iOS\iPhone\FM_LaunchImage_2208x1242.png</iPhone_Launch2208>
176     <iPhone_Spotlight40>$(BDS)\bin\Artwork\iOS\iPhone\FM_SpotlightSearchIcon_40x40.png</iPhone_Spotlight40>
177     <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>
178     <iPhone_Spotlight58>$(BDS)\bin\Artwork\iOS\iPhone\FM_SpotlightSearchIcon_58x58.png</iPhone_Spotlight58>
179     <iPad_AppIcon144>$(BDS)\bin\Artwork\iOS\iPad\FM_ApplicationIcon_144x144.png</iPad_AppIcon144>
180     <iPad_Setting58>$(BDS)\bin\Artwork\iOS\iPad\FM_SettingIcon_58x58.png</iPad_Setting58>
181     </PropertyGroup>
182     <PropertyGroup Condition="'$(Base_OSX32)'!=''">
183     <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
184     <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>
185     <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>
186     </PropertyGroup>
187 yamat0jp 1 <PropertyGroup Condition="'$(Base_Win32)'!=''">
188 yamat0jp 5 <DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
189     <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
190     <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
191 yamat0jp 1 <VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
192 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>
193 yamat0jp 1 <VerInfo_Locale>1033</VerInfo_Locale>
194     </PropertyGroup>
195     <PropertyGroup Condition="'$(Base_Win64)'!=''">
196 yamat0jp 5 <DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;$(DCC_Namespace)</DCC_Namespace>
197     <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
198     <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
199     <VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
200 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>
201 yamat0jp 5 <VerInfo_Locale>1033</VerInfo_Locale>
202 yamat0jp 1 </PropertyGroup>
203     <PropertyGroup Condition="'$(Cfg_1)'!=''">
204     <DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
205 yamat0jp 2 <DCC_DebugDCUs>true</DCC_DebugDCUs>
206 yamat0jp 1 <DCC_Optimize>false</DCC_Optimize>
207     <DCC_GenerateStackFrames>true</DCC_GenerateStackFrames>
208 yamat0jp 2 <DCC_DebugInfoInExe>true</DCC_DebugInfoInExe>
209     <DCC_RemoteDebug>true</DCC_RemoteDebug>
210 yamat0jp 1 </PropertyGroup>
211 yamat0jp 2 <PropertyGroup Condition="'$(Cfg_1_Win32)'!=''">
212     <DCC_DebugDCUs>false</DCC_DebugDCUs>
213     <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
214 yamat0jp 5 <VerInfo_Locale>1033</VerInfo_Locale>
215 yamat0jp 2 <DCC_RemoteDebug>false</DCC_RemoteDebug>
216     </PropertyGroup>
217     <PropertyGroup Condition="'$(Cfg_2)'!=''">
218     <DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
219     <DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
220     <DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
221     <DCC_DebugInformation>0</DCC_DebugInformation>
222     </PropertyGroup>
223 yamat0jp 1 <ItemGroup>
224     <DelphiCompile Include="$(MainSource)">
225     <MainSource>MainSource</MainSource>
226     </DelphiCompile>
227     <DCCReference Include="Unit1.pas">
228     <Form>Form1</Form>
229 yamat0jp 5 <FormType>fmx</FormType>
230 yamat0jp 1 </DCCReference>
231 yamat0jp 2 <BuildConfiguration Include="Release">
232 yamat0jp 1 <Key>Cfg_2</Key>
233     <CfgParent>Base</CfgParent>
234     </BuildConfiguration>
235     <BuildConfiguration Include="Base">
236     <Key>Base</Key>
237     </BuildConfiguration>
238 yamat0jp 2 <BuildConfiguration Include="Debug">
239 yamat0jp 1 <Key>Cfg_1</Key>
240     <CfgParent>Base</CfgParent>
241     </BuildConfiguration>
242     </ItemGroup>
243     <ProjectExtensions>
244     <Borland.Personality>Delphi.Personality.12</Borland.Personality>
245 yamat0jp 2 <Borland.ProjectType>Application</Borland.ProjectType>
246 yamat0jp 1 <BorlandProject>
247     <Delphi.Personality>
248     <Source>
249     <Source Name="MainSource">reversi.dpr</Source>
250     </Source>
251 yamat0jp 2 <Excluded_Packages>
252     <Excluded_Packages Name="$(BDSBIN)\bcboffice2k210.bpl">Embarcadero C++Builder Office 2000 サーバー パッケージ</Excluded_Packages>
253     <Excluded_Packages Name="$(BDSBIN)\bcbofficexp210.bpl">Embarcadero C++Builder Office XP サーバー パッケージ</Excluded_Packages>
254     <Excluded_Packages Name="$(BDSBIN)\dcloffice2k210.bpl">Microsoft Office 2000 オートメーション サーバー ラッパー コンポーネントのサンプル</Excluded_Packages>
255     <Excluded_Packages Name="$(BDSBIN)\dclofficexp210.bpl">Microsoft Office XP オートメーション サーバー ラッパー コンポーネントのサンプル</Excluded_Packages>
256     </Excluded_Packages>
257 yamat0jp 1 </Delphi.Personality>
258 yamat0jp 2 <Deployment>
259 yamat0jp 30 <DeployFile LocalName="Android\Release\AndroidManifest.xml" Configuration="Release" Class="ProjectAndroidManifest">
260     <Platform Name="Android">
261     <Overwrite>true</Overwrite>
262     </Platform>
263     </DeployFile>
264     <DeployFile LocalName="e:\fuke masasi\embarcadero\studio\15.0\lib\android\debug\x86\libnative-activity.so" Configuration="Release" Class="AndroidLibnativeX86File">
265     <Platform Name="Android">
266     <RemoteName>libreversi.so</RemoteName>
267     <Overwrite>true</Overwrite>
268     </Platform>
269     </DeployFile>
270     <DeployFile LocalName="$(BDS)\bin\Artwork\Android\FM_SplashImage_640x480.png" Configuration="Release" Class="Android_SplashImage640">
271     <Platform Name="Android">
272     <RemoteName>splash_image.png</RemoteName>
273     <Overwrite>true</Overwrite>
274     </Platform>
275     </DeployFile>
276     <DeployFile LocalName="$(BDS)\bin\Artwork\Android\FM_SplashImage_640x480.png" Configuration="Debug" Class="Android_SplashImage640">
277     <Platform Name="Android">
278     <RemoteName>splash_image.png</RemoteName>
279     <Overwrite>true</Overwrite>
280     </Platform>
281     </DeployFile>
282     <DeployFile LocalName="$(BDS)\bin\Artwork\Android\FM_SplashImage_426x320.png" Configuration="Release" Class="Android_SplashImage426">
283     <Platform Name="Android">
284     <RemoteName>splash_image.png</RemoteName>
285     <Overwrite>true</Overwrite>
286     </Platform>
287     </DeployFile>
288     <DeployFile LocalName="Android\Debug\libreversi.so" Configuration="Debug" Class="ProjectOutput">
289     <Platform Name="Android">
290     <RemoteName>libreversi.so</RemoteName>
291     <Overwrite>true</Overwrite>
292     </Platform>
293     </DeployFile>
294     <DeployFile LocalName="$(BDS)\bin\Artwork\Android\FM_LauncherIcon_144x144.png" Configuration="Debug" Class="Android_LauncherIcon144">
295     <Platform Name="Android">
296     <RemoteName>ic_launcher.png</RemoteName>
297     <Overwrite>true</Overwrite>
298     </Platform>
299     </DeployFile>
300     <DeployFile LocalName="Android\Release\splash_image_def.xml" Configuration="Release" Class="AndroidSplashImageDef">
301     <Platform Name="Android">
302     <Overwrite>true</Overwrite>
303     </Platform>
304     </DeployFile>
305     <DeployFile LocalName="e:\fuke masasi\embarcadero\studio\15.0\lib\android\debug\x86\libnative-activity.so" Configuration="Debug" Class="AndroidLibnativeX86File">
306     <Platform Name="Android">
307     <RemoteName>libreversi.so</RemoteName>
308     <Overwrite>true</Overwrite>
309     </Platform>
310     </DeployFile>
311     <DeployFile LocalName="Android\Debug\splash_image_def.xml" Configuration="Debug" Class="AndroidSplashImageDef">
312     <Platform Name="Android">
313     <Overwrite>true</Overwrite>
314     </Platform>
315     </DeployFile>
316     <DeployFile LocalName="C:\Users\Public\Documents\Embarcadero\Studio\15.0\PlatformSDKs\android-ndk-r9c\prebuilt\android-arm\gdbserver\gdbserver" Configuration="Debug" Class="AndroidGDBServer">
317     <Platform Name="Android">
318     <Overwrite>true</Overwrite>
319     </Platform>
320     </DeployFile>
321 yamat0jp 5 <DeployFile LocalName="$(BDS)\Redist\osx32\libcgunwind.1.0.dylib" Class="DependencyModule">
322     <Platform Name="OSX32">
323     <Overwrite>true</Overwrite>
324     </Platform>
325     <Platform Name="iOSSimulator">
326     <Overwrite>true</Overwrite>
327     </Platform>
328     </DeployFile>
329 yamat0jp 2 <DeployFile LocalName="Win32\Debug\reversi.exe" Configuration="Debug" Class="ProjectOutput">
330     <Platform Name="Win32">
331     <RemoteName>reversi.exe</RemoteName>
332     <Overwrite>true</Overwrite>
333     </Platform>
334     </DeployFile>
335 yamat0jp 30 <DeployFile LocalName="$(BDS)\bin\Artwork\Android\FM_SplashImage_426x320.png" Configuration="Debug" Class="Android_SplashImage426">
336     <Platform Name="Android">
337     <RemoteName>splash_image.png</RemoteName>
338     <Overwrite>true</Overwrite>
339     </Platform>
340     </DeployFile>
341     <DeployFile LocalName="$(BDS)\bin\Artwork\Android\FM_LauncherIcon_96x96.png" Configuration="Debug" Class="Android_LauncherIcon96">
342     <Platform Name="Android">
343     <RemoteName>ic_launcher.png</RemoteName>
344     <Overwrite>true</Overwrite>
345     </Platform>
346     </DeployFile>
347     <DeployFile LocalName="$(BDS)\bin\Artwork\Android\FM_LauncherIcon_36x36.png" Configuration="Release" Class="Android_LauncherIcon36">
348     <Platform Name="Android">
349     <RemoteName>ic_launcher.png</RemoteName>
350     <Overwrite>true</Overwrite>
351     </Platform>
352     </DeployFile>
353     <DeployFile LocalName="e:\fuke masasi\embarcadero\studio\15.0\lib\android\debug\classes.dex" Configuration="Debug" Class="AndroidClassesDexFile">
354     <Platform Name="Android">
355     <RemoteName>classes.dex</RemoteName>
356     <Overwrite>true</Overwrite>
357     </Platform>
358     </DeployFile>
359     <DeployFile LocalName="e:\fuke masasi\embarcadero\studio\15.0\lib\android\debug\mips\libnative-activity.so" Configuration="Release" Class="AndroidLibnativeMipsFile">
360     <Platform Name="Android">
361     <RemoteName>libreversi.so</RemoteName>
362     <Overwrite>true</Overwrite>
363     </Platform>
364     </DeployFile>
365     <DeployFile LocalName="$(BDS)\bin\Artwork\Android\FM_LauncherIcon_36x36.png" Configuration="Debug" Class="Android_LauncherIcon36">
366     <Platform Name="Android">
367     <RemoteName>ic_launcher.png</RemoteName>
368     <Overwrite>true</Overwrite>
369     </Platform>
370     </DeployFile>
371     <DeployFile LocalName="$(BDS)\bin\Artwork\Android\FM_LauncherIcon_72x72.png" Configuration="Debug" Class="Android_LauncherIcon72">
372     <Platform Name="Android">
373     <RemoteName>ic_launcher.png</RemoteName>
374     <Overwrite>true</Overwrite>
375     </Platform>
376     </DeployFile>
377 yamat0jp 31 <DeployFile LocalName="$(BDS)\bin\Artwork\Android\FM_SplashImage_470x320.png" Configuration="Debug" Class="Android_SplashImage470">
378 yamat0jp 30 <Platform Name="Android">
379 yamat0jp 31 <RemoteName>splash_image.png</RemoteName>
380 yamat0jp 30 <Overwrite>true</Overwrite>
381     </Platform>
382     </DeployFile>
383 yamat0jp 31 <DeployFile LocalName="e:\fuke masasi\embarcadero\studio\15.0\lib\android\debug\armeabi\libnative-activity.so" Configuration="Debug" Class="AndroidLibnativeArmeabiFile">
384 yamat0jp 30 <Platform Name="Android">
385     <RemoteName>libreversi.so</RemoteName>
386     <Overwrite>true</Overwrite>
387     </Platform>
388     </DeployFile>
389 yamat0jp 31 <DeployFile LocalName="e:\fuke masasi\embarcadero\studio\15.0\lib\android\debug\mips\libnative-activity.so" Configuration="Debug" Class="AndroidLibnativeMipsFile">
390 yamat0jp 30 <Platform Name="Android">
391 yamat0jp 31 <RemoteName>libreversi.so</RemoteName>
392 yamat0jp 30 <Overwrite>true</Overwrite>
393     </Platform>
394     </DeployFile>
395     <DeployFile LocalName="$(BDS)\bin\Artwork\Android\FM_SplashImage_960x720.png" Configuration="Debug" Class="Android_SplashImage960">
396     <Platform Name="Android">
397     <RemoteName>splash_image.png</RemoteName>
398     <Overwrite>true</Overwrite>
399     </Platform>
400     </DeployFile>
401     <DeployFile LocalName="Android\Release\styles.xml" Configuration="Release" Class="AndroidSplashStyles">
402     <Platform Name="Android">
403     <Overwrite>true</Overwrite>
404     </Platform>
405     </DeployFile>
406     <DeployFile LocalName="$(BDS)\bin\Artwork\Android\FM_LauncherIcon_144x144.png" Configuration="Release" Class="Android_LauncherIcon144">
407     <Platform Name="Android">
408     <RemoteName>ic_launcher.png</RemoteName>
409     <Overwrite>true</Overwrite>
410     </Platform>
411     </DeployFile>
412     <DeployFile LocalName="$(BDS)\bin\Artwork\Android\FM_SplashImage_960x720.png" Configuration="Release" Class="Android_SplashImage960">
413     <Platform Name="Android">
414     <RemoteName>splash_image.png</RemoteName>
415     <Overwrite>true</Overwrite>
416     </Platform>
417     </DeployFile>
418     <DeployFile LocalName="$(BDS)\bin\Artwork\Android\FM_LauncherIcon_48x48.png" Configuration="Debug" Class="Android_LauncherIcon48">
419     <Platform Name="Android">
420     <RemoteName>ic_launcher.png</RemoteName>
421     <Overwrite>true</Overwrite>
422     </Platform>
423     </DeployFile>
424     <DeployFile LocalName="$(BDS)\bin\Artwork\Android\FM_LauncherIcon_48x48.png" Configuration="Release" Class="Android_LauncherIcon48">
425     <Platform Name="Android">
426     <RemoteName>ic_launcher.png</RemoteName>
427     <Overwrite>true</Overwrite>
428     </Platform>
429     </DeployFile>
430     <DeployFile LocalName="e:\fuke masasi\embarcadero\studio\15.0\lib\android\debug\classes.dex" Configuration="Release" Class="AndroidClassesDexFile">
431     <Platform Name="Android">
432     <RemoteName>classes.dex</RemoteName>
433     <Overwrite>true</Overwrite>
434     </Platform>
435     </DeployFile>
436     <DeployFile LocalName="Android\Release\libreversi.so" Configuration="Release" Class="ProjectOutput">
437     <Platform Name="Android">
438     <RemoteName>libreversi.so</RemoteName>
439     <Overwrite>true</Overwrite>
440     </Platform>
441     </DeployFile>
442     <DeployFile LocalName="Android\Debug\AndroidManifest.xml" Configuration="Debug" Class="ProjectAndroidManifest">
443     <Platform Name="Android">
444     <Overwrite>true</Overwrite>
445     </Platform>
446     </DeployFile>
447     <DeployFile LocalName="Android\Debug\styles.xml" Configuration="Debug" Class="AndroidSplashStyles">
448     <Platform Name="Android">
449     <Overwrite>true</Overwrite>
450     </Platform>
451     </DeployFile>
452     <DeployFile LocalName="C:\Users\Public\Documents\Embarcadero\Studio\15.0\PlatformSDKs\android-ndk-r9c\prebuilt\android-arm\gdbserver\gdbserver" Configuration="Release" Class="AndroidGDBServer">
453     <Platform Name="Android">
454     <Overwrite>true</Overwrite>
455     </Platform>
456     </DeployFile>
457     <DeployFile LocalName="$(BDS)\bin\Artwork\Android\FM_LauncherIcon_72x72.png" Configuration="Release" Class="Android_LauncherIcon72">
458     <Platform Name="Android">
459     <RemoteName>ic_launcher.png</RemoteName>
460     <Overwrite>true</Overwrite>
461     </Platform>
462     </DeployFile>
463     <DeployFile LocalName="$(BDS)\bin\Artwork\Android\FM_LauncherIcon_96x96.png" Configuration="Release" Class="Android_LauncherIcon96">
464     <Platform Name="Android">
465     <RemoteName>ic_launcher.png</RemoteName>
466     <Overwrite>true</Overwrite>
467     </Platform>
468     </DeployFile>
469     <DeployFile LocalName="$(BDS)\bin\Artwork\Android\FM_SplashImage_470x320.png" Configuration="Release" Class="Android_SplashImage470">
470     <Platform Name="Android">
471     <RemoteName>splash_image.png</RemoteName>
472     <Overwrite>true</Overwrite>
473     </Platform>
474     </DeployFile>
475     <DeployFile LocalName="e:\fuke masasi\embarcadero\studio\15.0\lib\android\debug\armeabi\libnative-activity.so" Configuration="Release" Class="AndroidLibnativeArmeabiFile">
476     <Platform Name="Android">
477     <RemoteName>libreversi.so</RemoteName>
478     <Overwrite>true</Overwrite>
479     </Platform>
480     </DeployFile>
481 yamat0jp 2 <DeployClass Required="true" Name="DependencyPackage">
482     <Platform Name="iOSDevice">
483     <Operation>1</Operation>
484     <Extensions>.dylib</Extensions>
485     </Platform>
486     <Platform Name="Win32">
487     <Operation>0</Operation>
488     <Extensions>.bpl</Extensions>
489     </Platform>
490     <Platform Name="OSX32">
491     <RemoteDir>Contents\MacOS</RemoteDir>
492     <Operation>1</Operation>
493     <Extensions>.dylib</Extensions>
494     </Platform>
495     <Platform Name="iOSSimulator">
496     <Operation>1</Operation>
497     <Extensions>.dylib</Extensions>
498     </Platform>
499     </DeployClass>
500     <DeployClass Name="DependencyModule">
501     <Platform Name="iOSDevice">
502     <Operation>1</Operation>
503     <Extensions>.dylib</Extensions>
504     </Platform>
505     <Platform Name="Win32">
506     <Operation>0</Operation>
507     <Extensions>.dll;.bpl</Extensions>
508     </Platform>
509     <Platform Name="OSX32">
510     <RemoteDir>Contents\MacOS</RemoteDir>
511     <Operation>1</Operation>
512     <Extensions>.dylib</Extensions>
513     </Platform>
514     <Platform Name="iOSSimulator">
515     <Operation>1</Operation>
516     <Extensions>.dylib</Extensions>
517     </Platform>
518     </DeployClass>
519     <DeployClass Name="iPad_Launch2048">
520     <Platform Name="iOSDevice">
521     <Operation>1</Operation>
522     </Platform>
523     <Platform Name="iOSSimulator">
524     <Operation>1</Operation>
525     </Platform>
526     </DeployClass>
527     <DeployClass Name="ProjectOSXInfoPList">
528     <Platform Name="OSX32">
529     <RemoteDir>Contents</RemoteDir>
530     <Operation>1</Operation>
531     </Platform>
532     </DeployClass>
533     <DeployClass Name="ProjectiOSDeviceDebug">
534     <Platform Name="iOSDevice">
535     <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
536     <Operation>1</Operation>
537     </Platform>
538     </DeployClass>
539     <DeployClass Name="Android_SplashImage470">
540     <Platform Name="Android">
541     <RemoteDir>res\drawable-normal</RemoteDir>
542     <Operation>1</Operation>
543     </Platform>
544     </DeployClass>
545     <DeployClass Name="AndroidLibnativeX86File">
546     <Platform Name="Android">
547     <RemoteDir>library\lib\x86</RemoteDir>
548     <Operation>1</Operation>
549     </Platform>
550     </DeployClass>
551     <DeployClass Name="ProjectiOSResource">
552     <Platform Name="iOSDevice">
553     <Operation>1</Operation>
554     </Platform>
555     <Platform Name="iOSSimulator">
556     <Operation>1</Operation>
557     </Platform>
558     </DeployClass>
559     <DeployClass Name="ProjectOSXEntitlements">
560     <Platform Name="OSX32">
561     <RemoteDir>../</RemoteDir>
562     <Operation>1</Operation>
563     </Platform>
564     </DeployClass>
565     <DeployClass Name="AndroidGDBServer">
566     <Platform Name="Android">
567     <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
568     <Operation>1</Operation>
569     </Platform>
570     </DeployClass>
571     <DeployClass Name="iPhone_Launch640">
572     <Platform Name="iOSDevice">
573     <Operation>1</Operation>
574     </Platform>
575     <Platform Name="iOSSimulator">
576     <Operation>1</Operation>
577     </Platform>
578     </DeployClass>
579     <DeployClass Name="Android_SplashImage960">
580     <Platform Name="Android">
581     <RemoteDir>res\drawable-xlarge</RemoteDir>
582     <Operation>1</Operation>
583     </Platform>
584     </DeployClass>
585     <DeployClass Name="Android_LauncherIcon96">
586     <Platform Name="Android">
587     <RemoteDir>res\drawable-xhdpi</RemoteDir>
588     <Operation>1</Operation>
589     </Platform>
590     </DeployClass>
591     <DeployClass Name="iPhone_Launch320">
592     <Platform Name="iOSDevice">
593     <Operation>1</Operation>
594     </Platform>
595     <Platform Name="iOSSimulator">
596     <Operation>1</Operation>
597     </Platform>
598     </DeployClass>
599     <DeployClass Name="Android_LauncherIcon144">
600     <Platform Name="Android">
601     <RemoteDir>res\drawable-xxhdpi</RemoteDir>
602     <Operation>1</Operation>
603     </Platform>
604     </DeployClass>
605     <DeployClass Name="AndroidLibnativeMipsFile">
606     <Platform Name="Android">
607     <RemoteDir>library\lib\mips</RemoteDir>
608     <Operation>1</Operation>
609     </Platform>
610     </DeployClass>
611     <DeployClass Name="AndroidSplashImageDef">
612     <Platform Name="Android">
613     <RemoteDir>res\drawable</RemoteDir>
614     <Operation>1</Operation>
615     </Platform>
616     </DeployClass>
617     <DeployClass Name="DebugSymbols">
618     <Platform Name="OSX32">
619     <RemoteDir>Contents\MacOS</RemoteDir>
620     <Operation>1</Operation>
621     </Platform>
622     <Platform Name="iOSSimulator">
623     <Operation>1</Operation>
624     </Platform>
625     <Platform Name="Win32">
626     <Operation>0</Operation>
627     </Platform>
628     </DeployClass>
629     <DeployClass Name="DependencyFramework">
630     <Platform Name="OSX32">
631     <RemoteDir>Contents\MacOS</RemoteDir>
632     <Operation>1</Operation>
633     <Extensions>.framework</Extensions>
634     </Platform>
635     <Platform Name="Win32">
636     <Operation>0</Operation>
637     </Platform>
638     </DeployClass>
639     <DeployClass Name="Android_SplashImage426">
640     <Platform Name="Android">
641     <RemoteDir>res\drawable-small</RemoteDir>
642     <Operation>1</Operation>
643     </Platform>
644     </DeployClass>
645     <DeployClass Name="ProjectiOSEntitlements">
646     <Platform Name="iOSDevice">
647     <RemoteDir>../</RemoteDir>
648     <Operation>1</Operation>
649     </Platform>
650     </DeployClass>
651     <DeployClass Name="AdditionalDebugSymbols">
652     <Platform Name="OSX32">
653     <RemoteDir>Contents\MacOS</RemoteDir>
654     <Operation>1</Operation>
655     </Platform>
656     <Platform Name="iOSSimulator">
657     <Operation>1</Operation>
658     </Platform>
659     <Platform Name="Win32">
660     <RemoteDir>Contents\MacOS</RemoteDir>
661     <Operation>0</Operation>
662     </Platform>
663     </DeployClass>
664     <DeployClass Name="AndroidClassesDexFile">
665     <Platform Name="Android">
666     <RemoteDir>classes</RemoteDir>
667     <Operation>1</Operation>
668     </Platform>
669     </DeployClass>
670     <DeployClass Name="ProjectiOSInfoPList">
671     <Platform Name="iOSDevice">
672     <Operation>1</Operation>
673     </Platform>
674     <Platform Name="iOSSimulator">
675     <Operation>1</Operation>
676     </Platform>
677     </DeployClass>
678     <DeployClass Name="iPad_Launch1024">
679     <Platform Name="iOSDevice">
680     <Operation>1</Operation>
681     </Platform>
682     <Platform Name="iOSSimulator">
683     <Operation>1</Operation>
684     </Platform>
685     </DeployClass>
686     <DeployClass Name="Android_DefaultAppIcon">
687     <Platform Name="Android">
688     <RemoteDir>res\drawable</RemoteDir>
689     <Operation>1</Operation>
690     </Platform>
691     </DeployClass>
692     <DeployClass Name="ProjectOSXResource">
693     <Platform Name="OSX32">
694     <RemoteDir>Contents\Resources</RemoteDir>
695     <Operation>1</Operation>
696     </Platform>
697     </DeployClass>
698     <DeployClass Name="ProjectiOSDeviceResourceRules">
699     <Platform Name="iOSDevice">
700     <Operation>1</Operation>
701     </Platform>
702     </DeployClass>
703     <DeployClass Name="iPad_Launch768">
704     <Platform Name="iOSDevice">
705     <Operation>1</Operation>
706     </Platform>
707     <Platform Name="iOSSimulator">
708     <Operation>1</Operation>
709     </Platform>
710     </DeployClass>
711     <DeployClass Required="true" Name="ProjectOutput">
712     <Platform Name="iOSDevice">
713     <Operation>1</Operation>
714     </Platform>
715     <Platform Name="Android">
716     <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
717     <Operation>1</Operation>
718     </Platform>
719     <Platform Name="Win32">
720     <Operation>0</Operation>
721     </Platform>
722     <Platform Name="OSX32">
723     <RemoteDir>Contents\MacOS</RemoteDir>
724     <Operation>1</Operation>
725     </Platform>
726     <Platform Name="iOSSimulator">
727     <Operation>1</Operation>
728     </Platform>
729     </DeployClass>
730     <DeployClass Name="AndroidLibnativeArmeabiFile">
731     <Platform Name="Android">
732     <RemoteDir>library\lib\armeabi</RemoteDir>
733     <Operation>1</Operation>
734     </Platform>
735     </DeployClass>
736     <DeployClass Name="Android_SplashImage640">
737     <Platform Name="Android">
738     <RemoteDir>res\drawable-large</RemoteDir>
739     <Operation>1</Operation>
740     </Platform>
741     </DeployClass>
742     <DeployClass Name="File">
743     <Platform Name="iOSDevice">
744     <Operation>0</Operation>
745     </Platform>
746     <Platform Name="Android">
747     <Operation>0</Operation>
748     </Platform>
749     <Platform Name="Win32">
750     <Operation>0</Operation>
751     </Platform>
752     <Platform Name="OSX32">
753     <RemoteDir>Contents\MacOS</RemoteDir>
754     <Operation>0</Operation>
755     </Platform>
756     <Platform Name="iOSSimulator">
757     <Operation>0</Operation>
758     </Platform>
759     </DeployClass>
760     <DeployClass Name="iPhone_Launch640x1136">
761     <Platform Name="iOSDevice">
762     <Operation>1</Operation>
763     </Platform>
764     <Platform Name="iOSSimulator">
765     <Operation>1</Operation>
766     </Platform>
767     </DeployClass>
768     <DeployClass Name="Android_LauncherIcon36">
769     <Platform Name="Android">
770     <RemoteDir>res\drawable-ldpi</RemoteDir>
771     <Operation>1</Operation>
772     </Platform>
773     </DeployClass>
774     <DeployClass Name="AndroidSplashStyles">
775     <Platform Name="Android">
776     <RemoteDir>res\values</RemoteDir>
777     <Operation>1</Operation>
778     </Platform>
779     </DeployClass>
780     <DeployClass Name="iPad_Launch1536">
781     <Platform Name="iOSDevice">
782     <Operation>1</Operation>
783     </Platform>
784     <Platform Name="iOSSimulator">
785     <Operation>1</Operation>
786     </Platform>
787     </DeployClass>
788     <DeployClass Name="Android_LauncherIcon48">
789     <Platform Name="Android">
790     <RemoteDir>res\drawable-mdpi</RemoteDir>
791     <Operation>1</Operation>
792     </Platform>
793     </DeployClass>
794     <DeployClass Name="Android_LauncherIcon72">
795     <Platform Name="Android">
796     <RemoteDir>res\drawable-hdpi</RemoteDir>
797     <Operation>1</Operation>
798     </Platform>
799     </DeployClass>
800     <DeployClass Name="ProjectAndroidManifest">
801     <Platform Name="Android">
802     <Operation>1</Operation>
803     </Platform>
804     </DeployClass>
805     <ProjectRoot Platform="Android" Name="$(PROJECTNAME)"/>
806     <ProjectRoot Platform="iOSDevice" Name="$(PROJECTNAME).app"/>
807     <ProjectRoot Platform="Win32" Name="$(PROJECTNAME)"/>
808     <ProjectRoot Platform="OSX32" Name="$(PROJECTNAME).app"/>
809     <ProjectRoot Platform="iOSSimulator" Name="$(PROJECTNAME).app"/>
810     <ProjectRoot Platform="Win64" Name="$(PROJECTNAME)"/>
811     </Deployment>
812 yamat0jp 1 <Platforms>
813 yamat0jp 5 <Platform value="Android" ActiveMobileDevice="AVD_for_Galaxy_Nexus_by_Google">True</Platform>
814     <Platform value="iOSDevice">True</Platform>
815     <Platform value="iOSSimulator" ActiveMobileDevice="iPhone">True</Platform>
816     <Platform value="OSX32">True</Platform>
817 yamat0jp 1 <Platform value="Win32">True</Platform>
818 yamat0jp 5 <Platform value="Win64">True</Platform>
819 yamat0jp 1 </Platforms>
820     </BorlandProject>
821     <ProjectFileVersion>12</ProjectFileVersion>
822     </ProjectExtensions>
823     <Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')"/>
824     <Import Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj" Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')"/>
825 yamat0jp 2 <Import Project="$(MSBuildProjectName).deployproj" Condition="Exists('$(MSBuildProjectName).deployproj')"/>
826 yamat0jp 1 </Project>

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