source: UpdateChecker/Demo/Demo.lpi

Last change on this file was 433, checked in by chronos, 12 years ago
  • Added: Custom new version info form with option to show release notes.
  • Fixed: Run setup with elevated privileges.
  • Added: Can read version info file from local filesystem.
  • Added: Demo application.
File size: 2.4 KB
Line 
1<?xml version="1.0"?>
2<CONFIG>
3 <ProjectOptions>
4 <Version Value="9"/>
5 <PathDelim Value="\"/>
6 <General>
7 <SessionStorage Value="InProjectDir"/>
8 <MainUnit Value="0"/>
9 <Title Value="Demo"/>
10 <ResourceType Value="res"/>
11 <UseXPManifest Value="True"/>
12 <Icon Value="0"/>
13 </General>
14 <i18n>
15 <EnableI18N LFM="False"/>
16 </i18n>
17 <VersionInfo>
18 <StringTable ProductVersion=""/>
19 </VersionInfo>
20 <BuildModes Count="1">
21 <Item1 Name="Default" Default="True"/>
22 </BuildModes>
23 <PublishOptions>
24 <Version Value="2"/>
25 <IncludeFileFilter Value="*.(pas|pp|inc|lfm|lpr|lrs|lpi|lpk|sh|xml)"/>
26 <ExcludeFileFilter Value="*.(bak|ppu|o|so);*~;backup"/>
27 </PublishOptions>
28 <RunParams>
29 <local>
30 <FormatVersion Value="1"/>
31 </local>
32 </RunParams>
33 <RequiredPackages Count="2">
34 <Item1>
35 <PackageName Value="UpdateChecker"/>
36 <DefaultFilename Value="..\UpdateChecker.lpk" Prefer="True"/>
37 </Item1>
38 <Item2>
39 <PackageName Value="LCL"/>
40 </Item2>
41 </RequiredPackages>
42 <Units Count="2">
43 <Unit0>
44 <Filename Value="Demo.lpr"/>
45 <IsPartOfProject Value="True"/>
46 <UnitName Value="Demo"/>
47 </Unit0>
48 <Unit1>
49 <Filename Value="UFormMain.pas"/>
50 <IsPartOfProject Value="True"/>
51 <ComponentName Value="Form1"/>
52 <ResourceBaseClass Value="Form"/>
53 <UnitName Value="UFormMain"/>
54 </Unit1>
55 </Units>
56 </ProjectOptions>
57 <CompilerOptions>
58 <Version Value="11"/>
59 <PathDelim Value="\"/>
60 <Target>
61 <Filename Value="Demo"/>
62 </Target>
63 <SearchPaths>
64 <IncludeFiles Value="$(ProjOutDir)"/>
65 <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
66 </SearchPaths>
67 <Linking>
68 <Options>
69 <Win32>
70 <GraphicApplication Value="True"/>
71 </Win32>
72 </Options>
73 </Linking>
74 <Other>
75 <CompilerMessages>
76 <MsgFileName Value=""/>
77 </CompilerMessages>
78 <CompilerPath Value="$(CompPath)"/>
79 </Other>
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.