/[projects]/dao/DelphiScanner/RuteLabels.dproj
ViewVC logotype

Diff of /dao/DelphiScanner/RuteLabels.dproj

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

RuteLabels.dproj revision 2645 by torben, Thu Aug 20 20:12:11 2015 UTC dao/DelphiScanner/RuteLabels.dproj revision 3102 by torben, Mon Aug 22 22:00:45 2016 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>{CA2E08CD-B59C-4C63-9432-68C0318121E8}</ProjectGuid>          <ProjectGuid>{CA2E08CD-B59C-4C63-9432-68C0318121E8}</ProjectGuid>
4                          <MainSource>RuteLabels.dpr</MainSource>          <MainSource>RuteLabels.dpr</MainSource>
5                          <Config Condition="'$(Config)'==''">Debug</Config>          <Config Condition="'$(Config)'==''">Debug</Config>
6                          <DCC_DCCCompiler>DCC32</DCC_DCCCompiler>          <DCC_DCCCompiler>DCC32</DCC_DCCCompiler>
7                          <ProjectVersion>12.0</ProjectVersion>          <ProjectVersion>17.2</ProjectVersion>
8                  </PropertyGroup>          <Base>True</Base>
9                  <PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">          <TargetedPlatforms>1</TargetedPlatforms>
10                          <Base>true</Base>          <AppType>Application</AppType>
11                  </PropertyGroup>          <FrameworkType>VCL</FrameworkType>
12                  <PropertyGroup Condition="'$(Config)'=='Release' or '$(Cfg_1)'!=''">          <Platform Condition="'$(Platform)'==''">Win32</Platform>
13                          <Cfg_1>true</Cfg_1>      </PropertyGroup>
14                          <CfgParent>Base</CfgParent>      <PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">
15                          <Base>true</Base>          <Base>true</Base>
16                  </PropertyGroup>      </PropertyGroup>
17                  <PropertyGroup Condition="'$(Config)'=='Debug' or '$(Cfg_2)'!=''">      <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Base)'=='true') or '$(Base_Win32)'!=''">
18                          <Cfg_2>true</Cfg_2>          <Base_Win32>true</Base_Win32>
19                          <CfgParent>Base</CfgParent>          <CfgParent>Base</CfgParent>
20                          <Base>true</Base>          <Base>true</Base>
21                  </PropertyGroup>      </PropertyGroup>
22                  <PropertyGroup Condition="'$(Base)'!=''">      <PropertyGroup Condition="('$(Platform)'=='Win64' and '$(Base)'=='true') or '$(Base_Win64)'!=''">
23                          <DCC_ImageBase>00400000</DCC_ImageBase>          <Base_Win64>true</Base_Win64>
24                          <DCC_UsePackage>vcl;rtl;vclx;indy;inet;xmlrtl;vclie;inetdbbde;inetdbxpress;dbrtl;dsnap;dsnapcon;vcldb;soaprtl;VclSmp;dbexpress;dbxcds;inetdb;bdertl;vcldbx;webdsnap;websnap;adortl;ibxpress;teeui;teedb;tee;dss;visualclx;visualdbclx;vclactnband;vclshlctrls;IntrawebDB_50_70;Intraweb_50_70;Rave50CLX;Rave50VCL;dclOfficeXP</DCC_UsePackage>          <CfgParent>Base</CfgParent>
25                          <DCC_DependencyCheckOutputName>RuteLabels.exe</DCC_DependencyCheckOutputName>          <Base>true</Base>
26                          <DCC_UnitAlias>WinTypes=Windows;WinProcs=Windows;DbiTypes=BDE;DbiProcs=BDE;DbiErrs=BDE;WinTypes=Windows;WinProcs=Windows;$(DCC_UnitAlias)</DCC_UnitAlias>      </PropertyGroup>
27                          <DCC_Platform>x86</DCC_Platform>      <PropertyGroup Condition="'$(Config)'=='Release' or '$(Cfg_1)'!=''">
28                          <DCC_SymbolReferenceInfo>1</DCC_SymbolReferenceInfo>          <Cfg_1>true</Cfg_1>
29                          <DCC_N>true</DCC_N>          <CfgParent>Base</CfgParent>
30                          <DCC_S>false</DCC_S>          <Base>true</Base>
31                          <DCC_K>false</DCC_K>      </PropertyGroup>
32                          <DCC_E>false</DCC_E>      <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_1)'=='true') or '$(Cfg_1_Win32)'!=''">
33                          <DCC_F>false</DCC_F>          <Cfg_1_Win32>true</Cfg_1_Win32>
34                  </PropertyGroup>          <CfgParent>Cfg_1</CfgParent>
35                  <PropertyGroup Condition="'$(Cfg_1)'!=''">          <Cfg_1>true</Cfg_1>
36                          <DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>          <Base>true</Base>
37                          <DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>      </PropertyGroup>
38                          <DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>      <PropertyGroup Condition="'$(Config)'=='Debug' or '$(Cfg_2)'!=''">
39                          <DCC_DebugInformation>false</DCC_DebugInformation>          <Cfg_2>true</Cfg_2>
40                  </PropertyGroup>          <CfgParent>Base</CfgParent>
41                  <PropertyGroup Condition="'$(Cfg_2)'!=''">          <Base>true</Base>
42                          <DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>      </PropertyGroup>
43                  </PropertyGroup>      <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_2)'=='true') or '$(Cfg_2_Win32)'!=''">
44                  <ItemGroup>          <Cfg_2_Win32>true</Cfg_2_Win32>
45                          <DelphiCompile Include="RuteLabels.dpr">          <CfgParent>Cfg_2</CfgParent>
46                                  <MainSource>MainSource</MainSource>          <Cfg_2>true</Cfg_2>
47                          </DelphiCompile>          <Base>true</Base>
48                          <DCCReference Include="Main.pas">      </PropertyGroup>
49                                  <Form>MainForm</Form>      <PropertyGroup Condition="'$(Base)'!=''">
50                          </DCCReference>          <VerInfo_MajorVer>6</VerInfo_MajorVer>
51                          <BuildConfiguration Include="Base">          <VerInfo_Locale>1030</VerInfo_Locale>
52                                  <Key>Base</Key>          <SanitizedProjectName>RuteLabels</SanitizedProjectName>
53                          </BuildConfiguration>          <DCC_Namespace>Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;System;Xml;Data;Datasnap;Web;Soap;Winapi;System.Win;Xml.Win;$(DCC_Namespace)</DCC_Namespace>
54                          <BuildConfiguration Include="Debug">          <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
55                                  <Key>Cfg_2</Key>          <VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=6.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=5.0.0.0;Comments=</VerInfo_Keys>
56                                  <CfgParent>Base</CfgParent>          <DCC_ImageBase>00400000</DCC_ImageBase>
57                          </BuildConfiguration>          <DCC_UsePackage>vcl;rtl;vclx;indy;inet;xmlrtl;vclie;inetdbbde;inetdbxpress;dbrtl;dsnap;dsnapcon;vcldb;soaprtl;VclSmp;dbexpress;dbxcds;inetdb;bdertl;vcldbx;webdsnap;websnap;adortl;ibxpress;teeui;teedb;tee;dss;visualclx;visualdbclx;vclactnband;vclshlctrls;IntrawebDB_50_70;Intraweb_50_70;Rave50CLX;Rave50VCL;dclOfficeXP;$(DCC_UsePackage)</DCC_UsePackage>
58                          <BuildConfiguration Include="Release">          <DCC_DependencyCheckOutputName>RuteLabels.exe</DCC_DependencyCheckOutputName>
59                                  <Key>Cfg_1</Key>          <DCC_Platform>x86</DCC_Platform>
60                                  <CfgParent>Base</CfgParent>          <DCC_SymbolReferenceInfo>1</DCC_SymbolReferenceInfo>
61                          </BuildConfiguration>          <DCC_N>true</DCC_N>
62                  </ItemGroup>          <DCC_S>false</DCC_S>
63                  <Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')"/>          <DCC_K>false</DCC_K>
64                  <ProjectExtensions>          <DCC_E>false</DCC_E>
65                          <Borland.Personality>Delphi.Personality.12</Borland.Personality>          <DCC_F>false</DCC_F>
66                          <Borland.ProjectType>VCLApplication</Borland.ProjectType>      </PropertyGroup>
67                          <BorlandProject>      <PropertyGroup Condition="'$(Base_Win32)'!=''">
68                                  <Delphi.Personality>          <Icon_MainIcon>RuteLabels_Icon.ico</Icon_MainIcon>
69                                          <Source>          <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
70                                                  <Source Name="MainSource">RuteLabels.dpr</Source>          <DCC_Namespace>Data.Win;Datasnap.Win;Web.Win;Soap.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
71                                          </Source>          <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
72                                          <Parameters>          <VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
73                                                  <Parameters Name="UseLauncher">False</Parameters>          <VerInfo_Locale>1033</VerInfo_Locale>
74                                                  <Parameters Name="LoadAllSymbols">True</Parameters>      </PropertyGroup>
75                                                  <Parameters Name="LoadUnspecifiedSymbols">False</Parameters>      <PropertyGroup Condition="'$(Base_Win64)'!=''">
76                                          </Parameters>          <Icon_MainIcon>RuteLabels_Icon5.ico</Icon_MainIcon>
77                                          <VersionInfo>          <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
78                                                  <VersionInfo Name="IncludeVerInfo">True</VersionInfo>      </PropertyGroup>
79                                                  <VersionInfo Name="AutoIncBuild">False</VersionInfo>      <PropertyGroup Condition="'$(Cfg_1)'!=''">
80                                                  <VersionInfo Name="MajorVer">6</VersionInfo>          <DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
81                                                  <VersionInfo Name="MinorVer">0</VersionInfo>          <DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
82                                                  <VersionInfo Name="Release">0</VersionInfo>          <DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
83                                                  <VersionInfo Name="Build">0</VersionInfo>          <DCC_DebugInformation>0</DCC_DebugInformation>
84                                                  <VersionInfo Name="Debug">False</VersionInfo>      </PropertyGroup>
85                                                  <VersionInfo Name="PreRelease">False</VersionInfo>      <PropertyGroup Condition="'$(Cfg_1_Win32)'!=''">
86                                                  <VersionInfo Name="Special">False</VersionInfo>          <VerInfo_Locale>1033</VerInfo_Locale>
87                                                  <VersionInfo Name="Private">False</VersionInfo>          <VerInfo_MinorVer>2</VerInfo_MinorVer>
88                                                  <VersionInfo Name="DLL">False</VersionInfo>          <VerInfo_Release>4</VerInfo_Release>
89                                                  <VersionInfo Name="Locale">1030</VersionInfo>          <VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=6.3.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=6.3.0.0;Comments=</VerInfo_Keys>
90                                                  <VersionInfo Name="CodePage">1252</VersionInfo>      </PropertyGroup>
91                                          </VersionInfo>      <PropertyGroup Condition="'$(Cfg_2)'!=''">
92                                          <VersionInfoKeys>          <DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
93                                                  <VersionInfoKeys Name="CompanyName"/>      </PropertyGroup>
94                                                  <VersionInfoKeys Name="FileDescription"/>      <PropertyGroup Condition="'$(Cfg_2_Win32)'!=''">
95                                                  <VersionInfoKeys Name="FileVersion">6.0.0.0</VersionInfoKeys>          <VerInfo_Release>4</VerInfo_Release>
96                                                  <VersionInfoKeys Name="InternalName"/>          <VerInfo_MinorVer>2</VerInfo_MinorVer>
97                                                  <VersionInfoKeys Name="LegalCopyright"/>          <VerInfo_Locale>1033</VerInfo_Locale>
98                                                  <VersionInfoKeys Name="LegalTrademarks"/>          <VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=6.3.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=6.3.0.0;Comments=</VerInfo_Keys>
99                                                  <VersionInfoKeys Name="OriginalFilename"/>      </PropertyGroup>
100                                                  <VersionInfoKeys Name="ProductName"/>      <ItemGroup>
101                                                  <VersionInfoKeys Name="ProductVersion">5.0.0.0</VersionInfoKeys>          <DelphiCompile Include="$(MainSource)">
102                                                  <VersionInfoKeys Name="Comments"/>              <MainSource>MainSource</MainSource>
103                                          </VersionInfoKeys>          </DelphiCompile>
104                                          <Excluded_Packages>          <DCCReference Include="Main.pas">
105                                                  <Excluded_Packages Name="$(BDS)\bin\dcloffice2k140.bpl">Microsoft Office 2000 Sample Automation Server Wrapper Components</Excluded_Packages>              <Form>MainForm</Form>
106                                                  <Excluded_Packages Name="$(BDS)\bin\dclofficexp140.bpl">Microsoft Office XP Sample Automation Server Wrapper Components</Excluded_Packages>          </DCCReference>
107                                          </Excluded_Packages>          <DCCReference Include="LabelData.pas"/>
108                                  </Delphi.Personality>          <DCCReference Include="Components\tpsystools_4.04\source\StBarC.pas"/>
109                                  <ModelSupport>False</ModelSupport>          <DCCReference Include="Components\tpsystools_4.04\source\StBase.pas"/>
110                          </BorlandProject>          <DCCReference Include="Components\tpsystools_4.04\source\StConst.pas"/>
111                          <ProjectFileVersion>12</ProjectFileVersion>          <DCCReference Include="Utils.pas"/>
112                  </ProjectExtensions>          <DCCReference Include="LabelPrint.pas"/>
113          </Project>          <DCCReference Include="ParentForm.pas"/>
114            <DCCReference Include="Configuration.pas"/>
115            <DCCReference Include="TimingHelper.pas"/>
116            <DCCReference Include="KodeArkiv.pas"/>
117            <BuildConfiguration Include="Debug">
118                <Key>Cfg_2</Key>
119                <CfgParent>Base</CfgParent>
120            </BuildConfiguration>
121            <BuildConfiguration Include="Base">
122                <Key>Base</Key>
123            </BuildConfiguration>
124            <BuildConfiguration Include="Release">
125                <Key>Cfg_1</Key>
126                <CfgParent>Base</CfgParent>
127            </BuildConfiguration>
128        </ItemGroup>
129        <Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')"/>
130        <ProjectExtensions>
131            <Borland.Personality>Delphi.Personality.12</Borland.Personality>
132            <Borland.ProjectType>VCLApplication</Borland.ProjectType>
133            <BorlandProject>
134                <Delphi.Personality>
135                    <Source>
136                        <Source Name="MainSource">RuteLabels.dpr</Source>
137                    </Source>
138                    <Parameters>
139                        <Parameters Name="UseLauncher">False</Parameters>
140                        <Parameters Name="LoadAllSymbols">True</Parameters>
141                        <Parameters Name="LoadUnspecifiedSymbols">False</Parameters>
142                    </Parameters>
143                    <VersionInfo>
144                        <VersionInfo Name="IncludeVerInfo">True</VersionInfo>
145                        <VersionInfo Name="AutoIncBuild">False</VersionInfo>
146                        <VersionInfo Name="MajorVer">6</VersionInfo>
147                        <VersionInfo Name="MinorVer">0</VersionInfo>
148                        <VersionInfo Name="Release">0</VersionInfo>
149                        <VersionInfo Name="Build">0</VersionInfo>
150                        <VersionInfo Name="Debug">False</VersionInfo>
151                        <VersionInfo Name="PreRelease">False</VersionInfo>
152                        <VersionInfo Name="Special">False</VersionInfo>
153                        <VersionInfo Name="Private">False</VersionInfo>
154                        <VersionInfo Name="DLL">False</VersionInfo>
155                        <VersionInfo Name="Locale">1030</VersionInfo>
156                        <VersionInfo Name="CodePage">1252</VersionInfo>
157                    </VersionInfo>
158                    <VersionInfoKeys>
159                        <VersionInfoKeys Name="CompanyName"/>
160                        <VersionInfoKeys Name="FileDescription"/>
161                        <VersionInfoKeys Name="FileVersion">6.0.0.0</VersionInfoKeys>
162                        <VersionInfoKeys Name="InternalName"/>
163                        <VersionInfoKeys Name="LegalCopyright"/>
164                        <VersionInfoKeys Name="LegalTrademarks"/>
165                        <VersionInfoKeys Name="OriginalFilename"/>
166                        <VersionInfoKeys Name="ProductName"/>
167                        <VersionInfoKeys Name="ProductVersion">5.0.0.0</VersionInfoKeys>
168                        <VersionInfoKeys Name="Comments"/>
169                    </VersionInfoKeys>
170                    <Excluded_Packages>
171                        <Excluded_Packages Name="$(BDSBIN)\bcboffice2k220.bpl">Embarcadero C++Builder Office 2000 Servers Package</Excluded_Packages>
172                        <Excluded_Packages Name="$(BDSBIN)\bcbofficexp220.bpl">Embarcadero C++Builder Office XP Servers Package</Excluded_Packages>
173                        <Excluded_Packages Name="$(BDSBIN)\dcloffice2k220.bpl">Microsoft Office 2000 Sample Automation Server Wrapper Components</Excluded_Packages>
174                        <Excluded_Packages Name="$(BDSBIN)\dclofficexp220.bpl">Microsoft Office XP Sample Automation Server Wrapper Components</Excluded_Packages>
175                    </Excluded_Packages>
176                </Delphi.Personality>
177                <ModelSupport>False</ModelSupport>
178                <Platforms>
179                    <Platform value="Win32">True</Platform>
180                    <Platform value="Win64">False</Platform>
181                </Platforms>
182                <Deployment Version="1">
183                    <DeployFile LocalName="RuteLabels.exe" Configuration="Debug" Class="ProjectOutput">
184                        <Platform Name="Win32">
185                            <RemoteName>RuteLabels.exe</RemoteName>
186                            <Overwrite>true</Overwrite>
187                        </Platform>
188                    </DeployFile>
189                    <DeployClass Required="true" Name="DependencyPackage">
190                        <Platform Name="iOSDevice64">
191                            <Operation>1</Operation>
192                            <Extensions>.dylib</Extensions>
193                        </Platform>
194                        <Platform Name="Win32">
195                            <Operation>0</Operation>
196                            <Extensions>.bpl</Extensions>
197                        </Platform>
198                        <Platform Name="OSX32">
199                            <Operation>1</Operation>
200                            <Extensions>.dylib</Extensions>
201                        </Platform>
202                        <Platform Name="iOSSimulator">
203                            <Operation>1</Operation>
204                            <Extensions>.dylib</Extensions>
205                        </Platform>
206                        <Platform Name="iOSDevice32">
207                            <Operation>1</Operation>
208                            <Extensions>.dylib</Extensions>
209                        </Platform>
210                    </DeployClass>
211                    <DeployClass Name="DependencyModule">
212                        <Platform Name="OSX32">
213                            <Operation>1</Operation>
214                            <Extensions>.dylib</Extensions>
215                        </Platform>
216                        <Platform Name="Win32">
217                            <Operation>0</Operation>
218                            <Extensions>.dll;.bpl</Extensions>
219                        </Platform>
220                    </DeployClass>
221                    <DeployClass Name="iPad_Launch2048">
222                        <Platform Name="iOSDevice64">
223                            <Operation>1</Operation>
224                        </Platform>
225                        <Platform Name="iOSSimulator">
226                            <Operation>1</Operation>
227                        </Platform>
228                        <Platform Name="iOSDevice32">
229                            <Operation>1</Operation>
230                        </Platform>
231                    </DeployClass>
232                    <DeployClass Name="ProjectOSXInfoPList"/>
233                    <DeployClass Name="ProjectiOSDeviceDebug">
234                        <Platform Name="iOSDevice64">
235                            <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
236                            <Operation>1</Operation>
237                        </Platform>
238                        <Platform Name="iOSDevice32">
239                            <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
240                            <Operation>1</Operation>
241                        </Platform>
242                    </DeployClass>
243                    <DeployClass Name="Android_SplashImage470">
244                        <Platform Name="Android">
245                            <RemoteDir>res\drawable-normal</RemoteDir>
246                            <Operation>1</Operation>
247                        </Platform>
248                    </DeployClass>
249                    <DeployClass Name="AndroidLibnativeX86File">
250                        <Platform Name="Android">
251                            <RemoteDir>library\lib\x86</RemoteDir>
252                            <Operation>1</Operation>
253                        </Platform>
254                    </DeployClass>
255                    <DeployClass Name="ProjectiOSResource">
256                        <Platform Name="iOSDevice64">
257                            <Operation>1</Operation>
258                        </Platform>
259                        <Platform Name="iOSSimulator">
260                            <Operation>1</Operation>
261                        </Platform>
262                        <Platform Name="iOSDevice32">
263                            <Operation>1</Operation>
264                        </Platform>
265                    </DeployClass>
266                    <DeployClass Name="ProjectOSXEntitlements"/>
267                    <DeployClass Name="AndroidGDBServer">
268                        <Platform Name="Android">
269                            <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
270                            <Operation>1</Operation>
271                        </Platform>
272                    </DeployClass>
273                    <DeployClass Name="iPhone_Launch640">
274                        <Platform Name="iOSDevice64">
275                            <Operation>1</Operation>
276                        </Platform>
277                        <Platform Name="iOSSimulator">
278                            <Operation>1</Operation>
279                        </Platform>
280                        <Platform Name="iOSDevice32">
281                            <Operation>1</Operation>
282                        </Platform>
283                    </DeployClass>
284                    <DeployClass Name="Android_SplashImage960">
285                        <Platform Name="Android">
286                            <RemoteDir>res\drawable-xlarge</RemoteDir>
287                            <Operation>1</Operation>
288                        </Platform>
289                    </DeployClass>
290                    <DeployClass Name="Android_LauncherIcon96">
291                        <Platform Name="Android">
292                            <RemoteDir>res\drawable-xhdpi</RemoteDir>
293                            <Operation>1</Operation>
294                        </Platform>
295                    </DeployClass>
296                    <DeployClass Name="iPhone_Launch320">
297                        <Platform Name="iOSDevice64">
298                            <Operation>1</Operation>
299                        </Platform>
300                        <Platform Name="iOSSimulator">
301                            <Operation>1</Operation>
302                        </Platform>
303                        <Platform Name="iOSDevice32">
304                            <Operation>1</Operation>
305                        </Platform>
306                    </DeployClass>
307                    <DeployClass Name="Android_LauncherIcon144">
308                        <Platform Name="Android">
309                            <RemoteDir>res\drawable-xxhdpi</RemoteDir>
310                            <Operation>1</Operation>
311                        </Platform>
312                    </DeployClass>
313                    <DeployClass Name="AndroidLibnativeMipsFile">
314                        <Platform Name="Android">
315                            <RemoteDir>library\lib\mips</RemoteDir>
316                            <Operation>1</Operation>
317                        </Platform>
318                    </DeployClass>
319                    <DeployClass Name="AndroidSplashImageDef">
320                        <Platform Name="Android">
321                            <RemoteDir>res\drawable</RemoteDir>
322                            <Operation>1</Operation>
323                        </Platform>
324                    </DeployClass>
325                    <DeployClass Name="DebugSymbols">
326                        <Platform Name="OSX32">
327                            <Operation>1</Operation>
328                        </Platform>
329                        <Platform Name="iOSSimulator">
330                            <Operation>1</Operation>
331                        </Platform>
332                        <Platform Name="Win32">
333                            <Operation>0</Operation>
334                        </Platform>
335                    </DeployClass>
336                    <DeployClass Name="DependencyFramework">
337                        <Platform Name="OSX32">
338                            <Operation>1</Operation>
339                            <Extensions>.framework</Extensions>
340                        </Platform>
341                        <Platform Name="Win32">
342                            <Operation>0</Operation>
343                        </Platform>
344                    </DeployClass>
345                    <DeployClass Name="Android_SplashImage426">
346                        <Platform Name="Android">
347                            <RemoteDir>res\drawable-small</RemoteDir>
348                            <Operation>1</Operation>
349                        </Platform>
350                    </DeployClass>
351                    <DeployClass Name="ProjectiOSEntitlements"/>
352                    <DeployClass Name="AdditionalDebugSymbols">
353                        <Platform Name="OSX32">
354                            <Operation>1</Operation>
355                        </Platform>
356                        <Platform Name="Win32">
357                            <RemoteDir>Contents\MacOS</RemoteDir>
358                            <Operation>0</Operation>
359                        </Platform>
360                    </DeployClass>
361                    <DeployClass Name="AndroidClassesDexFile">
362                        <Platform Name="Android">
363                            <RemoteDir>classes</RemoteDir>
364                            <Operation>1</Operation>
365                        </Platform>
366                    </DeployClass>
367                    <DeployClass Name="ProjectiOSInfoPList"/>
368                    <DeployClass Name="iPad_Launch1024">
369                        <Platform Name="iOSDevice64">
370                            <Operation>1</Operation>
371                        </Platform>
372                        <Platform Name="iOSSimulator">
373                            <Operation>1</Operation>
374                        </Platform>
375                        <Platform Name="iOSDevice32">
376                            <Operation>1</Operation>
377                        </Platform>
378                    </DeployClass>
379                    <DeployClass Name="Android_DefaultAppIcon">
380                        <Platform Name="Android">
381                            <RemoteDir>res\drawable</RemoteDir>
382                            <Operation>1</Operation>
383                        </Platform>
384                    </DeployClass>
385                    <DeployClass Name="ProjectOSXResource">
386                        <Platform Name="OSX32">
387                            <RemoteDir>Contents\Resources</RemoteDir>
388                            <Operation>1</Operation>
389                        </Platform>
390                    </DeployClass>
391                    <DeployClass Name="ProjectiOSDeviceResourceRules"/>
392                    <DeployClass Name="iPad_Launch768">
393                        <Platform Name="iOSDevice64">
394                            <Operation>1</Operation>
395                        </Platform>
396                        <Platform Name="iOSSimulator">
397                            <Operation>1</Operation>
398                        </Platform>
399                        <Platform Name="iOSDevice32">
400                            <Operation>1</Operation>
401                        </Platform>
402                    </DeployClass>
403                    <DeployClass Required="true" Name="ProjectOutput">
404                        <Platform Name="Android">
405                            <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
406                            <Operation>1</Operation>
407                        </Platform>
408                        <Platform Name="iOSDevice64">
409                            <Operation>1</Operation>
410                        </Platform>
411                        <Platform Name="Win32">
412                            <Operation>0</Operation>
413                        </Platform>
414                        <Platform Name="OSX32">
415                            <Operation>1</Operation>
416                        </Platform>
417                        <Platform Name="iOSSimulator">
418                            <Operation>1</Operation>
419                        </Platform>
420                        <Platform Name="iOSDevice32">
421                            <Operation>1</Operation>
422                        </Platform>
423                    </DeployClass>
424                    <DeployClass Name="AndroidLibnativeArmeabiFile">
425                        <Platform Name="Android">
426                            <RemoteDir>library\lib\armeabi</RemoteDir>
427                            <Operation>1</Operation>
428                        </Platform>
429                    </DeployClass>
430                    <DeployClass Name="Android_SplashImage640">
431                        <Platform Name="Android">
432                            <RemoteDir>res\drawable-large</RemoteDir>
433                            <Operation>1</Operation>
434                        </Platform>
435                    </DeployClass>
436                    <DeployClass Name="File">
437                        <Platform Name="Android">
438                            <Operation>0</Operation>
439                        </Platform>
440                        <Platform Name="iOSDevice64">
441                            <Operation>0</Operation>
442                        </Platform>
443                        <Platform Name="Win32">
444                            <Operation>0</Operation>
445                        </Platform>
446                        <Platform Name="OSX32">
447                            <Operation>0</Operation>
448                        </Platform>
449                        <Platform Name="iOSSimulator">
450                            <Operation>0</Operation>
451                        </Platform>
452                        <Platform Name="iOSDevice32">
453                            <Operation>0</Operation>
454                        </Platform>
455                    </DeployClass>
456                    <DeployClass Name="iPhone_Launch640x1136">
457                        <Platform Name="iOSDevice64">
458                            <Operation>1</Operation>
459                        </Platform>
460                        <Platform Name="iOSSimulator">
461                            <Operation>1</Operation>
462                        </Platform>
463                        <Platform Name="iOSDevice32">
464                            <Operation>1</Operation>
465                        </Platform>
466                    </DeployClass>
467                    <DeployClass Name="Android_LauncherIcon36">
468                        <Platform Name="Android">
469                            <RemoteDir>res\drawable-ldpi</RemoteDir>
470                            <Operation>1</Operation>
471                        </Platform>
472                    </DeployClass>
473                    <DeployClass Name="AndroidSplashStyles">
474                        <Platform Name="Android">
475                            <RemoteDir>res\values</RemoteDir>
476                            <Operation>1</Operation>
477                        </Platform>
478                    </DeployClass>
479                    <DeployClass Name="iPad_Launch1536">
480                        <Platform Name="iOSDevice64">
481                            <Operation>1</Operation>
482                        </Platform>
483                        <Platform Name="iOSSimulator">
484                            <Operation>1</Operation>
485                        </Platform>
486                        <Platform Name="iOSDevice32">
487                            <Operation>1</Operation>
488                        </Platform>
489                    </DeployClass>
490                    <DeployClass Name="Android_LauncherIcon48">
491                        <Platform Name="Android">
492                            <RemoteDir>res\drawable-mdpi</RemoteDir>
493                            <Operation>1</Operation>
494                        </Platform>
495                    </DeployClass>
496                    <DeployClass Name="Android_LauncherIcon72">
497                        <Platform Name="Android">
498                            <RemoteDir>res\drawable-hdpi</RemoteDir>
499                            <Operation>1</Operation>
500                        </Platform>
501                    </DeployClass>
502                    <DeployClass Name="ProjectAndroidManifest">
503                        <Platform Name="Android">
504                            <Operation>1</Operation>
505                        </Platform>
506                    </DeployClass>
507                    <ProjectRoot Platform="Win64" Name="$(PROJECTNAME)"/>
508                    <ProjectRoot Platform="Android" Name="$(PROJECTNAME)"/>
509                    <ProjectRoot Platform="Win32" Name="$(PROJECTNAME)"/>
510                    <ProjectRoot Platform="iOSDevice64" Name="$(PROJECTNAME).app"/>
511                    <ProjectRoot Platform="OSX32" Name="$(PROJECTNAME)"/>
512                    <ProjectRoot Platform="iOSSimulator" Name="$(PROJECTNAME).app"/>
513                    <ProjectRoot Platform="iOSDevice32" Name="$(PROJECTNAME).app"/>
514                </Deployment>
515            </BorlandProject>
516            <ProjectFileVersion>12</ProjectFileVersion>
517        </ProjectExtensions>
518        <Import Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj" Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')"/>
519        <Import Project="$(MSBuildProjectName).deployproj" Condition="Exists('$(MSBuildProjectName).deployproj')"/>
520    </Project>

Legend:
Removed from v.2645  
changed lines
  Added in v.3102

  ViewVC Help
Powered by ViewVC 1.1.20