Develop and Download Open Source Software

Browse Subversion Repository

Annotation of /reversi.dproj

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2 - (hide annotations) (download)
Sat Jul 11 06:06:32 2015 UTC (8 years, 9 months ago) by yamat0jp
File size: 25298 byte(s)


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

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