source: trunk/GamePack.lpi

Last change on this file was 1, checked in by chronos, 3 years ago
  • Added: "Clovece nezlob se" game with adjustable board for different player count.
File size: 3.3 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<CONFIG>
3 <ProjectOptions>
4 <Version Value="11"/>
5 <General>
6 <SessionStorage Value="InProjectDir"/>
7 <MainUnit Value="0"/>
8 <Title Value="GamePack"/>
9 <Scaled Value="True"/>
10 <ResourceType Value="res"/>
11 <UseXPManifest Value="True"/>
12 <XPManifest>
13 <DpiAware Value="True"/>
14 </XPManifest>
15 <Icon Value="0"/>
16 </General>
17 <BuildModes Count="1">
18 <Item1 Name="Default" Default="True"/>
19 </BuildModes>
20 <PublishOptions>
21 <Version Value="2"/>
22 <UseFileFilters Value="True"/>
23 </PublishOptions>
24 <RunParams>
25 <FormatVersion Value="2"/>
26 <Modes Count="0"/>
27 </RunParams>
28 <RequiredPackages Count="2">
29 <Item1>
30 <PackageName Value="Common"/>
31 <DefaultFilename Value="Packages/Common/Common.lpk" Prefer="True"/>
32 </Item1>
33 <Item2>
34 <PackageName Value="LCL"/>
35 </Item2>
36 </RequiredPackages>
37 <Units Count="9">
38 <Unit0>
39 <Filename Value="GamePack.lpr"/>
40 <IsPartOfProject Value="True"/>
41 </Unit0>
42 <Unit1>
43 <Filename Value="UFormMain.pas"/>
44 <IsPartOfProject Value="True"/>
45 <ComponentName Value="FormMain"/>
46 <HasResources Value="True"/>
47 <ResourceBaseClass Value="Form"/>
48 </Unit1>
49 <Unit2>
50 <Filename Value="UEngine.pas"/>
51 <IsPartOfProject Value="True"/>
52 </Unit2>
53 <Unit3>
54 <Filename Value="Games/UTetris.pas"/>
55 <IsPartOfProject Value="True"/>
56 </Unit3>
57 <Unit4>
58 <Filename Value="UGame.pas"/>
59 <IsPartOfProject Value="True"/>
60 </Unit4>
61 <Unit5>
62 <Filename Value="UGraphics.pas"/>
63 <IsPartOfProject Value="True"/>
64 </Unit5>
65 <Unit6>
66 <Filename Value="Games/UClovece.pas"/>
67 <IsPartOfProject Value="True"/>
68 </Unit6>
69 <Unit7>
70 <Filename Value="UControls.pas"/>
71 <IsPartOfProject Value="True"/>
72 </Unit7>
73 <Unit8>
74 <Filename Value="UCanvas.pas"/>
75 <IsPartOfProject Value="True"/>
76 </Unit8>
77 </Units>
78 </ProjectOptions>
79 <CompilerOptions>
80 <Version Value="11"/>
81 <Target>
82 <Filename Value="GamePack"/>
83 </Target>
84 <SearchPaths>
85 <IncludeFiles Value="$(ProjOutDir)"/>
86 <OtherUnitFiles Value="Games"/>
87 <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
88 </SearchPaths>
89 <Parsing>
90 <SyntaxOptions>
91 <SyntaxMode Value="Delphi"/>
92 <CStyleOperator Value="False"/>
93 <IncludeAssertionCode Value="True"/>
94 <AllowLabel Value="False"/>
95 <CPPInline Value="False"/>
96 </SyntaxOptions>
97 </Parsing>
98 <CodeGeneration>
99 <Checks>
100 <IOChecks Value="True"/>
101 <RangeChecks Value="True"/>
102 <OverflowChecks Value="True"/>
103 <StackChecks Value="True"/>
104 </Checks>
105 <VerifyObjMethodCallValidity Value="True"/>
106 </CodeGeneration>
107 <Linking>
108 <Options>
109 <Win32>
110 <GraphicApplication Value="True"/>
111 </Win32>
112 </Options>
113 </Linking>
114 </CompilerOptions>
115 <Debugging>
116 <Exceptions Count="3">
117 <Item1>
118 <Name Value="EAbort"/>
119 </Item1>
120 <Item2>
121 <Name Value="ECodetoolError"/>
122 </Item2>
123 <Item3>
124 <Name Value="EFOpenError"/>
125 </Item3>
126 </Exceptions>
127 </Debugging>
128</CONFIG>
Note: See TracBrowser for help on using the repository browser.