source: ProjectTemplates/FileMenuProject/FileMenuProject.lpi

Last change on this file was 500, checked in by chronos, 7 years ago
  • Modified: Place application executable to main project directory and copy it elsewhere in build.bat script.
File size: 5.8 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<CONFIG>
3 <ProjectOptions>
4 <Version Value="10"/>
5 <PathDelim Value="\"/>
6 <General>
7 <SessionStorage Value="InProjectDir"/>
8 <MainUnit Value="0"/>
9 <Title Value="FileMenuProject"/>
10 <Scaled Value="True"/>
11 <ResourceType Value="res"/>
12 <UseXPManifest Value="True"/>
13 <XPManifest>
14 <DpiAware Value="True"/>
15 </XPManifest>
16 <Icon Value="0"/>
17 </General>
18 <i18n>
19 <EnableI18N Value="True"/>
20 <OutDir Value="Languages"/>
21 </i18n>
22 <BuildModes Count="2">
23 <Item1 Name="Debug" Default="True"/>
24 <Item2 Name="Release">
25 <CompilerOptions>
26 <Version Value="11"/>
27 <PathDelim Value="\"/>
28 <Target>
29 <Filename Value="FileMenuProject"/>
30 </Target>
31 <SearchPaths>
32 <IncludeFiles Value="$(ProjOutDir)"/>
33 <OtherUnitFiles Value="Forms"/>
34 <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)-${BuildMode}"/>
35 </SearchPaths>
36 <Parsing>
37 <SyntaxOptions>
38 <SyntaxMode Value="Delphi"/>
39 <CStyleOperator Value="False"/>
40 <AllowLabel Value="False"/>
41 <CPPInline Value="False"/>
42 </SyntaxOptions>
43 </Parsing>
44 <CodeGeneration>
45 <SmartLinkUnit Value="True"/>
46 <Optimizations>
47 <OptimizationLevel Value="3"/>
48 </Optimizations>
49 </CodeGeneration>
50 <Linking>
51 <Debugging>
52 <GenerateDebugInfo Value="False"/>
53 </Debugging>
54 <LinkSmart Value="True"/>
55 <Options>
56 <Win32>
57 <GraphicApplication Value="True"/>
58 </Win32>
59 </Options>
60 </Linking>
61 <Other>
62 <CompilerMessages>
63 <IgnoredMessages idx5024="True"/>
64 </CompilerMessages>
65 </Other>
66 </CompilerOptions>
67 </Item2>
68 </BuildModes>
69 <PublishOptions>
70 <Version Value="2"/>
71 </PublishOptions>
72 <RunParams>
73 <local>
74 <FormatVersion Value="1"/>
75 </local>
76 </RunParams>
77 <RequiredPackages Count="4">
78 <Item1>
79 <PackageName Value="TemplateGenerics"/>
80 <DefaultFilename Value="Packages\TemplateGenerics\TemplateGenerics.lpk" Prefer="True"/>
81 </Item1>
82 <Item2>
83 <PackageName Value="CoolTranslator"/>
84 <DefaultFilename Value="Packages\CoolTranslator\CoolTranslator.lpk" Prefer="True"/>
85 </Item2>
86 <Item3>
87 <PackageName Value="Common"/>
88 <DefaultFilename Value="Packages\Common\Common.lpk" Prefer="True"/>
89 </Item3>
90 <Item4>
91 <PackageName Value="LCL"/>
92 </Item4>
93 </RequiredPackages>
94 <Units Count="7">
95 <Unit0>
96 <Filename Value="FileMenuProject.lpr"/>
97 <IsPartOfProject Value="True"/>
98 </Unit0>
99 <Unit1>
100 <Filename Value="Forms\UFormMain.pas"/>
101 <IsPartOfProject Value="True"/>
102 <ComponentName Value="FormMain"/>
103 <HasResources Value="True"/>
104 <ResourceBaseClass Value="Form"/>
105 </Unit1>
106 <Unit2>
107 <Filename Value="UCore.pas"/>
108 <IsPartOfProject Value="True"/>
109 <ComponentName Value="Core"/>
110 <HasResources Value="True"/>
111 <ResourceBaseClass Value="DataModule"/>
112 </Unit2>
113 <Unit3>
114 <Filename Value="UProject.pas"/>
115 <IsPartOfProject Value="True"/>
116 </Unit3>
117 <Unit4>
118 <Filename Value="UDataFile.pas"/>
119 <IsPartOfProject Value="True"/>
120 </Unit4>
121 <Unit5>
122 <Filename Value="Forms\UFormAbout.pas"/>
123 <IsPartOfProject Value="True"/>
124 <ComponentName Value="FormAbout"/>
125 <HasResources Value="True"/>
126 <ResourceBaseClass Value="Form"/>
127 </Unit5>
128 <Unit6>
129 <Filename Value="Forms\UFormSettings.pas"/>
130 <IsPartOfProject Value="True"/>
131 <ComponentName Value="FormSettings"/>
132 <HasResources Value="True"/>
133 <ResourceBaseClass Value="Form"/>
134 </Unit6>
135 </Units>
136 </ProjectOptions>
137 <CompilerOptions>
138 <Version Value="11"/>
139 <PathDelim Value="\"/>
140 <Target>
141 <Filename Value="FileMenuProject"/>
142 </Target>
143 <SearchPaths>
144 <IncludeFiles Value="$(ProjOutDir)"/>
145 <OtherUnitFiles Value="Forms"/>
146 <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)-${BuildMode}"/>
147 </SearchPaths>
148 <Parsing>
149 <SyntaxOptions>
150 <SyntaxMode Value="Delphi"/>
151 <CStyleOperator Value="False"/>
152 <IncludeAssertionCode Value="True"/>
153 <AllowLabel Value="False"/>
154 <CPPInline Value="False"/>
155 </SyntaxOptions>
156 </Parsing>
157 <CodeGeneration>
158 <Checks>
159 <IOChecks Value="True"/>
160 <RangeChecks Value="True"/>
161 <OverflowChecks Value="True"/>
162 <StackChecks Value="True"/>
163 </Checks>
164 <VerifyObjMethodCallValidity Value="True"/>
165 </CodeGeneration>
166 <Linking>
167 <Debugging>
168 <UseHeaptrc Value="True"/>
169 </Debugging>
170 <Options>
171 <Win32>
172 <GraphicApplication Value="True"/>
173 </Win32>
174 </Options>
175 </Linking>
176 <Other>
177 <CompilerMessages>
178 <IgnoredMessages idx5024="True"/>
179 </CompilerMessages>
180 <CustomOptions Value="-dDEBUG"/>
181 </Other>
182 </CompilerOptions>
183 <Debugging>
184 <Exceptions Count="3">
185 <Item1>
186 <Name Value="EAbort"/>
187 </Item1>
188 <Item2>
189 <Name Value="ECodetoolError"/>
190 </Item2>
191 <Item3>
192 <Name Value="EFOpenError"/>
193 </Item3>
194 </Exceptions>
195 </Debugging>
196</CONFIG>
Note: See TracBrowser for help on using the repository browser.