close Warning: Can't synchronize with repository "(default)" (No changeset 184 in the repository). Look in the Trac log for more information.

source: branches/delphi/xtactics.lpi

Last change on this file was 44, checked in by chronos, 10 years ago
  • Added: Test Delphi conversion.
File size: 2.1 KB
Line 
1<?xml version="1.0"?>
2<CONFIG>
3 <ProjectOptions>
4 <Version Value="9"/>
5 <PathDelim Value="\"/>
6 <General>
7 <Flags>
8 <MainUnitHasUsesSectionForAllUnits Value="False"/>
9 <MainUnitHasCreateFormStatements Value="False"/>
10 <MainUnitHasTitleStatement Value="False"/>
11 </Flags>
12 <SessionStorage Value="InProjectDir"/>
13 <MainUnit Value="0"/>
14 <Title Value="xtactics"/>
15 <UseAppBundle Value="False"/>
16 <ResourceType Value="res"/>
17 </General>
18 <i18n>
19 <EnableI18N LFM="False"/>
20 </i18n>
21 <VersionInfo>
22 <StringTable ProductVersion=""/>
23 </VersionInfo>
24 <BuildModes Count="1">
25 <Item1 Name="Default" Default="True"/>
26 </BuildModes>
27 <PublishOptions>
28 <Version Value="2"/>
29 <IncludeFileFilter Value="*.(pas|pp|inc|lfm|lpr|lrs|lpi|lpk|sh|xml)"/>
30 <ExcludeFileFilter Value="*.(bak|ppu|o|so);*~;backup"/>
31 </PublishOptions>
32 <RunParams>
33 <local>
34 <FormatVersion Value="1"/>
35 </local>
36 </RunParams>
37 <RequiredPackages Count="1">
38 <Item1>
39 <PackageName Value="LCL"/>
40 </Item1>
41 </RequiredPackages>
42 <Units Count="1">
43 <Unit0>
44 <Filename Value="xtactics.lpr"/>
45 <IsPartOfProject Value="True"/>
46 </Unit0>
47 </Units>
48 </ProjectOptions>
49 <CompilerOptions>
50 <Version Value="11"/>
51 <PathDelim Value="\"/>
52 <Parsing>
53 <SyntaxOptions>
54 <SyntaxMode Value="delphi"/>
55 </SyntaxOptions>
56 </Parsing>
57 <Linking>
58 <Options>
59 <Win32>
60 <GraphicApplication Value="True"/>
61 </Win32>
62 </Options>
63 </Linking>
64 <Other>
65 <CompilerMessages>
66 <MsgFileName Value=""/>
67 </CompilerMessages>
68 <CompilerPath Value="$(CompPath)"/>
69 </Other>
70 </CompilerOptions>
71 <Debugging>
72 <Exceptions Count="3">
73 <Item1>
74 <Name Value="EAbort"/>
75 </Item1>
76 <Item2>
77 <Name Value="ECodetoolError"/>
78 </Item2>
79 <Item3>
80 <Name Value="EFOpenError"/>
81 </Item3>
82 </Exceptions>
83 </Debugging>
84</CONFIG>
Note: See TracBrowser for help on using the repository browser.