source: trunk/CC2SVN.lpi

Last change on this file was 2, checked in by chronos, 7 years ago
  • Modified: Much faster parsing of lshistory output using state machine.
File size: 2.9 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="CC2SVN"/>
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 </PublishOptions>
26 <RunParams>
27 <local>
28 <FormatVersion Value="1"/>
29 </local>
30 </RunParams>
31 <RequiredPackages Count="3">
32 <Item1>
33 <PackageName Value="TemplateGenerics"/>
34 <DefaultFilename Value="Packages\TemplateGenerics\TemplateGenerics.lpk" Prefer="True"/>
35 </Item1>
36 <Item2>
37 <PackageName Value="Common"/>
38 <DefaultFilename Value="Packages\Common\Common.lpk" Prefer="True"/>
39 </Item2>
40 <Item3>
41 <PackageName Value="LCL"/>
42 </Item3>
43 </RequiredPackages>
44 <Units Count="3">
45 <Unit0>
46 <Filename Value="CC2SVN.lpr"/>
47 <IsPartOfProject Value="True"/>
48 </Unit0>
49 <Unit1>
50 <Filename Value="UFormMain.pas"/>
51 <IsPartOfProject Value="True"/>
52 <ComponentName Value="FormMain"/>
53 <HasResources Value="True"/>
54 <ResourceBaseClass Value="Form"/>
55 </Unit1>
56 <Unit2>
57 <Filename Value="UExternalTool.pas"/>
58 <IsPartOfProject Value="True"/>
59 </Unit2>
60 </Units>
61 </ProjectOptions>
62 <CompilerOptions>
63 <Version Value="11"/>
64 <PathDelim Value="\"/>
65 <Target>
66 <Filename Value="CC2SVN"/>
67 </Target>
68 <SearchPaths>
69 <IncludeFiles Value="$(ProjOutDir)"/>
70 <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
71 </SearchPaths>
72 <Parsing>
73 <SyntaxOptions>
74 <SyntaxMode Value="Delphi"/>
75 <IncludeAssertionCode Value="True"/>
76 </SyntaxOptions>
77 </Parsing>
78 <CodeGeneration>
79 <Checks>
80 <IOChecks Value="True"/>
81 <RangeChecks Value="True"/>
82 <OverflowChecks Value="True"/>
83 <StackChecks Value="True"/>
84 </Checks>
85 <VerifyObjMethodCallValidity Value="True"/>
86 </CodeGeneration>
87 <Linking>
88 <Options>
89 <Win32>
90 <GraphicApplication Value="True"/>
91 </Win32>
92 </Options>
93 </Linking>
94 </CompilerOptions>
95 <Debugging>
96 <Exceptions Count="3">
97 <Item1>
98 <Name Value="EAbort"/>
99 </Item1>
100 <Item2>
101 <Name Value="ECodetoolError"/>
102 </Item2>
103 <Item3>
104 <Name Value="EFOpenError"/>
105 </Item3>
106 </Exceptions>
107 </Debugging>
108</CONFIG>
Note: See TracBrowser for help on using the repository browser.