fpvectorialconverter.lpi 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. <?xml version="1.0"?>
  2. <CONFIG>
  3. <ProjectOptions>
  4. <Version Value="9"/>
  5. <PathDelim Value="\"/>
  6. <General>
  7. <SessionStorage Value="InProjectDir"/>
  8. <MainUnit Value="0"/>
  9. <Title Value="fpvectorialconverter"/>
  10. <UseXPManifest Value="True"/>
  11. <Icon Value="0"/>
  12. </General>
  13. <i18n>
  14. <EnableI18N LFM="False"/>
  15. </i18n>
  16. <VersionInfo>
  17. <StringTable ProductVersion=""/>
  18. </VersionInfo>
  19. <BuildModes Count="1">
  20. <Item1 Name="default" Default="True"/>
  21. </BuildModes>
  22. <PublishOptions>
  23. <Version Value="2"/>
  24. <IncludeFileFilter Value="*.(pas|pp|inc|lfm|lpr|lrs|lpi|lpk|sh|xml)"/>
  25. <ExcludeFileFilter Value="*.(bak|ppu|ppw|o|so);*~;backup"/>
  26. </PublishOptions>
  27. <RunParams>
  28. <local>
  29. <FormatVersion Value="1"/>
  30. <LaunchingApplication PathPlusParams="\usr\bin\xterm -T 'Lazarus Run Output' -e $(LazarusDir)\tools\runwait.sh $(TargetCmdLine)"/>
  31. </local>
  32. </RunParams>
  33. <RequiredPackages Count="1">
  34. <Item1>
  35. <PackageName Value="LCL"/>
  36. </Item1>
  37. </RequiredPackages>
  38. <Units Count="2">
  39. <Unit0>
  40. <Filename Value="fpvectorialconverter.lpr"/>
  41. <IsPartOfProject Value="True"/>
  42. <UnitName Value="fpvectorialconverter"/>
  43. </Unit0>
  44. <Unit1>
  45. <Filename Value="fpvc_mainform.pas"/>
  46. <IsPartOfProject Value="True"/>
  47. <ComponentName Value="formVectorialConverter"/>
  48. <ResourceBaseClass Value="Form"/>
  49. <UnitName Value="fpvc_mainform"/>
  50. </Unit1>
  51. </Units>
  52. </ProjectOptions>
  53. <CompilerOptions>
  54. <Version Value="10"/>
  55. <PathDelim Value="\"/>
  56. <Target>
  57. <Filename Value="fpvectorialconverter"/>
  58. </Target>
  59. <SearchPaths>
  60. <IncludeFiles Value="$(ProjOutDir)"/>
  61. <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
  62. </SearchPaths>
  63. <Linking>
  64. <Options>
  65. <Win32>
  66. <GraphicApplication Value="True"/>
  67. </Win32>
  68. </Options>
  69. </Linking>
  70. <Other>
  71. <CompilerMessages>
  72. <UseMsgFile Value="True"/>
  73. </CompilerMessages>
  74. <CompilerPath Value="$(CompPath)"/>
  75. </Other>
  76. </CompilerOptions>
  77. <Debugging>
  78. <Exceptions Count="4">
  79. <Item1>
  80. <Name Value="EAbort"/>
  81. </Item1>
  82. <Item2>
  83. <Name Value="ECodetoolError"/>
  84. </Item2>
  85. <Item3>
  86. <Name Value="EFOpenError"/>
  87. </Item3>
  88. <Item4>
  89. <Name Value="EConvertError"/>
  90. </Item4>
  91. </Exceptions>
  92. </Debugging>
  93. </CONFIG>