|
| 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="project1"/> |
| 11 | + <ResourceType Value="res"/> |
| 12 | + <UseXPManifest Value="True"/> |
| 13 | + <Icon Value="0"/> |
| 14 | + </General> |
| 15 | + <i18n> |
| 16 | + <EnableI18N LFM="False"/> |
| 17 | + </i18n> |
| 18 | + <BuildModes Count="1"> |
| 19 | + <Item1 Name="Default" Default="True"/> |
| 20 | + </BuildModes> |
| 21 | + <PublishOptions> |
| 22 | + <Version Value="2"/> |
| 23 | + </PublishOptions> |
| 24 | + <RunParams> |
| 25 | + <local> |
| 26 | + <LaunchingApplication PathPlusParams="/usr/bin/xterm -T 'Lazarus Run Output' -e $(LazarusDir)/tools/runwait.sh $(TargetCmdLine)"/> |
| 27 | + </local> |
| 28 | + <FormatVersion Value="2"/> |
| 29 | + <Modes Count="1"> |
| 30 | + <Mode0 Name="default"> |
| 31 | + <local> |
| 32 | + <LaunchingApplication PathPlusParams="/usr/bin/xterm -T 'Lazarus Run Output' -e $(LazarusDir)/tools/runwait.sh $(TargetCmdLine)"/> |
| 33 | + </local> |
| 34 | + </Mode0> |
| 35 | + </Modes> |
| 36 | + </RunParams> |
| 37 | + <RequiredPackages Count="1"> |
| 38 | + <Item1> |
| 39 | + <PackageName Value="LCL"/> |
| 40 | + </Item1> |
| 41 | + </RequiredPackages> |
| 42 | + <Units Count="5"> |
| 43 | + <Unit0> |
| 44 | + <Filename Value="project1.lpr"/> |
| 45 | + <IsPartOfProject Value="True"/> |
| 46 | + </Unit0> |
| 47 | + <Unit1> |
| 48 | + <Filename Value="unit1.pas"/> |
| 49 | + <IsPartOfProject Value="True"/> |
| 50 | + <ComponentName Value="Form1"/> |
| 51 | + <HasResources Value="True"/> |
| 52 | + <ResourceBaseClass Value="Form"/> |
| 53 | + <UnitName Value="Unit1"/> |
| 54 | + </Unit1> |
| 55 | + <Unit2> |
| 56 | + <Filename Value="../ucomplex.pas"/> |
| 57 | + <IsPartOfProject Value="True"/> |
| 58 | + </Unit2> |
| 59 | + <Unit3> |
| 60 | + <Filename Value="../../Graphik/ugraphics.pas"/> |
| 61 | + <IsPartOfProject Value="True"/> |
| 62 | + </Unit3> |
| 63 | + <Unit4> |
| 64 | + <Filename Value="uvectormath.inc"/> |
| 65 | + <IsPartOfProject Value="True"/> |
| 66 | + </Unit4> |
| 67 | + </Units> |
| 68 | + </ProjectOptions> |
| 69 | + <CompilerOptions> |
| 70 | + <Version Value="11"/> |
| 71 | + <Target> |
| 72 | + <Filename Value="project1"/> |
| 73 | + </Target> |
| 74 | + <SearchPaths> |
| 75 | + <IncludeFiles Value="$(ProjOutDir)"/> |
| 76 | + <OtherUnitFiles Value="..;../../Graphik"/> |
| 77 | + <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/> |
| 78 | + </SearchPaths> |
| 79 | + <Linking> |
| 80 | + <Options> |
| 81 | + <Win32> |
| 82 | + <GraphicApplication Value="True"/> |
| 83 | + </Win32> |
| 84 | + </Options> |
| 85 | + </Linking> |
| 86 | + </CompilerOptions> |
| 87 | + <Debugging> |
| 88 | + <Exceptions Count="3"> |
| 89 | + <Item1> |
| 90 | + <Name Value="EAbort"/> |
| 91 | + </Item1> |
| 92 | + <Item2> |
| 93 | + <Name Value="ECodetoolError"/> |
| 94 | + </Item2> |
| 95 | + <Item3> |
| 96 | + <Name Value="EFOpenError"/> |
| 97 | + </Item3> |
| 98 | + </Exceptions> |
| 99 | + </Debugging> |
| 100 | +</CONFIG> |
0 commit comments