testapp.lpi 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. <?xml version="1.0"?>
  2. <CONFIG>
  3. <ProjectOptions>
  4. <PathDelim Value="\"/>
  5. <Version Value="5"/>
  6. <General>
  7. <Flags>
  8. <MainUnitHasUsesSectionForAllUnits Value="False"/>
  9. <MainUnitHasCreateFormStatements Value="False"/>
  10. <MainUnitHasTitleStatement Value="False"/>
  11. </Flags>
  12. <MainUnit Value="0"/>
  13. <IconPath Value="./"/>
  14. <TargetFileExt Value=".exe"/>
  15. <ActiveEditorIndexAtStart Value="0"/>
  16. </General>
  17. <LazDoc Paths=""/>
  18. <PublishOptions>
  19. <Version Value="2"/>
  20. <IgnoreBinaries Value="False"/>
  21. <IncludeFileFilter Value="*.(pas|pp|inc|lfm|lpr|lrs|lpi|lpk|sh|xml)"/>
  22. <ExcludeFileFilter Value="*.(bak|ppu|ppw|o|so);*~;backup"/>
  23. </PublishOptions>
  24. <RunParams>
  25. <local>
  26. <FormatVersion Value="1"/>
  27. <LaunchingApplication PathPlusParams="/usr/X11R6/bin/xterm -T 'Lazarus Run Output' -e $(LazarusDir)/tools/runwait.sh $(TargetCmdLine)"/>
  28. </local>
  29. </RunParams>
  30. <Units Count="1">
  31. <Unit0>
  32. <Filename Value="testapp.pas"/>
  33. <IsPartOfProject Value="True"/>
  34. <UnitName Value="testapp"/>
  35. <CursorPos X="1" Y="1"/>
  36. <TopLine Value="1"/>
  37. <EditorIndex Value="0"/>
  38. <UsageCount Value="20"/>
  39. <Loaded Value="True"/>
  40. </Unit0>
  41. </Units>
  42. <JumpHistory Count="0" HistoryIndex="-1"/>
  43. </ProjectOptions>
  44. <CompilerOptions>
  45. <Version Value="5"/>
  46. <PathDelim Value="\"/>
  47. <SearchPaths>
  48. <OtherUnitFiles Value="..\"/>
  49. </SearchPaths>
  50. <CodeGeneration>
  51. <Generate Value="Faster"/>
  52. </CodeGeneration>
  53. <Other>
  54. <CompilerPath Value="$(CompPath)"/>
  55. </Other>
  56. </CompilerOptions>
  57. <Debugging>
  58. <Exceptions Count="2">
  59. <Item1>
  60. <Name Value="ECodetoolError"/>
  61. </Item1>
  62. <Item2>
  63. <Name Value="EFOpenError"/>
  64. </Item2>
  65. </Exceptions>
  66. </Debugging>
  67. </CONFIG>