source: trunk/ispgame.lpi

Last change on this file was 2, checked in by chronos, 8 years ago
  • Added: First test version.
File size: 2.0 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<CONFIG>
3 <ProjectOptions>
4 <Version Value="9"/>
5 <General>
6 <SessionStorage Value="InProjectDir"/>
7 <MainUnit Value="0"/>
8 <Title Value="ispgame"/>
9 <ResourceType Value="res"/>
10 <UseXPManifest Value="True"/>
11 <Icon Value="0"/>
12 </General>
13 <i18n>
14 <EnableI18N LFM="False"/>
15 </i18n>
16 <VersionInfo>
17 <StringTable ProductVersion=""/>
18 </VersionInfo>
19 <BuildModes Count="1">
20 <Item1 Name="Default" Default="True"/>
21 </BuildModes>
22 <PublishOptions>
23 <Version Value="2"/>
24 </PublishOptions>
25 <RunParams>
26 <local>
27 <FormatVersion Value="1"/>
28 </local>
29 </RunParams>
30 <RequiredPackages Count="1">
31 <Item1>
32 <PackageName Value="LCL"/>
33 </Item1>
34 </RequiredPackages>
35 <Units Count="3">
36 <Unit0>
37 <Filename Value="ispgame.lpr"/>
38 <IsPartOfProject Value="True"/>
39 </Unit0>
40 <Unit1>
41 <Filename Value="Forms/UFormMain.pas"/>
42 <IsPartOfProject Value="True"/>
43 <ComponentName Value="FormMain"/>
44 <HasResources Value="True"/>
45 <ResourceBaseClass Value="Form"/>
46 </Unit1>
47 <Unit2>
48 <Filename Value="UNetwork.pas"/>
49 <IsPartOfProject Value="True"/>
50 </Unit2>
51 </Units>
52 </ProjectOptions>
53 <CompilerOptions>
54 <Version Value="11"/>
55 <Target>
56 <Filename Value="ispgame"/>
57 </Target>
58 <SearchPaths>
59 <IncludeFiles Value="$(ProjOutDir)"/>
60 <OtherUnitFiles Value="Forms"/>
61 <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
62 </SearchPaths>
63 <Linking>
64 <Options>
65 <Win32>
66 <GraphicApplication Value="True"/>
67 </Win32>
68 </Options>
69 </Linking>
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.