source: trunk/GenPlaylist.lpi

Last change on this file was 8, checked in by chronos, 2 years ago
  • Modified: Converted into GUI application.
File size: 4.3 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<CONFIG>
3 <ProjectOptions>
4 <Version Value="12"/>
5 <General>
6 <Flags>
7 <CompatibilityMode Value="True"/>
8 </Flags>
9 <SessionStorage Value="InProjectDir"/>
10 <Title Value="GenPlaylist"/>
11 <Scaled Value="True"/>
12 <ResourceType Value="res"/>
13 <UseXPManifest Value="True"/>
14 <XPManifest>
15 <DpiAware Value="True"/>
16 </XPManifest>
17 </General>
18 <i18n>
19 <EnableI18N Value="True" LFM="False"/>
20 <OutDir Value="Languages"/>
21 </i18n>
22 <BuildModes Count="2">
23 <Item1 Name="Debug" Default="True"/>
24 <Item2 Name="Release">
25 <CompilerOptions>
26 <Version Value="11"/>
27 <Target>
28 <Filename Value="GenPlaylist"/>
29 </Target>
30 <SearchPaths>
31 <OtherUnitFiles Value="Forms"/>
32 <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)-$(BuildMode)"/>
33 </SearchPaths>
34 <Parsing>
35 <SyntaxOptions>
36 <SyntaxMode Value="Delphi"/>
37 <CStyleOperator Value="False"/>
38 <AllowLabel Value="False"/>
39 <CPPInline Value="False"/>
40 </SyntaxOptions>
41 </Parsing>
42 <CodeGeneration>
43 <SmartLinkUnit Value="True"/>
44 <Optimizations>
45 <OptimizationLevel Value="3"/>
46 </Optimizations>
47 </CodeGeneration>
48 <Linking>
49 <Debugging>
50 <GenerateDebugInfo Value="False"/>
51 </Debugging>
52 <LinkSmart Value="True"/>
53 </Linking>
54 </CompilerOptions>
55 </Item2>
56 </BuildModes>
57 <PublishOptions>
58 <Version Value="2"/>
59 </PublishOptions>
60 <RunParams>
61 <local>
62 <CommandLineParams Value="/Sdílené/Hudba file:///Sdílené/Hudba/"/>
63 </local>
64 <FormatVersion Value="2"/>
65 <Modes Count="1">
66 <Mode0 Name="default">
67 <local>
68 <CommandLineParams Value="/Sdílené/Hudba file:///Sdílené/Hudba/"/>
69 </local>
70 </Mode0>
71 </Modes>
72 </RunParams>
73 <RequiredPackages Count="1">
74 <Item1>
75 <PackageName Value="LCL"/>
76 </Item1>
77 </RequiredPackages>
78 <Units Count="3">
79 <Unit0>
80 <Filename Value="GenPlaylist.lpr"/>
81 <IsPartOfProject Value="True"/>
82 </Unit0>
83 <Unit1>
84 <Filename Value="Forms/UFormMain.pas"/>
85 <IsPartOfProject Value="True"/>
86 <ComponentName Value="FormMain"/>
87 <HasResources Value="True"/>
88 <ResourceBaseClass Value="Form"/>
89 </Unit1>
90 <Unit2>
91 <Filename Value="UPlaylist.pas"/>
92 <IsPartOfProject Value="True"/>
93 </Unit2>
94 </Units>
95 </ProjectOptions>
96 <CompilerOptions>
97 <Version Value="11"/>
98 <Target>
99 <Filename Value="GenPlaylist"/>
100 </Target>
101 <SearchPaths>
102 <IncludeFiles Value="$(ProjOutDir)"/>
103 <OtherUnitFiles Value="Forms"/>
104 <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)-$(BuildMode)"/>
105 </SearchPaths>
106 <Parsing>
107 <SyntaxOptions>
108 <SyntaxMode Value="Delphi"/>
109 <CStyleOperator Value="False"/>
110 <IncludeAssertionCode Value="True"/>
111 <AllowLabel Value="False"/>
112 <CPPInline Value="False"/>
113 </SyntaxOptions>
114 </Parsing>
115 <CodeGeneration>
116 <Checks>
117 <IOChecks Value="True"/>
118 <RangeChecks Value="True"/>
119 <OverflowChecks Value="True"/>
120 <StackChecks Value="True"/>
121 </Checks>
122 <VerifyObjMethodCallValidity Value="True"/>
123 </CodeGeneration>
124 <Linking>
125 <Debugging>
126 <UseHeaptrc Value="True"/>
127 <UseExternalDbgSyms Value="True"/>
128 </Debugging>
129 <Options>
130 <Win32>
131 <GraphicApplication Value="True"/>
132 </Win32>
133 </Options>
134 </Linking>
135 </CompilerOptions>
136 <Debugging>
137 <Exceptions Count="6">
138 <Item1>
139 <Name Value="ECommTimeout"/>
140 </Item1>
141 <Item2>
142 <Name Value="ECommAbort"/>
143 </Item2>
144 <Item3>
145 <Name Value="ECommResponseCodeError"/>
146 </Item3>
147 <Item4>
148 <Name Value="ESynaSerError"/>
149 </Item4>
150 <Item5>
151 <Name Value="EFCreateError"/>
152 </Item5>
153 <Item6>
154 <Name Value="ECRCMismatch"/>
155 </Item6>
156 </Exceptions>
157 </Debugging>
158</CONFIG>
Note: See TracBrowser for help on using the repository browser.