source: tools/Image resize/ImageResize.lpi

Last change on this file was 333, checked in by chronos, 3 years ago
  • Modified: Image resize tool scale up using xbrzscale tool.
  • Modified: Various improvements of generation of scaled up tiles.
File size: 2.3 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<CONFIG>
3 <ProjectOptions>
4 <Version Value="11"/>
5 <General>
6 <SessionStorage Value="InProjectDir"/>
7 <MainUnit Value="0"/>
8 <Title Value="ImageResize"/>
9 <Scaled Value="True"/>
10 <ResourceType Value="res"/>
11 <UseXPManifest Value="True"/>
12 <XPManifest>
13 <DpiAware Value="True"/>
14 </XPManifest>
15 <Icon Value="0"/>
16 </General>
17 <BuildModes Count="1">
18 <Item1 Name="Default" Default="True"/>
19 </BuildModes>
20 <PublishOptions>
21 <Version Value="2"/>
22 <UseFileFilters Value="True"/>
23 </PublishOptions>
24 <RunParams>
25 <FormatVersion Value="2"/>
26 <Modes Count="0"/>
27 </RunParams>
28 <RequiredPackages Count="1">
29 <Item1>
30 <PackageName Value="LCL"/>
31 </Item1>
32 </RequiredPackages>
33 <Units Count="5">
34 <Unit0>
35 <Filename Value="ImageResize.lpr"/>
36 <IsPartOfProject Value="True"/>
37 </Unit0>
38 <Unit1>
39 <Filename Value="UFormMain.pas"/>
40 <IsPartOfProject Value="True"/>
41 <ComponentName Value="FormMain"/>
42 <HasResources Value="True"/>
43 <ResourceBaseClass Value="Form"/>
44 </Unit1>
45 <Unit2>
46 <Filename Value="UBitmapSet.pas"/>
47 <IsPartOfProject Value="True"/>
48 </Unit2>
49 <Unit3>
50 <Filename Value="UXMLUtils.pas"/>
51 <IsPartOfProject Value="True"/>
52 </Unit3>
53 <Unit4>
54 <Filename Value="UPixelPointer.pas"/>
55 <IsPartOfProject Value="True"/>
56 </Unit4>
57 </Units>
58 </ProjectOptions>
59 <CompilerOptions>
60 <Version Value="11"/>
61 <Target>
62 <Filename Value="ImageResize"/>
63 </Target>
64 <SearchPaths>
65 <IncludeFiles Value="$(ProjOutDir)"/>
66 <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
67 </SearchPaths>
68 <Parsing>
69 <SyntaxOptions>
70 <SyntaxMode Value="Delphi"/>
71 </SyntaxOptions>
72 </Parsing>
73 <Linking>
74 <Options>
75 <Win32>
76 <GraphicApplication Value="True"/>
77 </Win32>
78 </Options>
79 </Linking>
80 </CompilerOptions>
81 <Debugging>
82 <Exceptions Count="3">
83 <Item1>
84 <Name Value="EAbort"/>
85 </Item1>
86 <Item2>
87 <Name Value="ECodetoolError"/>
88 </Item2>
89 <Item3>
90 <Name Value="EFOpenError"/>
91 </Item3>
92 </Exceptions>
93 </Debugging>
94</CONFIG>
Note: See TracBrowser for help on using the repository browser.