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

Diff of /dao/DelphiScanner/RuteLabels.dproj

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

revision 2670 by torben, Tue Aug 25 17:08:58 2015 UTC revision 3095 by torben, Sun Aug 21 20:51:45 2016 UTC
# Line 29  Line 29 
29          <CfgParent>Base</CfgParent>          <CfgParent>Base</CfgParent>
30          <Base>true</Base>          <Base>true</Base>
31      </PropertyGroup>      </PropertyGroup>
32        <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_1)'=='true') or '$(Cfg_1_Win32)'!=''">
33            <Cfg_1_Win32>true</Cfg_1_Win32>
34            <CfgParent>Cfg_1</CfgParent>
35            <Cfg_1>true</Cfg_1>
36            <Base>true</Base>
37        </PropertyGroup>
38      <PropertyGroup Condition="'$(Config)'=='Debug' or '$(Cfg_2)'!=''">      <PropertyGroup Condition="'$(Config)'=='Debug' or '$(Cfg_2)'!=''">
39          <Cfg_2>true</Cfg_2>          <Cfg_2>true</Cfg_2>
40          <CfgParent>Base</CfgParent>          <CfgParent>Base</CfgParent>
41          <Base>true</Base>          <Base>true</Base>
42      </PropertyGroup>      </PropertyGroup>
43        <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_2)'=='true') or '$(Cfg_2_Win32)'!=''">
44            <Cfg_2_Win32>true</Cfg_2_Win32>
45            <CfgParent>Cfg_2</CfgParent>
46            <Cfg_2>true</Cfg_2>
47            <Base>true</Base>
48        </PropertyGroup>
49      <PropertyGroup Condition="'$(Base)'!=''">      <PropertyGroup Condition="'$(Base)'!=''">
50          <VerInfo_MajorVer>6</VerInfo_MajorVer>          <VerInfo_MajorVer>6</VerInfo_MajorVer>
51          <VerInfo_Locale>1030</VerInfo_Locale>          <VerInfo_Locale>1030</VerInfo_Locale>
# Line 55  Line 67 
67      <PropertyGroup Condition="'$(Base_Win32)'!=''">      <PropertyGroup Condition="'$(Base_Win32)'!=''">
68          <Icon_MainIcon>RuteLabels_Icon.ico</Icon_MainIcon>          <Icon_MainIcon>RuteLabels_Icon.ico</Icon_MainIcon>
69          <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>          <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
70          <DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>          <DCC_Namespace>Data.Win;Datasnap.Win;Web.Win;Soap.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
71          <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>          <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
72          <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>
73          <VerInfo_Locale>1033</VerInfo_Locale>          <VerInfo_Locale>1033</VerInfo_Locale>
# Line 70  Line 82 
82          <DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>          <DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
83          <DCC_DebugInformation>0</DCC_DebugInformation>          <DCC_DebugInformation>0</DCC_DebugInformation>
84      </PropertyGroup>      </PropertyGroup>
85        <PropertyGroup Condition="'$(Cfg_1_Win32)'!=''">
86            <VerInfo_Locale>1033</VerInfo_Locale>
87            <VerInfo_MinorVer>2</VerInfo_MinorVer>
88            <VerInfo_Release>4</VerInfo_Release>
89            <VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=6.2.4.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=6.2.4.0;Comments=</VerInfo_Keys>
90        </PropertyGroup>
91      <PropertyGroup Condition="'$(Cfg_2)'!=''">      <PropertyGroup Condition="'$(Cfg_2)'!=''">
92          <DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>          <DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
93      </PropertyGroup>      </PropertyGroup>
94        <PropertyGroup Condition="'$(Cfg_2_Win32)'!=''">
95            <VerInfo_Release>4</VerInfo_Release>
96            <VerInfo_MinorVer>2</VerInfo_MinorVer>
97            <VerInfo_Locale>1033</VerInfo_Locale>
98            <VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=6.2.4.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=6.2.4.0;Comments=</VerInfo_Keys>
99        </PropertyGroup>
100      <ItemGroup>      <ItemGroup>
101          <DelphiCompile Include="$(MainSource)">          <DelphiCompile Include="$(MainSource)">
102              <MainSource>MainSource</MainSource>              <MainSource>MainSource</MainSource>
# Line 80  Line 104 
104          <DCCReference Include="Main.pas">          <DCCReference Include="Main.pas">
105              <Form>MainForm</Form>              <Form>MainForm</Form>
106          </DCCReference>          </DCCReference>
107            <DCCReference Include="LabelData.pas"/>
108            <DCCReference Include="Components\tpsystools_4.04\source\StBarC.pas"/>
109            <DCCReference Include="Components\tpsystools_4.04\source\StBase.pas"/>
110            <DCCReference Include="Components\tpsystools_4.04\source\StConst.pas"/>
111            <DCCReference Include="Utils.pas"/>
112            <DCCReference Include="LabelPrint.pas"/>
113            <DCCReference Include="ParentForm.pas"/>
114            <DCCReference Include="Configuration.pas"/>
115            <DCCReference Include="TimingHelper.pas"/>
116          <BuildConfiguration Include="Debug">          <BuildConfiguration Include="Debug">
117              <Key>Cfg_2</Key>              <Key>Cfg_2</Key>
118              <CfgParent>Base</CfgParent>              <CfgParent>Base</CfgParent>
# Line 134  Line 167 
167                      <VersionInfoKeys Name="Comments"/>                      <VersionInfoKeys Name="Comments"/>
168                  </VersionInfoKeys>                  </VersionInfoKeys>
169                  <Excluded_Packages>                  <Excluded_Packages>
170                      <Excluded_Packages Name="$(BDSBIN)\dcloffice2k140.bpl">Microsoft Office 2000 Sample Automation Server Wrapper Components</Excluded_Packages>                      <Excluded_Packages Name="$(BDSBIN)\bcboffice2k220.bpl">Embarcadero C++Builder Office 2000 Servers Package</Excluded_Packages>
171                      <Excluded_Packages Name="$(BDSBIN)\dclofficexp140.bpl">Microsoft Office XP Sample Automation Server Wrapper Components</Excluded_Packages>                      <Excluded_Packages Name="$(BDSBIN)\bcbofficexp220.bpl">Embarcadero C++Builder Office XP Servers Package</Excluded_Packages>
172                        <Excluded_Packages Name="$(BDSBIN)\dcloffice2k220.bpl">Microsoft Office 2000 Sample Automation Server Wrapper Components</Excluded_Packages>
173                        <Excluded_Packages Name="$(BDSBIN)\dclofficexp220.bpl">Microsoft Office XP Sample Automation Server Wrapper Components</Excluded_Packages>
174                  </Excluded_Packages>                  </Excluded_Packages>
175              </Delphi.Personality>              </Delphi.Personality>
176              <ModelSupport>False</ModelSupport>              <ModelSupport>False</ModelSupport>
# Line 143  Line 178 
178                  <Platform value="Win32">True</Platform>                  <Platform value="Win32">True</Platform>
179                  <Platform value="Win64">False</Platform>                  <Platform value="Win64">False</Platform>
180              </Platforms>              </Platforms>
181                <Deployment Version="1">
182                    <DeployFile LocalName="RuteLabels.exe" Configuration="Debug" Class="ProjectOutput">
183                        <Platform Name="Win32">
184                            <RemoteName>RuteLabels.exe</RemoteName>
185                            <Overwrite>true</Overwrite>
186                        </Platform>
187                    </DeployFile>
188                    <DeployClass Required="true" Name="DependencyPackage">
189                        <Platform Name="iOSDevice64">
190                            <Operation>1</Operation>
191                            <Extensions>.dylib</Extensions>
192                        </Platform>
193                        <Platform Name="Win32">
194                            <Operation>0</Operation>
195                            <Extensions>.bpl</Extensions>
196                        </Platform>
197                        <Platform Name="OSX32">
198                            <Operation>1</Operation>
199                            <Extensions>.dylib</Extensions>
200                        </Platform>
201                        <Platform Name="iOSSimulator">
202                            <Operation>1</Operation>
203                            <Extensions>.dylib</Extensions>
204                        </Platform>
205                        <Platform Name="iOSDevice32">
206                            <Operation>1</Operation>
207                            <Extensions>.dylib</Extensions>
208                        </Platform>
209                    </DeployClass>
210                    <DeployClass Name="DependencyModule">
211                        <Platform Name="OSX32">
212                            <Operation>1</Operation>
213                            <Extensions>.dylib</Extensions>
214                        </Platform>
215                        <Platform Name="Win32">
216                            <Operation>0</Operation>
217                            <Extensions>.dll;.bpl</Extensions>
218                        </Platform>
219                    </DeployClass>
220                    <DeployClass Name="iPad_Launch2048">
221                        <Platform Name="iOSDevice64">
222                            <Operation>1</Operation>
223                        </Platform>
224                        <Platform Name="iOSSimulator">
225                            <Operation>1</Operation>
226                        </Platform>
227                        <Platform Name="iOSDevice32">
228                            <Operation>1</Operation>
229                        </Platform>
230                    </DeployClass>
231                    <DeployClass Name="ProjectOSXInfoPList"/>
232                    <DeployClass Name="ProjectiOSDeviceDebug">
233                        <Platform Name="iOSDevice64">
234                            <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
235                            <Operation>1</Operation>
236                        </Platform>
237                        <Platform Name="iOSDevice32">
238                            <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
239                            <Operation>1</Operation>
240                        </Platform>
241                    </DeployClass>
242                    <DeployClass Name="Android_SplashImage470">
243                        <Platform Name="Android">
244                            <RemoteDir>res\drawable-normal</RemoteDir>
245                            <Operation>1</Operation>
246                        </Platform>
247                    </DeployClass>
248                    <DeployClass Name="AndroidLibnativeX86File">
249                        <Platform Name="Android">
250                            <RemoteDir>library\lib\x86</RemoteDir>
251                            <Operation>1</Operation>
252                        </Platform>
253                    </DeployClass>
254                    <DeployClass Name="ProjectiOSResource">
255                        <Platform Name="iOSDevice64">
256                            <Operation>1</Operation>
257                        </Platform>
258                        <Platform Name="iOSSimulator">
259                            <Operation>1</Operation>
260                        </Platform>
261                        <Platform Name="iOSDevice32">
262                            <Operation>1</Operation>
263                        </Platform>
264                    </DeployClass>
265                    <DeployClass Name="ProjectOSXEntitlements"/>
266                    <DeployClass Name="AndroidGDBServer">
267                        <Platform Name="Android">
268                            <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
269                            <Operation>1</Operation>
270                        </Platform>
271                    </DeployClass>
272                    <DeployClass Name="iPhone_Launch640">
273                        <Platform Name="iOSDevice64">
274                            <Operation>1</Operation>
275                        </Platform>
276                        <Platform Name="iOSSimulator">
277                            <Operation>1</Operation>
278                        </Platform>
279                        <Platform Name="iOSDevice32">
280                            <Operation>1</Operation>
281                        </Platform>
282                    </DeployClass>
283                    <DeployClass Name="Android_SplashImage960">
284                        <Platform Name="Android">
285                            <RemoteDir>res\drawable-xlarge</RemoteDir>
286                            <Operation>1</Operation>
287                        </Platform>
288                    </DeployClass>
289                    <DeployClass Name="Android_LauncherIcon96">
290                        <Platform Name="Android">
291                            <RemoteDir>res\drawable-xhdpi</RemoteDir>
292                            <Operation>1</Operation>
293                        </Platform>
294                    </DeployClass>
295                    <DeployClass Name="iPhone_Launch320">
296                        <Platform Name="iOSDevice64">
297                            <Operation>1</Operation>
298                        </Platform>
299                        <Platform Name="iOSSimulator">
300                            <Operation>1</Operation>
301                        </Platform>
302                        <Platform Name="iOSDevice32">
303                            <Operation>1</Operation>
304                        </Platform>
305                    </DeployClass>
306                    <DeployClass Name="Android_LauncherIcon144">
307                        <Platform Name="Android">
308                            <RemoteDir>res\drawable-xxhdpi</RemoteDir>
309                            <Operation>1</Operation>
310                        </Platform>
311                    </DeployClass>
312                    <DeployClass Name="AndroidLibnativeMipsFile">
313                        <Platform Name="Android">
314                            <RemoteDir>library\lib\mips</RemoteDir>
315                            <Operation>1</Operation>
316                        </Platform>
317                    </DeployClass>
318                    <DeployClass Name="AndroidSplashImageDef">
319                        <Platform Name="Android">
320                            <RemoteDir>res\drawable</RemoteDir>
321                            <Operation>1</Operation>
322                        </Platform>
323                    </DeployClass>
324                    <DeployClass Name="DebugSymbols">
325                        <Platform Name="OSX32">
326                            <Operation>1</Operation>
327                        </Platform>
328                        <Platform Name="iOSSimulator">
329                            <Operation>1</Operation>
330                        </Platform>
331                        <Platform Name="Win32">
332                            <Operation>0</Operation>
333                        </Platform>
334                    </DeployClass>
335                    <DeployClass Name="DependencyFramework">
336                        <Platform Name="OSX32">
337                            <Operation>1</Operation>
338                            <Extensions>.framework</Extensions>
339                        </Platform>
340                        <Platform Name="Win32">
341                            <Operation>0</Operation>
342                        </Platform>
343                    </DeployClass>
344                    <DeployClass Name="Android_SplashImage426">
345                        <Platform Name="Android">
346                            <RemoteDir>res\drawable-small</RemoteDir>
347                            <Operation>1</Operation>
348                        </Platform>
349                    </DeployClass>
350                    <DeployClass Name="ProjectiOSEntitlements"/>
351                    <DeployClass Name="AdditionalDebugSymbols">
352                        <Platform Name="OSX32">
353                            <Operation>1</Operation>
354                        </Platform>
355                        <Platform Name="Win32">
356                            <RemoteDir>Contents\MacOS</RemoteDir>
357                            <Operation>0</Operation>
358                        </Platform>
359                    </DeployClass>
360                    <DeployClass Name="AndroidClassesDexFile">
361                        <Platform Name="Android">
362                            <RemoteDir>classes</RemoteDir>
363                            <Operation>1</Operation>
364                        </Platform>
365                    </DeployClass>
366                    <DeployClass Name="ProjectiOSInfoPList"/>
367                    <DeployClass Name="iPad_Launch1024">
368                        <Platform Name="iOSDevice64">
369                            <Operation>1</Operation>
370                        </Platform>
371                        <Platform Name="iOSSimulator">
372                            <Operation>1</Operation>
373                        </Platform>
374                        <Platform Name="iOSDevice32">
375                            <Operation>1</Operation>
376                        </Platform>
377                    </DeployClass>
378                    <DeployClass Name="Android_DefaultAppIcon">
379                        <Platform Name="Android">
380                            <RemoteDir>res\drawable</RemoteDir>
381                            <Operation>1</Operation>
382                        </Platform>
383                    </DeployClass>
384                    <DeployClass Name="ProjectOSXResource">
385                        <Platform Name="OSX32">
386                            <RemoteDir>Contents\Resources</RemoteDir>
387                            <Operation>1</Operation>
388                        </Platform>
389                    </DeployClass>
390                    <DeployClass Name="ProjectiOSDeviceResourceRules"/>
391                    <DeployClass Name="iPad_Launch768">
392                        <Platform Name="iOSDevice64">
393                            <Operation>1</Operation>
394                        </Platform>
395                        <Platform Name="iOSSimulator">
396                            <Operation>1</Operation>
397                        </Platform>
398                        <Platform Name="iOSDevice32">
399                            <Operation>1</Operation>
400                        </Platform>
401                    </DeployClass>
402                    <DeployClass Required="true" Name="ProjectOutput">
403                        <Platform Name="Android">
404                            <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
405                            <Operation>1</Operation>
406                        </Platform>
407                        <Platform Name="iOSDevice64">
408                            <Operation>1</Operation>
409                        </Platform>
410                        <Platform Name="Win32">
411                            <Operation>0</Operation>
412                        </Platform>
413                        <Platform Name="OSX32">
414                            <Operation>1</Operation>
415                        </Platform>
416                        <Platform Name="iOSSimulator">
417                            <Operation>1</Operation>
418                        </Platform>
419                        <Platform Name="iOSDevice32">
420                            <Operation>1</Operation>
421                        </Platform>
422                    </DeployClass>
423                    <DeployClass Name="AndroidLibnativeArmeabiFile">
424                        <Platform Name="Android">
425                            <RemoteDir>library\lib\armeabi</RemoteDir>
426                            <Operation>1</Operation>
427                        </Platform>
428                    </DeployClass>
429                    <DeployClass Name="Android_SplashImage640">
430                        <Platform Name="Android">
431                            <RemoteDir>res\drawable-large</RemoteDir>
432                            <Operation>1</Operation>
433                        </Platform>
434                    </DeployClass>
435                    <DeployClass Name="File">
436                        <Platform Name="Android">
437                            <Operation>0</Operation>
438                        </Platform>
439                        <Platform Name="iOSDevice64">
440                            <Operation>0</Operation>
441                        </Platform>
442                        <Platform Name="Win32">
443                            <Operation>0</Operation>
444                        </Platform>
445                        <Platform Name="OSX32">
446                            <Operation>0</Operation>
447                        </Platform>
448                        <Platform Name="iOSSimulator">
449                            <Operation>0</Operation>
450                        </Platform>
451                        <Platform Name="iOSDevice32">
452                            <Operation>0</Operation>
453                        </Platform>
454                    </DeployClass>
455                    <DeployClass Name="iPhone_Launch640x1136">
456                        <Platform Name="iOSDevice64">
457                            <Operation>1</Operation>
458                        </Platform>
459                        <Platform Name="iOSSimulator">
460                            <Operation>1</Operation>
461                        </Platform>
462                        <Platform Name="iOSDevice32">
463                            <Operation>1</Operation>
464                        </Platform>
465                    </DeployClass>
466                    <DeployClass Name="Android_LauncherIcon36">
467                        <Platform Name="Android">
468                            <RemoteDir>res\drawable-ldpi</RemoteDir>
469                            <Operation>1</Operation>
470                        </Platform>
471                    </DeployClass>
472                    <DeployClass Name="AndroidSplashStyles">
473                        <Platform Name="Android">
474                            <RemoteDir>res\values</RemoteDir>
475                            <Operation>1</Operation>
476                        </Platform>
477                    </DeployClass>
478                    <DeployClass Name="iPad_Launch1536">
479                        <Platform Name="iOSDevice64">
480                            <Operation>1</Operation>
481                        </Platform>
482                        <Platform Name="iOSSimulator">
483                            <Operation>1</Operation>
484                        </Platform>
485                        <Platform Name="iOSDevice32">
486                            <Operation>1</Operation>
487                        </Platform>
488                    </DeployClass>
489                    <DeployClass Name="Android_LauncherIcon48">
490                        <Platform Name="Android">
491                            <RemoteDir>res\drawable-mdpi</RemoteDir>
492                            <Operation>1</Operation>
493                        </Platform>
494                    </DeployClass>
495                    <DeployClass Name="Android_LauncherIcon72">
496                        <Platform Name="Android">
497                            <RemoteDir>res\drawable-hdpi</RemoteDir>
498                            <Operation>1</Operation>
499                        </Platform>
500                    </DeployClass>
501                    <DeployClass Name="ProjectAndroidManifest">
502                        <Platform Name="Android">
503                            <Operation>1</Operation>
504                        </Platform>
505                    </DeployClass>
506                    <ProjectRoot Platform="iOSDevice32" Name="$(PROJECTNAME).app"/>
507                    <ProjectRoot Platform="Android" Name="$(PROJECTNAME)"/>
508                    <ProjectRoot Platform="Win32" Name="$(PROJECTNAME)"/>
509                    <ProjectRoot Platform="iOSDevice64" Name="$(PROJECTNAME).app"/>
510                    <ProjectRoot Platform="OSX32" Name="$(PROJECTNAME)"/>
511                    <ProjectRoot Platform="iOSSimulator" Name="$(PROJECTNAME).app"/>
512                    <ProjectRoot Platform="Win64" Name="$(PROJECTNAME)"/>
513                </Deployment>
514          </BorlandProject>          </BorlandProject>
515          <ProjectFileVersion>12</ProjectFileVersion>          <ProjectFileVersion>12</ProjectFileVersion>
516      </ProjectExtensions>      </ProjectExtensions>
517      <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')"/>
518        <Import Project="$(MSBuildProjectName).deployproj" Condition="Exists('$(MSBuildProjectName).deployproj')"/>
519  </Project>  </Project>

Legend:
Removed from v.2670  
changed lines
  Added in v.3095

  ViewVC Help
Powered by ViewVC 1.1.20