mkfpdocproj.lpi 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. <?xml version="1.0"?>
  2. <CONFIG>
  3. <ProjectOptions>
  4. <Version Value="9"/>
  5. <General>
  6. <Flags>
  7. <MainUnitHasCreateFormStatements Value="False"/>
  8. </Flags>
  9. <SessionStorage Value="InProjectDir"/>
  10. <MainUnit Value="0"/>
  11. <UseAppBundle Value="False"/>
  12. <ResourceType Value="res"/>
  13. </General>
  14. <i18n>
  15. <EnableI18N LFM="False"/>
  16. </i18n>
  17. <VersionInfo>
  18. <StringTable ProductVersion=""/>
  19. </VersionInfo>
  20. <BuildModes Count="1">
  21. <Item1 Name="Default" Default="True"/>
  22. </BuildModes>
  23. <PublishOptions>
  24. <Version Value="2"/>
  25. <IncludeFileFilter Value="*.(pas|pp|inc|lfm|lpr|lrs|lpi|lpk|sh|xml)"/>
  26. <ExcludeFileFilter Value="*.(bak|ppu|o|so);*~;backup"/>
  27. </PublishOptions>
  28. <RunParams>
  29. <local>
  30. <FormatVersion Value="1"/>
  31. <CommandLineParams Value="--input=test.xml --output=test.xml --package=test add-input-files -o me testunit3.pp"/>
  32. <LaunchingApplication PathPlusParams="/usr/bin/xterm -T 'Lazarus Run Output' -e $(LazarusDir)/tools/runwait.sh $(TargetCmdLine)"/>
  33. </local>
  34. </RunParams>
  35. <Units Count="2">
  36. <Unit0>
  37. <Filename Value="mkfpdocproj.pp"/>
  38. <IsPartOfProject Value="True"/>
  39. <UnitName Value="mkfpdocproj"/>
  40. </Unit0>
  41. <Unit1>
  42. <Filename Value="mgrfpdocproj.pp"/>
  43. <IsPartOfProject Value="True"/>
  44. <UnitName Value="mgrfpdocproj"/>
  45. </Unit1>
  46. </Units>
  47. </ProjectOptions>
  48. <CompilerOptions>
  49. <Version Value="11"/>
  50. <SearchPaths>
  51. <IncludeFiles Value="$(ProjOutDir)"/>
  52. </SearchPaths>
  53. <Other>
  54. <CompilerPath Value="$(CompPath)"/>
  55. </Other>
  56. </CompilerOptions>
  57. <Debugging>
  58. <Exceptions Count="3">
  59. <Item1>
  60. <Name Value="EAbort"/>
  61. </Item1>
  62. <Item2>
  63. <Name Value="ECodetoolError"/>
  64. </Item2>
  65. <Item3>
  66. <Name Value="EFOpenError"/>
  67. </Item3>
  68. </Exceptions>
  69. </Debugging>
  70. </CONFIG>