source: trunk/OpenTaskManager.lpi

Last change on this file was 1, checked in by chronos, 6 years ago
  • Initial import.
File size: 4.0 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<CONFIG>
3 <ProjectOptions>
4 <Version Value="10"/>
5 <General>
6 <SessionStorage Value="InProjectDir"/>
7 <MainUnit Value="0"/>
8 <Title Value="OpenTaskManager"/>
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 <i18n>
18 <EnableI18N Value="True"/>
19 <OutDir Value="Languages"/>
20 </i18n>
21 <BuildModes Count="2">
22 <Item1 Name="Debug" Default="True"/>
23 <Item2 Name="Release">
24 <CompilerOptions>
25 <Version Value="11"/>
26 <Target>
27 <Filename Value="OpenTaskManager"/>
28 </Target>
29 <SearchPaths>
30 <IncludeFiles Value="$(ProjOutDir)"/>
31 <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
32 </SearchPaths>
33 <Parsing>
34 <SyntaxOptions>
35 <SyntaxMode Value="Delphi"/>
36 <CStyleOperator Value="False"/>
37 <AllowLabel Value="False"/>
38 <CPPInline Value="False"/>
39 </SyntaxOptions>
40 </Parsing>
41 <CodeGeneration>
42 <SmartLinkUnit Value="True"/>
43 <Optimizations>
44 <OptimizationLevel Value="3"/>
45 </Optimizations>
46 </CodeGeneration>
47 <Linking>
48 <Debugging>
49 <GenerateDebugInfo Value="False"/>
50 </Debugging>
51 <LinkSmart Value="True"/>
52 <Options>
53 <Win32>
54 <GraphicApplication Value="True"/>
55 </Win32>
56 </Options>
57 </Linking>
58 <Other>
59 <CompilerMessages>
60 <IgnoredMessages idx5024="True"/>
61 </CompilerMessages>
62 </Other>
63 </CompilerOptions>
64 </Item2>
65 </BuildModes>
66 <PublishOptions>
67 <Version Value="2"/>
68 </PublishOptions>
69 <RunParams>
70 <local>
71 <FormatVersion Value="1"/>
72 </local>
73 </RunParams>
74 <RequiredPackages Count="1">
75 <Item1>
76 <PackageName Value="LCL"/>
77 </Item1>
78 </RequiredPackages>
79 <Units Count="2">
80 <Unit0>
81 <Filename Value="OpenTaskManager.lpr"/>
82 <IsPartOfProject Value="True"/>
83 </Unit0>
84 <Unit1>
85 <Filename Value="UFormMain.pas"/>
86 <IsPartOfProject Value="True"/>
87 <ComponentName Value="FormMain"/>
88 <HasResources Value="True"/>
89 <ResourceBaseClass Value="Form"/>
90 </Unit1>
91 </Units>
92 </ProjectOptions>
93 <CompilerOptions>
94 <Version Value="11"/>
95 <Target>
96 <Filename Value="OpenTaskManager"/>
97 </Target>
98 <SearchPaths>
99 <IncludeFiles Value="$(ProjOutDir)"/>
100 <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
101 </SearchPaths>
102 <Parsing>
103 <SyntaxOptions>
104 <SyntaxMode Value="Delphi"/>
105 <CStyleOperator Value="False"/>
106 <IncludeAssertionCode Value="True"/>
107 <AllowLabel Value="False"/>
108 <CPPInline Value="False"/>
109 </SyntaxOptions>
110 </Parsing>
111 <CodeGeneration>
112 <Checks>
113 <IOChecks Value="True"/>
114 <RangeChecks Value="True"/>
115 <OverflowChecks Value="True"/>
116 <StackChecks Value="True"/>
117 </Checks>
118 <VerifyObjMethodCallValidity Value="True"/>
119 </CodeGeneration>
120 <Linking>
121 <Debugging>
122 <UseHeaptrc Value="True"/>
123 </Debugging>
124 <Options>
125 <Win32>
126 <GraphicApplication Value="True"/>
127 </Win32>
128 </Options>
129 </Linking>
130 <Other>
131 <CompilerMessages>
132 <IgnoredMessages idx5024="True"/>
133 </CompilerMessages>
134 <CustomOptions Value="-dDEBUG"/>
135 </Other>
136 </CompilerOptions>
137 <Debugging>
138 <Exceptions Count="3">
139 <Item1>
140 <Name Value="EAbort"/>
141 </Item1>
142 <Item2>
143 <Name Value="ECodetoolError"/>
144 </Item2>
145 <Item3>
146 <Name Value="EFOpenError"/>
147 </Item3>
148 </Exceptions>
149 </Debugging>
150</CONFIG>
Note: See TracBrowser for help on using the repository browser.