source: tools/Prepare DPI/project1.lpi

Last change on this file was 448, checked in by chronos, 2 years ago
  • Modified: Extended source processing to replace identifiers with first capital letter.
File size: 1.9 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<CONFIG>
3 <ProjectOptions>
4 <Version Value="12"/>
5 <General>
6 <Flags>
7 <CompatibilityMode Value="True"/>
8 </Flags>
9 <SessionStorage Value="InProjectDir"/>
10 <Title Value="project1"/>
11 <Scaled Value="True"/>
12 <ResourceType Value="res"/>
13 <UseXPManifest Value="True"/>
14 <XPManifest>
15 <DpiAware Value="True"/>
16 </XPManifest>
17 <Icon Value="0"/>
18 </General>
19 <BuildModes Count="1">
20 <Item1 Name="Default" Default="True"/>
21 </BuildModes>
22 <PublishOptions>
23 <Version Value="2"/>
24 <UseFileFilters Value="True"/>
25 </PublishOptions>
26 <RunParams>
27 <FormatVersion Value="2"/>
28 </RunParams>
29 <RequiredPackages Count="1">
30 <Item1>
31 <PackageName Value="LCL"/>
32 </Item1>
33 </RequiredPackages>
34 <Units Count="2">
35 <Unit0>
36 <Filename Value="project1.lpr"/>
37 <IsPartOfProject Value="True"/>
38 </Unit0>
39 <Unit1>
40 <Filename Value="UFormMain.pas"/>
41 <IsPartOfProject Value="True"/>
42 <ComponentName Value="FormMain"/>
43 <HasResources Value="True"/>
44 <ResourceBaseClass Value="Form"/>
45 </Unit1>
46 </Units>
47 </ProjectOptions>
48 <CompilerOptions>
49 <Version Value="11"/>
50 <Target>
51 <Filename Value="project1"/>
52 </Target>
53 <SearchPaths>
54 <IncludeFiles Value="$(ProjOutDir)"/>
55 <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
56 </SearchPaths>
57 <Linking>
58 <Options>
59 <Win32>
60 <GraphicApplication Value="True"/>
61 </Win32>
62 </Options>
63 </Linking>
64 </CompilerOptions>
65 <Debugging>
66 <Exceptions Count="3">
67 <Item1>
68 <Name Value="EAbort"/>
69 </Item1>
70 <Item2>
71 <Name Value="ECodetoolError"/>
72 </Item2>
73 <Item3>
74 <Name Value="EFOpenError"/>
75 </Item3>
76 </Exceptions>
77 </Debugging>
78</CONFIG>
Note: See TracBrowser for help on using the repository browser.