Develop and Download Open Source Software

Browse Subversion Repository

Diff of /reversi.dproj

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

revision 1 by yamat0jp, Sat Jul 11 05:06:38 2015 UTC revision 12 by yamat0jp, Mon Jul 13 22:33:52 2015 UTC
# Line 1  Line 1 
1  <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">  <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2      <PropertyGroup>      <PropertyGroup>
3          <ProjectGuid>{F80C9239-06BF-49CE-9AF2-6E2CB82E67A0}</ProjectGuid>          <ProjectGuid>{D39FBA16-6899-4BA9-BB22-47C1DB48AFEF}</ProjectGuid>
4            <ProjectVersion>16.1</ProjectVersion>
5            <FrameworkType>FMX</FrameworkType>
6          <MainSource>reversi.dpr</MainSource>          <MainSource>reversi.dpr</MainSource>
7          <Base>True</Base>          <Base>True</Base>
8          <Config Condition="'$(Config)'==''">Release</Config>          <Config Condition="'$(Config)'==''">Release</Config>
         <TargetedPlatforms>1</TargetedPlatforms>  
         <AppType>Application</AppType>  
         <FrameworkType>VCL</FrameworkType>  
         <ProjectVersion>16.1</ProjectVersion>  
9          <Platform Condition="'$(Platform)'==''">Win32</Platform>          <Platform Condition="'$(Platform)'==''">Win32</Platform>
10            <TargetedPlatforms>95</TargetedPlatforms>
11            <AppType>Application</AppType>
12      </PropertyGroup>      </PropertyGroup>
13      <PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">      <PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">
14          <Base>true</Base>          <Base>true</Base>
15      </PropertyGroup>      </PropertyGroup>
16        <PropertyGroup Condition="('$(Platform)'=='Android' and '$(Base)'=='true') or '$(Base_Android)'!=''">
17            <Base_Android>true</Base_Android>
18            <CfgParent>Base</CfgParent>
19            <Base>true</Base>
20        </PropertyGroup>
21        <PropertyGroup Condition="('$(Platform)'=='iOSDevice' and '$(Base)'=='true') or '$(Base_iOSDevice)'!=''">
22            <Base_iOSDevice>true</Base_iOSDevice>
23            <CfgParent>Base</CfgParent>
24            <Base>true</Base>
25        </PropertyGroup>
26        <PropertyGroup Condition="('$(Platform)'=='iOSSimulator' and '$(Base)'=='true') or '$(Base_iOSSimulator)'!=''">
27            <Base_iOSSimulator>true</Base_iOSSimulator>
28            <CfgParent>Base</CfgParent>
29            <Base>true</Base>
30        </PropertyGroup>
31        <PropertyGroup Condition="('$(Platform)'=='OSX32' and '$(Base)'=='true') or '$(Base_OSX32)'!=''">
32            <Base_OSX32>true</Base_OSX32>
33            <CfgParent>Base</CfgParent>
34            <Base>true</Base>
35        </PropertyGroup>
36      <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Base)'=='true') or '$(Base_Win32)'!=''">      <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Base)'=='true') or '$(Base_Win32)'!=''">
37          <Base_Win32>true</Base_Win32>          <Base_Win32>true</Base_Win32>
38          <CfgParent>Base</CfgParent>          <CfgParent>Base</CfgParent>
# Line 23  Line 43 
43          <CfgParent>Base</CfgParent>          <CfgParent>Base</CfgParent>
44          <Base>true</Base>          <Base>true</Base>
45      </PropertyGroup>      </PropertyGroup>
46      <PropertyGroup Condition="'$(Config)'=='Release' or '$(Cfg_1)'!=''">      <PropertyGroup Condition="'$(Config)'=='Debug' or '$(Cfg_1)'!=''">
47          <Cfg_1>true</Cfg_1>          <Cfg_1>true</Cfg_1>
48          <CfgParent>Base</CfgParent>          <CfgParent>Base</CfgParent>
49          <Base>true</Base>          <Base>true</Base>
50      </PropertyGroup>      </PropertyGroup>
51      <PropertyGroup Condition="'$(Config)'=='Debug' or '$(Cfg_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          <Cfg_2>true</Cfg_2>          <Cfg_2>true</Cfg_2>
59          <CfgParent>Base</CfgParent>          <CfgParent>Base</CfgParent>
60          <Base>true</Base>          <Base>true</Base>
61      </PropertyGroup>      </PropertyGroup>
62      <PropertyGroup Condition="'$(Base)'!=''">      <PropertyGroup Condition="'$(Base)'!=''">
63          <DCC_F>false</DCC_F>          <AUP_ACCESS_COARSE_LOCATION>true</AUP_ACCESS_COARSE_LOCATION>
64          <DCC_K>false</DCC_K>          <Icns_MainIcns>$(BDS)\bin\delphi_PROJECTICNS.icns</Icns_MainIcns>
65          <DCC_N>false</DCC_N>          <AUP_READ_PHONE_STATE>true</AUP_READ_PHONE_STATE>
66          <VerInfo_Locale>1041</VerInfo_Locale>          <AUP_ACCESS_FINE_LOCATION>true</AUP_ACCESS_FINE_LOCATION>
67            <AUP_WRITE_CALENDAR>true</AUP_WRITE_CALENDAR>
68            <Icon_MainIcon>$(BDS)\bin\delphi_PROJECTICON.ico</Icon_MainIcon>
69            <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          <SanitizedProjectName>reversi</SanitizedProjectName>          <SanitizedProjectName>reversi</SanitizedProjectName>
73          <DCC_Namespace>Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;System;Xml;Data;Datasnap;Web;Soap;Winapi;$(DCC_Namespace)</DCC_Namespace>          <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            <DCC_DcuOutput>.\$(Platform)\$(Config)</DCC_DcuOutput>
78            <DCC_ExeOutput>.\$(Platform)\$(Config)</DCC_ExeOutput>
79          <DCC_E>false</DCC_E>          <DCC_E>false</DCC_E>
80          <DCC_ImageBase>00400000</DCC_ImageBase>          <DCC_N>false</DCC_N>
81          <DCC_S>false</DCC_S>          <DCC_S>false</DCC_S>
82          <VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=;CFBundleName=</VerInfo_Keys>          <DCC_F>false</DCC_F>
83            <DCC_K>false</DCC_K>
84        </PropertyGroup>
85        <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>      </PropertyGroup>
187      <PropertyGroup Condition="'$(Base_Win32)'!=''">      <PropertyGroup Condition="'$(Base_Win32)'!=''">
188            <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          <VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>          <VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
192          <Icon_MainIcon>reversi_Icon.ico</Icon_MainIcon>          <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          <VerInfo_Locale>1033</VerInfo_Locale>          <VerInfo_Locale>1033</VerInfo_Locale>
         <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>  
         <DCC_Namespace>System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>  
         <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>  
194      </PropertyGroup>      </PropertyGroup>
195      <PropertyGroup Condition="'$(Base_Win64)'!=''">      <PropertyGroup Condition="'$(Base_Win64)'!=''">
196          <Icon_MainIcon>reversi_Icon.ico</Icon_MainIcon>          <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            <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            <VerInfo_Locale>1033</VerInfo_Locale>
202      </PropertyGroup>      </PropertyGroup>
203      <PropertyGroup Condition="'$(Cfg_1)'!=''">      <PropertyGroup Condition="'$(Cfg_1)'!=''">
         <DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>  
         <DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>  
         <DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>  
         <DCC_DebugInformation>0</DCC_DebugInformation>  
     </PropertyGroup>  
     <PropertyGroup Condition="'$(Cfg_2)'!=''">  
204          <DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>          <DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
205            <DCC_DebugDCUs>true</DCC_DebugDCUs>
206          <DCC_Optimize>false</DCC_Optimize>          <DCC_Optimize>false</DCC_Optimize>
207          <DCC_GenerateStackFrames>true</DCC_GenerateStackFrames>          <DCC_GenerateStackFrames>true</DCC_GenerateStackFrames>
208            <DCC_DebugInfoInExe>true</DCC_DebugInfoInExe>
209            <DCC_RemoteDebug>true</DCC_RemoteDebug>
210        </PropertyGroup>
211        <PropertyGroup Condition="'$(Cfg_1_Win32)'!=''">
212            <DCC_DebugDCUs>false</DCC_DebugDCUs>
213            <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
214            <VerInfo_Locale>1033</VerInfo_Locale>
215            <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>      </PropertyGroup>
223      <ItemGroup>      <ItemGroup>
224          <DelphiCompile Include="$(MainSource)">          <DelphiCompile Include="$(MainSource)">
# Line 73  Line 226 
226          </DelphiCompile>          </DelphiCompile>
227          <DCCReference Include="Unit1.pas">          <DCCReference Include="Unit1.pas">
228              <Form>Form1</Form>              <Form>Form1</Form>
229                <FormType>fmx</FormType>
230          </DCCReference>          </DCCReference>
231          <BuildConfiguration Include="Debug">          <BuildConfiguration Include="Release">
232              <Key>Cfg_2</Key>              <Key>Cfg_2</Key>
233              <CfgParent>Base</CfgParent>              <CfgParent>Base</CfgParent>
234          </BuildConfiguration>          </BuildConfiguration>
235          <BuildConfiguration Include="Base">          <BuildConfiguration Include="Base">
236              <Key>Base</Key>              <Key>Base</Key>
237          </BuildConfiguration>          </BuildConfiguration>
238          <BuildConfiguration Include="Release">          <BuildConfiguration Include="Debug">
239              <Key>Cfg_1</Key>              <Key>Cfg_1</Key>
240              <CfgParent>Base</CfgParent>              <CfgParent>Base</CfgParent>
241          </BuildConfiguration>          </BuildConfiguration>
242      </ItemGroup>      </ItemGroup>
243      <ProjectExtensions>      <ProjectExtensions>
244          <Borland.Personality>Delphi.Personality.12</Borland.Personality>          <Borland.Personality>Delphi.Personality.12</Borland.Personality>
245          <Borland.ProjectType/>          <Borland.ProjectType>Application</Borland.ProjectType>
246          <BorlandProject>          <BorlandProject>
247              <Delphi.Personality>              <Delphi.Personality>
248                  <Source>                  <Source>
249                      <Source Name="MainSource">reversi.dpr</Source>                      <Source Name="MainSource">reversi.dpr</Source>
250                  </Source>                  </Source>
251                    <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              </Delphi.Personality>              </Delphi.Personality>
258                <Deployment>
259                    <DeployFile LocalName="$(BDS)\Redist\osx32\libcgunwind.1.0.dylib" Class="DependencyModule">
260                        <Platform Name="OSX32">
261                            <Overwrite>true</Overwrite>
262                        </Platform>
263                        <Platform Name="iOSSimulator">
264                            <Overwrite>true</Overwrite>
265                        </Platform>
266                    </DeployFile>
267                    <DeployFile LocalName="Win32\Debug\reversi.exe" Configuration="Debug" Class="ProjectOutput">
268                        <Platform Name="Win32">
269                            <RemoteName>reversi.exe</RemoteName>
270                            <Overwrite>true</Overwrite>
271                        </Platform>
272                    </DeployFile>
273                    <DeployClass Required="true" Name="DependencyPackage">
274                        <Platform Name="iOSDevice">
275                            <Operation>1</Operation>
276                            <Extensions>.dylib</Extensions>
277                        </Platform>
278                        <Platform Name="Win32">
279                            <Operation>0</Operation>
280                            <Extensions>.bpl</Extensions>
281                        </Platform>
282                        <Platform Name="OSX32">
283                            <RemoteDir>Contents\MacOS</RemoteDir>
284                            <Operation>1</Operation>
285                            <Extensions>.dylib</Extensions>
286                        </Platform>
287                        <Platform Name="iOSSimulator">
288                            <Operation>1</Operation>
289                            <Extensions>.dylib</Extensions>
290                        </Platform>
291                    </DeployClass>
292                    <DeployClass Name="DependencyModule">
293                        <Platform Name="iOSDevice">
294                            <Operation>1</Operation>
295                            <Extensions>.dylib</Extensions>
296                        </Platform>
297                        <Platform Name="Win32">
298                            <Operation>0</Operation>
299                            <Extensions>.dll;.bpl</Extensions>
300                        </Platform>
301                        <Platform Name="OSX32">
302                            <RemoteDir>Contents\MacOS</RemoteDir>
303                            <Operation>1</Operation>
304                            <Extensions>.dylib</Extensions>
305                        </Platform>
306                        <Platform Name="iOSSimulator">
307                            <Operation>1</Operation>
308                            <Extensions>.dylib</Extensions>
309                        </Platform>
310                    </DeployClass>
311                    <DeployClass Name="iPad_Launch2048">
312                        <Platform Name="iOSDevice">
313                            <Operation>1</Operation>
314                        </Platform>
315                        <Platform Name="iOSSimulator">
316                            <Operation>1</Operation>
317                        </Platform>
318                    </DeployClass>
319                    <DeployClass Name="ProjectOSXInfoPList">
320                        <Platform Name="OSX32">
321                            <RemoteDir>Contents</RemoteDir>
322                            <Operation>1</Operation>
323                        </Platform>
324                    </DeployClass>
325                    <DeployClass Name="ProjectiOSDeviceDebug">
326                        <Platform Name="iOSDevice">
327                            <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
328                            <Operation>1</Operation>
329                        </Platform>
330                    </DeployClass>
331                    <DeployClass Name="Android_SplashImage470">
332                        <Platform Name="Android">
333                            <RemoteDir>res\drawable-normal</RemoteDir>
334                            <Operation>1</Operation>
335                        </Platform>
336                    </DeployClass>
337                    <DeployClass Name="AndroidLibnativeX86File">
338                        <Platform Name="Android">
339                            <RemoteDir>library\lib\x86</RemoteDir>
340                            <Operation>1</Operation>
341                        </Platform>
342                    </DeployClass>
343                    <DeployClass Name="ProjectiOSResource">
344                        <Platform Name="iOSDevice">
345                            <Operation>1</Operation>
346                        </Platform>
347                        <Platform Name="iOSSimulator">
348                            <Operation>1</Operation>
349                        </Platform>
350                    </DeployClass>
351                    <DeployClass Name="ProjectOSXEntitlements">
352                        <Platform Name="OSX32">
353                            <RemoteDir>../</RemoteDir>
354                            <Operation>1</Operation>
355                        </Platform>
356                    </DeployClass>
357                    <DeployClass Name="AndroidGDBServer">
358                        <Platform Name="Android">
359                            <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
360                            <Operation>1</Operation>
361                        </Platform>
362                    </DeployClass>
363                    <DeployClass Name="iPhone_Launch640">
364                        <Platform Name="iOSDevice">
365                            <Operation>1</Operation>
366                        </Platform>
367                        <Platform Name="iOSSimulator">
368                            <Operation>1</Operation>
369                        </Platform>
370                    </DeployClass>
371                    <DeployClass Name="Android_SplashImage960">
372                        <Platform Name="Android">
373                            <RemoteDir>res\drawable-xlarge</RemoteDir>
374                            <Operation>1</Operation>
375                        </Platform>
376                    </DeployClass>
377                    <DeployClass Name="Android_LauncherIcon96">
378                        <Platform Name="Android">
379                            <RemoteDir>res\drawable-xhdpi</RemoteDir>
380                            <Operation>1</Operation>
381                        </Platform>
382                    </DeployClass>
383                    <DeployClass Name="iPhone_Launch320">
384                        <Platform Name="iOSDevice">
385                            <Operation>1</Operation>
386                        </Platform>
387                        <Platform Name="iOSSimulator">
388                            <Operation>1</Operation>
389                        </Platform>
390                    </DeployClass>
391                    <DeployClass Name="Android_LauncherIcon144">
392                        <Platform Name="Android">
393                            <RemoteDir>res\drawable-xxhdpi</RemoteDir>
394                            <Operation>1</Operation>
395                        </Platform>
396                    </DeployClass>
397                    <DeployClass Name="AndroidLibnativeMipsFile">
398                        <Platform Name="Android">
399                            <RemoteDir>library\lib\mips</RemoteDir>
400                            <Operation>1</Operation>
401                        </Platform>
402                    </DeployClass>
403                    <DeployClass Name="AndroidSplashImageDef">
404                        <Platform Name="Android">
405                            <RemoteDir>res\drawable</RemoteDir>
406                            <Operation>1</Operation>
407                        </Platform>
408                    </DeployClass>
409                    <DeployClass Name="DebugSymbols">
410                        <Platform Name="OSX32">
411                            <RemoteDir>Contents\MacOS</RemoteDir>
412                            <Operation>1</Operation>
413                        </Platform>
414                        <Platform Name="iOSSimulator">
415                            <Operation>1</Operation>
416                        </Platform>
417                        <Platform Name="Win32">
418                            <Operation>0</Operation>
419                        </Platform>
420                    </DeployClass>
421                    <DeployClass Name="DependencyFramework">
422                        <Platform Name="OSX32">
423                            <RemoteDir>Contents\MacOS</RemoteDir>
424                            <Operation>1</Operation>
425                            <Extensions>.framework</Extensions>
426                        </Platform>
427                        <Platform Name="Win32">
428                            <Operation>0</Operation>
429                        </Platform>
430                    </DeployClass>
431                    <DeployClass Name="Android_SplashImage426">
432                        <Platform Name="Android">
433                            <RemoteDir>res\drawable-small</RemoteDir>
434                            <Operation>1</Operation>
435                        </Platform>
436                    </DeployClass>
437                    <DeployClass Name="ProjectiOSEntitlements">
438                        <Platform Name="iOSDevice">
439                            <RemoteDir>../</RemoteDir>
440                            <Operation>1</Operation>
441                        </Platform>
442                    </DeployClass>
443                    <DeployClass Name="AdditionalDebugSymbols">
444                        <Platform Name="OSX32">
445                            <RemoteDir>Contents\MacOS</RemoteDir>
446                            <Operation>1</Operation>
447                        </Platform>
448                        <Platform Name="iOSSimulator">
449                            <Operation>1</Operation>
450                        </Platform>
451                        <Platform Name="Win32">
452                            <RemoteDir>Contents\MacOS</RemoteDir>
453                            <Operation>0</Operation>
454                        </Platform>
455                    </DeployClass>
456                    <DeployClass Name="AndroidClassesDexFile">
457                        <Platform Name="Android">
458                            <RemoteDir>classes</RemoteDir>
459                            <Operation>1</Operation>
460                        </Platform>
461                    </DeployClass>
462                    <DeployClass Name="ProjectiOSInfoPList">
463                        <Platform Name="iOSDevice">
464                            <Operation>1</Operation>
465                        </Platform>
466                        <Platform Name="iOSSimulator">
467                            <Operation>1</Operation>
468                        </Platform>
469                    </DeployClass>
470                    <DeployClass Name="iPad_Launch1024">
471                        <Platform Name="iOSDevice">
472                            <Operation>1</Operation>
473                        </Platform>
474                        <Platform Name="iOSSimulator">
475                            <Operation>1</Operation>
476                        </Platform>
477                    </DeployClass>
478                    <DeployClass Name="Android_DefaultAppIcon">
479                        <Platform Name="Android">
480                            <RemoteDir>res\drawable</RemoteDir>
481                            <Operation>1</Operation>
482                        </Platform>
483                    </DeployClass>
484                    <DeployClass Name="ProjectOSXResource">
485                        <Platform Name="OSX32">
486                            <RemoteDir>Contents\Resources</RemoteDir>
487                            <Operation>1</Operation>
488                        </Platform>
489                    </DeployClass>
490                    <DeployClass Name="ProjectiOSDeviceResourceRules">
491                        <Platform Name="iOSDevice">
492                            <Operation>1</Operation>
493                        </Platform>
494                    </DeployClass>
495                    <DeployClass Name="iPad_Launch768">
496                        <Platform Name="iOSDevice">
497                            <Operation>1</Operation>
498                        </Platform>
499                        <Platform Name="iOSSimulator">
500                            <Operation>1</Operation>
501                        </Platform>
502                    </DeployClass>
503                    <DeployClass Required="true" Name="ProjectOutput">
504                        <Platform Name="iOSDevice">
505                            <Operation>1</Operation>
506                        </Platform>
507                        <Platform Name="Android">
508                            <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
509                            <Operation>1</Operation>
510                        </Platform>
511                        <Platform Name="Win32">
512                            <Operation>0</Operation>
513                        </Platform>
514                        <Platform Name="OSX32">
515                            <RemoteDir>Contents\MacOS</RemoteDir>
516                            <Operation>1</Operation>
517                        </Platform>
518                        <Platform Name="iOSSimulator">
519                            <Operation>1</Operation>
520                        </Platform>
521                    </DeployClass>
522                    <DeployClass Name="AndroidLibnativeArmeabiFile">
523                        <Platform Name="Android">
524                            <RemoteDir>library\lib\armeabi</RemoteDir>
525                            <Operation>1</Operation>
526                        </Platform>
527                    </DeployClass>
528                    <DeployClass Name="Android_SplashImage640">
529                        <Platform Name="Android">
530                            <RemoteDir>res\drawable-large</RemoteDir>
531                            <Operation>1</Operation>
532                        </Platform>
533                    </DeployClass>
534                    <DeployClass Name="File">
535                        <Platform Name="iOSDevice">
536                            <Operation>0</Operation>
537                        </Platform>
538                        <Platform Name="Android">
539                            <Operation>0</Operation>
540                        </Platform>
541                        <Platform Name="Win32">
542                            <Operation>0</Operation>
543                        </Platform>
544                        <Platform Name="OSX32">
545                            <RemoteDir>Contents\MacOS</RemoteDir>
546                            <Operation>0</Operation>
547                        </Platform>
548                        <Platform Name="iOSSimulator">
549                            <Operation>0</Operation>
550                        </Platform>
551                    </DeployClass>
552                    <DeployClass Name="iPhone_Launch640x1136">
553                        <Platform Name="iOSDevice">
554                            <Operation>1</Operation>
555                        </Platform>
556                        <Platform Name="iOSSimulator">
557                            <Operation>1</Operation>
558                        </Platform>
559                    </DeployClass>
560                    <DeployClass Name="Android_LauncherIcon36">
561                        <Platform Name="Android">
562                            <RemoteDir>res\drawable-ldpi</RemoteDir>
563                            <Operation>1</Operation>
564                        </Platform>
565                    </DeployClass>
566                    <DeployClass Name="AndroidSplashStyles">
567                        <Platform Name="Android">
568                            <RemoteDir>res\values</RemoteDir>
569                            <Operation>1</Operation>
570                        </Platform>
571                    </DeployClass>
572                    <DeployClass Name="iPad_Launch1536">
573                        <Platform Name="iOSDevice">
574                            <Operation>1</Operation>
575                        </Platform>
576                        <Platform Name="iOSSimulator">
577                            <Operation>1</Operation>
578                        </Platform>
579                    </DeployClass>
580                    <DeployClass Name="Android_LauncherIcon48">
581                        <Platform Name="Android">
582                            <RemoteDir>res\drawable-mdpi</RemoteDir>
583                            <Operation>1</Operation>
584                        </Platform>
585                    </DeployClass>
586                    <DeployClass Name="Android_LauncherIcon72">
587                        <Platform Name="Android">
588                            <RemoteDir>res\drawable-hdpi</RemoteDir>
589                            <Operation>1</Operation>
590                        </Platform>
591                    </DeployClass>
592                    <DeployClass Name="ProjectAndroidManifest">
593                        <Platform Name="Android">
594                            <Operation>1</Operation>
595                        </Platform>
596                    </DeployClass>
597                    <ProjectRoot Platform="Android" Name="$(PROJECTNAME)"/>
598                    <ProjectRoot Platform="iOSDevice" Name="$(PROJECTNAME).app"/>
599                    <ProjectRoot Platform="Win32" Name="$(PROJECTNAME)"/>
600                    <ProjectRoot Platform="OSX32" Name="$(PROJECTNAME).app"/>
601                    <ProjectRoot Platform="iOSSimulator" Name="$(PROJECTNAME).app"/>
602                    <ProjectRoot Platform="Win64" Name="$(PROJECTNAME)"/>
603                </Deployment>
604              <Platforms>              <Platforms>
605                    <Platform value="Android" ActiveMobileDevice="AVD_for_Galaxy_Nexus_by_Google">True</Platform>
606                    <Platform value="iOSDevice">True</Platform>
607                    <Platform value="iOSSimulator" ActiveMobileDevice="iPhone">True</Platform>
608                    <Platform value="OSX32">True</Platform>
609                  <Platform value="Win32">True</Platform>                  <Platform value="Win32">True</Platform>
610                  <Platform value="Win64">False</Platform>                  <Platform value="Win64">True</Platform>
611              </Platforms>              </Platforms>
612          </BorlandProject>          </BorlandProject>
613          <ProjectFileVersion>12</ProjectFileVersion>          <ProjectFileVersion>12</ProjectFileVersion>
614      </ProjectExtensions>      </ProjectExtensions>
615      <Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')"/>      <Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')"/>
616      <Import Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj" Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')"/>      <Import Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj" Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')"/>
617        <Import Project="$(MSBuildProjectName).deployproj" Condition="Exists('$(MSBuildProjectName).deployproj')"/>
618  </Project>  </Project>

Legend:
Removed from v.1  
changed lines
  Added in v.12

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