Develop and Download Open Source Software

Browse Subversion Repository

Annotation of /rensa.dproj

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1 - (hide annotations) (download)
Fri Jul 10 00:31:32 2015 UTC (8 years, 8 months ago) by yamat0jp
File size: 25837 byte(s)
ぷよぷよでは2つ一組で落下してくるところを4つにしました

斜めの連鎖判定も出しています

おかげで面白く無いかもしれません

AIの部分はまだ詰めていませんがイベント化しました
1 yamat0jp 1 <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2     <PropertyGroup>
3     <ProjectGuid>{0A329A18-A5A1-48B5-8A97-85416EFDCE97}</ProjectGuid>
4     <ProjectVersion>16.1</ProjectVersion>
5     <FrameworkType>VCL</FrameworkType>
6     <MainSource>rensa.dpr</MainSource>
7     <Base>True</Base>
8     <Config Condition="'$(Config)'==''">Release</Config>
9     <Platform Condition="'$(Platform)'==''">Win32</Platform>
10     <TargetedPlatforms>3</TargetedPlatforms>
11     <AppType>Application</AppType>
12     </PropertyGroup>
13     <PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">
14     <Base>true</Base>
15     </PropertyGroup>
16     <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Base)'=='true') or '$(Base_Win32)'!=''">
17     <Base_Win32>true</Base_Win32>
18     <CfgParent>Base</CfgParent>
19     <Base>true</Base>
20     </PropertyGroup>
21     <PropertyGroup Condition="('$(Platform)'=='Win64' and '$(Base)'=='true') or '$(Base_Win64)'!=''">
22     <Base_Win64>true</Base_Win64>
23     <CfgParent>Base</CfgParent>
24     <Base>true</Base>
25     </PropertyGroup>
26     <PropertyGroup Condition="'$(Config)'=='Debug' or '$(Cfg_1)'!=''">
27     <Cfg_1>true</Cfg_1>
28     <CfgParent>Base</CfgParent>
29     <Base>true</Base>
30     </PropertyGroup>
31     <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_1)'=='true') or '$(Cfg_1_Win32)'!=''">
32     <Cfg_1_Win32>true</Cfg_1_Win32>
33     <CfgParent>Cfg_1</CfgParent>
34     <Cfg_1>true</Cfg_1>
35     <Base>true</Base>
36     </PropertyGroup>
37     <PropertyGroup Condition="'$(Config)'=='Release' or '$(Cfg_2)'!=''">
38     <Cfg_2>true</Cfg_2>
39     <CfgParent>Base</CfgParent>
40     <Base>true</Base>
41     </PropertyGroup>
42     <PropertyGroup Condition="'$(Base)'!=''">
43     <DCC_Namespace>System;Xml;Data;Datasnap;Web;Soap;Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;$(DCC_Namespace)</DCC_Namespace>
44     <SanitizedProjectName>rensa</SanitizedProjectName>
45     <Icon_MainIcon>$(BDS)\bin\delphi_PROJECTICON.ico</Icon_MainIcon>
46     <DCC_DcuOutput>.\$(Platform)\$(Config)</DCC_DcuOutput>
47     <DCC_ExeOutput>.\$(Platform)\$(Config)</DCC_ExeOutput>
48     <DCC_E>false</DCC_E>
49     <DCC_N>false</DCC_N>
50     <DCC_S>false</DCC_S>
51     <DCC_F>false</DCC_F>
52     <DCC_K>false</DCC_K>
53     </PropertyGroup>
54     <PropertyGroup Condition="'$(Base_Win32)'!=''">
55     <DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
56     <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>
57     <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
58     <VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
59     <VerInfo_Locale>1033</VerInfo_Locale>
60     <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
61     </PropertyGroup>
62     <PropertyGroup Condition="'$(Base_Win64)'!=''">
63     <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
64     <DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;$(DCC_Namespace)</DCC_Namespace>
65     <VerInfo_Locale>1033</VerInfo_Locale>
66     <VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
67     <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
68     <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>
69     </PropertyGroup>
70     <PropertyGroup Condition="'$(Cfg_1)'!=''">
71     <DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
72     <DCC_DebugDCUs>true</DCC_DebugDCUs>
73     <DCC_Optimize>false</DCC_Optimize>
74     <DCC_GenerateStackFrames>true</DCC_GenerateStackFrames>
75     <DCC_DebugInfoInExe>true</DCC_DebugInfoInExe>
76     <DCC_RemoteDebug>true</DCC_RemoteDebug>
77     </PropertyGroup>
78     <PropertyGroup Condition="'$(Cfg_1_Win32)'!=''">
79     <DCC_DebugDCUs>false</DCC_DebugDCUs>
80     <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
81     <VerInfo_Locale>1033</VerInfo_Locale>
82     <DCC_RemoteDebug>false</DCC_RemoteDebug>
83     </PropertyGroup>
84     <PropertyGroup Condition="'$(Cfg_2)'!=''">
85     <DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
86     <DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
87     <DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
88     <DCC_DebugInformation>0</DCC_DebugInformation>
89     </PropertyGroup>
90     <ItemGroup>
91     <DelphiCompile Include="$(MainSource)">
92     <MainSource>MainSource</MainSource>
93     </DelphiCompile>
94     <DCCReference Include="Unit1.pas">
95     <Form>Form1</Form>
96     <FormType>dfm</FormType>
97     </DCCReference>
98     <DCCReference Include="Unit2.pas"/>
99     <BuildConfiguration Include="Release">
100     <Key>Cfg_2</Key>
101     <CfgParent>Base</CfgParent>
102     </BuildConfiguration>
103     <BuildConfiguration Include="Base">
104     <Key>Base</Key>
105     </BuildConfiguration>
106     <BuildConfiguration Include="Debug">
107     <Key>Cfg_1</Key>
108     <CfgParent>Base</CfgParent>
109     </BuildConfiguration>
110     </ItemGroup>
111     <ProjectExtensions>
112     <Borland.Personality>Delphi.Personality.12</Borland.Personality>
113     <Borland.ProjectType>Application</Borland.ProjectType>
114     <BorlandProject>
115     <Delphi.Personality>
116     <Source>
117     <Source Name="MainSource">rensa.dpr</Source>
118     </Source>
119     <Excluded_Packages>
120     <Excluded_Packages Name="$(BDSBIN)\bcboffice2k210.bpl">Embarcadero C++Builder Office 2000 サーバー パッケージ</Excluded_Packages>
121     <Excluded_Packages Name="$(BDSBIN)\bcbofficexp210.bpl">Embarcadero C++Builder Office XP サーバー パッケージ</Excluded_Packages>
122     <Excluded_Packages Name="$(BDSBIN)\dcloffice2k210.bpl">Microsoft Office 2000 オートメーション サーバー ラッパー コンポーネントのサンプル</Excluded_Packages>
123     <Excluded_Packages Name="$(BDSBIN)\dclofficexp210.bpl">Microsoft Office XP オートメーション サーバー ラッパー コンポーネントのサンプル</Excluded_Packages>
124     </Excluded_Packages>
125     </Delphi.Personality>
126     <Deployment>
127     <DeployFile LocalName="Win32\Debug\rensa.exe" Configuration="Debug" Class="ProjectOutput">
128     <Platform Name="Win32">
129     <RemoteName>rensa.exe</RemoteName>
130     <Overwrite>true</Overwrite>
131     </Platform>
132     </DeployFile>
133     <DeployClass Required="true" Name="DependencyPackage">
134     <Platform Name="iOSDevice">
135     <Operation>1</Operation>
136     <Extensions>.dylib</Extensions>
137     </Platform>
138     <Platform Name="Win32">
139     <Operation>0</Operation>
140     <Extensions>.bpl</Extensions>
141     </Platform>
142     <Platform Name="OSX32">
143     <RemoteDir>Contents\MacOS</RemoteDir>
144     <Operation>1</Operation>
145     <Extensions>.dylib</Extensions>
146     </Platform>
147     <Platform Name="iOSSimulator">
148     <Operation>1</Operation>
149     <Extensions>.dylib</Extensions>
150     </Platform>
151     </DeployClass>
152     <DeployClass Name="DependencyModule">
153     <Platform Name="iOSDevice">
154     <Operation>1</Operation>
155     <Extensions>.dylib</Extensions>
156     </Platform>
157     <Platform Name="Win32">
158     <Operation>0</Operation>
159     <Extensions>.dll;.bpl</Extensions>
160     </Platform>
161     <Platform Name="OSX32">
162     <RemoteDir>Contents\MacOS</RemoteDir>
163     <Operation>1</Operation>
164     <Extensions>.dylib</Extensions>
165     </Platform>
166     <Platform Name="iOSSimulator">
167     <Operation>1</Operation>
168     <Extensions>.dylib</Extensions>
169     </Platform>
170     </DeployClass>
171     <DeployClass Name="iPad_Launch2048">
172     <Platform Name="iOSDevice">
173     <Operation>1</Operation>
174     </Platform>
175     <Platform Name="iOSSimulator">
176     <Operation>1</Operation>
177     </Platform>
178     </DeployClass>
179     <DeployClass Name="ProjectOSXInfoPList">
180     <Platform Name="OSX32">
181     <RemoteDir>Contents</RemoteDir>
182     <Operation>1</Operation>
183     </Platform>
184     </DeployClass>
185     <DeployClass Name="ProjectiOSDeviceDebug">
186     <Platform Name="iOSDevice">
187     <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
188     <Operation>1</Operation>
189     </Platform>
190     </DeployClass>
191     <DeployClass Name="Android_SplashImage470">
192     <Platform Name="Android">
193     <RemoteDir>res\drawable-normal</RemoteDir>
194     <Operation>1</Operation>
195     </Platform>
196     </DeployClass>
197     <DeployClass Name="AndroidLibnativeX86File">
198     <Platform Name="Android">
199     <RemoteDir>library\lib\x86</RemoteDir>
200     <Operation>1</Operation>
201     </Platform>
202     </DeployClass>
203     <DeployClass Name="ProjectiOSResource">
204     <Platform Name="iOSDevice">
205     <Operation>1</Operation>
206     </Platform>
207     <Platform Name="iOSSimulator">
208     <Operation>1</Operation>
209     </Platform>
210     </DeployClass>
211     <DeployClass Name="ProjectOSXEntitlements">
212     <Platform Name="OSX32">
213     <RemoteDir>../</RemoteDir>
214     <Operation>1</Operation>
215     </Platform>
216     </DeployClass>
217     <DeployClass Name="AndroidGDBServer">
218     <Platform Name="Android">
219     <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
220     <Operation>1</Operation>
221     </Platform>
222     </DeployClass>
223     <DeployClass Name="iPhone_Launch640">
224     <Platform Name="iOSDevice">
225     <Operation>1</Operation>
226     </Platform>
227     <Platform Name="iOSSimulator">
228     <Operation>1</Operation>
229     </Platform>
230     </DeployClass>
231     <DeployClass Name="Android_SplashImage960">
232     <Platform Name="Android">
233     <RemoteDir>res\drawable-xlarge</RemoteDir>
234     <Operation>1</Operation>
235     </Platform>
236     </DeployClass>
237     <DeployClass Name="Android_LauncherIcon96">
238     <Platform Name="Android">
239     <RemoteDir>res\drawable-xhdpi</RemoteDir>
240     <Operation>1</Operation>
241     </Platform>
242     </DeployClass>
243     <DeployClass Name="iPhone_Launch320">
244     <Platform Name="iOSDevice">
245     <Operation>1</Operation>
246     </Platform>
247     <Platform Name="iOSSimulator">
248     <Operation>1</Operation>
249     </Platform>
250     </DeployClass>
251     <DeployClass Name="Android_LauncherIcon144">
252     <Platform Name="Android">
253     <RemoteDir>res\drawable-xxhdpi</RemoteDir>
254     <Operation>1</Operation>
255     </Platform>
256     </DeployClass>
257     <DeployClass Name="AndroidLibnativeMipsFile">
258     <Platform Name="Android">
259     <RemoteDir>library\lib\mips</RemoteDir>
260     <Operation>1</Operation>
261     </Platform>
262     </DeployClass>
263     <DeployClass Name="AndroidSplashImageDef">
264     <Platform Name="Android">
265     <RemoteDir>res\drawable</RemoteDir>
266     <Operation>1</Operation>
267     </Platform>
268     </DeployClass>
269     <DeployClass Name="DebugSymbols">
270     <Platform Name="OSX32">
271     <RemoteDir>Contents\MacOS</RemoteDir>
272     <Operation>1</Operation>
273     </Platform>
274     <Platform Name="iOSSimulator">
275     <Operation>1</Operation>
276     </Platform>
277     <Platform Name="Win32">
278     <Operation>0</Operation>
279     </Platform>
280     </DeployClass>
281     <DeployClass Name="DependencyFramework">
282     <Platform Name="OSX32">
283     <RemoteDir>Contents\MacOS</RemoteDir>
284     <Operation>1</Operation>
285     <Extensions>.framework</Extensions>
286     </Platform>
287     <Platform Name="Win32">
288     <Operation>0</Operation>
289     </Platform>
290     </DeployClass>
291     <DeployClass Name="Android_SplashImage426">
292     <Platform Name="Android">
293     <RemoteDir>res\drawable-small</RemoteDir>
294     <Operation>1</Operation>
295     </Platform>
296     </DeployClass>
297     <DeployClass Name="ProjectiOSEntitlements">
298     <Platform Name="iOSDevice">
299     <RemoteDir>../</RemoteDir>
300     <Operation>1</Operation>
301     </Platform>
302     </DeployClass>
303     <DeployClass Name="AdditionalDebugSymbols">
304     <Platform Name="OSX32">
305     <RemoteDir>Contents\MacOS</RemoteDir>
306     <Operation>1</Operation>
307     </Platform>
308     <Platform Name="iOSSimulator">
309     <Operation>1</Operation>
310     </Platform>
311     <Platform Name="Win32">
312     <RemoteDir>Contents\MacOS</RemoteDir>
313     <Operation>0</Operation>
314     </Platform>
315     </DeployClass>
316     <DeployClass Name="AndroidClassesDexFile">
317     <Platform Name="Android">
318     <RemoteDir>classes</RemoteDir>
319     <Operation>1</Operation>
320     </Platform>
321     </DeployClass>
322     <DeployClass Name="ProjectiOSInfoPList">
323     <Platform Name="iOSDevice">
324     <Operation>1</Operation>
325     </Platform>
326     <Platform Name="iOSSimulator">
327     <Operation>1</Operation>
328     </Platform>
329     </DeployClass>
330     <DeployClass Name="iPad_Launch1024">
331     <Platform Name="iOSDevice">
332     <Operation>1</Operation>
333     </Platform>
334     <Platform Name="iOSSimulator">
335     <Operation>1</Operation>
336     </Platform>
337     </DeployClass>
338     <DeployClass Name="Android_DefaultAppIcon">
339     <Platform Name="Android">
340     <RemoteDir>res\drawable</RemoteDir>
341     <Operation>1</Operation>
342     </Platform>
343     </DeployClass>
344     <DeployClass Name="ProjectOSXResource">
345     <Platform Name="OSX32">
346     <RemoteDir>Contents\Resources</RemoteDir>
347     <Operation>1</Operation>
348     </Platform>
349     </DeployClass>
350     <DeployClass Name="ProjectiOSDeviceResourceRules">
351     <Platform Name="iOSDevice">
352     <Operation>1</Operation>
353     </Platform>
354     </DeployClass>
355     <DeployClass Name="iPad_Launch768">
356     <Platform Name="iOSDevice">
357     <Operation>1</Operation>
358     </Platform>
359     <Platform Name="iOSSimulator">
360     <Operation>1</Operation>
361     </Platform>
362     </DeployClass>
363     <DeployClass Required="true" Name="ProjectOutput">
364     <Platform Name="iOSDevice">
365     <Operation>1</Operation>
366     </Platform>
367     <Platform Name="Android">
368     <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
369     <Operation>1</Operation>
370     </Platform>
371     <Platform Name="Win32">
372     <Operation>0</Operation>
373     </Platform>
374     <Platform Name="OSX32">
375     <RemoteDir>Contents\MacOS</RemoteDir>
376     <Operation>1</Operation>
377     </Platform>
378     <Platform Name="iOSSimulator">
379     <Operation>1</Operation>
380     </Platform>
381     </DeployClass>
382     <DeployClass Name="AndroidLibnativeArmeabiFile">
383     <Platform Name="Android">
384     <RemoteDir>library\lib\armeabi</RemoteDir>
385     <Operation>1</Operation>
386     </Platform>
387     </DeployClass>
388     <DeployClass Name="Android_SplashImage640">
389     <Platform Name="Android">
390     <RemoteDir>res\drawable-large</RemoteDir>
391     <Operation>1</Operation>
392     </Platform>
393     </DeployClass>
394     <DeployClass Name="File">
395     <Platform Name="iOSDevice">
396     <Operation>0</Operation>
397     </Platform>
398     <Platform Name="Android">
399     <Operation>0</Operation>
400     </Platform>
401     <Platform Name="Win32">
402     <Operation>0</Operation>
403     </Platform>
404     <Platform Name="OSX32">
405     <RemoteDir>Contents\MacOS</RemoteDir>
406     <Operation>0</Operation>
407     </Platform>
408     <Platform Name="iOSSimulator">
409     <Operation>0</Operation>
410     </Platform>
411     </DeployClass>
412     <DeployClass Name="iPhone_Launch640x1136">
413     <Platform Name="iOSDevice">
414     <Operation>1</Operation>
415     </Platform>
416     <Platform Name="iOSSimulator">
417     <Operation>1</Operation>
418     </Platform>
419     </DeployClass>
420     <DeployClass Name="Android_LauncherIcon36">
421     <Platform Name="Android">
422     <RemoteDir>res\drawable-ldpi</RemoteDir>
423     <Operation>1</Operation>
424     </Platform>
425     </DeployClass>
426     <DeployClass Name="AndroidSplashStyles">
427     <Platform Name="Android">
428     <RemoteDir>res\values</RemoteDir>
429     <Operation>1</Operation>
430     </Platform>
431     </DeployClass>
432     <DeployClass Name="iPad_Launch1536">
433     <Platform Name="iOSDevice">
434     <Operation>1</Operation>
435     </Platform>
436     <Platform Name="iOSSimulator">
437     <Operation>1</Operation>
438     </Platform>
439     </DeployClass>
440     <DeployClass Name="Android_LauncherIcon48">
441     <Platform Name="Android">
442     <RemoteDir>res\drawable-mdpi</RemoteDir>
443     <Operation>1</Operation>
444     </Platform>
445     </DeployClass>
446     <DeployClass Name="Android_LauncherIcon72">
447     <Platform Name="Android">
448     <RemoteDir>res\drawable-hdpi</RemoteDir>
449     <Operation>1</Operation>
450     </Platform>
451     </DeployClass>
452     <DeployClass Name="ProjectAndroidManifest">
453     <Platform Name="Android">
454     <Operation>1</Operation>
455     </Platform>
456     </DeployClass>
457     <ProjectRoot Platform="Android" Name="$(PROJECTNAME)"/>
458     <ProjectRoot Platform="iOSDevice" Name="$(PROJECTNAME).app"/>
459     <ProjectRoot Platform="Win32" Name="$(PROJECTNAME)"/>
460     <ProjectRoot Platform="OSX32" Name="$(PROJECTNAME).app"/>
461     <ProjectRoot Platform="iOSSimulator" Name="$(PROJECTNAME).app"/>
462     <ProjectRoot Platform="Win64" Name="$(PROJECTNAME)"/>
463     </Deployment>
464     <Platforms>
465     <Platform value="Win32">True</Platform>
466     <Platform value="Win64">True</Platform>
467     </Platforms>
468     </BorlandProject>
469     <ProjectFileVersion>12</ProjectFileVersion>
470     </ProjectExtensions>
471     <Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')"/>
472     <Import Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj" Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')"/>
473     <Import Project="$(MSBuildProjectName).deployproj" Condition="Exists('$(MSBuildProjectName).deployproj')"/>
474     </Project>

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