source: trunk/DirtyCppToPascal.lpi

Last change on this file was 2, checked in by chronos, 2 years ago
  • Added: Project files.
File size: 1.9 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="DirtyCppToPascal"/>
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="1">
29 <Item1>
30 <PackageName Value="LCL"/>
31 </Item1>
32 </RequiredPackages>
33 <Units Count="2">
34 <Unit0>
35 <Filename Value="DirtyCppToPascal.lpr"/>
36 <IsPartOfProject Value="True"/>
37 </Unit0>
38 <Unit1>
39 <Filename Value="UFormMain.pas"/>
40 <IsPartOfProject Value="True"/>
41 <ComponentName Value="FormMain"/>
42 <HasResources Value="True"/>
43 <ResourceBaseClass Value="Form"/>
44 </Unit1>
45 </Units>
46 </ProjectOptions>
47 <CompilerOptions>
48 <Version Value="11"/>
49 <Target>
50 <Filename Value="DirtyCppToPascal"/>
51 </Target>
52 <SearchPaths>
53 <IncludeFiles Value="$(ProjOutDir)"/>
54 <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
55 </SearchPaths>
56 <Linking>
57 <Options>
58 <Win32>
59 <GraphicApplication Value="True"/>
60 </Win32>
61 </Options>
62 </Linking>
63 </CompilerOptions>
64 <Debugging>
65 <Exceptions Count="3">
66 <Item1>
67 <Name Value="EAbort"/>
68 </Item1>
69 <Item2>
70 <Name Value="ECodetoolError"/>
71 </Item2>
72 <Item3>
73 <Name Value="EFOpenError"/>
74 </Item3>
75 </Exceptions>
76 </Debugging>
77</CONFIG>
Note: See TracBrowser for help on using the repository browser.